html {
    scrollbar-color: rgb(212,198,209) rgb(255, 255, 255, 0.5);
}

html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}

.container {
    width: 1162px;
    margin: auto;
    max-width: 100%;
}

.program_offeringsZAnsi .container {
    z-index: 1;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.program_offeringsZAnsi h2 {
    font-size: 36px;
    max-width: 90%;
    position: relative;
    color: #000000;
    transform: translateX(-8px);
    margin-bottom: 40px;
    line-height: 1.3;
    font-weight: 700;
}

.program_offeringsZAnsi .img_cardpeCgN {
    overflow: hidden;
    border: 1px solid rgba(rgb(212,198,209,0.5), 0.15);
    position: relative;
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.06),
        0 3px 10px rgba(rgba(0, 0, 0, 0.5), 0.03);
    height: 360px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
}

.program_offeringsZAnsi .description::before {
    background-color: rgb(212,198,209);
    position: absolute;
    animation: lineGrow 2.5s ease-out forwards;
    width: 2px;
    top: 0;
    height: 0;
    content: "";
    left: -2px;
}

.reach_outMwYUd h2 {
    position: relative;
    font-size: 35px;
    text-align: center;
    display: inline-block;
    left: 50%;
    margin-bottom: 20px;
    color: #000000;
    transform: translateX(-50%);
    padding-bottom: 20px;
    font-weight: 700;
}

.reach_outMwYUd .img_cardpeCgN::before {
    content: "";
    z-index: 1;
    background: linear-gradient(
        135deg, 
        rgba(rgb(212,198,209), 0.4), 
        rgba(rgb(179,161,174), 0.4)
    );
    inset: 0;
    position: absolute;
}

.reach_outMwYUd form h3 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
    color: #000000;
    display: inline-block;
}

.reach_outMwYUd form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(212,198,209);
}

.reach_outMwYUd .request_queryzhjfS {
    position: relative;
    margin-bottom: 40px;
}

.reach_outMwYUd .request_queryzhjfS label::before {
    left: 0;
    content: "";
    width: 22px;
    background: transparent;
    top: 0;
    border: 2px solid rgb(239,234,238);
    height: 22px;
    transition: all 0.3s ease;
    position: absolute;
}

.reach_outMwYUd .request_queryzhjfS label a:hover {
    color: rgb(179,161,174);
}

.reach_outMwYUd .support_queryQcLBD {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    background: rgb(212,198,209);
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    border: none;
    font-size: 15px;
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #ffffff;
    padding: 18px 40px;
    font-weight: 600;
    width: auto;
}

.dialogCookieSettingsDBGmZ p {
    color: #ffffff;
    font-size: 18px;
    max-width: 500px;
}

.user_safetygwRKI {
    cursor: pointer;
    background: rgb(212,198,209);
    text-decoration: none;
    color: #ffffff;
    line-height: 35px;
    box-shadow: rgb(212,198,209,0.5) 0px 4px 10px 0px;
    padding: 10px 20px;
    font-size: 18px;
    margin-left: 20px;
    border-radius: 22px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}


#cookie_disclosureulFeA {
    display: none;
}

.our_teamyWCTH::before {
    position: absolute;
    left: 0;
    top: 0;
    animation: gridMove 60s linear infinite;
    height: 100%;
    content: "";
    background-position: center;
    background-size: 40px 40px;
    z-index: -1;
    width: 100%;
    backface-visibility: hidden;
    transform-origin: center center;
    transform: perspective(1000px) rotateX(60deg) scale(2.5) translateZ(-200px);
    opacity: 0.05;
    background: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
}



.our_teamyWCTH .ethos_blockArRUb {
    color: #000000;
    gap: 15px;
    align-items: center;
    background: rgba(255, 255, 255, 0.02);
    font-weight: 700;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    display: flex;
    font-size: 17px;
    margin-bottom: 20px;
    grid-area: logo;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    backdrop-filter: blur(10px);
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.our_teamyWCTH .edu_valueswkMDC:hover {
    border-color: rgb(212,198,209,0.5);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px) scale(1.02);
}



.our_teamyWCTH .img_cardpeCgN {
    z-index: 5;
    width: 120px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    position: relative;
    flex-shrink: 0;
    transition: all 0.4s ease;
    height: 120px;
    border-radius: 26px;
}

.our_teamyWCTH .virtual_classesrMDhp {
    transition: all 0.3s ease;
    position: relative;
    font-size: 19px;
    color: #000000;
    margin-bottom: 8px;
    font-weight: 700;
    padding-bottom: 10px;
}

.our_teamyWCTH .label_holdergbMwJ {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    z-index: 2;
    overflow: hidden;
    backdrop-filter: blur(15px);
    grid-area: content;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    padding: 40px;
    border-radius: 26px;
    position: relative;
}

.our_teamyWCTH .label_holdergbMwJ p {
    font-size: 15px;
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
    line-height: 1.9;
    margin-bottom: 0;
}

.our_teamyWCTH .ethos_blockArRUb:hover svg path,
.our_teamyWCTH .ethos_blockArRUb:hover svg {
    fill: rgb(179,161,174);
}

.id_thankboxlPZOI::after {
    content: "";
    bottom: -5%;
    position: absolute;
    opacity: 0.1;
    height: 65%;
    width: 45%;
    transform: rotate(12deg) skew(-5deg);
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(45deg, rgb(212,198,209) 0%, transparent 80%);
    left: -10%;
}

.id_thankboxlPZOI .how_growxjbtp::before {
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(212,198,209) 0%, rgb(179,161,174) 100%);
    content: "";
    width: 6px;
    top: 0;
}

.id_thankboxlPZOI ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.id_thankboxlPZOI li::before {
    opacity: 0.1;
    top: -40px;
    position: absolute;
    line-height: 1;
    font-family: serif;
    color: rgb(212,198,209);
    content: "";
    z-index: -1;
    left: -20px;
    font-size: 120px;
}

header .header_knowehngG {
    margin-left: 5px;
    padding: 0.9rem 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .head_sitebarFmLHn svg {
    transition: all 0.3s ease;
    height: auto;
    width: 140px;
}

header .site_mainNebEw {
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 0.4rem 0.7rem;
    text-decoration: none;
    background: #ffffff;
    position: relative;
    font-size: 16px;
    border-radius: 10px;
    color: #000000;
    z-index: 1;
    font-weight: 400;
}

.knowl_basepdXDj::after {
    left: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(212,198,209,0.5) 70%, transparent 100%);
    pointer-events: none;
    animation: shiftGradient 15s infinite linear;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
}

footer .info_item:hover svg {
    transform: scale(1.1);
}

footer .info_item a:hover {
    color: rgb(212,198,209);
    text-shadow: 0 0 8px rgb(212,198,209,0.5);
}

footer .top_navbaroWDir {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}

footer .top_headkKASB {
    border-radius: 25px;
    transition: box-shadow 0.3s ease;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
}

footer .top_headkKASB:hover h5::after {
    width: 100px;
}

footer .header_learneusnm {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 25px;
}

footer .header_learneusnm a:hover::before {
    box-shadow: 0 0 5px rgb(212,198,209), 0 0 10px rgb(212,198,209,0.5);
    background-color: rgb(212,198,209);
    transform: translateY(-50%) scale(1);
    opacity: 1;
}



footer .subscribe_holder h5 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 22px;
    display: inline-block;
    font-weight: 600;
    position: relative;
}

footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
    position: relative;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .join_formThXce::before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    left: -100%;
    transition: left 0.7s ease;
    top: 0;
    position: absolute;
    width: 100%;
}

.mentorship_profilexzvfK {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(239,234,238) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}

.mentorship_profilexzvfK .img_cardpeCgN {
    transform: translateZ(20px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    height: 100%;
    min-height: 350px;
    transition: transform 0.3s ease;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    border-radius: 25px;
    grid-area: photo;
}

.mentorship_profilexzvfK .experience_pathpnQaW {
    font-size: 12px;
    line-height: 1.6;
    transform: translateZ(15px);
    color: #ffffff;
    border-radius: 10px;
    border-left: 4px solid rgb(212,198,209);
    padding: 1.5rem;
    grid-area: quote;
    position: relative;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.title_openerXKmOH .knowledge_studyBUjQv > div:first-child {
    transform: translateX(-30px);
    position: relative;
    opacity: 0;
    animation: slideInLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.title_openerXKmOH h3 {
    line-height: 1.4;
    font-weight: 600;
    background: linear-gradient(90deg, #ffffff 60%, rgb(179,161,174) 100%);
    margin-bottom: 1.5rem;
    font-size: clamp(1.3rem, 2.5vw, 22px);
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    max-width: 90%;
}

.secure_refugeCtgDx::after {
    height: 250px;
    filter: blur(70px);
    transform: rotate(15deg);
    opacity: 0.3;
    left: -5%;
    content: "";
    width: 250px;
    background: linear-gradient(to right, rgb(179,161,174,0.5), rgb(212,198,209,0.5));
    z-index: 0;
    bottom: -10%;
    position: absolute;
}

.secure_refugeCtgDx h1:hover::after {
    transform: scaleX(1.5);
}

.secure_refugeCtgDx h2 {
    color: #000000;
    position: relative;
    margin-top: 40px;
    padding-left: 16px;
    font-size: 37px;
    margin-bottom: 20px;
    font-weight: 600;
}

.secure_refugeCtgDx h4 {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: calc(37px * 0.75);
    margin-top: 25px;
    color: #000000;
    opacity: 0.9;
}

.secure_refugeCtgDx p strong {
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 600;
}

.secure_refugeCtgDx span:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.secure_refugeCtgDx li {
    padding-left: 25px;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    position: relative;
    color: #000000;
    transform: translateZ(0);
}

.pricing_panelWXgld .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}

.pricing_panelWXgld h2 {
    text-align: center;
    transition: transform 0.5s ease;
    transform: perspective(1000px) translateZ(10px);
    -webkit-background-clip: text !important;
    margin-bottom: 20px;
    color: transparent;
    font-size: 32px;
    background-clip: text !important;
    background: linear-gradient(to right, #ffffff, rgb(179,161,174));
    font-weight: 700;
}

.pricing_panelWXgld .rate_choiceHlcVN {
    text-decoration: none;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    overflow: hidden;
    position: relative;
    display: block;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
              0 5px 15px rgba(0, 0, 0, 0.1), 
              inset 0 1px 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.pricing_panelWXgld .rate_choiceHlcVN:hover h4::after {
    width: 100px;
}

.pricing_panelWXgld .price_plankvyXn {
    background: linear-gradient(135deg, rgb(212,198,209), rgb(179,161,174));
    font-weight: 700;
    transition: all 0.3s ease;
    transform: translateZ(20px);
    display: inline-block;
    padding: 10px 20px;
    align-self: flex-start;
    color: #ffffff;
    margin-top: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: calc(23px * 1.3);
}

.contactshAOaE .contact_feedbackOwMlh {
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 50px;
    overflow: hidden;
    position: relative;
    -webkit-backdrop-filter: blur(15px);
    flex-direction: column;
    box-shadow: 
    0 20px 40px rgba(#000000, 0.08),
    0 0 0 1px rgba(rgb(212,198,209), 0.1),
    0 2px 5px rgba(#000000, 0.05);
    backdrop-filter: blur(15px);
    background: rgba(#ffffff, 0.9);
    border-radius: 27px;
}

.contactshAOaE .contact_feedbackOwMlh {
    isolation: isolate;
}

.contactshAOaE .support_contacthPpwD {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin-top: 30px;
    grid-gap: 20px;
    display: grid;
}

.contactshAOaE .support_contacthPpwD {
    position: relative;
    z-index: 2;
}

.contactshAOaE .support_contacthPpwD span span:hover {
    transform: none;
    box-shadow: none;
}

.contactshAOaE .support_contacthPpwD span a::after {
    width: 0;
    transition: width 0.3s ease;
    left: 0;
    height: 1px;
    background-color: rgb(212,198,209);
    content: "";
    position: absolute;
    bottom: -2px;
}

.contactshAOaE .get_contactGsPyZ span:last-child {
    border-bottom: none;
}

.contactshAOaE .get_contactGsPyZ span:hover {
    background: transparent;
    transform: none;
    box-shadow: none;
}

.contactshAOaE .support_contacthPpwD span svg {
    width: 18px;
    stroke-width: 2;
    stroke-linejoin: round;
    fill: none;
    margin-right: 10px;
    stroke: rgb(212,198,209);
    flex-shrink: 0;
    transition: all 0.3s ease;
    height: 18px;
    stroke-linecap: round;
}

.contactshAOaE .support_contacthPpwD span:nth-child(5) svg path {
    transition: all 0.3s ease;
}

.contactshAOaE .support_contacthPpwD span:nth-child(6) svg path {
    stroke-dasharray: 18;
    stroke-dashoffset: 0;
    animation: drawPath 3s infinite ease-in-out;
    animation-delay: 1s;
}

.contactshAOaE .support_contacthPpwD span:nth-child(odd) svg {
    animation: floatIcon 3s infinite ease-in-out reverse;
}

.data_overviewJeFoD .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

.data_overviewJeFoD .study_statisticsMbjzL {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
    background: #ffffff;
    overflow: hidden;
    transform-origin: center bottom;
    position: relative;
}

.data_overviewJeFoD .study_statisticsMbjzL div {
    height: 100%;
    transition: transform 0.3s ease;
    display: flex;
    padding: 35px 25px;
    flex-direction: column;
}

.data_overviewJeFoD .study_statisticsMbjzL:nth-child(2) p {
    --order: 2;
}

.data_overviewJeFoD .study_statisticsMbjzL:nth-child(5) p {
    --order: 5;
}

.data_overviewJeFoD .study_statisticsMbjzL p::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 3px;
    transform: scaleX(0);
    width: 40px;
    background: rgb(179,161,174);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: left;
    content: "";
}

.data_overviewJeFoD .study_statisticsMbjzL:nth-child(7) span {
    --order: 7;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 768px) {.program_offeringsZAnsi {
    padding: 150px 0 100px;
}.program_offeringsZAnsi .future_classGeQCs {
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
}.program_offeringsZAnsi h2 {
    max-width: 70%;
    font-size: calc(36px * 1.1);
    margin-bottom: 60px;
}.program_offeringsZAnsi .img_cardpeCgN {
    height: 450px;
}.program_offeringsZAnsi .label_holdergbMwJ {
    padding: 30px;
    max-height: 450px;
}
}



@media (max-width: 767px) {.program_offeringsZAnsi {
    padding: 80px 0 60px;
}.program_offeringsZAnsi h2 {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: calc(36px * 0.9);
}.program_offeringsZAnsi .img_cardpeCgN {
    height: 280px;
}.program_offeringsZAnsi .label_holdergbMwJ {
    max-height: 400px;
    padding: 15px;
}.program_offeringsZAnsi .description {
    font-size: calc(14px * 0.95);
}}


@media only screen and (max-width: 1200px) {.dialogCookieSettingsDBGmZ {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.cookie_showkALRg {
    display: none;
}.cookie_hidezVqPQ {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.dialogCookieSettingsDBGmZ h5 {
    text-align: center;
}.dialogCookieSettingsDBGmZ p {
    text-align: center;
}.visitor_privacyKMZQX {
    margin-bottom: 20px;
    text-align: center;
}.user_safetygwRKI {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    max-width: 300px;
}}



@media (max-width: 575px) {.our_teamyWCTH {
    padding: 60px 0;
}.our_teamyWCTH .edu_valueswkMDC {
    flex-direction: column;
    padding: 25px 15px;
    text-align: center;
}.our_teamyWCTH .img_cardpeCgN {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}.our_teamyWCTH .virtual_classesrMDhp::after {
    transform: translateX(-50%);
    left: 50%;
}.our_teamyWCTH .edu_valueswkMDC:hover .expert_guidesvHPYd {
    transform: translateX(0) translateY(3px);
}.our_teamyWCTH .label_holdergbMwJ {
    padding: 25px 20px;
}.our_teamyWCTH .label_holdergbMwJ h2 {
    font-size: calc(31px * 0.8);
}.our_teamyWCTH .ethos_blockArRUb svg {
    width: 40px;
    height: 40px;
}.our_teamyWCTH .virtual_classesrMDhp {
    font-size: calc(19px * 0.95);
}.our_teamyWCTH .expert_guidesvHPYd {
    font-size: calc(15px * 0.95);
}}



@media (max-width: 767px) {header::after {
    width: 3px;
}header .header_knowehngG {
    flex-direction: column;
    gap: 0.7rem;
    align-items: flex-start;
    margin-left: 3px;
    padding: 0.8rem 2%;
}header .head_sitebarFmLHn {
    padding: 0.4rem;
}header .head_sitebarFmLHn svg {
    width: 120px;
}header .top_headkKASB {
    justify-content: flex-start;
    padding: 0.4rem;
    overflow-x: auto;
    width: 98%;
}header .top_headkKASB::-webkit-scrollbar {
    height: 2px;
}header .top_headkKASB::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(212,198,209);
}header .site_mainNebEw {
    white-space: nowrap;
    font-size: calc(16px - 1px);
    padding: 0.3rem 0.5rem;
}
}



@media (max-width: 767px) {.mentorship_profilexzvfK {
    padding: 3rem 0;
}.mentorship_profilexzvfK .user_ratingsIovSR {
    grid-template-columns: 1fr;
    grid-template-areas:
            "img_cardpeCgN"
            "name"
            "employee_infokRXDF"
            "experience_pathpnQaW";
    padding: 2rem;
}.mentorship_profilexzvfK .img_cardpeCgN {
    min-height: 250px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}}



@media (max-width: 767px) {.secure_refugeCtgDx {
    padding: 40px 0;
}.secure_refugeCtgDx::before,
    .secure_refugeCtgDx::after {
    height: 200px;
    width: 200px;
}.secure_refugeCtgDx .container {
    border-left-width: 2px;
    padding: 25px 20px;
}.secure_refugeCtgDx h1 {
    transform: translateX(0);
    font-size: calc(44px * 0.8);
    margin-bottom: 20px;
}.secure_refugeCtgDx h1::after {
    width: 60px;
}.secure_refugeCtgDx h2 {
    margin-top: 30px;
    padding-left: 12px;
    font-size: calc(37px * 0.85);
}.secure_refugeCtgDx h2::before {
    width: 3px;
}.secure_refugeCtgDx h3 {
    font-size: calc(37px * 0.75);
}.secure_refugeCtgDx h4 {
    font-size: calc(37px * 0.7);
}.secure_refugeCtgDx p, .secure_refugeCtgDx span, .secure_refugeCtgDx li {
    font-size: calc(18px * 0.95);
}.secure_refugeCtgDx ul {
    padding-left: 5px;
}.secure_refugeCtgDx li {
    padding-left: 20px;
}
}


@media (max-width: 768px) {.contactshAOaE {
    padding: 50px 0;
}.contactshAOaE .contact_feedbackOwMlh {
    padding: 30px 25px;
}.contactshAOaE h3 {
    font-size: calc(30px - 4px);
}.contactshAOaE .support_contacthPpwD {
    grid-gap: 15px;
    grid-template-columns: 1fr;
}.contactshAOaE .support_contacthPpwD span {
    padding: 12px 15px;
}.contactshAOaE .support_contacthPpwD span svg {
    height: 14px;
    width: 14px;
}.contactshAOaE .get_contactGsPyZ h4 svg {
    width: 18px;
    height: 18px;
}
}



@media (max-width: 768px) {.data_overviewJeFoD {
    padding: 50px 0;
}.data_overviewJeFoD ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}.data_overviewJeFoD .study_statisticsMbjzL div {
    padding: 25px 20px;
}.data_overviewJeFoD .study_statisticsMbjzL p {
    margin-bottom: 10px;
    font-size: 37px;
}.data_overviewJeFoD .study_statisticsMbjzL span {
    font-size: calc(14px * 0.9);
}.data_overviewJeFoD h4 {
    font-size: calc(20px * 0.95);
    margin-top: 40px;
}
}

@keyframes morphBlob {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        transform: translate(-50px, 20px) rotate(120deg);
    }
    66% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
        transform: translate(50px, -20px) rotate(240deg);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(360deg);
    }
}

@keyframes drawPath {
  0% {
    stroke-dashoffset: 22;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -22;
  }
}



@keyframes stat-number-appear {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

