@charset "UTF-8";

#tagline {
    padding: min(6.250vw, 120px) 0 
}

#tagline img {
    display: block;
    width: min(37.083vw, 712px);
    margin: 0 auto;
}

.fullContent.contLogos {
    padding: clamp(80px, 9.375vw, 180px) 0 clamp(60px, 13.542vw, 260px);
}

#Con-test .container > div {
    background-color: #f8f8f8;
}

#main .fullContent .btn.btn-orange, .half-content .btn-orange, [role=button] {
    background-color: transparent;
    color: #271200;
    text-transform: uppercase;
    padding: 15px 40px;
    font-weight: 500;
    text-align: center;
    border-radius: 0px;
}

#main .fullContent .btn.btn-orange:hover, .half-content .btn-orange:hover, [role=button] {
    background-color: #72CDF4;
}

#financing.fullContent {
    padding: 260px 0;
    position: relative;
    clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 93%);
    z-index: 2;
}

.fullContent h1,
.fullContent h2 {
    color: inherit;
    font-size: clamp( 38px, 2.5vw, 48px );
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp( 36px, 2.708vw, 52px );
    margin: 0 0 clamp( 20px, 1.25vw, 24px );
    text-transform: unset;
}

#Con-test.fullContent h2 {
    margin: 0 0 40px;
    color: #8B5529;
    font-size: clamp(32px, 1.88vw, 36px);
    line-height: clamp(38px, 2.19vw, 42px);
    text-transform: uppercase;
}

.fullContent h2:after {
    content: '';
    border: none;
    margin: clamp(4px, 0.417vw, 8px) auto clamp(16px, 1.667vw, 32px);
    height: 4px;
    width: 60px;
    background-color: #C69F9A;
    display: none;
}

.fullContent.contLogos .container h2:after {
    content: '';
    color: #C1CEDA;
    border-bottom: none;
    width: 80px;
    border: none;
    margin: 16px auto 21px;
    border-bottom: 4px solid;
    display: block;
}

#Con-test.toothIcon {
    position: relative;
    margin-bottom: 0px;
    padding: clamp(60px, 11.458vw, 220px) 0;
}

#Con-test.toothIcon:before {
    content: '';
    position: absolute;
    width: min(13.438vw, 258px);
    height: min(2.813vw, 54px);
    top: min(6.25vw, 120px);
    left: min(43.281vw, 831px);
    background-image: url('/wp-content/uploads/2024/04/icon_top.svg');
    background-size: cover;
    z-index: 2;
}

#Con-test.toothIcon:after {
    content: '';
    position: absolute;
    width: min(43.958vw, 844px);
    height: min(3.698vw, 71px);
    bottom: min(6.615vw, 127px);
    left: min(28.021vw, 538px);
    background-image: url('/wp-content/uploads/2024/04/icon_bottom.svg');
    background-size: cover;
    z-index: 2;
}

#inner-content .fullContent h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(28px, 2.083vw, 40px);
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
    line-height: clamp(36px, 2.5vw, 48px);
    color: inherit;
}

#servCon {
    padding-top: clamp(40px, 5.208vw, 100px);
}

@media ( max-width: 567px ) {
    .fullContent.untreated img {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    #Con-test.toothIcon:before,
    #Con-test.toothIcon:after {
        display: none;
    }
}