*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    position: relative;
    right: 0px;
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    transition: right 0.4s ease;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hidden {
    display: none !important;
}

.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

body {
    background-color: #fff;
}







.co-top {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}


.co-top .page {
    padding: 0 10px;
}

@media (min-width: 992px) {
.co-top .page {
    padding: 0 32px;
}}






.co-top .col1 {
    padding: 30px 0 30px 0;
}

.co-top .col1 a {
    text-decoration: none;
}

.co-top .col1 img {
    display: block;
    max-width: 100%;
    height: 80px !important;
    margin: auto;
}

.co-top .col2 {
    display: none;
}



@media (min-width: 992px) {
.co-top .box {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.co-top .col1 {
    flex: 0 0 calc(50% + 160px);
    max-width: calc(50% + 160px);
}
.co-top .col1 img {
    margin: 0 0 0 auto;
}
.co-top .col2 {
    display: block;
    flex: 0 0 calc(50% - 160px);
    max-width: calc(50% - 160px);
    text-align: right;
}
.co-top .col2 a {
    display: inline-block;
    text-decoration: none;
    margin: 50px 0 0 0;
}
.co-top .col2 a img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.co-top .col2 a span {
    display: inline-block;
    color: #6F6C6C;
    font-size: 600;
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;

}}

@media (min-width: 1200px) {
.co-top .col2 a {
    margin: 46px 0 0 0;
}
.co-top .col2 a img {
    width: 40px !important;
    height: 40px !important;
    margin: 0 5px 0 0;
}
.co-top .col2 a span {
    font-size: 18px;
    line-height: 40px;
}}


@media (min-width: 1400px) {
.co-top .col2 a {
    margin: 42px 50px 0 0;
}
.co-top .col2 a img {
    width: 50px !important;
    height: 50px !important;
}
.co-top .col2 a span {
    font-size: 20px;
    line-height: 50px;
}}











.co-nav {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}


.co-nav .page {
    padding: 4px 25px 20px 25px;
}

@media (min-width: 992px) {
.co-nav .page {
    border-top: 1px solid #6F6C6C;
    max-width: 940px;
    padding: 0;
    margin: 0 auto;
}}

@media (min-width: 1200px) {
.co-nav .page {
    max-width: 1140px;
}}

@media (min-width: 1400px) {
.co-nav .page {
    max-width: 1360px;
}}







@media (max-width: 991px) {

.co-nav .header {
    position: relative;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    max-width: 700px;
    height: 36px;
    padding: 0 20px;
    margin: 0 auto;
    overflow: hidden;
}

.co-nav .header span {
    display: inline-block;
    color: #6F6C6C;
    font-weight: 600;
    font-size: 15px;
    line-height: 36px;
}

.co-nav .header .hamburger {
    display: block;
    position: absolute;
    top: -2px;
    right: 10px;
}

.co-nav .header .hamburger .button {
    display: block;
    position: relative;
    width: 44px;
    height: 40px;
    font: inherit;
    color: inherit;
    text-transform: none;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 10px;
    overflow: visible; 
    cursor: pointer;
}

.co-nav .header .hamburger .button::before,
.co-nav .header .hamburger .button::after,
.co-nav .header .hamburger span {
    display: block;
    content: '';
    height: 3px;
    background-color: #666;
    border-radius: 4px;
    transition: transform 0.3s ease-in-out;
}

.co-nav .header .hamburger span {
    margin: 6px 0;
}

.co-nav .header .hamburger .button.is-active::before {
    transform: translateY(9px) rotate(-135deg);
}
.co-nav .header .hamburger .button.is-active::after {
    transform: translateY(-9px) rotate(135deg);
}
.co-nav .header .hamburger .button.is-active span {
    transform: scale(0);
}

.co-nav .wrap {
    max-width: 700px;
}

.co-nav .menu {
    position: absolute;
    background-color: #fff;
    border-top: 2px solid #666;
    top: 60px;
    left: 25px;
    width: calc(100% - 50px);
    height: 241px;
    max-width: 700px;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .3s, -webkit-transform .3s;
    overflow: hidden;
    z-index: 10;
}
.co-nav .menu.open {
    transform: scaleY(1);
}

@media (min-width: 765px) {
.co-nav .menu {
    left: 50%;
    transform: translateX(-50%) scaleY(0);
}
.co-nav .menu.open {
    transform: translateX(-50%) scaleY(1);
}}


.co-nav .menu ul {
    padding: 0;
    margin: 0;
}
.co-nav .menu ul > li {
    display: block;
    position: relative;
    white-space: nowrap; 
}
.co-nav .menu ul > li > a {
    display: block;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
    text-decoration: none;
    padding: 0 20px;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}
.co-nav .menu ul > li.current > a {
    background-color: #3F5E7E;
    color:#fff;
}
.co-nav .menu ul > li:hover > a {
    background-color: #254464;
    color:#fff;
}
.co-nav .menu ul > li.mobile svg  {
    display: inline-block;
    fill: #333;
    transition: fill 0.3s;
    margin: 2px 5px -2px 0;
}
.co-nav .menu ul > li.mobile:hover svg {
    fill:#fff;
}
.co-nav .menu ul > li.mobile span {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    transform: skewX(-10deg);
}
.co-nav .menu ul > li.contact span {
    font-weight: 600;
    font-size: 18px;
}
@media (min-width: 700px) {
.co-nav .menu {
    height: 192px;
}
.co-nav .menu ul > li.mobile  {
    display: none;
}}}



@media (min-width: 992px) {
.co-nav .header {
    display:none;
}
.co-nav .menu {
    text-align: center;
    padding: 15px 0;
}
.co-nav .menu ul {
    display: inline-block;
    padding: 0;
}
.co-nav .menu ul > li {
    display: inline-block;
    margin: 0 23px;
}
.co-nav .menu ul > li > a {
    display: block;
    border-radius: 5px;
    color: #6F6C6C;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 44px;
    text-decoration: none;
    letter-spacing: 3px;
    padding: 0 8px;
    cursor: pointer;
}}

@media (min-width: 1200px) {
.co-nav .menu ul > li {
    margin: 0 30px;
}
.co-nav .menu ul > li > a {
    font-size: 19px;
    padding: 0 10px;
}}
    

@media (min-width: 1400px) {
.co-nav .menu ul > li {
    margin: 0 40px;
}
.co-nav .menu ul > li > a {
    font-size: 20px;
    padding: 0 10px;
}}
    
        










.co-footer {
    position: relative;
    background-color: #b5b5b5;
    padding: 60px 0 0;
    overflow: hidden;
}

.co-footer .page {
    padding: 0 10px;
}

@media (min-width: 360px) {
.co-footer .page {
    padding: 0 15px;
}}

@media (min-width: 768px) {
.co-footer .page {
    max-width: 720px;
    margin: 0 auto;
    padding: 0;
}}

@media (min-width: 992px) {
.co-footer .page {
    max-width: 940px;
}}

@media (min-width: 1200px) {
.co-footer .page {
    max-width: 1140px;
}}

@media (min-width: 1400px) {
.co-footer .page {
    max-width: 1360px;
}}

.co-footer .box {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    max-width: 320px;
    margin: 0 auto;
}

.co-footer .item-1,
.co-footer .item-2,
.co-footer .item-3 {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
}

.co-footer .logo a {
    display: inline-block;
    text-decoration: none;
}

.co-footer .logo img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.co-footer .content {
    margin: 40px 0 0 0;
}

.co-footer .contact {
    margin: 40px 0 40px 0;
}

.co-footer h4 {
    display: block;
    color: #393739;
    font-weight: 800;
    font-size: 19px;
    font-style: italic;
    margin: 0 0 15px 0;
}

.co-footer p {
    color: #fff;
}

.co-footer li {
    display: block;
    margin: 0 0 15px 0;
}

.co-footer span.day {
    display: inline-block;
    width: 100px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.co-footer span.time {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.co-footer .icon {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    text-decoration: none;
    cursor: pointer;
}

.co-footer .icon svg {
    display: block;
    flex: 0 0 16px;
    max-width: 16px;
    width: 16px;
    height: 16px;
    fill: #393739;
    margin: 2px auto 2px 0;
}

.co-footer .icon span {
    display: block;
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    transition: color 0.3s;
}

.co-footer .icon:hover span {
    color: #393739;
}



.co-footer li a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    transition: color 0.3s;
    cursor: pointer;
}

.co-footer li a span {
    display: inline-block;
    padding-left: 23px;
}

.co-footer li a svg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    fill: #393739;
    margin: 1px 0 -1px 0;
}

.co-footer li a:hover,
.co-footer li span.link:hover {
    color: #393739;
}


.co-footer li a img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 320px;
}



@media (min-width: 400px) {
.co-footer li a {
    font-size: 17px;
}
.co-footer p {
    font-size: 17px;
    line-height: 28px;
}}


@media (min-width: 768px) {
.co-footer .box{
    max-width: unset;
    margin: 0 auto;
}
.co-footer .item-1 {
    flex: 0 0 30%;
    max-width: 30%;
    margin: 0 0 40px 0;
}
.co-footer .item-2 {
    flex: 0 0 25%;
    max-width: 25%;
}
.co-footer .item-3 {
    flex: 0 0 35%;
    max-width: 35%;
}
.co-footer .content {
    margin: 0;
}
.co-footer .contact {
    margin: 0;
}
.co-footer h4 {
    font-size: 22px;
    margin: 0 0 22px;
}
.co-footer .contact a,
.co-footer .linkage a {
    font-size: 15px;
    letter-spacing: 0.5px;
}}

    

@media (min-width: 992px) {
.co-footer .item-1 {
    flex: 0 0 40%;
    max-width: 40%;
    margin: 0;
}
.co-footer .item-2 {
    flex: 0 0 20%;
    max-width: 20%;
}
.co-footer .item-3 {
    flex: 0 0 28%;
    max-width: 28%;
}
.co-footer .opening {
    margin: 0;
}
.co-footer .contact {
    margin: 0;
}
.co-footer h4 {
    font-size: 22px;
    margin: 0 0 22px;
}
.co-footer .contact a,
.co-footer .linkage a {
    font-size: 16px;
}}


@media (min-width: 1200px) {
.co-footer .item-1 {
    flex: 0 0 35%;
    max-width: 35%;
}
.co-footer .item-2 {
    flex: 0 0 20%;
    max-width: 20%;
}
.co-footer .item-3 {
    flex: 0 0 25;
    max-width: 25%;
}}







.co-copyright {
    background-color: #b5b5b5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 0 20px;
    overflow: hidden;
}

@media (min-width: 768px) {
.co-copyright {
    padding: 25px 0;
}}


.co-copyright .page {
    border-top: 1px solid #fff;
    padding: 15px 10px 0;
}

@media (min-width: 360px) {
.co-copyright .page {
    padding: 15px 15px 0;
}}

@media (min-width: 768px) {
.co-copyright .page {
    max-width: 720px;
    margin: 0 auto;
    padding: 15px 0 0;
}}

@media (min-width: 992px) {
.co-copyright .page {
    max-width: 940px;
}}

@media (min-width: 1200px) {
.co-copyright .page {
    max-width: 1140px;
}}

@media (min-width: 1400px) {
.co-copyright .page {
    max-width: 1360px;
}}


.co-copyright .box {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

.co-copyright .col1 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.co-copyright .col1 p.owner {
    color: #fff;
    color: #393739;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

.co-copyright .col1 p.designer {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

.co-copyright .col1 a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}


.co-copyright .col2 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
}

.co-copyright .col2 a {
    color: #393739;
    font-weight: 600;
    margin-right: 20px;
    text-decoration: none;
}

.co-copyright .col2 a:last-of-type {
    margin-right: 0;
}




@media (min-width: 992px) {
.co-copyright .col1 {
    flex: 0 0 500px;
    max-width: 500px;
    text-align: left;
}
.co-copyright .col1 p.designer {
    text-align: center;
}

.co-copyright .col2 {
    flex: 0 0 calc(100% - 500px);
    max-width: calc(100% - 500px);
    text-align: right;
    margin: 0;
}}




@media (min-width: 1200px) {
.co-copyright p {
    font-size: 16px;
}}
    
    


        
.co-filler {
    height: 80px;
}

@media (min-width: 1200px) {
.co-filler {
    height: 100px;
}}
    



.co-breadcrumb {
    background-color: #21201E20;
    overflow: hidden;
    padding: 3px 0;
}

.co-breadcrumb .page {
    margin: 0 10px;
}

@media (min-width: 360px) {
.co-breadcrumb .page {
    margin: 0 15px;
}}

@media (min-width: 768px) {
.co-breadcrumb .page {
    max-width: 740px;
    margin: 0 auto;
}}
    
@media (min-width: 992px) {
.co-breadcrumb .page {
    max-width: 960px;
}}

@media (min-width: 1200px) {
.co-breadcrumb .page {
    max-width: 1160px;
}}

@media (min-width: 1400px) {
.co-breadcrumb .page {
    max-width: 1360px;
}}

    

.co-breadcrumb a {
    display: inline-block;
    color: #21201E;
    font-size: 16px;
    line-height: 32px;
    text-decoration: none;
}

.co-breadcrumb a:hover {
    text-decoration: underline;
}

.co-breadcrumb i {
    display: inline-block;
    color: #21201E;
    font-size: 16px;
    line-height: 32px;
    font-style: normal;
    padding: 0 5px;
    cursor: default;
}

.co-breadcrumb span {
    display: inline-block;
    color: #21201E;
    font-size: 16px;
    line-height: 32px;
    cursor: default;
}



.co-connect {
    position: fixed;
    top: calc(100% - 194px);
    right: -48px;
    width: 48px;
    border: 2px solid #fff;
    border-right: unset;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 2;
    transition: right 1s ease;
}

.co-connect a,
.co-connect div.link {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 10px 0;
    background-color: #21201E;
    transition-property: background-color, border-radius;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    cursor: pointer;
}

.co-connect div.phone {
    border-top-left-radius: 10px;
    padding: 10px 0 8px;
}

.co-connect div.phone:hover {
    border-top-left-radius: unset;
}

.co-connect div.booking {
    border-bottom-left-radius: 10px;
    padding: 10px 0 8px;
}

.co-connect div.booking:hover {
    border-bottom-left-radius: unset;
}

.co-connect a.phone {
    padding: 9px 0 9px;
}

.co-connect a.booking {
    padding: 8px 0 10px;
}

.co-connect a:hover,
.co-connect div.link:hover {
    background-color: #21201E;
}

.co-connect a svg,
.co-connect div.link svg {
    display: block;
    margin: 0 auto;
}

.co-connect a span,
.co-connect div.link span {
    background-color: #21201E;
    position: absolute;
    top: 0;
    left: 10px;
    width: 150px;
    height: 100%;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 46px;
    padding-left: 10px;
    letter-spacing: 1px;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: -1;
}

.co-connect a:hover span,
.co-connect div.link:hover span {
    left: -150px;
    background-color: #21201E;
}





.co-cookie {
    position: fixed;
    background: #000000A0;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    z-index: 1000;
}

.co-cookie .card {
    position: absolute;
}

.co-cookie .card {
    background-color: #fff;
    box-shadow: 0 5px 15px #00000080;
    width: calc(100% - 30px);
    max-width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.co-cookie .content {
    padding: 25px 15px;
    overflow: hidden;
}

.co-cookie .content span.title {
    display: block;
    color: #21201E;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    margin: 0;
}

.co-cookie .content p {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 0;
}

.co-cookie .select {
    margin: 25px 0 0;
}

.co-cookie .entry {
    position: relative;
    min-height: 32px;
}

.co-cookie .entry.neccessary {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 12px 0;
    margin: 20px 0 0;
}

.co-cookie .entry.analysis,
.co-cookie .entry.marketing {
    position: relative;
    border-bottom: 1px solid #aaa;
    padding: 12px 0;
}

.co-cookie .entry .arrow {
    display: block;
    position: absolute;
    content: ' ';
    top: 15px;
    right: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.co-cookie .entry .arrow svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: #21201E;
    transform: rotate(-90deg);
    transition: transform 0.4s ease;
}

.co-cookie .entry.open .arrow svg {
    transform: rotate(0deg);
}

.co-cookie .entry .box {
    display: flex;
    flex-wrap: wrap;
    width: 150px;
    margin-left: 15px;
    cursor: pointer;
}

.co-cookie .entry .check {
    border: 2px solid #666;
    border-radius: 3px;
    flex: 0 0 22px;
    max-width: 22px;
}

.co-cookie .entry .check svg {
    display: none;
}

.co-cookie .entry.checked .check svg {
    display: block;
    margin: 2px auto;
}

.co-cookie .entry .title {
    flex: 0 0 calc(100% - 22px);
    max-width: calc(100% - 22px);
    padding-left: 15px;
}

.co-cookie .entry .title span {
    color: #666;
    line-height: 22px;
}

.co-cookie .entry .explain {
    cursor: pointer;
}

.co-cookie .entry .explain p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 35px 5px 52px;
}

.co-cookie .content button.accept {
    display: block;
    background-color: #21201E;
    border-radius: 4px;
    border: unset;
    width: 100%;
    max-width: 300px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 12px 0;
    margin: 30px auto 0;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.co-cookie .content button.setup,
.co-cookie .content button.save {
    display: block;
    background-color: transparent;
    border: unset;
    width: 100%;
    font-weight: 500;
    text-align: center;
    margin: 25px auto 0;
    cursor: pointer;
}

.co-cookie .content button.setup {
    font-size: 14px;
    color: #666;
}

.co-cookie .content button.save {
    color: #666;
    font-size: 15px;
    letter-spacing: 0.5px;
}


@media (min-width: 400px) {
.co-cookie .content {
    padding: 30px 25px;
}
.co-cookie .content p {
    font-size: 16px;
    line-height: 25px;
}}


@media (min-width: 768px) {
.co-cookie {
    background: #00000080;
}
.co-cookie .content {
    padding: 30px;
}
.co-cookie .content span.title {
    font-size: 28px;
    line-height: 28px;
}
.co-cookie .content p {
    letter-spacing: 0.75px;
}
.co-cookie .content p.info {
    text-align: justify;
}}





.co-mobilephone .whatsapp {
    position: fixed;
    left:0;
    bottom: 0;
    width: 80px;
    height: 80px;
    text-align: center;
}


.co-mobilephone .phone {
    position: fixed;
    right:0;
    bottom: 0;
    width: 80px;
    height: 80px;
    text-align: center;
}

.co-mobilephone a {
    display: block;
    background-color: #61CE70;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    text-decoration: none;
    margin: 10px auto 0;
}

.co-mobilephone svg {
    display: inline-block; 
    margin: 11px 0 -11px 1px;   
}

.co-mobilephone span {
    display: inline-block;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

@media (min-width: 768px) {
.co-mobilephone {
    display: none;
}}
    
    



.co-hint {
    position: fixed;
    background: #000000A0;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    z-index: 1000;
}

.co-hint .card {
    position: absolute;
}

.co-hint .card {
    background-color: #fff;
    box-shadow: 0 5px 15px #00000080;
    width: calc(100% - 30px);
    max-width: 600px;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 25px 15px;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.co-hint p.title {
    display: block;
    color: #393739;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0;
}

.co-hint p.title svg {
    display: inline-block;
    fill: #393739;
    margin: 2px 0 -2px 0;
}

.co-hint p.info {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin: 20px 0 0;
}

.co-hint .confirm {
    display: inline-block;
    position: relative;
    margin: 20px auto 0;
}

.co-hint .confirm input {
    display: none;
}

.co-hint .confirm input + label {
    display: block;
    position: relative;
    color: #21201E;
    font-size: 16px;
    line-height: 18px;
    padding-left: 30px;
    cursor: pointer;
}



.co-hint .confirm input + label::before {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    border: 2px solid #21201E;
    top: -2px;
    left: -5px;
    width: 21px;
    height: 21px;
}

.co-hint .confirm input:checked+label::before {
    content: "\2713";
    color: #21201E;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;    
    padding-left: 1px;
}

.co-hint .confirm.error input + label::before {
    background-color: #ff000010;
    border: 2px solid #E30000;
}


.co-hint .confirm label {
    display: inline-block;
    font-weight: 600;
}

.co-hint .confirm.error label {
    color: #E30000;
}


.co-hint button.okay {
    display: block;
    background-color: #21201E;
    border-radius: 4px;
    border: unset;
    width: 100%;
    max-width: 300px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 12px 0;
    margin: 30px auto 0;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

