* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

.wrapper-canvasAodmN {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

svg {
    width: 30px;
    height: 30px;
}

.program_offeringsZAnsi::before {
    left: 0;
    background-image: 
        linear-gradient(30deg, rgba(rgb(212,198,209,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(rgb(212,198,209,0.5), 0.03) 1px, transparent 1px);
    top: 0;
    content: "";
    height: 100%;
    background-size: 40px 40px;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.program_offeringsZAnsi .img_cardpeCgN:hover {
    box-shadow: 
        0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: perspective(1000px) rotateY(0deg) translateZ(5px);
}

.program_offeringsZAnsi .description {
    line-height: 1.7;
    border-left: 2px solid rgba(rgb(212,198,209,0.5), 0.3);
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    color: #000000;
}

.reach_outMwYUd::before {
    height: 100%;
    position: absolute;
    opacity: 0.07;
    z-index: 1;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(212,198,209,0.5) 0,
        rgb(212,198,209,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    width: 100%;
    top: 0;
    content: "";
}

.reach_outMwYUd h2::after {
    width: 30px;
    position: absolute;
    left: calc(50% - 15px);
    bottom: 0;
    background: rgb(179,161,174);
    height: 4px;
    content: "";
}

.reach_outMwYUd .inquiry_gridTVhul::before {
    width: 150px;
    position: absolute;
    height: 150px;
    z-index: 0;
    border: 30px solid rgb(212,198,209,0.5);
    right: -75px;
    content: "";
    top: -75px;
    border-radius: 50%;
}

.reach_outMwYUd form input[type="text"] {
    background: transparent;
    border: none;
    transition: all 0.3s ease;
    color: #000000;
    padding: 20px 25px;
    font-size: 18px;
    margin-bottom: 25px;
    width: 100%;
    border-bottom: 2px solid rgb(239,234,238);
}

.reach_outMwYUd .request_queryzhjfS input[type="checkbox"]:checked + label::before {
    background: rgb(212,198,209);
    border-color: rgb(212,198,209);
}

.reach_outMwYUd .request_queryzhjfS label a {
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    color: rgb(212,198,209);
}

.reach_outMwYUd .support_queryQcLBD::before {
    width: 0;
    top: 0;
    transition: width 0.5s ease;
    position: absolute;
    height: 100%;
    content: "";
    z-index: -1;
    left: -10px;
    background: rgb(179,161,174);
    transform: skewX(-25deg);
}

.reach_outMwYUd svg:hover,
.reach_outMwYUd svg:hover path {
    stroke: rgb(179,161,174);
}

.dialogCookieSettingsDBGmZ h5 {
    margin-bottom: 6px;
    transition: color 0.3s ease-in-out;
    font-size: 23px;
    color: #ffffff;
    font-weight: 700;
}

.cookie_showkALRg svg, .cookie_showkALRg svg path {
    fill: rgb(212,198,209);
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
}

.dialogCookieSettingsDBGmZ p a:hover {
    color: rgb(179,161,174);
}

.wrapper-canvasAodmN .user_safetygwRKI {
    margin-left: 30px;
    border: none;
    background: rgb(212,198,209);
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    font-weight: 400;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 18px;
}

.our_teamyWCTH .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.our_teamyWCTH .container::after {
    height: 300px;
    left: -100px;
    background: radial-gradient(circle at center, rgb(179,161,174,0.5) 0%, transparent 70%);
    animation: pulseGlow 20s ease-in-out infinite alternate-reverse;
    bottom: -150px;
    width: 300px;
    filter: blur(50px);
    opacity: 0.15;
}

.our_teamyWCTH .how_growxjbtp::before {
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent calc(33.33% - 1px), rgb(212,198,209,0.5) calc(33.33%), transparent calc(33.33% + 1px)),
        linear-gradient(0deg, transparent calc(40% - 1px), rgb(212,198,209,0.5) calc(40%), transparent calc(40% + 1px));
    pointer-events: none;
    content: "";
}

.our_teamyWCTH .ethos_blockArRUb svg path {
    transition: fill 0.5s ease;
}

.our_teamyWCTH .edu_valueswkMDC {
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    padding: 30px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    grid-area: director;
    border: 1px solid rgba(255, 255, 255, 0.07);
    flex-direction: row;
    border-radius: 26px;
    backdrop-filter: blur(15px);
    gap: 25px;
}

.our_teamyWCTH .virtual_classesrMDhp::after {
    background: linear-gradient(90deg, rgb(212,198,209), transparent);
    transition: width 0.4s ease;
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 40px;
    left: 0;
}

.our_teamyWCTH .label_holdergbMwJ::after {
    content: "";
    height: 500px;
    animation: morphBlob 25s ease-in-out infinite alternate-reverse;
    left: -250px;
    bottom: -250px;
    z-index: -1;
    filter: blur(50px);
    position: absolute;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    width: 500px;
    opacity: 0.03;
    background: rgb(179,161,174,0.5);
}

.our_teamyWCTH .label_holdergbMwJ::after {
    opacity: 0.5;
    content: "";
    width: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: -3;
    position: absolute;
    height: 100%;
    background-image: repeating-linear-gradient(
        to bottom,
        transparent,
        transparent 8px,
        rgba(255, 255, 255, 0.03) 8px,
        rgba(255, 255, 255, 0.03) 9px
    );
}

.id_thankboxlPZOI h2 {
    margin-bottom: 35px;
    color: rgb(212,198,209);
    font-weight: 700;
    transform: translateX(-5%);
    font-size: 33px;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    max-width: 90%;
    line-height: 1.3;
}

.id_thankboxlPZOI .how_growxjbtp::after {
    z-index: -1;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(179,161,174,0.5) 0%, transparent 70%);
    content: "";
    top: 20px;
    height: 100px;
    position: absolute;
    width: 100px;
    right: 20px;
    border-radius: 50%;
}

.id_thankboxlPZOI:hover h2::after {
    transform: scaleX(1.3);
}

header::after {
    background: linear-gradient(to bottom, rgb(212,198,209), rgb(179,161,174));
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    content: '';
    position: absolute;
    width: 5px;
}

header .head_sitebarFmLHn:hover {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

header .top_headkKASB::before {
    position: absolute;
    left: -2px;
    background: linear-gradient(135deg, rgb(212,198,209,0.5), rgb(179,161,174,0.5));
    top: -2px;
    opacity: 0.5;
    content: '';
    right: -2px;
    border-radius: calc(10px + 2px);
    bottom: -2px;
    z-index: -1;
}

header .site_mainNebEw:hover::before {
    opacity: 1;
}

.knowl_basepdXDj::before {
    left: 0;
    pointer-events: none;
    position: absolute;
    background: radial-gradient(circle at 10% 20%, rgb(179,161,174,0.5) 0%, transparent 50%);
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
}

footer .info_item {
    flex: 1 1 220px;
    display: flex;
    align-items: center;
}

footer .info_item p, footer .info_item a {
    color: #ffffff;
    align-items: center;
    transition: color 0.3s ease;
    text-decoration: none;
    display: flex;
    font-weight: 400;
    font-size: 14px;
}

footer .top_navbaroWDir:hover svg {
    filter: drop-shadow(0 0 8px rgb(212,198,209));
}

footer .top_headkKASB:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .top_headkKASB:hover::before {
    animation: borderRotate 6s linear infinite;
    opacity: 0.7;
}

footer .top_headkKASB h5::after {
    height: 2px;
    left: 0;
    content: "";
    background: rgb(212,198,209);
    position: absolute;
    width: 50px;
    transition: width 0.3s ease;
    bottom: -1px;
}

footer .header_learneusnm a::before {
    top: 50%;
    left: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    position: absolute;
    width: 6px;
    background-color: rgb(212,198,209);
    opacity: 0.7;
    transform: translateY(-50%) scale(0.8);
    height: 6px;
    content: "";
    border-radius: 50%;
}

footer .subscribe_holder p {
    opacity: 0.9;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 20px;
    color: #ffffff;
}

footer .input_holder input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    box-shadow: 0 0 10px rgb(212,198,209,0.5);
    border-color: rgb(212,198,209);
}

footer .join_formThXce:hover {
    transform: translateY(-3px);
    background: rgb(179,161,174);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

footer .quiz_linksesFPu {
    text-align: center;
    font-size: 13px;
    opacity: 0.7;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.mentorship_profilexzvfK .user_ratingsIovSR {
    border-radius: 25px;
    padding: 3rem;
    transition: transform 0.3s ease;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    display: grid;
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    background-color: rgba(0, 0, 0, 0.5);
    grid-gap: 1.5rem;
    grid-template-columns: minmax(250px, 35%) 1fr;
}

.mentorship_profilexzvfK .experience_pathpnQaW::before {
    opacity: 0.1;
    height: 100%;
    left: 0;
    mix-blend-mode: overlay;
    position: absolute;
    content: "";
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(212,198,209,0.5) 0%, transparent 100%);
    top: 0;
    width: 100%;
}

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

.title_openerXKmOH p {
    position: relative;
    line-height: 1.6;
    transform: translateY(0);
    margin-top: 1.5rem;
    letter-spacing: 0.5px;
    background: linear-gradient(120deg, rgb(212,198,209,0.5) 0%, transparent 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-size: clamp(1rem, 1.5vw, 12px);
    backdrop-filter: blur(8px);
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1rem 2rem;
}

.secure_refugeCtgDx h1 {
    color: #000000;
    font-weight: 700;
    transform: translateX(-10px);
    padding-bottom: 15px;
    font-size: 44px;
    margin-bottom: 30px;
    position: relative;
}

.secure_refugeCtgDx h2::before {
    top: 0;
    width: 4px;
    transform: scaleY(0.8);
    background: rgb(212,198,209);
    left: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    content: "";
    position: absolute;
    height: 100%;
    opacity: 0.8;
}

.secure_refugeCtgDx p:hover {
    transform: translateX(5px);
}

.secure_refugeCtgDx p strong::after {
    height: 2px;
    bottom: -2px;
    background: rgb(179,161,174);
    position: absolute;
    transform-origin: right;
    transition: transform 0.3s ease;
    left: 0;
    transform: scaleX(0);
    width: 100%;
    content: "";
}

.secure_refugeCtgDx li:hover {
    transform: translateX(5px);
}

.secure_refugeCtgDx li:hover::before {
    background: rgb(179,161,174);
    transform: scale(1.3);
}

.pricing_panelWXgld::before {
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(13, 27, 77, 0.85), rgba(20, 33, 61, 0.92));
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
}

.pricing_panelWXgld .edu_ratesIvaSH {
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
    max-width: 800px;
    line-height: 1.6;
    transform: perspective(1000px) translateZ(5px);
    font-size: calc(12px * 1.1);
    margin: 0 auto 50px;
}

.pricing_panelWXgld .package_pricingvdDeO li:hover {
    transform: translateY(-15px) rotateY(5deg);
    z-index: 5;
}

.pricing_panelWXgld .rate_choiceHlcVN:hover::before {
    opacity: 0.2;
}

.pricing_panelWXgld .rate_choiceHlcVN:hover::after {
    opacity: 0.3;
    top: 100%;
    left: 100%;
}

.pricing_panelWXgld .learning_pricingvhqoj {
    display: flex;
    padding: 30px;
    position: relative;
    z-index: 2;
    flex-direction: column;
    box-sizing: border-box;
    min-height: 400px;
    height: 100%;
}

.pricing_panelWXgld .rate_choiceHlcVN h4::after {
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(212,198,209), rgb(179,161,174));
    height: 3px;
    left: 0;
    bottom: 0;
    width: 60px;
    transition: width 0.3s ease;
}

.pricing_panelWXgld .rate_choiceHlcVN:hover .price_plankvyXn::before {
    left: 100%;
}

.contactshAOaE {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(239,234,238) 0%, rgba(rgb(212,198,209), 0.08) 100%);
}

.contactshAOaE .container {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}

.contactshAOaE .container {
    isolation: isolate;
}

.contactshAOaE .contact_feedbackOwMlh:hover {
    box-shadow: 
    0 25px 50px rgba(#000000, 0.12),
    0 0 0 1px rgba(rgb(212,198,209), 0.2),
    0 4px 8px rgba(#000000, 0.08);
    transform: translateY(-5px);
}

.contactshAOaE h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    color: rgb(212,198,209);
}

.contactshAOaE h3::after {
    height: 3px;
    border-radius: 10px;
    position: absolute;
    width: 60px;
    left: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, rgb(212,198,209), rgb(179,161,174));
}

.contactshAOaE .support_contacthPpwD span p {
    color: #000000;
    line-height: 1.5;
    margin: 0;
    font-size: 12px;
}

.contactshAOaE .support_contacthPpwD span a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: color 0.2s ease;
    color: rgb(212,198,209);
}

.contactshAOaE .get_contactGsPyZ h4 {
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 19px;
    padding-bottom: 10px;
    color: rgb(212,198,209);
    justify-content: flex-end;
    border-bottom: 1px solid rgba(rgb(212,198,209), 0.1);
}

.contactshAOaE .support_contacthPpwD span:nth-child(3) svg {
    filter: drop-shadow(0 2px 3px rgba(rgb(212,198,209), 0.2));
}

.contactshAOaE .support_contacthPpwD span:nth-child(4) svg {
    transform-origin: center;
}

.contactshAOaE .support_contacthPpwD span:nth-child(5) svg {
    stroke-width: 1.7;
}

.contactshAOaE .support_contacthPpwD span:nth-child(6) svg {
    transform-origin: center;
}

.contactshAOaE .get_contactGsPyZ h4 svg circle {
    fill: transparent;
    stroke-opacity: 0.3;
    stroke: rgb(212,198,209);
}

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

.data_overviewJeFoD {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(239,234,238) 0%, rgb(179,161,174,0.5) 100%);
    overflow: hidden;
}

.data_overviewJeFoD .study_statisticsMbjzL:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px) scale(1.02);
}

.data_overviewJeFoD .study_statisticsMbjzL:hover::before {
    transform: scaleY(1);
}

.data_overviewJeFoD .study_statisticsMbjzL:hover::after {
    opacity: 0.6;
}

.data_overviewJeFoD .study_statisticsMbjzL:hover div {
    transform: translateX(5px);
}

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

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

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

.data_overviewJeFoD .study_statisticsMbjzL span {
    margin-top: auto;
    color: #000000;
    transform: translateY(15px);
    opacity: 0;
    animation: stat-text-appear 0.5s ease forwards;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    animation-delay: calc((var(--order, 0) * 0.1s) + 0.2s);
}

.data_overviewJeFoD h4 {
    transform: translateY(20px);
    opacity: 0;
    animation-delay: 0.8s;
    font-weight: 600;
    position: relative;
    margin-top: 60px;
    padding-bottom: 15px;
    color: #000000;
    text-align: center;
    font-size: 20px;
    animation: heading-appear 0.8s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
}



@media (min-width: 1200px) {.program_offeringsZAnsi .container {
    padding: 0 40px;
}.program_offeringsZAnsi .future_classGeQCs {
    gap: 100px;
}.program_offeringsZAnsi .img_cardpeCgN {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.program_offeringsZAnsi .img_cardpeCgN:hover {
    transform: perspective(1200px) rotateY(0deg) translateZ(10px);
}.program_offeringsZAnsi .label_holdergbMwJ {
    transform: translateY(-10px);
}
}



@media (max-width: 1024px) {.reach_outMwYUd {
    padding: 80px 0;
}.reach_outMwYUd .img_cardpeCgN {
    min-height: 500px;
}.reach_outMwYUd .inquiry_gridTVhul {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.reach_outMwYUd {
    padding: 50px 0;
}.reach_outMwYUd h2 {
    font-size: calc(35px * 0.85);
}.reach_outMwYUd .support_feedbackzalOb {
    margin-top: 30px;
}.reach_outMwYUd .img_cardpeCgN {
    min-height: 200px;
}.reach_outMwYUd .inquiry_gridTVhul {
    padding: 30px 20px;
}.reach_outMwYUd form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.reach_outMwYUd form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.reach_outMwYUd .request_queryzhjfS {
    margin-bottom: 25px;
}.reach_outMwYUd .request_queryzhjfS label {
    font-size: calc(15px * 0.9);
}.reach_outMwYUd .support_queryQcLBD {
    padding: 12px 25px;
}}



@media (max-width: 991px) {.id_thankboxlPZOI {
    padding: 90px 0;
}.id_thankboxlPZOI h2 {
    font-size: calc(33px - 0.2rem);
    transform: translateX(0);
    max-width: 100%;
}.id_thankboxlPZOI .how_growxjbtp {
    padding: 40px 30px 40px 45px;
    transform: translateX(0);
}.id_thankboxlPZOI:hover .how_growxjbtp {
    transform: translateX(0) translateY(-5px);
}
}



@media (max-width: 575px) {.id_thankboxlPZOI {
    padding: 60px 0;
}.id_thankboxlPZOI .container {
    transform: perspective(1000px) rotateX(1deg);
}.id_thankboxlPZOI h2 {
    margin-bottom: 25px;
    font-size: calc(33px - 0.5rem);
}.id_thankboxlPZOI h2::after {
    height: 2px;
    width: 60px;
}.id_thankboxlPZOI .how_growxjbtp {
    padding: 25px 20px 25px 25px;
}.id_thankboxlPZOI .how_growxjbtp::before {
    width: 4px;
}.id_thankboxlPZOI li::before {
    left: -10px;
    font-size: 70px;
    top: -20px;
}.id_thankboxlPZOI li span {
    font-size: calc(12px - 0.1rem);
    line-height: 1.6;
}}



@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .join_formThXce {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .knowl_basepdXDj {
    padding: 60px 0 30px;
}footer .edu_asksupUXCfi {
    gap: 15px;
    flex-direction: column;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .top_headkKASB, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .top_headkKASB h5 {
    font-size: calc(22px - 2px);
}footer .subscribe_holder p, footer .header_learneusnm a {
    font-size: calc(14px - 2px);
}footer .math_toolsWALXy {
    margin-top: 30px;
}
}



@media (max-width: 768px) {.title_openerXKmOH .knowledge_studyBUjQv {
    gap: 2rem;
    transform: none;
    padding: 3rem 2rem;
    max-width: 100%;
    margin-left: 0;
}.title_openerXKmOH .title_style_header::after {
    height: 3px;
}.title_openerXKmOH h3 {
    max-width: 100%;
}.title_openerXKmOH p {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 0.7rem 1.2rem;
}
}



@media (max-width: 480px) {.secure_refugeCtgDx {
    padding: 30px 0;
}.secure_refugeCtgDx::before,
    .secure_refugeCtgDx::after {
    opacity: 0.25;
}.secure_refugeCtgDx .container {
    padding: 20px 15px;
}.secure_refugeCtgDx h1 {
    font-size: calc(44px * 0.7);
}.secure_refugeCtgDx h2 {
    margin-top: 25px;
    font-size: calc(37px * 0.75);
}.secure_refugeCtgDx h3 {
    font-size: calc(37px * 0.7);
}.secure_refugeCtgDx h4 {
    font-size: calc(37px * 0.65);
}.secure_refugeCtgDx p, .secure_refugeCtgDx span, .secure_refugeCtgDx li {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}.secure_refugeCtgDx p:hover,
    .secure_refugeCtgDx li:hover,
    .secure_refugeCtgDx span:hover {
    transform: none;
}}


@media (max-width: 992px) {.contactshAOaE {
    padding: 60px 0;
}.contactshAOaE .contact_feedbackOwMlh {
    padding: 40px 30px;
}.contactshAOaE .contact_assistancePZDvp {
    max-width: 100%;
}.contactshAOaE .support_contacthPpwD {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.contactshAOaE .support_contacthPpwD span svg {
    height: 16px;
    width: 16px;
}
}



@media (max-width: 992px) {.data_overviewJeFoD {
    padding: 60px 0;
}.data_overviewJeFoD ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.data_overviewJeFoD h4 {
    margin-top: 50px;
}
}



@keyframes lineGrow {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}



@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: scale(0.8);
    }
}

@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



@keyframes slideInRight {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}



@keyframes clockRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



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

