<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BEGIN SUBPAGE TITLE STYLES */
.subpage-header {
    background: var(--secondary);
    color: #ffffff;
    text-align: center;
    padding: 175px 0 43px;
}

.subpage-header h1 {
    font-size: 7.375rem;
    line-height: 1.08;
    font-weight: 400;
}

@media (max-width: 1650px) {
    .subpage-header h1 { 
        font-size: 5.625rem;
    }
}

@media (max-width: 991px) {
    .subpage-header h1 {
        font-size: 2.813rem;
    }
}
/* END SUBPAGE TITLE STYLES */

/* BEGIN SERVICES TAB/CONTENT STYLES */
@media (max-width: 991px) {
    .services-content .container {
        margin: 0;
        padding: 0;
        max-width: unset;
    }

    .tab-left {
        display: none;
    }

    .tabs-content .tab-content {
        display: block !important;
        position: relative;
        padding: 60px 30px;
        text-align: center;
        background-color: rgba(255,255,255,.9)
    }

    .tabs-content .tab-content h2,
    .tabs-content .tab-content h5 {
        margin: 0 -30px 40px;
        background-color: var(--secondary);
        color: #ffffff;
        padding: 20px;
    }
    
    .tabs-content .tab-content:nth-of-type(2n) {
        background-color: rgba(153,168,199,.9);
    }
    
    .tabs-content .tab-content:nth-of-type(2n) h2,
    .tabs-content .tab-content:nth-of-type(2n) h5 {
        background-color: #ffffff;
        color: var(--secondary);
    }
    
    .tabs-content .tab-content:nth-of-type(2n) p {
        color: #ffffff;
    }

    .tab-content img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }
}


@media (min-width: 991px) {
    .services-content {
        padding: 112px 0;
    }
    
    .services-content .tabs {
        display: flex;
        justify-content: space-between;
    }
    
    .services-content .tabs .tabs-nav {
        width: 220px;
        list-style-type: none;
        padding: 0;
        margin: 75px 40px 0 0;
    }
    
    .services-content .tabs .tabs-nav li {
        font-size: 1.125rem;
        line-height: 1.39;
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        padding: 16.5px 0;
        display: inline-block;
    }
    
    .services-content .tabs .tabs-nav li a {
        color: var(--gray);
    }
    
    .services-content .tabs .tabs-nav li a:hover,
    .services-content .tabs .tabs-nav li a:active,
    .services-content .tabs .tabs-nav li a:focus,
    .services-content .tabs .tabs-nav li.active a {
        color: var(--secondary);
        text-decoration: none;
    }
    
    .services-content .tabs .tabs-nav li:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100vw;
        background: rgba(153,168,199,.5);
        height: 1px;
    }
    
    .services-content .tabs-content {
        max-width: 1170px;
        width: 100%;
    }
    
    .services-content .tab-content {
        display: flex;
        justify-content: space-between;
    }
    
    .services-content .tab-content .tab-text {
        max-width: 615px;
    }
    
    .services-content .tab-content .tab-text h2,
    .services-content .tab-content .tab-text h5 {
        font-size: 2.9375rem;
        line-height: 1.28;
        color: var(--secondary);
        margin-top: 0;
        margin-bottom: 12px;
    }
    
    .services-content .tab-content .tab-text p {
        color: var(--gray);
    }
    
    .services-content .tab-content .tab-image {
        width: 375px;
        height: 375px;
        object-fit: cover;
    }
}
@media (max-width: 1650px) and (min-width: 991px) {
    .services-content .tab-content .tab-text {
        max-width: 457px;
        font-size: 1rem;
    }

    .services-content .tabs-content {
        max-width: 880px;
    }

    .services-content .tabs .tabs-nav {
        max-width: 180px;
    }

    .services-content .tabs .tabs-nav li {
        font-size: 1rem;
    }

    .services-content .tab-content .tab-text h2,
    .services-content .tab-content .tab-text h5 {
        font-size: 2.5rem;
    }

    .services-content .tab-content .tab-image {
        width: 325px;
        height: 325px;
    }
}
/* END SERVICES TAB/CONTENT STYLES */

/* BEGIN EXPECT PAGE STYLES */
.expect-banner {
    padding: 309px 0 175px;
}

.expect-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.expect-content-left {
    max-width: 760px;
    width: 100%;
}

.expect-content-right {
    width: 100%;
}

.expect-image-holder {
    position: relative;
    width: 495px;
    height: 495px;
    margin: 0 auto;
}

.expect-bottom-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 410px;
    height: 410px;
    object-fit: cover;
}

.expect-upper-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 173px;
    height: 173px;
    object-fit: cover;
}

.expect-banner-content h2 {
    font-size: 6.25rem;
    color: var(--secondary);
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 18px;
}

.expect-banner-content p {
    color: var(--gray);
    margin-top: 0;
    margin-bottom: 0;
}

.expect-types {
    background: var(--secondary);
    color: #ffffff;
    padding: 30px 0;
}

.expect-types .expect-types-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 150px 80px 20px;
    border-bottom: 1px solid rgba(255,255,255,.5);
}

.expect-types .expect-types-item:last-of-type {
    border-bottom: none;
}

.expect-types .expect-types-item h3 {
    font-size: 3.4375rem;
    line-height: 1.09;
    margin-bottom: 0;
    font-weight: 400;
}

.expect-types .expect-types-item p {
    max-width: 630px;
    color: white;
}

.expect-treatment {  
    background:linear-gradient(0deg, rgba(88,85,79,.75), rgba(88,85,79,.75)), 
        url(../images/expect-treatment.png);
    background-size:cover;
    color: #ffffff;
    padding: 173px 0 117px;
    text-align: center;
}

.expect-treatment h2 {  
    font-size: 2.5rem;
    line-height: 1.75;
    margin-top: 0;
    color: white;
    margin-bottom: 50px;
}

@media (max-width: 1650px) {
    .expect-banner {
        padding: 210px 0 150px;        
    }

    .expect-banner .sub-container {
        max-width: 1068px;
    }

    .expect-types .expect-types-content {
        max-width: 1160px;
        margin: 0 auto;
    }

    .expect-types .expect-types-item {
        padding: 55px 50px;
    }

    .expect-types .expect-types-item h3 {
        font-size: 2.5rem;
        max-width: 290px;
    }

    .expect-types .expect-types-item p {
        font-size: 1rem;
        max-width: 476px;
    }

    .expect-content-left {
        max-width: 560px;
    }
    .expect-image-holder {
        position: relative;
        width: 376px;
        height: 376px;
        margin: 0 auto;
    }
    
    .expect-bottom-image {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 308px;
        height: 308px;
        object-fit: cover;
    }
    
    .expect-upper-image {
        position: absolute;
        top: 0;
        right: 0;
        width: 131px;
        height: 131px;
        object-fit: cover;
    }

    .expect-banner-content h2 {
        font-size: 4.688rem;
    }

    .expect-treatment {  
        padding: 130px 0 90px;
    }

    .expect-treatment h2 {  
        font-size: 1.875rem;
        max-width: 922px;
        margin: 0 auto 40px; 
    }
}

@media (max-width: 991px) {
    .expect-banner {
        padding: 120px 0 60px;
    }
    .expect-banner-content {
        flex-direction: column-reverse;
        padding: 0;
    }

    .expect-content-left h2 {
        font-size: 2.5rem;
    }
    .expect-content-left {
        max-width: unset;
        padding: 0 40px;
    }

    .expect-image-holder {
        margin: 0;
        width: 100%;
        height: 335px;
        margin-bottom: 61px;
    }

    .expect-bottom-image {
        top: 0;
        left: 0px;
        width: 100vw;
        object-fit: cover;
        height: 335px;
    }

    .expect-upper-image {
        width: 100px;
        height: 100px;
        top: unset;
        right: 0;
        bottom: 0;
        transform: translateY(50%);
    }

    .expect-types .expect-types-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .expect-types .expect-types-item h3 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .expect-treatment h2 {
        padding: 0 40px;
        font-size: 1.6rem;
    }
}
/* END EXPECT PAGE STYLES */

/* BEGIN BEFORE &amp; AFTER STYLES */
.before-after {
    padding: 133px 0;
}

.before-after .slick-slider {
    max-width: 800px;
    position: relative;
    margin: 0 auto;
}

.before-after .slick-slide {
    padding: 0 30px;
}

.before-after .slick-slide h2,
.before-after .slick-slide h3,
.before-after .slick-slide h4 {
    color: var(--secondary);
}

.before-after .img-gallery {
    display: flex;
    justify-content: space-around;
}

.before-after .img-gallery img {
    width: auto;
    height: 220px;
    object-fit: cover;
    margin: 20px;
}

.before-after .slick-slide p {
    margin: 20px 0;
}

.before-after .slick-arrow {
    position: absolute;
    top: 330px;
    transform: translateY(-100%);
    width: 82px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.before-after .slick-arrow.arrow-left {
    background-image: url('../images/back-arrow.svg');
    right: calc(100% + 40px);
}

.before-after .slick-arrow.arrow-right {
    background-image: url('../images/next-arrow.svg');
    left: calc(100% + 40px);
}

@media (max-width: 991px) {
    .before-after {
        padding: 70px 0;
    }

    .before-after .img-gallery {
        flex-direction: column;
        align-items: center;
    }

    .before-after .img-gallery img {
        max-width: 100%;
    }
}
/* END BEFORE &amp; AFTER STYLES */

/* START CAREER HIGHLIGHTS STYLES */
.career-highlights {
    padding: 338px 0 98px;
}
.career-highlights .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.career-highlights .career-highlights-left {
    width: 100%;
    max-width: 650px;
    margin-right: 88px;
}

.career-highlights .career-highlights-left .career-image-holder {
    position: relative;
    width: 100%;
    height: 633px;
}

.career-highlights .career-highlights-left .career-image-holder .dr-image {
    position: absolute;
    bottom: 0;
    right: 0;
}

.career-highlights .career-highlights-left .career-image-holder .top-icon {
    position: absolute;
    background-color: #ffffff;
    top: 0;
    left: 0;
}

.career-highlights .career-highlights-right h2 {
    margin-top: 100px;
    margin-bottom: 45px;
}

.career-highlights .career-highlights-right {
    width: 100%;
}

.career-highlights h3 {
    font-size: 2.188rem;
    line-height: 1.1;
    color: var(--secondary);
    margin: 110px 0 8px 93px;
}

.career-highlights .career-history {
    display: flex;
    align-items: flex-start;
}

.career-highlights .career-history .career-history-year {
    min-width: 93px;
    max-width: 93px;
    font-size: 1.063rem;
    line-height: 1.3;
    padding: 21px 0;
    color: var(--secondary);
}

.career-highlights .career-history .career-history-description .career-year-b {
    color: var(--secondary);
}
.career-highlights .career-history .career-history-description .career-year-b:after {
    content: ' - ';
    color: var(--gray);
}
.career-highlights .career-history:nth-of-type(2n+1) .career-history-description .career-year-b,
.career-highlights .career-history:nth-of-type(2n+1) .career-history-year {
    color: var(--primary);
}

.career-highlights .career-history .career-history-description {
    border-bottom: 1px solid rgba(183,183,183,.5); 
    padding: 21px 0;
}

.career-highlights .career-history:last-of-type .career-history-description {
    border-bottom: none;
}

.career-highlights .career-history .career-history-description p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.063rem;
    line-height: 1.3;
}

.career-image-holder-mobile {
    display: none;
}

@media (max-width: 1650px) {
    .career-highlights {
        padding: 170px 0 70px;
    }
    .career-highlights .career-highlights-left {
        max-width: 500px;
    }

    .career-highlights .career-highlights-left .career-image-holder {
        height: 492px;
    }
    .career-highlights .career-highlights-left .career-image-holder .dr-image {
        max-width: 438px;
    }
    
    .career-highlights .career-highlights-left .career-image-holder .top-icon {
        max-width: 136px;
    } 

    .career-highlights .career-history .career-history-year {
        min-width: 71px;
        max-width: 71px;
    }

    .career-highlights .career-history .career-history-year,
    .career-highlights .career-history .career-history-description p {
        font-size: 1rem;
    }

    .career-highlights h3 {
        font-size:1.875rem;
    }
}

@media (max-width: 991px) {
    .career-highlights {
        padding: 120px 0 0;
    }
    .career-image-holder {
        display: none;
    }

    .career-highlights .container {
        flex-direction: column-reverse;
        padding: 0;
        margin: 0;
        max-width: unset;
    }

    .career-image-holder-mobile {
        display: block;
        margin: 0;
        width: 100%;
        height: 335px;
        margin-bottom: 61px;
        position: relative;
    }

    .dr-image {
        position: absolute;
        top: 0;
        left: 0px;
        width: 100vw;
        object-fit: cover;
        height: 335px;
    }

    .top-icon {
        position: absolute;
        width: 100px;
        height: 100px;
        top: unset;
        right: 0;
        bottom: 0;
        transform: translateY(50%);
    }

    .career-highlights-right {
        max-width: unset;
        padding: 20px 40px 60px;
        margin: 0;
    }

    .career-highlights .career-highlights-right h2 {
        margin-top: 0;
    }

    .career-highlights .career-highlights-right .btn {
        display: none;
    }

    .career-highlights-left {
        background-color: var(--secondary);
        padding: 80px 0;
    }

    .career-highlights-left h3 {
        color: #ffffff;
        text-align: center;
        margin-top: 0;
        margin-left: 0;
        font-size: 2.5em;
        margin-bottom: 35px;
    }

    .career-highlights .career-history {
        flex-direction: column;
        border-bottom-color: rgba(255,255,255,1);
        align-items: center;
    }

    .career-highlights .career-history &gt; * {
        padding-left: 35px;
        padding-right: 35px;
    }

    .career-highlights .career-history p,
    .career-highlights .career-history .career-history-year,
    .career-highlights .career-history .career-history-description .career-year-b:after,
    .career-highlights .career-history:nth-of-type(2n+1) .career-history-description .career-year-b, 
    .career-highlights .career-history:nth-of-type(2n+1) .career-history-year,
    .career-highlights .career-history .career-history-description .career-year-b {
        color: #ffffff;
        text-align: center;
    }

    .career-highlights .career-history .career-history-year {
        padding: 35px 0 0;
        font-weight: 800;
    }
    .career-highlights .career-history .career-history-description {
        padding: 0 0 35px;
        font-weight: 500;
    }
}
/* END CAREER HIGHLIGHTS STYLES */

/* BEGIN WELLNESS RETREAT STYLES */
.wellness-banner {
    min-height: 1078px;
    background-size: cover;
    background-position: center;
}

.wellness-banner .container {
    display: flex;
    align-items: center;
    min-height: 1078px;
    max-width: 1580px;
    margin: 0 auto;
    padding-top: 132px;
}

.wellness-banner h1 {
    font-size: 6.5rem;
    line-height: 1.09;
    color: #ffffff;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0;
    max-width: 900px;
}

.journey-content {
    padding: 185px 0;
}

.journey-content-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1263px;
    margin: 33px auto;
}

.journey-content-row &gt; * {
    width: calc(50% - 16px);
}

.journey-content-row .journey-left-text h2 {
    max-width: 475px;
    line-height: 1.3;
}

.journey-content-row .journey-left-text &gt; *,
.journey-content-row .journey-right-text &gt; * {
    margin-left: 48px;
}

.journey-content-row .journey-right-text p {
    font-size: 1.438rem;
}

.journey-content-row .journey-content-text-box,
.journey-content-row .journey-content-image-box {
    height: 615px;
}

.journey-content-row .journey-content-image-box img {
    width: 100%;
    height: 615px;
    object-fit: cover;
}

.journey-content-row .journey-content-text-box figure {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 100px;
}

.journey-content-row .journey-content-text-box figcaption,
.journey-content-row .journey-content-text-box p {
    font-size: 3rem;
    line-height: 1.375;
}

.journey-content-row figcaption[style*="color:#ffffff"] p {
    color: #ffffff;
}

.journey-content-row figure[data-box-id="3"] figcaption h5 {
    font-size: 2.938rem;
    line-height: 1.23;
    color: var(--secondary);
}

.journey-content-row figure[data-box-id="3"] figcaption p {
    font-size: 1.25rem;
    line-height: 1.5;
}

.partners-healing {
    padding: 207px 0 130px;
    background: linear-gradient(rgba(105, 105,105,.67),rgba(105, 105,105,.67)), url(../images/partners-healing.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.partners-healing h2 {
    color: #ffffff;
    text-align: center;
    font-size: 3.625rem;
    line-height:1.28;
    margin-top: 0;
    margin-bottom: 65px;
}

@media (max-width: 991px) {
    .wellness-banner {
        background-image: linear-gradient(rgba(153,168,199,.9),rgba(153,168,199,.9)), url(/wp-content/uploads/2022/03/office-hero.jpg) !important;
        min-height: 842px;
        padding: 0 40px;
    }

    .wellness-banner .container {
        min-height: 842px;
    }

    .wellness-banner h1 {
        font-size: 3.125rem;
    }

    .wellness-banner .btn {
        background-color: var(--primary);
    }

    .wellness-banner .btn:hover,
    .wellness-banner .btn:active,
    .wellness-banner .btn:focus {
        background-color: var(--primary-dark)
    }

    .journey .container {
        margin: 0;
        padding: 0;
        max-width: unset;
    }

    .journey-content {
        padding: 70px 0 0;
    }

    .journey-content-row {
        flex-direction: column;
        text-align: center;
        margin: 0;
    }

    .journey-content-row:nth-of-type(2n+3) {
        flex-direction: column-reverse;
    }

    .journey-content-row .journey-left-text &gt; *, .journey-content-row .journey-right-text &gt; * {
        margin-left: 0;
    }

    .journey-content-row &gt; * {
        width: 100%;
    }

    .journey-content-row .journey-content-image-box img {
        width: 100%;
        height: 375px;
        object-fit: cover;
    }

    .journey-content-row .journey-left-text,
    .journey-content-row .journey-right-text {
        width: 100%;
        padding: 0 40px;
    }

    .journey-content-row .journey-content-text-box, .journey-content-row .journey-content-image-box {
        height: unset;
    }

    .journey-content-row .journey-content-text-box figure {
        padding: 100px 40px;
        height: unset;
        margin: 0;
    }

    .journey-content-row .journey-content-text-box figcaption, .journey-content-row .journey-content-text-box p {
        font-size: 1.563rem;
        text-align: left;
    }

    .partners-healing h2 {
        font-size: 1.9rem;
    }
    .partners-healing {
        padding: 100px 40px;
    }
}
/* END WELLNESS RETREAT STYLES */

/* BEGIN APPOINTMENT STYLES */
section.appointment {
    padding: 26px 0 46px;
}

section.appointment .appointment-top-content p {
    font-size: 1.5rem;
    line-height: 1.5;
    color: var(--secondary);
    text-align: center;
}

section.appointment p {
    text-align: center;
    color: var(--gray);
}

section.appointment p a {
    color: var(--secondary);
    font-weight: 800;
}

section.appointment .wpcf7-form {
    max-width: 993px;
    margin: 0 auto;
}

section.appointment .wpcf7-form input:not([type="submit"]),
section.appointment .wpcf7-form textarea {
    border: none;
    border-bottom: 1px solid var(--gray-transparent);
    color: var(--gray-transparent);
    padding: 15px 0;
    font-size: 1.563rem;
    margin-bottom: 20px;
}

section.appointment .wpcf7-form input[type="submit"] {
    margin-top: 47px;
    margin-bottom: 34px;
}

section.appointment .wpcf7-form input::placeholder {
    color: var(--gray-transparent);
}

section.appointment .wpcf7-form .double-field {
    display: flex;
    justify-content: space-between;
}

section.appointment .wpcf7-form .double-field .form-field {
    width: calc(50% - 30px);
}

section.appointment .wpcf7-form .double-field .form-field input {
    width: 100%;
}

section.appointment .wpcf7-form .wpcf7-form-control-wrap,
section.appointment .wpcf7-form .wpcf7-form-control-wrap input {
    width: 100%;
}

@media (max-width: 1650px) {

    section.appointment .wpcf7-form {
        max-width: 908px;
    }

    section.appointment .appointment-top-content p {
        font-size: 1.313rem;
    }

    section.appointment .wpcf7-form input:not([type="submit"]), 
    section.appointment .wpcf7-form textarea {
        font-size: 1.313rem;
    }
}

@media (max-width: 991px) {
    section.appointment .wpcf7-form .double-field {
        flex-wrap: wrap;
    }
    section.appointment .wpcf7-form .double-field .form-field {
        width: 100%;
    }
}
/* END APPOINTMENT STYLES */

/* BEGIN CONTACT STYLES */
.contact {
    padding: 88px 52px;
}

.contact .container {
    display: flex;
    justify-content: space-between;
}

.contact-right {
    display: flex;
    align-items: flex-end;
}

.contact-right ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 50px;
}

.contact-right ul li {
    display: flex;
    justify-content: space-between;
    padding: 16px 48px 16px 0;
    border-bottom: 1px solid var(--gray-transparent);
    line-height: 1;
}

.contact-right ul li:last-of-type {
    border-bottom: none;
} 

.contact-right ul li p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.125rem;
}
.contact-right ul li p a {
    color: var(--gray);
}

.contact-right ul li .title {
    margin-right: 28px;
    color: var(--secondary);
}

.contact-right ul li .description {
    width: 235px;
}

.contact-left h2 {
    font-size: 2.813rem;
    line-height: 1.25;
    margin-bottom: 20px;
    margin-top: 0;
    padding-right: 15px;
}

.contact-left ul {
    list-style-type: none;
    padding-left: 0;
}

.contact-left ul li {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px 15px 0;
    border-bottom: 1px solid var(--gray-transparent);
    font-size: 1.125rem;
    color: var(--gray);
}

.contact-left ul li:last-of-type {
    border-bottom: none;
}

.contact-left ul li aside {
    color: var(--secondary);
    width: 110px;
}

.contact-left ul li aside[data-value="Closed"] {
    color: var(--primary);
}

@media (max-width: 1550px) {
    .contact-left h2 {
        font-size: 1.9rem;
    }

    .contact-left {
        max-width: 280px;
    }

    .contact-left ul li {
        font-size: 1rem;
    }

    .contact-left ul li aside {
        width: 82px;
    }

    .contact-right ul li {
        padding: 12px 8px 12px 0;
    }

    .contact-right ul li a,
    .contact-right ul li p {
        font-size: 1rem;
    }

    .contact-right ul {
        margin-bottom: 32px;
    }

    .map-sec iframe {
        width: 325px;
        height: 325px;
    }

    .contact-right ul li .title {
        margin-right: 15px;
    }

    .contact-right ul li .description {
        width: 190px;
    }
}

@media (max-width: 991px) {
    .contact {
        padding: 0;
    }

    .contact-left {
        padding: 45px;
        max-width: unset;
    }

    .contact-left h2 {
        text-align: center;
    }

    .contact-left ul {
        margin-left: -45px;
        width: calc(100% + 45px);
    }

    .contact-left ul li {
        padding-left: 45px;
    }

    .contact .container {
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin: 0;
        max-width: unset;
    }

    .contact-right {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .contact-right .left-call,
    .contact-right .right-call,
    .contact-right .right-call iframe {
        width: 100%;
    }

    .contact-right .right-call iframe {
        height: 308px;
        margin-bottom: -10px;
    }

    .contact-right ul {
        margin-bottom: 0;
        margin-right: -45px;
        width: calc(100% + 45px);
        padding: 40px;
        background-color: var(--secondary);
    }

    .contact-right ul li {
        padding-right: 45px;
        border-bottom-color: rgba(255,255,255,.5);
    }

    .contact-right ul li .title,
    .contact-right ul li .description,
    .contact-right ul li .description a {
        color: #ffffff;
    }
}
/* END CONTACT STYLES */

/* BEGIN WHAT WE TREAT STYLES */
section.what-we-treat-page {
    padding: 60px 0 120px;
}

section.what-we-treat-page p {
    text-align: center;
    max-width: 925px;
    margin: 0 auto;
}

section.what-we-treat-page p a {
    color: var(--secondary);
}

.what-we-treat-page .slick-track {
    display: flex !important;
}

.what-we-treat-slider {
    margin-top: 115px;
	position: relative;
}

.what-we-treat-slider .slick-arrow {
	position: absolute;
    bottom: 40px;
    width: 122px;
    height: 40px;
    cursor: pointer;
	background-color: rgba(255,255,255,.95);
	padding: 10px 20px;
	display: block;
	box-shadow: 3px 3px 8px rgba(0,0,0,.2);
	z-index: 1;
	border-radius: 5px;
	background-size: calc(100% - 20px) calc(100% - 20px);
	background-position: center;
	background-repeat: no-repeat;
	transition: .4s all;
}

.what-we-treat-slider .slick-arrow:hover {
    background-color: #ffffff;
	transform: scale(1.1);
}

.what-we-treat-slider .slick-dots {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 25px);
	display: flex;
	list-style-type: none;
	padding-left: 0;
}

.what-we-treat-slider .slick-dots li button {
	display: block;
	width: 15px;
	height: 15px;
	padding: 0;
	border: 2px solid #ffffff;
	margin: 0 5px;
	border-radius: 100%;
	background-color: var(--primary);
	text-indent: -9999px;
	transition: .4s all;
	box-shadow: 2px 2px 4px rgba(0,0,0,.1)
}

.what-we-treat-slider .slick-dots li.slick-active button {
	background-color: var(--secondary);
}

.what-we-treat-slider .slick-arrow.arrow-left {
    background-image: url(../images/back-arrow.svg);
    left: 40px;
}

.what-we-treat-slider .slick-arrow.arrow-right {
    background-image: url(../images/next-arrow.svg);
    right: 40px;
}

.what-we-treat-page .slick-slide {
    max-width: 516px;
    margin: 0 10px;
    height: inherit !important;
    background-color: var(--primary);
}

.what-we-treat-page .slick-slide .text-content {
    padding: 42px 34px 70px;
}

.what-we-treat-page .slick-slide .slide-image {
    width: 100%;
    height: 421px;
    object-fit: cover;
}

.what-we-treat-page .slick-slide h2 {
    color: #ffffff;
    font-size: 2.625rem;
    margin-top: 0;
    margin-bottom: 24px;
    line-height: 1.1;
}

.what-we-treat-page .slick-slide ul {
    padding-left: 15px;
}

.what-we-treat-page .slick-slide ul li {
    margin: 0;
    font-size: 1.5rem;
    color: #ffffff;
}

.what-we-treat-page .slick-slide:nth-of-type(2n + 1) {
    background-color: var(--secondary);
}

@media (max-width: 991px) {
	.what-we-treat-page .slick-slide h2 {
		font-size: 2.2rem;
	}
    .what-we-treat-slider .slick-list {
        padding: 0 20px !important;
    }

    .what-we-treat-slider {
        margin-top: 60px;
    }

    section.what-we-treat-page p {
        padding: 0 40px;
    }
}
/* END WHAT WE TREAT STYLES */</pre></body></html>