<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&amp;display=swap');
* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
}
html,
body {
    height: 100%;
    min-height: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2;
    color: #232c42;
    margin: 0; 
}
a { 
    background-color: transparent; 
}
a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #188dd9;
    text-decoration: underline;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
}
b, strong {
    font-weight: 900;
}
header {
    width:100%;
    position: absolute;
    left:0;
    top:0;
    padding-top: 30px;
}
.home_page .top-background {
    background: url('/assets/img/page-top.webp') #f58236;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}
.page-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
.hp-keyart {
    color: white;
    padding-top:340px;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 120px;
}
.hp-keyart h1 {
    font-size: 96px;
    line-height: 1;
    font-weight: 900;
    padding-bottom: 20px;
}
.hp-keyart .buttons,
.inner-keyart .buttons{
    margin-top: 30px;
}
.hp-keyart .buttons .red-button,
.inner-keyart .buttons .red-button
{
    background:#b22629;
    border: 1px solid white;
    display: inline-block;
    color: white;
    border-radius: 10px;
    padding:10px 15px;
    font-size: 17px;
    text-decoration: none;
}
.hp-keyart .buttons .black-button,
.inner-keyart .buttons .black-button {
    background:#3b4d82;
    border: 1px solid white;
    display: inline-block;
    color: white;
    border-radius: 10px;
    padding:10px 15px;    
    font-size: 17px;
    text-decoration: none;
    margin-left:20px;
}
.home-accordion .girl-container {
    position: relative;
}
.home-accordion .bloom-girl {
    position:absolute;
    top: -955px;
}
.home-accordion {
   /* background: #f58236;
    height: 500px;*/
    padding-bottom:50px;
}
.home-accordion h2 {
    color: white;
    font-size: 46px;
    font-weight: 900;
    padding-top: 20px;
    padding-bottom: 55px;
}
.accordion-button::after {
    content: ''; /* Remove Bootstrap default arrow */
    background: url('/assets/img/accordion-arrow.webp') no-repeat center center; 
    background-size: contain;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: auto; 
    transition: transform 0.3s ease; 
}
.accordion-button:not(.collapsed)::after {
    background: url('/assets/img/accordion-arrow.webp') no-repeat center center; 
    transform: rotate(180deg); /* Rotate the arrow for expanded state */
}
.accordion-button {
    padding: 15px;
}
.home-onboarding {
    background: url('/assets/img/purple-top-section.webp');
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 180px;
    background-size: 100%;
    background-color: #3b4d82;
    color: #0f0d0d;
}
.inner_page .home-onboarding {
    background: url('/assets/img/inner-purple-top-section.webp');
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 180px;
    background-size: 100%;
    background-color: #3b4d82;
    color: #0f0d0d;
}
h2.onboarding-main-title {
    font-size:57px;
    color: white;
    font-weight: 900;
    line-height: 70px;
}
.home-onboarding .main-content {
    background: white;
    border-radius: 10px;
    padding: 36px 36px 40px 36px;
    font-size: 20px;
    position: relative;
    margin: 20px 20px 50px 0;
}
.home-onboarding .main-content .step {
    color: #b22629;
    font-size: 17px;
    padding-bottom: 10px;
}
.home-onboarding .main-content h3 {
    font-size:40px;
    color:  #0f0d0d;
    font-weight: 900;
    padding-bottom: 10px;
}
.content-and-decoration {
    display: flex;
    justify-content: center;
}
.content-and-decoration .content {
    width: 85%;
}
.content-and-decoration .decoration {
    width: 15%;
}
.home-onboarding .main-content .buttons {
    padding-top: 10px;
    display: flex;
}
.home-onboarding .main-content .buttons .red-button {
    background:#b22629;
    display: inline-block;
    color: white;
    border-radius: 10px;
    padding:10px 15px;
    font-size: 17px;
    text-decoration: none;
}
.onboarding-decoration {
    position: absolute;
    right: -55;
    top: -10px;
}
.home-onboarding .main-content .buttons .black-button {
    background:#0f0d0d;
    display: inline-block;
    color: white;
    border-radius: 10px;
    padding:10px 15px;    
    font-size: 17px;
    text-decoration: none;
    margin-left:20px;
}
.home-onboarding .content-area {
    background-image: url('/assets/img/purple-mid-section.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #3b4d82;
    color: #0f0d0d;
    padding: 100px 0;
}
.home-testimonial {
    background: url('/assets/img/orange-top-section.webp');
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 250px;
    padding-bottom:50px;
    background-size: 100%;
    background-color: #ffffff;
    color: #0f0d0d;
}
.home-testimonial .testimonial-content {
    position: relative;
}
.home-testimonial .testimonial-content .quotes {
    position: absolute;
    top:-70px;
    left: 15;
}
.home-experience {
    background: url('/assets/img/gray-top-section.webp');
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 120px;
    padding-bottom:50px;
    background-size: 100%;
    background-color: #f7f8fd;
    color: #0f0d0d;
}
.home-experience h2 {
    font-size:57px;
    font-weight:900;
    text-align:center;
    color: #0f0d0d;
    margin-bottom:50px;
}
.home-experience .purple-text {
    font-size: 24px;
    font-weight: 900;
}
.purple-text {
    color: #8a66ab;
}
.experience-table div:not(.row) {
padding:13px 0;
border-bottom:1px solid #d7d7d7;
}
.home-first-content-block {
    background: url('/assets/img/purple-bottom-section.webp');
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 200px;
    padding-bottom:100px;
    background-size: 100%;
    background-color: #ffffff;
    color: #0f0d0d;
}
.home-second-content-block {
    background: url('/assets/img/gray-bottom-section.webp');
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 200px;
    padding-bottom:100px;
    background-size: 100%;
    background-color: #ffffff;
    color: #0f0d0d;
}
/**************************** Inner page ******************************************/
.therapist-form {
    position: relative;
}
.therapist-form h2 {
    font-size: 46px;
    font-weight: 900;
    margin-bottom: 50px;
}
.therapist-form h3 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
}
.therapist-form .girl-container {
    position: relative;
}
.therapist-form .bloom-girl {
    position:absolute;
    top: -873px;
    left: 85px;
}
.therapist-form .bloom-girl img{
     max-width: unset;
}
.inner_page .top-background {
    background: url('/assets/img/inner-page-top.webp') #fff;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}
.inner-keyart {
    color: white;
    padding-top:340px;
    font-size: 20px;
    font-weight: 300;
    padding-bottom:250px;
}
.inner-keyart h1 {
    font-size: 46px;
    line-height: 1;
    font-weight: 900;
    padding-bottom: 20px;
}
.inner-keyart .top-title {
    margin-bottom: 15px;
}
.inner-testimonial {
    background: url('/assets/img/inner-purple-bottom-section.webp');
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 250px;
    padding-bottom:50px;
    background-size: 100%;
    background-color: #ffffff;
    color: #0f0d0d;
}
.inner-testimonial .testimonial-content {
    position: relative;
}
.inner-testimonial .testimonial-content .quotes {
    position: absolute;
    top:-70px;
    left: 15;
}
.inner-top-content-block {
    background: url('/assets/img/light-purple-top.webp');
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 200px;
    padding-bottom:100px;
    background-size: 100%;
    background-color: #f7f8fd;
    color: #0f0d0d;
}
.inner-mid-content-block {
    background: url('/assets/img/purple-bottom-section.webp');
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 200px;
    padding-bottom:100px;
    background-size: 100%;
    background-color: #ffffff;
    color: #0f0d0d;
}
/**************************** Footer ******************************************/
footer {
    background: url('/assets/img/footer-top.webp');
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 140px;
    background-size: 100%;
    background-color: #0f0d0d;
    color: white;
}
.footer_logo {
    margin-bottom: 30px;
}
.footer_copy {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}
.footer_center {
    font-weight:300;
    font-size: 16px;
}
.footer_social {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 140px;
}
footer a {
    color: white;
    text-decoration: underline;
}
.footer_holder {
    display: flex;
    justify-content: space-between;
    padding: 90px 0;
}

#therapist-application input,
#therapist-application select {
   background: #eaebf1;
}
#therapist-application input[type="submit"] {
    background: #8a66ab;
    color: white;
    font-weight:900;
    padding: 15px 20px;
    border-radius: 10px;
    border: none;
}
#therapist-application label {
    margin-bottom:8px;
}
.red {
    color: #b22629;
}
@media only screen and (max-width: 1400px) {
   .home-onboarding .slick-dots {
       width: 300px;
   }
   .home-onboarding .slick-next {
       right: 170px;
   }
   .home-onboarding .slick-prev {
        right: 220px;
    }

    
}
@media only screen and (max-width: 1200px) {
    .home-accordion .bloom-girl {
        position: absolute;
        top: -747px;
        right: -15px;
    }
    .home-accordion .bloom-girl img {
        width: 400px;
    }
    
}
.form-holder.success {
   /* display: none;*/
}
h3.message-holder  {
    display: none;
    color:black;
}
h3.message-holder.success  {
    display: block;
}
.header-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-holder .menu-holder {
    display: none;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    backdrop-filter: blur(17px);
    height: 100vh;
    background:rgba(0, 0, 0, 0.8);
     z-index: 1000;
}
.header-holder .menu-holder.open {
    display: block;
}
.header-holder .main_menu {
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    flex-direction: column;
}
.header-holder .main_menu li a {
    font-size: 57px;
    color: white;
    font-weight: 900;
    line-height: 70px;
}
.header-holder .main_menu li {
    margin-bottom: 40px;
    text-align: center;
}
.header-holder .logo {
    position: relative;
    width: 400px;
    height: 130px;
    
}
.header-holder .logo a {
    position: absolute;
    z-index: 1100;
    width: 400px;
}
body.open-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#nav-icon {
    z-index: 1100;
}
ul.specialities {
    list-style-type: none;
    margin-top: 15px;
    padding: 0;
    column-count: 3;
}</pre></body></html>