﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}.main_navbar_brEBv {
    flex: 1 0 auto;
}.container {
    width: 1198px;
    max-width: 100%;
    margin: auto;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}.calc_foot_Sztws {
    flex: 0 0 auto;
}html,body {
    scroll-behavior: smooth;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.grid-container_1crRI {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    z-index: 99;
    background: linear-gradient(to right, rgb(164,106,121) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    width: 100%;
    overflow: visible;
}header::before {
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(193,174,174,0.5) 10px,
        rgb(193,174,174,0.5) 11px
    );
    opacity: 0.1;
    position: absolute;
    width: 100%;
    content: '';
}header .page_nav_qEi7g {
    position: relative;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
}header .page_nav_qEi7g::after {
    box-shadow: 0 0 10px rgb(164,106,121), 0 0 20px rgb(164,106,121,0.5);
    width: 90%;
    height: 1px;
    left: 5%;
    bottom: 0;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgb(193,174,174),
        rgb(164,106,121),
        rgb(193,174,174),
        transparent
    );
    position: absolute;
}header .page_nav_qEi7g .nav_know_tKeqT {
    margin-right: 20px;
    position: relative;
    z-index: 2;
    padding: 5px 10px;
}header .page_nav_qEi7g .nav_know_tKeqT::before {
    border-radius: 10px;
    content: '';
    top: 0;
    left: 0;
    transition: opacity 0.4s ease;
    border: 1px solid rgb(164,106,121,0.5);
    height: 100%;
    position: absolute;
    box-shadow: 0 0 15px rgb(164,106,121,0.5);
    opacity: 0;
    width: 100%;
}header .page_nav_qEi7g .nav_know_tKeqT:hover::before {
    opacity: 1;
}header .page_nav_qEi7g .nav_know_tKeqT .site_start_Th4Jp {
    display: block;
    transition: transform 0.3s ease;
}header .page_nav_qEi7g .nav_know_tKeqT:hover .site_start_Th4Jp {
    transform: scale(1.05);
}header .page_nav_qEi7g .nav_know_tKeqT .site_start_Th4Jp svg {
    filter: drop-shadow(0 0 5px rgb(164,106,121,0.5));
    width: auto;
    height: 45px;
}header .page_nav_qEi7g .nav_guide_BhaKU {
    padding: 15px 20px;
    position: relative;
    flex-wrap: wrap;
    margin: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    list-style: none;
    justify-content: flex-end;
    display: flex;
}header .page_nav_qEi7g .nav_guide_BhaKU::before {
    border-radius: 10px;
    content: '';
    position: absolute;
    background: radial-gradient(
        ellipse at center,
        rgb(164,106,121,0.5) 0%,
        transparent 70%
    );
    height: 100%;
    width: 100%;
    opacity: 0.2;
    top: 0;
    left: 0;
}header .page_nav_qEi7g .nav_guide_BhaKU .main_know_uk6lc {
    position: relative;
    margin: 0;
}header .page_nav_qEi7g .nav_guide_BhaKU .main_know_uk6lc::after {
    transition: width 0.3s ease, left 0.3s ease;
    background: rgb(193,174,174);
    height: 2px;
    content: '';
    width: 0;
    bottom: -5px;
    position: absolute;
    box-shadow: 0 0 8px rgb(193,174,174);
    left: 50%;
}header .page_nav_qEi7g .nav_guide_BhaKU .main_know_uk6lc:hover::after {
    left: 10%;
    width: 80%;
}header .page_nav_qEi7g .nav_guide_BhaKU .main_know_uk6lc a {
    position: relative;
    color: #ffffff;
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 14px;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
}header .page_nav_qEi7g .nav_guide_BhaKU .main_know_uk6lc:hover a {
    color: rgb(193,174,174);
    text-shadow: 0 0 5px rgb(193,174,174,0.5);
}

@media (max-width: 992px) {header .page_nav_qEi7g {
    flex-direction: column;
}header .page_nav_qEi7g .nav_know_tKeqT {
    margin: 0 0 15px 0;
    align-self: center;
}header .page_nav_qEi7g .nav_guide_BhaKU {
    width: 100%;
    justify-content: center;
}header .page_nav_qEi7g .nav_guide_BhaKU .main_know_uk6lc a {
    font-size: calc(14px - 1px);
    padding: 10px 15px;
}}.program_details_0v5Dd {
    min-height: 100vh;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    display: flex;
    background-color: rgb(211,209,202);
}.program_details_0v5Dd::before {
    pointer-events: none;
    width: 100%;
    content: "";
    z-index: 2;
    background: linear-gradient(180deg, transparent 30%, #000000 100%);
    height: 100%;
    position: absolute;
}.program_details_0v5Dd .study_hack_akcpW {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
}.program_details_0v5Dd .lesson_map_EUL2S {
    width: calc(100% * 5);
    animation: carousel-slide 35s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    height: 100%;
    display: flex;
}.program_details_0v5Dd .study_hack_akcpW:hover .lesson_map_EUL2S {
    animation-play-state: paused;
}.program_details_0v5Dd .grow_skills_O6xIq {
    height: 100%;
    width: calc(100% / 5);
    position: relative;
}.program_details_0v5Dd .grow_skills_O6xIq img {
    filter: brightness(0.7);
    object-fit: cover;
    height: 100%;
    width: 100%;
}.program_details_0v5Dd .container {
    padding-bottom: 80px;
    position: relative;
    z-index: 3;
    margin-top: auto;
}.program_details_0v5Dd .training_pro_1Phf7 {
    display: flex;
    justify-content: center;
}.program_details_0v5Dd .training_map_cQz76 {
    border-radius: 0;
    backdrop-filter: blur(8px);
    max-width: 800px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
    animation: float-up 1s forwards;
    transform: translateY(30px);
    padding: 50px;
    border-top: 4px solid rgb(193,174,174);
}.program_details_0v5Dd .training_map_cQz76::before,
.program_details_0v5Dd .training_map_cQz76::after {
    opacity: 0.3;
    border-radius: 50%;
    z-index: -1;
    content: "";
    background: rgb(193,174,174);
    position: absolute;
}.program_details_0v5Dd .training_map_cQz76::before {
    height: 300px;
    width: 300px;
    top: -150px;
    right: -150px;
}.program_details_0v5Dd .training_map_cQz76::after {
    bottom: -100px;
    height: 200px;
    width: 200px;
    left: -100px;
}.program_details_0v5Dd .training_map_cQz76 h3 {
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 48px;
}.program_details_0v5Dd .training_map_cQz76 p {
    margin-bottom: 30px;
    line-height: 1.7;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.8;
}.program_details_0v5Dd .training_map_cQz76 .connect_request_IW2dZ {
    margin: 0 auto;
    background: rgb(193,174,174);
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    display: block;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    width: 200px;
    border-radius: 10px;
    position: relative;
    font-size: 18px;
    padding: 15px 0;
}.program_details_0v5Dd .training_map_cQz76 .connect_request_IW2dZ::before {
    transform: translateX(-100%);
    background: rgb(164,106,121);
    left: 0;
    z-index: -1;
    top: 0;
    content: "";
    width: 100%;
    transition: transform 0.3s ease;
    height: 100%;
    position: absolute;
}.program_details_0v5Dd .training_map_cQz76 .connect_request_IW2dZ:hover {
    color: #ffffff;
}.program_details_0v5Dd .training_map_cQz76 .connect_request_IW2dZ:hover::before {
    transform: translateX(0);
}

@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes float-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.program_details_0v5Dd {
    min-height: 100vh;
}.program_details_0v5Dd .container {
    padding-bottom: 60px;
}.program_details_0v5Dd .training_map_cQz76 {
    padding: 40px 30px;
}.program_details_0v5Dd .training_map_cQz76 h3 {
    font-size: calc(28px * 1.1);
}
}

@media (max-width: 768px) {.program_details_0v5Dd {
    height: auto;
    min-height: auto;
    padding-top: 50vh;
}.program_details_0v5Dd::before {
    background: linear-gradient(180deg, transparent 40%, #000000 70%);
}.program_details_0v5Dd .study_hack_akcpW {
    height: 50vh;
    top: 0;
    position: fixed;
}.program_details_0v5Dd .container {
    margin-top: 0;
    padding-bottom: 50px;
}.program_details_0v5Dd .training_map_cQz76 {
    padding: 30px 25px;
}.program_details_0v5Dd .training_map_cQz76 h3 {
    font-size: 28px;
}.program_details_0v5Dd .training_map_cQz76 .connect_request_IW2dZ {
    width: 100%;
}
}

@media (max-width: 576px) {.program_details_0v5Dd {
    padding-top: 45vh;
}.program_details_0v5Dd .study_hack_akcpW {
    height: 45vh;
}.program_details_0v5Dd .container {
    padding-bottom: 40px;
}.program_details_0v5Dd .training_map_cQz76 {
    padding: 25px 20px;
}.program_details_0v5Dd .training_map_cQz76 h3 {
    font-size: calc(19px * 1.1);
    margin-bottom: 15px;
}.program_details_0v5Dd .training_map_cQz76 p {
    margin-bottom: 25px;
}.program_details_0v5Dd .training_map_cQz76 .connect_request_IW2dZ {
    padding: 12px 0;
}}.thxPanel_3Mkn2 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,209,202) 0%, rgba(255,255,255,0.95) 100%);
}.thxPanel_3Mkn2::before {
    height: 80%;
    width: 50%;
    opacity: 0.3;
    top: -20%;
    animation: float 18s infinite ease-in-out;
    z-index: 0;
    right: -10%;
    position: absolute;
    filter: blur(60px);
    transform: rotate(-15deg) skew(15deg);
    background: rgb(193,174,174,0.5);
    content: "";
}.thxPanel_3Mkn2::after {
    position: absolute;
    left: -5%;
    transform: rotate(10deg) skew(-10deg);
    bottom: -10%;
    z-index: 0;
    content: "";
    opacity: 0.2;
    height: 60%;
    animation: float 15s infinite ease-in-out reverse;
    background: rgb(164,106,121,0.5);
    width: 40%;
    filter: blur(50px);
}.thxPanel_3Mkn2 .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.thxPanel_3Mkn2 h2 {
    position: relative;
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
    line-height: 1.3;
    text-align: center;
    font-size: calc(33px * 1.1);
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 2.5rem;
}.thxPanel_3Mkn2 h2::after {
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
    background: linear-gradient(90deg, rgb(193,174,174), rgb(164,106,121));
    content: "";
    width: 80px;
    height: 3px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: absolute;
}.thxPanel_3Mkn2 .training_pro_1Phf7 {
    transform: perspective(1000px) rotateX(0deg);
    border-left: 5px solid rgb(193,174,174);
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
    padding: 40px;
}.thxPanel_3Mkn2 .training_pro_1Phf7:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08),
                0 10px 20px rgba(0,0,0,0.05),
                0 0 0 1px rgba(0,0,0,0.02);
}.thxPanel_3Mkn2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.thxPanel_3Mkn2 li {
    position: relative;
    padding-left: 25px;
}.thxPanel_3Mkn2 li::before {
    position: absolute;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    content: "";
    border-radius: 2px;
    width: 12px;
    background: linear-gradient(135deg, rgb(193,174,174) 0%, rgb(164,106,121) 100%);
    transform: rotate(45deg);
    left: 0;
    top: 8px;
    height: 12px;
}.thxPanel_3Mkn2 span {
    line-height: 1.8;
    color: #000000;
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 16px;
    display: block;
}

@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-15deg) skew(15deg) translate(20px, 20px);
    }
}

@media (max-width: 991px) {.thxPanel_3Mkn2 {
    padding: 90px 0;
}.thxPanel_3Mkn2 h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2rem;
}.thxPanel_3Mkn2 .training_pro_1Phf7 {
    padding: 30px;
}
}

@media (max-width: 767px) {.thxPanel_3Mkn2 {
    padding: 70px 0;
}.thxPanel_3Mkn2 h2 {
    line-height: 1.4;
    font-size: calc(33px * 0.8);
}.thxPanel_3Mkn2 h2::after {
    bottom: -12px;
    width: 60px;
}.thxPanel_3Mkn2 .training_pro_1Phf7 {
    padding: 25px 20px;
    border-left: 4px solid rgb(193,174,174);
}.thxPanel_3Mkn2 li {
    padding-left: 20px;
}.thxPanel_3Mkn2 li::before {
    width: 10px;
    height: 10px;
    top: 7px;
}.thxPanel_3Mkn2 span {
    font-size: calc(16px - 1px);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.thxPanel_3Mkn2 {
    padding: 50px 0;
}.thxPanel_3Mkn2 h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.5rem;
}.thxPanel_3Mkn2 .training_pro_1Phf7 {
    border-left: 3px solid rgb(193,174,174);
    padding: 20px 15px;
}.thxPanel_3Mkn2 li::before {
    top: 8px;
    height: 8px;
    width: 8px;
}.thxPanel_3Mkn2 span {
    font-size: calc(16px - 2px);
    line-height: 1.6;
}}.join_list_TCOAl {
    background: linear-gradient(135deg, rgb(193,174,174,0.5), rgb(164,106,121) 120%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}.join_list_TCOAl::before {
    width: 100%;
    transform: translateX(-100%);
    content: "";
    animation: lightSweep 8s ease-in-out infinite;
    height: 100%;
    z-index: -1;
    top: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 40%, transparent 60%);
    left: 0;
    position: absolute;
    pointer-events: none;
}.join_list_TCOAl::after {
    z-index: 1;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    animation: gradientShift 8s linear infinite;
    bottom: -2px;
    background: linear-gradient(90deg, rgb(193,174,174), rgb(164,106,121), rgb(193,174,174));
    content: "";
    background-size: 200% 100%;
}.join_list_TCOAl .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.join_list_TCOAl .training_pro_1Phf7 {
    display: flex;
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem 2.5rem;
    flex-direction: column;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.join_list_TCOAl .training_pro_1Phf7:hover {
    transform: perspective(1000px) rotateX(0);
}.join_list_TCOAl h4 {
    line-height: 1.4;
    font-weight: 600;
    max-width: 90%;
    transition: transform 0.3s ease;
    font-size: 21px;
    margin: 0 0 1.5rem;
    position: relative;
    padding-left: 1.5rem;
    color: #000000;
}.join_list_TCOAl h4::before {
    background: rgb(193,174,174);
    animation: lineGrow 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    content: "";
    width: 4px;
    position: absolute;
    left: 0;
    transform-origin: top;
    height: 80%;
    top: 10%;
    transform: scaleY(0);
}.join_list_TCOAl .input_holder {
    display: flex;
    transition: all 0.4s ease;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}.join_list_TCOAl .input_holder span {
    transform: translateY(0);
    min-width: 180px;
    flex: 1 1 auto;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.join_list_TCOAl .input_holder span:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}.join_list_TCOAl input[type="email"] {
    background: #ffffff;
    color: #000000;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    font-size: 17px;
    font-family: Arial, sans-serif;
    transition: border 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}.join_list_TCOAl input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(193,174,174,0.5);
    outline: none;
    border-color: rgb(193,174,174);
}.join_list_TCOAl input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.join_list_TCOAl input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.join_list_TCOAl .join_us_Ot4qV {
    color: #ffffff;
    letter-spacing: 0.5px;
    position: relative;
    padding: 1rem 1.5rem;
    overflow: hidden;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    font-family: Arial, sans-serif;
    width: 100%;
    cursor: pointer;
    background: rgb(193,174,174);
    font-size: 18px;
    border-radius: 10px;
}.join_list_TCOAl .join_us_Ot4qV::before {
    position: absolute;
    content: "";
    transition: all 0.4s ease;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.join_list_TCOAl .join_us_Ot4qV:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    background: rgb(164,106,121);
}.join_list_TCOAl .join_us_Ot4qV:hover::before {
    transition: all 0.8s ease;
    left: 100%;
}.join_list_TCOAl .join_us_Ot4qV:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

@keyframes lineGrow {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes lightSweep {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@media screen and (min-width: 768px) {.join_list_TCOAl {
    padding: 5rem 3rem;
}.join_list_TCOAl .training_pro_1Phf7 {
    padding: 3.5rem 3rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}.join_list_TCOAl h4 {
    max-width: 50%;
    padding-right: 2rem;
    margin: 0;
}.join_list_TCOAl .input_holder {
    justify-content: flex-end;
    margin-top: 0;
    max-width: 500px;
    flex: 1;
}
}

@media screen and (min-width: 992px) {.join_list_TCOAl {
    padding: 6rem 4rem;
}.join_list_TCOAl .training_pro_1Phf7 {
    padding: 4rem;
}.join_list_TCOAl h4 {
    font-size: calc(21px * 1.1);
}.join_list_TCOAl .input_holder {
    gap: 1.5rem;
}
}

@media screen and (max-width: 767px) {.join_list_TCOAl {
    padding: 3rem 1.5rem;
}.join_list_TCOAl .training_pro_1Phf7 {
    padding: 2.5rem 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.join_list_TCOAl h4 {
    font-size: calc(21px * 0.9);
    margin-bottom: 2rem;
}.join_list_TCOAl .input_holder {
    gap: 0.8rem;
}.join_list_TCOAl input[type="email"],
    .join_list_TCOAl .join_us_Ot4qV {
    padding: 0.9rem 1.2rem;
}
}

@media (prefers-reduced-motion) {.join_list_TCOAl::before,
    .join_list_TCOAl::after,
    .join_list_TCOAl h4::before,
    .join_list_TCOAl .join_us_Ot4qV::before {
    animation: none;
}.join_list_TCOAl .training_pro_1Phf7,
    .join_list_TCOAl .training_pro_1Phf7:hover,
    .join_list_TCOAl .input_holder span:hover,
    .join_list_TCOAl .join_us_Ot4qV:hover {
    transform: none;
    transition: none;
}}.cookie_window_overlay_BFLkV {
    background: rgb(164,106,121);
    bottom: 0;
    z-index: 90;
    width: 100%;
    position: fixed;
    border-top: 3px solid rgb(193,174,174);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    padding: 15px 20px;
}.learn_agree_N2m6t {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    justify-content: space-between;
}.cookie_visitor_UgIpG {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_visitor_UgIpG svg {
    width: 50px;
    fill: rgb(193,174,174);
    height: 50px;
}.cookie_comply_1hYkE {
    justify-content: center;
    display: flex;
    max-width: 600px;
    flex-direction: column;
}.cookie_window_overlay_BFLkV h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
}.cookie_window_overlay_BFLkV p {
    line-height: 1.5;
    color: #000000;
    font-size: 17px;
}.cookie_gate_eRApo {
    font-size: 18px;
    transition: none;
    text-decoration: none;
    flex-shrink: 0;
    text-align: center;
    cursor: pointer;
    background: rgb(193,174,174);
    padding: 10px 20px;
    border-radius: 10px;
    color: #ffffff;
    margin-left: 10px;
    border: 2px solid rgb(193,174,174);
    min-width: 150px;
}.cookie_gate_eRApo:hover {
    border-color: rgb(193,174,174,0.5);
    background: rgb(193,174,174,0.5);
}.cookie_window_overlay_BFLkV p a {
    text-decoration: none;
    border-bottom: 2px solid rgb(193,174,174);
    color: rgb(193,174,174);
}.cookie_window_overlay_BFLkV p a:hover {
    color: rgb(164,106,121);
    border-bottom-color: rgb(164,106,121);
}
@media only screen and (max-width: 1200px) {.cookie_window_overlay_BFLkV {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.cookie_visitor_UgIpG {
    display: none;
}.learn_agree_N2m6t {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_window_overlay_BFLkV h5, .cookie_window_overlay_BFLkV p {
    text-align: center;
}.cookie_comply_1hYkE {
    margin-bottom: 15px;
}.cookie_gate_eRApo {
    margin-top: 10px;
    margin-left: 0;
}}
#cookieDialogNotice_XtCLY {
    display: none;
}#cookieDialogNotice_XtCLY:checked ~ .cookie_window_overlay_BFLkV {
    opacity: 0;
    visibility: hidden;
}.explore_now_qZSTJ {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(120deg, rgb(193,174,174) 0%, rgb(164,106,121) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    padding: 7rem 0;
}.explore_now_qZSTJ::before {
    height: 100%;
    left: 0;
    content: "";
    z-index: 1;
    background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    position: absolute;
    top: 0;
    width: 100%;
}.explore_now_qZSTJ::after {
    top: -50%;
    content: "";
    z-index: 0;
    opacity: 0.4;
    left: -50%;
    animation: constellation 60s linear infinite;
    height: 200%;
    width: 200%;
    position: absolute;
}.explore_now_qZSTJ .container {
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    display: flex;
    max-width: 1200px;
    transform: translateZ(30px);
    position: relative;
}.explore_now_qZSTJ h6 {
    font-size: calc(20px * 1.25);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    max-width: 800px;
    font-weight: 700;
    margin-bottom: 3rem;
    animation: slideUpFade 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateY(-10px);
    color: #ffffff;
    opacity: 0;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.015em;
}.explore_now_qZSTJ div > span {
    transform-origin: center bottom;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(10deg);
    display: inline-block;
}.explore_now_qZSTJ div > span:hover {
    transform: perspective(1000px) rotateX(0deg) scale(1.05);
}.explore_now_qZSTJ .connect_request_IW2dZ {
    overflow: hidden;
    text-decoration: none;
    transform: translateY(-5px);
    font-weight: 600;
    color: rgb(193,174,174);
    display: inline-block;
    border: none;
    letter-spacing: 0.05em;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 10px;
    opacity: 0;
    padding: 1rem 2.5rem;
    font-size: 16px;
    animation: buttonAppear 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}.explore_now_qZSTJ .connect_request_IW2dZ::before {
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: translateX(-100%);
    left: -10%;
    top: -10%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    width: 120%;
    position: absolute;
    content: "";
    height: 120%;
}.explore_now_qZSTJ .connect_request_IW2dZ:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    color: rgb(164,106,121);
    transform: translateY(-2px);
}.explore_now_qZSTJ .connect_request_IW2dZ:hover::before {
    transform: translateX(100%);
}.explore_now_qZSTJ .connect_request_IW2dZ span {
    display: inline-block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1;
}.explore_now_qZSTJ .connect_request_IW2dZ:hover span {
    transform: scale(1.05);
}.explore_now_qZSTJ div {
    align-items: center;
    justify-content: center;
    display: flex;
}

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

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

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

@media (max-width: 1200px) {.explore_now_qZSTJ {
    padding: 6rem 0;
}.explore_now_qZSTJ h6 {
    font-size: calc(20px * 1.15);
    max-width: 700px;
}
}

@media (max-width: 992px) {.explore_now_qZSTJ {
    padding: 5rem 0;
}.explore_now_qZSTJ h6 {
    margin-bottom: 2.5rem;
    max-width: 600px;
    font-size: 20px;
}
}

@media (max-width: 768px) {.explore_now_qZSTJ {
    padding: 4rem 0;
}.explore_now_qZSTJ .container {
    padding: 0 1.5rem;
}.explore_now_qZSTJ h6 {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: calc(20px * 0.95);
}.explore_now_qZSTJ .connect_request_IW2dZ {
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.explore_now_qZSTJ {
    padding: 3.5rem 0;
}.explore_now_qZSTJ .container {
    padding: 0 1rem;
}.explore_now_qZSTJ h6 {
    line-height: 1.5;
    font-size: calc(20px * 0.9);
    margin-bottom: 1.75rem;
}.explore_now_qZSTJ .connect_request_IW2dZ {
    font-size: calc(16px * 0.95);
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 375px) {.explore_now_qZSTJ {
    padding: 3rem 0;
}.explore_now_qZSTJ h6 {
    font-size: calc(20px * 0.85);
    margin-bottom: 1.5rem;
}.explore_now_qZSTJ .connect_request_IW2dZ {
    font-size: calc(16px * 0.9);
    padding: 0.75rem 1.6rem;
}
}

@media (hover: none) {.explore_now_qZSTJ div > span {
    transform: none !important;
}.explore_now_qZSTJ .connect_request_IW2dZ:hover {
    transform: none;
}.explore_now_qZSTJ .connect_request_IW2dZ:hover span {
    transform: none;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    position: absolute;
    right: 0;
    background: rgb(193,174,174);
    top: 0;
    opacity: 0.95;
    bottom: 0;
    left: 0;
    z-index: -2;
    content: "";
}footer::after {
    left: 0;
    content: "";
    right: 0;
    position: absolute;
    opacity: 0.1;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(164,106,121) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(164,106,121) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(164,106,121) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(164,106,121) 1px, transparent 1px);
    bottom: 0;
    top: 0;
    z-index: -1;
    background-size: 50px 50px;
}.calc_foot_Sztws {
    color: #ffffff;
    position: relative;
    padding: 4rem 0 2rem;
}.calc_foot_Sztws::before {
    position: absolute;
    width: 100%;
    height: 3px;
    content: "";
    left: 0;
    background: rgb(164,106,121);
    top: 0;
}.calc_foot_Sztws::after {
    background-image: 
        linear-gradient(90deg, 
            rgb(164,106,121) 0px, rgb(164,106,121) 10px,
            transparent 10px, transparent 15px,
            rgb(164,106,121) 15px, rgb(164,106,121) 30px,
            transparent 30px, transparent 35px,
            rgb(164,106,121) 35px, rgb(164,106,121) 40px,
            transparent 40px, transparent 60px,
            rgb(164,106,121) 60px, rgb(164,106,121) 70px,
            transparent 70px, transparent 80px,
            rgb(164,106,121) 80px, rgb(164,106,121) 90px,
            transparent 90px, transparent 110px,
            rgb(164,106,121) 110px, rgb(164,106,121) 120px,
            transparent 120px, transparent 140px
        );
    top: 3px;
    background-repeat: repeat-x;
    left: 0;
    height: 8px;
    content: "";
    width: 100%;
    opacity: 0.5;
    position: absolute;
}.calc_foot_Sztws .container {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
    position: relative;
}.calc_foot_Sztws .company_holder {
    padding: 0;
    position: relative;
    flex: 1 1 400px;
    border-radius: 11px;
}.calc_foot_Sztws .company_holder::before {
    background-size: 50px 50px;
    top: 0;
    opacity: 0.1;
    height: 100%;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(164,106,121) 25px, rgb(164,106,121) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(164,106,121) 25px, rgb(164,106,121) 26px, transparent 27px, transparent 49px);
    border-radius: 11px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
}.calc_foot_Sztws .company_holder h3 {
    border-top-left-radius: 11px;
    font-weight: 700;
    background: rgb(164,106,121);
    border-top-right-radius: 11px;
    font-size: 33px;
    color: #ffffff;
    margin: 0;
    padding: 1.5rem 2rem;
    position: relative;
}.calc_foot_Sztws .company_holder h3::after {
    position: absolute;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
    content: "";
    border-radius: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    background: #ffffff;
    top: 50%;
}.calc_foot_Sztws .degree_path_s2Shr {
    color: #ffffff;
    position: relative;
    line-height: 1.6;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}.calc_foot_Sztws .degree_path_s2Shr::before {
    position: absolute;
    content: "";
    top: 2rem;
    height: 20px;
    left: -10px;
    opacity: 0.6;
    width: 20px;
    border-radius: 50%;
    background: rgb(164,106,121);
}.calc_foot_Sztws .degree_path_s2Shr::after {
    border-radius: 50%;
    bottom: 2rem;
    content: "";
    height: 20px;
    background: rgb(164,106,121);
    position: absolute;
    right: -10px;
    opacity: 0.6;
    width: 20px;
}.calc_foot_Sztws .netiquette_0agWZ {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.calc_foot_Sztws .head_expert_eWruT {
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}.calc_foot_Sztws .nav_guide_BhaKU {
    overflow: hidden;
    flex: 1 1 calc(50% - 1.5rem);
    border-radius: 11px;
    position: relative;
    min-width: 200px;
}.calc_foot_Sztws .nav_guide_BhaKU::before {
    bottom: 0;
    border-radius: 11px;
    right: 0;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    position: absolute;
}.calc_foot_Sztws .nav_guide_BhaKU h5 {
    font-weight: 600;
    font-size: 21px;
    color: #ffffff;
    margin: 0;
    display: flex;
    padding: 1rem 1.5rem;
    align-items: center;
    background: rgb(164,106,121);
    position: relative;
}.calc_foot_Sztws .nav_guide_BhaKU h5::before {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    margin-right: 10px;
    background: #ffffff;
}.calc_foot_Sztws .nav_guide_BhaKU h5::after {
    background: #ffffff;
    transform: translateY(-50%);
    border-radius: 50%;
    height: 6px;
    width: 6px;
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
}.calc_foot_Sztws .nav_guide_BhaKU .head_expert_eWruT {
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    gap: 2px;
    flex-direction: column;
    padding: 1.5rem;
}.calc_foot_Sztws .nav_guide_BhaKU .head_expert_eWruT a {
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    padding: 0.8rem 1rem 0.8rem 2rem;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}.calc_foot_Sztws .nav_guide_BhaKU .head_expert_eWruT a::before {
    width: 6px;
    height: 6px;
    top: 50%;
    position: absolute;
    transition: all 0.3s ease;
    border-radius: 50%;
    transform: translateY(-50%);
    background: rgb(164,106,121);
    left: 0.7rem;
    content: "";
}.calc_foot_Sztws .nav_guide_BhaKU .head_expert_eWruT a:hover {
    background: rgba(255, 255, 255, 0.1);
}.calc_foot_Sztws .nav_guide_BhaKU .head_expert_eWruT a:hover::before {
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}.footer_workshops_W06NL {
    background: rgb(164,106,121);
    padding: 2rem 0;
    margin-top: 2.5rem;
    position: relative;
}.footer_workshops_W06NL::before {
    position: absolute;
    height: 5px;
    background-repeat: repeat-x;
    left: 0;
    width: 100%;
    top: -5px;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(193,174,174) 20px, rgb(193,174,174) 40px,
            transparent 40px, transparent 60px,
            rgb(193,174,174) 60px, rgb(193,174,174) 80px,
            transparent 80px, transparent 100px,
            rgb(193,174,174) 100px, rgb(193,174,174) 120px
        );
    content: "";
}.footer_workshops_W06NL .container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}.footer_workshops_W06NL .container::before,
.footer_workshops_W06NL .container::after {
    transform: translateY(-50%);
    top: 50%;
    background: rgb(193,174,174);
    border-radius: 50%;
    width: 15px;
    content: "";
    position: absolute;
    height: 15px;
}.footer_workshops_W06NL .container::before {
    left: 15%;
}.footer_workshops_W06NL .container::after {
    right: 15%;
}.footer_workshops_W06NL .license_cta_d5DNk {
    color: #ffffff;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    font-size: 12px;
    padding: 0.5rem 2rem;
    background: rgb(193,174,174);
}.footer_workshops_W06NL .license_cta_d5DNk::before,
.footer_workshops_W06NL .license_cta_d5DNk::after {
    transform: translateY(-50%);
    position: absolute;
    width: 50px;
    background: rgb(193,174,174);
    height: 1px;
    content: "";
    top: 50%;
}.footer_workshops_W06NL .license_cta_d5DNk::before {
    right: 100%;
    margin-right: 15px;
}.footer_workshops_W06NL .license_cta_d5DNk::after {
    margin-left: 15px;
    left: 100%;
}

@media (max-width: 1200px) {.calc_foot_Sztws .container {
    gap: 2rem;
}.calc_foot_Sztws .company_holder {
    flex: 1 1 350px;
}.calc_foot_Sztws .netiquette_0agWZ {
    flex: 1 1 calc(100% - 400px);
    min-width: 350px;
}.calc_foot_Sztws .head_expert_eWruT {
    gap: 2rem;
}.footer_workshops_W06NL .container::before {
    left: 5%;
}.footer_workshops_W06NL .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.calc_foot_Sztws {
    padding: 3.5rem 0 1.5rem;
}.calc_foot_Sztws .container {
    gap: 2.5rem;
    flex-direction: column;
}.calc_foot_Sztws .company_holder,
    .calc_foot_Sztws .netiquette_0agWZ {
    min-width: 100%;
    flex: 1 1 100%;
}.calc_foot_Sztws .nav_guide_BhaKU {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.footer_workshops_W06NL .container::before,
    .footer_workshops_W06NL .container::after {
    display: none;
}
}

@media (max-width: 768px) {.calc_foot_Sztws {
    padding: 3rem 0 1rem;
}.calc_foot_Sztws .head_expert_eWruT {
    gap: 1.5rem;
}.calc_foot_Sztws .company_holder h3 {
    font-size: calc(33px - 2px);
    padding: 1.2rem 1.5rem;
}.calc_foot_Sztws .degree_path_s2Shr {
    padding: 1.5rem;
}.calc_foot_Sztws .degree_path_s2Shr::before,
    .calc_foot_Sztws .degree_path_s2Shr::after {
    display: none;
}.footer_workshops_W06NL {
    margin-top: 2rem;
}.footer_workshops_W06NL .license_cta_d5DNk::before,
    .footer_workshops_W06NL .license_cta_d5DNk::after {
    width: 30px;
}
}

@media (max-width: 576px) {.calc_foot_Sztws {
    padding: 2.5rem 0 0.8rem;
}.calc_foot_Sztws .nav_guide_BhaKU {
    flex: 1 1 100%;
    min-width: 100%;
}.calc_foot_Sztws .head_expert_eWruT {
    gap: 1rem;
}.calc_foot_Sztws .nav_guide_BhaKU .head_expert_eWruT a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.calc_foot_Sztws .nav_guide_BhaKU .head_expert_eWruT a::before {
    left: 0.6rem;
}.footer_workshops_W06NL {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.footer_workshops_W06NL .license_cta_d5DNk::before,
    .footer_workshops_W06NL .license_cta_d5DNk::after {
    display: none;
}
}

@media (max-width: 420px) {.calc_foot_Sztws::after {
    background-size: 100px 5px;
    height: 5px;
}.calc_foot_Sztws .company_holder h3::after,
    .calc_foot_Sztws .nav_guide_BhaKU h5::before,
    .calc_foot_Sztws .nav_guide_BhaKU h5::after {
    display: none;
}.calc_foot_Sztws .nav_guide_BhaKU h5 {
    padding: 0.8rem 1rem;
}.calc_foot_Sztws .nav_guide_BhaKU .head_expert_eWruT {
    padding: 1rem;
}.footer_workshops_W06NL .license_cta_d5DNk {
    padding: 0.4rem 1.5rem;
    width: 90%;
}}.contacts_LAdjG {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    background-color: rgb(211,209,202);
}.contacts_LAdjG::before {
    height: 100%;
    left: 0;
    z-index: 0;
    content: "";
    background: 
    linear-gradient(120deg, rgb(193,174,174,0.5) 0%, transparent 30%),
    linear-gradient(240deg, rgb(164,106,121,0.5) 0%, transparent 30%);
    top: 0;
    transform: rotateX(10deg);
    transform-origin: top;
    position: absolute;
    width: 100%;
}.contacts_LAdjG .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1;
    max-width: 1200px;
}.contacts_LAdjG .send_message_Vmx1W {
    padding: 45px;
    position: relative;
    border-radius: 20px;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
    background: linear-gradient(135deg, #ffffff 0%, rgb(211,209,202) 100%);
    transform: rotateY(-3deg);
}.contacts_LAdjG .send_message_Vmx1W:hover {
    transform: rotateY(0deg);
}.contacts_LAdjG h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    font-size: 28px;
    transform: translateZ(30px);
    color: #000000;
    text-shadow: 2px 2px 0 rgb(193,174,174,0.5);
}.contacts_LAdjG h2::after {
    width: 80px;
    background: rgb(193,174,174);
    position: absolute;
    transform: skewX(-20deg);
    left: 0;
    content: "";
    height: 6px;
    bottom: -10px;
}.contacts_LAdjG p {
    position: relative;
    line-height: 1.7;
    color: #000000;
    transform: translateZ(20px);
    font-size: 14px;
    margin-bottom: 30px;
}.contacts_LAdjG .message_info_HeExF {
    flex-wrap: wrap;
    transform: translateZ(40px);
    position: relative;
    gap: 20px;
    margin-top: 40px;
    display: flex;
}.contacts_LAdjG .get_contactbox_AnXvV {
    transition: all 0.3s ease;
    position: relative;
    transform-style: preserve-3d;
    transform: translateZ(0) translateX(0) translateY(0);
    box-shadow: 
    5px 5px 0 rgb(193,174,174),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #000000;
    background: #ffffff;
}.contacts_LAdjG .get_contactbox_AnXvV:hover {
    box-shadow: 
    10px 10px 0 rgb(193,174,174),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    transform: translateZ(5px) translateX(-5px) translateY(-5px);
}.contacts_LAdjG .get_contactbox_AnXvV:active {
    box-shadow: 
    5px 5px 0 rgb(193,174,174),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    transform: translateZ(0) translateX(0) translateY(0);
}.contacts_LAdjG .get_contactbox_AnXvV svg {
    transform: translateZ(5px);
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
    margin-right: 12px;
}.contacts_LAdjG .get_contactbox_AnXvV:hover svg {
    transform: translateZ(10px) scale(1.1);
}.contacts_LAdjG .get_contactbox_AnXvV svg path {
    transition: fill 0.3s ease;
    fill: rgb(193,174,174);
}.contacts_LAdjG .get_contactbox_AnXvV:hover svg path {
    fill: rgb(164,106,121);
}.contacts_LAdjG p svg {
    margin-right: 10px;
    width: 22px;
    transform: translateZ(5px);
    height: 22px;
}.contacts_LAdjG p svg path {
    fill: rgb(193,174,174);
}.contacts_LAdjG p:nth-last-child(2) {
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    transition: all 0.3s ease;
    transform: translateZ(20px) translateX(0) translateY(0);
    box-shadow: 
    3px 3px 0 rgb(193,174,174,0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    align-items: center;
    padding: 12px 20px;
}.contacts_LAdjG p:nth-last-child(2):hover {
    box-shadow: 
    6px 6px 0 rgb(193,174,174,0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    transform: translateZ(25px) translateX(-3px) translateY(-3px);
}.contacts_LAdjG .send_message_Vmx1W::before {
    width: 200px;
    top: -100px;
    opacity: 0.3;
    height: 200px;
    z-index: -1;
    right: -50px;
    filter: blur(60px);
    position: absolute;
    content: "";
    transform: translateZ(-100px);
    border-radius: 50%;
    background: rgb(193,174,174,0.5);
}.contacts_LAdjG .send_message_Vmx1W::after {
    border-radius: 50%;
    z-index: -1;
    height: 20px;
    transform: rotateX(60deg) scaleX(1.5);
    filter: blur(20px);
    content: "";
    bottom: -20px;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    right: 40px;
    width: 100px;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@media (max-width: 991px) {.contacts_LAdjG {
    padding: 60px 0;
}.contacts_LAdjG .send_message_Vmx1W {
    transform: rotateY(-2deg);
    padding: 35px;
}.contacts_LAdjG h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 25px;
}.contacts_LAdjG .message_info_HeExF {
    margin-top: 30px;
    gap: 15px;
}.contacts_LAdjG .get_contactbox_AnXvV {
    padding: 12px 20px;
}
}

@media (max-width: 767px) {.contacts_LAdjG {
    padding: 50px 0;
    perspective: none;
}.contacts_LAdjG .send_message_Vmx1W {
    transform: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
}.contacts_LAdjG h2,
  .contacts_LAdjG p,
  .contacts_LAdjG .message_info_HeExF,
  .contacts_LAdjG .get_contactbox_AnXvV,
  .contacts_LAdjG .get_contactbox_AnXvV svg,
  .contacts_LAdjG p:nth-last-child(2) {
    transform: none !important;
}.contacts_LAdjG h2 {
    font-size: calc(28px * 0.85);
    text-shadow: 1px 1px 0 rgb(193,174,174,0.5);
    margin-bottom: 20px;
}.contacts_LAdjG h2::after {
    height: 4px;
    width: 60px;
}.contacts_LAdjG p {
    margin-bottom: 25px;
    font-size: calc(14px * 0.95);
}.contacts_LAdjG .message_info_HeExF {
    margin-top: 25px;
    gap: 12px;
    flex-direction: column;
}.contacts_LAdjG .get_contactbox_AnXvV {
    box-shadow: 3px 3px 0 rgb(193,174,174);
    width: 100%;
}.contacts_LAdjG .get_contactbox_AnXvV:hover {
    transform: translateX(-3px) translateY(-3px);
    box-shadow: 6px 6px 0 rgb(193,174,174);
}.contacts_LAdjG .get_contactbox_AnXvV svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}.contacts_LAdjG .send_message_Vmx1W::before,
  .contacts_LAdjG .send_message_Vmx1W::after {
    display: none;
}}

.contacts_LAdjG .send_message_Vmx1W::before {
    animation: float 8s ease-in-out infinite;
}.contacts_LAdjG .get_contactbox_AnXvV:nth-child(1) {
    transition-delay: 0.1s;
}.contacts_LAdjG .get_contactbox_AnXvV:nth-child(2) {
    transition-delay: 0.2s;
}.contacts_LAdjG .get_contactbox_AnXvV:nth-child(3) {
    transition-delay: 0.3s;
}.aspiring_learners_dS46k {
    padding: 120px 0 100px;
    position: relative;
    perspective: 1000px;
    background: rgb(211,209,202);
    overflow: hidden;
}.aspiring_learners_dS46k::before {
    filter: blur(60px);
    height: 600px;
    opacity: 0.6;
    transform: rotate(-15deg);
    width: 600px;
    position: absolute;
    content: '';
    top: -10%;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    background: linear-gradient(45deg, rgb(193,174,174,0.5), rgb(164,106,121,0.5));
    right: -5%;
    animation: rotateBlob 20s infinite linear;
}@keyframes rotateBlob {
    0% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
    50% {
        border-radius: 45% 55% 52% 48% / 56% 48% 52% 44%;
        transform: rotate(10deg);
    }
    100% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
}

.aspiring_learners_dS46k .container {
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding: 0 15px;
    max-width: 1200px;
}.aspiring_learners_dS46k .training_pro_1Phf7 {
    z-index: 2;
    display: flex;
    padding: 0;
    flex-direction: column;
    position: relative;
}.aspiring_learners_dS46k h4 {
    font-size: 48px;
    max-width: 700px;
    transform: translateZ(40px);
    font-weight: 700;
    margin-bottom: 70px;
    position: relative;
    padding-left: 35px;
    color: #000000;
}.aspiring_learners_dS46k h4::before {
    top: 15px;
    left: 0;
    height: calc(100% - 20px);
    content: '';
    border-radius: 10px;
    width: 8px;
    background: rgb(193,174,174);
    position: absolute;
}.aspiring_learners_dS46k h4::after {
    width: 120px;
    bottom: -15px;
    left: 30px;
    height: 3px;
    background: rgb(164,106,121);
    border-radius: 10px;
    content: '';
    position: absolute;
}.aspiring_learners_dS46k div > div {
    grid-auto-rows: minmax(100px, auto);
    transform-style: preserve-3d;
    grid-template-columns: repeat(12, 1fr);
    gap: 25px;
    display: grid;
}.aspiring_learners_dS46k p {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    align-items: flex-start;
    color: #000000;
    border-radius: 28px;
    background: #ffffff;
    margin: 0;
    font-size: 17px;
    transform: translateZ(0);
    overflow: hidden;
    line-height: 1.6;
    display: flex;
    padding: 30px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}.aspiring_learners_dS46k p:hover {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.aspiring_learners_dS46k p svg {
    flex-shrink: 0;
    height: 30px;
    margin-right: 20px;
    transition: all 0.3s ease;
    margin-top: 3px;
    width: 30px;
}.aspiring_learners_dS46k p:hover svg {
    transform: scale(1.2) rotate(5deg);
}.aspiring_learners_dS46k p svg path {
    transition: fill 0.3s ease;
    fill: rgb(193,174,174);
}.aspiring_learners_dS46k p:hover svg path {
    fill: rgb(164,106,121);
}.aspiring_learners_dS46k p::after {
    left: 0;
    transform: scaleX(0);
    content: '';
    background: linear-gradient(90deg, rgb(193,174,174), rgb(164,106,121));
    bottom: 0;
    width: 100%;
    position: absolute;
    transition: transform 0.4s ease;
    height: 4px;
    transform-origin: left;
}.aspiring_learners_dS46k p:hover::after {
    transform: scaleX(1);
}.aspiring_learners_dS46k p:nth-child(1) {
    z-index: 5;
    grid-column: 1 / span 6;
    grid-row: 1;
}.aspiring_learners_dS46k p:nth-child(2) {
    grid-column: 8 / span 5;
    z-index: 4;
    grid-row: 1;
}.aspiring_learners_dS46k p:nth-child(3) {
    grid-row: 2;
    z-index: 6;
    grid-column: 3 / span 6;
}.aspiring_learners_dS46k p:nth-child(4) {
    z-index: 3;
    grid-column: 1 / span 4;
    grid-row: 3;
}.aspiring_learners_dS46k p:nth-child(5) {
    z-index: 2;
    grid-column: 6 / span 7;
    grid-row: 3;
}.aspiring_learners_dS46k p:nth-child(6) {
    grid-row: 4;
    z-index: 1;
    grid-column: 2 / span 5;
}.aspiring_learners_dS46k p:nth-child(7) {
    grid-column: 8 / span 5;
    grid-row: 4;
    z-index: 1;
}.aspiring_learners_dS46k p:nth-child(8) {
    grid-column: 4 / span 6;
    grid-row: 5;
    z-index: 1;
}@keyframes float-in {
    0% {
        opacity: 0;
        transform: translateY(50px) translateZ(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

.aspiring_learners_dS46k p {
    animation: float-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
}.aspiring_learners_dS46k p:nth-child(1) {
    animation-delay: 0.1s;
}.aspiring_learners_dS46k p:nth-child(2) {
    animation-delay: 0.3s;
}.aspiring_learners_dS46k p:nth-child(3) {
    animation-delay: 0.5s;
}.aspiring_learners_dS46k p:nth-child(4) {
    animation-delay: 0.7s;
}.aspiring_learners_dS46k p:nth-child(5) {
    animation-delay: 0.9s;
}.aspiring_learners_dS46k p:nth-child(6) {
    animation-delay: 1.1s;
}.aspiring_learners_dS46k p:nth-child(7) {
    animation-delay: 1.3s;
}.aspiring_learners_dS46k p:nth-child(8) {
    animation-delay: 1.5s;
}

@media screen and (max-width: 1200px) {.aspiring_learners_dS46k p:nth-child(1) {
    grid-column: 1 / span 7;
}.aspiring_learners_dS46k p:nth-child(2) {
    grid-column: 8 / span 5;
}.aspiring_learners_dS46k p:nth-child(3) {
    grid-column: 2 / span 7;
}.aspiring_learners_dS46k p:nth-child(4) {
    grid-column: 1 / span 5;
}.aspiring_learners_dS46k p:nth-child(5) {
    grid-column: 6 / span 7;
}
}

@media screen and (max-width: 992px) {.aspiring_learners_dS46k {
    padding: 90px 0 80px;
}.aspiring_learners_dS46k h4 {
    font-size: calc(48px * 0.85);
    margin-bottom: 60px;
}.aspiring_learners_dS46k div > div {
    gap: 20px;
    grid-template-columns: repeat(8, 1fr);
}.aspiring_learners_dS46k p {
    padding: 25px;
}.aspiring_learners_dS46k p:nth-child(1) {
    grid-column: 1 / span 4;
}.aspiring_learners_dS46k p:nth-child(2) {
    grid-column: 5 / span 4;
}.aspiring_learners_dS46k p:nth-child(3) {
    grid-column: 2 / span 6;
}.aspiring_learners_dS46k p:nth-child(4) {
    grid-column: 1 / span 3;
}.aspiring_learners_dS46k p:nth-child(5) {
    grid-column: 4 / span 5;
}.aspiring_learners_dS46k p:nth-child(6) {
    grid-column: 2 / span 6;
}.aspiring_learners_dS46k p:nth-child(7) {
    grid-column: 1 / span 4;
}.aspiring_learners_dS46k p:nth-child(8) {
    grid-column: 5 / span 4;
}
}

@media screen and (max-width: 768px) {.aspiring_learners_dS46k {
    padding: 80px 0 70px;
}.aspiring_learners_dS46k h4 {
    font-size: calc(48px * 0.7);
    padding-left: 25px;
    margin-bottom: 50px;
}.aspiring_learners_dS46k h4::before {
    width: 6px;
}.aspiring_learners_dS46k div > div {
    gap: 15px;
    grid-template-columns: 1fr;
}.aspiring_learners_dS46k p {
    grid-column: 1 !important;
    padding: 20px;
    grid-row: auto !important;
}.aspiring_learners_dS46k p svg {
    height: 25px;
    width: 25px;
    margin-right: 15px;
}}.pricing_zone_xorIt {
    background-color: rgb(211,209,202);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    font-family: Arial, sans-serif;
}.pricing_zone_xorIt::before {
    content: "";
    z-index: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgba(rgb(164,106,121,0.5), 0.05) 0%, rgba(rgb(193,174,174,0.5), 0.08) 100%);
    left: 0;
    top: 0;
}.pricing_zone_xorIt .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1400px;
    z-index: 1;
}.pricing_zone_xorIt .skill_offers_Eb4AH {
    flex-direction: column;
    display: flex;
}.pricing_zone_xorIt .learning_cost_bHGiV {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards;
    margin-bottom: 60px;
}.pricing_zone_xorIt .learning_cost_bHGiV h2 {
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
}.pricing_zone_xorIt .learning_cost_bHGiV h2::after {
    width: 80px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(164,106,121), rgb(193,174,174));
    position: absolute;
    border-radius: 2px;
    left: 0;
    height: 4px;
    content: "";
}.pricing_zone_xorIt .access_plans_CQEsW {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
    margin-top: 25px;
    max-width: 800px;
}.pricing_zone_xorIt .learn_pricing_meRDv {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    margin-top: 20px;
}.pricing_zone_xorIt .cost_rates_CglNh {
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    display: block;
    animation-delay: calc(0.15s * var(--i, 1));
    animation: fadeUp 0.8s ease-out forwards;
    perspective: 1000px;
    text-decoration: none;
}.pricing_zone_xorIt .cost_rates_CglNh:nth-child(1) {
    --i: 1;
}.pricing_zone_xorIt .cost_rates_CglNh:nth-child(2) {
    --i: 2;
}.pricing_zone_xorIt .cost_rates_CglNh:nth-child(3) {
    --i: 3;
}.pricing_zone_xorIt .cost_rates_CglNh:nth-child(4) {
    --i: 4;
}.pricing_zone_xorIt .skill_pricing_n2sRB {
    height: 100%;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    background-color: #ffffff;
}.pricing_zone_xorIt .cost_rates_CglNh:hover .skill_pricing_n2sRB {
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(193,174,174,0.5), 0.1);
}.pricing_zone_xorIt .access_cost_CrMqF {
    z-index: 2;
    padding: 35px 30px;
    box-sizing: border-box;
    position: relative;
    min-height: 250px;
}.pricing_zone_xorIt .access_cost_CrMqF h3 {
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: calc(22px + 2px);
    font-weight: 700;
}.pricing_zone_xorIt .cost_rates_CglNh:hover .access_cost_CrMqF h3 {
    color: rgb(193,174,174);
    transform: translateX(5px);
}.pricing_zone_xorIt .payment_scheme_TBiq0 {
    font-weight: 700;
    color: rgb(164,106,121);
    transition: all 0.3s ease;
    margin: 20px 0;
    position: relative;
    display: block;
    font-size: calc(22px + 4px);
}.pricing_zone_xorIt .payment_scheme_TBiq0::before {
    content: "";
    height: 3px;
    top: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(164,106,121), transparent);
    width: 40px;
    left: 0;
    border-radius: 2px;
}.pricing_zone_xorIt .cost_rates_CglNh:hover .payment_scheme_TBiq0 {
    transform: scale(1.05);
    color: rgb(193,174,174);
}.pricing_zone_xorIt .access_cost_CrMqF p {
    line-height: 1.6;
    color: #000000;
    transition: color 0.3s ease;
    font-size: 16px;
    word-break: normal;
    white-space: normal;
    overflow-wrap: break-word;
    margin-top: 15px;
    word-wrap: break-word;
    hyphens: auto;
}.pricing_zone_xorIt .image_stack_6NanL {
    position: relative;
    transition: all 0.5s ease;
    width: 100%;
    overflow: hidden;
    height: 200px;
}.pricing_zone_xorIt .image_stack_6NanL::after {
    content: "";
    z-index: 1;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    transition: opacity 0.4s ease;
}.pricing_zone_xorIt .cost_rates_CglNh:hover .image_stack_6NanL {
    transform: scale(1.05);
}.pricing_zone_xorIt .cost_rates_CglNh:hover .image_stack_6NanL::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.pricing_zone_xorIt .skill_offers_Eb4AH {
    flex-direction: row-reverse;
}.pricing_zone_xorIt .learning_cost_bHGiV {
    width: 30%;
    margin-bottom: 0;
    padding-left: 50px;
}.pricing_zone_xorIt .learn_pricing_meRDv {
    width: 70%;
}.pricing_zone_xorIt .learning_cost_bHGiV h2 {
    font-size: calc(28px + 4px);
}
}

@media (max-width: 1199px) {.pricing_zone_xorIt {
    padding: 80px 0;
}.pricing_zone_xorIt .learning_cost_bHGiV {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 800px;
}.pricing_zone_xorIt .learning_cost_bHGiV h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 767px) {.pricing_zone_xorIt {
    padding: 60px 0;
}.pricing_zone_xorIt .learn_pricing_meRDv {
    gap: 20px;
    grid-template-columns: 1fr;
}.pricing_zone_xorIt .access_cost_CrMqF {
    padding: 25px 20px;
}.pricing_zone_xorIt .image_stack_6NanL {
    height: 180px;
}.pricing_zone_xorIt .learning_cost_bHGiV h2 {
    font-size: calc(28px - 2px);
}.pricing_zone_xorIt .access_plans_CQEsW {
    font-size: calc(16px - 1px);
}
}

@media (hover: none) {.pricing_zone_xorIt .cost_rates_CglNh:hover .skill_pricing_n2sRB {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform: none;
}.pricing_zone_xorIt .cost_rates_CglNh:hover .access_cost_CrMqF h3 {
    transform: none;
}.pricing_zone_xorIt .cost_rates_CglNh:hover .payment_scheme_TBiq0 {
    transform: none;
}.pricing_zone_xorIt .cost_rates_CglNh:hover .image_stack_6NanL {
    transform: none;
}}.training_specialist_IkBXe {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(211,209,202) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
}.training_specialist_IkBXe::before {
    z-index: 1;
    background: linear-gradient(45deg, transparent 0%, rgb(193,174,174,0.5) 100%);
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    opacity: 0.1;
    transform: skewX(-15deg) translateX(10%);
    height: 100%;
    width: 40%;
}.training_specialist_IkBXe::after {
    width: 100%;
    left: 0;
    content: "";
    height: 5px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(193,174,174) 0%, transparent 100%);
    position: absolute;
}.training_specialist_IkBXe .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
}.training_specialist_IkBXe .feedback_views_GPIrJ {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    position: relative;
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
    padding: 2.5rem;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}.training_specialist_IkBXe .feedback_views_GPIrJ:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.07);
    transform: translateY(-5px);
}.training_specialist_IkBXe .feedback_views_GPIrJ > div:first-child {
    justify-self: center;
}.training_specialist_IkBXe .image_stack_6NanL {
    overflow: hidden;
    position: relative;
    transform: rotate(-3deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    width: 180px;
    height: 180px;
    transition: transform 0.4s ease-out;
}.training_specialist_IkBXe .feedback_views_GPIrJ:hover .image_stack_6NanL {
    transform: rotate(0deg) scale(1.05);
}.training_specialist_IkBXe .image_stack_6NanL::after {
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(193,174,174,0.5) 0%, transparent 60%);
    top: 0;
    position: absolute;
}.training_specialist_IkBXe .name {
    font-size: 22px;
    margin-bottom: 0.75rem;
    color: rgb(193,174,174);
    font-weight: 700;
    position: relative;
    display: inline-block;
}.training_specialist_IkBXe .name::after {
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    transform: scaleX(1);
    transform-origin: left;
    background: rgb(164,106,121);
    transition: transform 0.3s ease;
    bottom: -5px;
    width: 40px;
}.training_specialist_IkBXe .feedback_views_GPIrJ:hover .name::after {
    transform: scaleX(1.5);
}.training_specialist_IkBXe .feedback_views_GPIrJ > div:nth-child(2) > div {
    color: #000000;
    font-weight: 600;
    font-size: 1rem;
    opacity: 0.8;
    margin-bottom: 1rem;
}.training_specialist_IkBXe .emp_section_WKGH9 {
    margin: 0;
    position: relative;
    line-height: 1.7;
    font-size: 18px;
    color: #000000;
    padding-left: 1.25rem;
    border-left: 3px solid rgb(164,106,121,0.5);
}.training_specialist_IkBXe .emp_section_WKGH9::before {
    top: -25px;
    position: absolute;
    color: rgb(193,174,174,0.5);
    content: "";
    font-size: 4rem;
    font-family: serif;
    left: -10px;
    opacity: 0.2;
}

@media (min-width: 768px) {.training_specialist_IkBXe .feedback_views_GPIrJ {
    gap: 2.5rem;
    padding: 3rem;
    align-items: start;
    grid-template-columns: auto 1fr 3fr;
}.training_specialist_IkBXe .image_stack_6NanL {
    width: 200px;
    height: 200px;
}.training_specialist_IkBXe .feedback_views_GPIrJ > div:first-child {
    justify-self: start;
}.training_specialist_IkBXe .feedback_views_GPIrJ > div:nth-child(2) {
    padding-top: 1rem;
}.training_specialist_IkBXe .emp_section_WKGH9 {
    font-size: calc(18px + 0.1rem);
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.training_specialist_IkBXe {
    padding: 7rem 0;
}.training_specialist_IkBXe .feedback_views_GPIrJ {
    gap: 3rem;
    padding: 4rem;
}.training_specialist_IkBXe .image_stack_6NanL {
    height: 230px;
    width: 230px;
}.training_specialist_IkBXe .name {
    font-size: calc(22px + 0.2rem);
}.training_specialist_IkBXe .emp_section_WKGH9 {
    line-height: 1.8;
}
}

@media (max-width: 767px) {.training_specialist_IkBXe {
    padding: 4rem 0;
}.training_specialist_IkBXe .feedback_views_GPIrJ {
    text-align: center;
}.training_specialist_IkBXe .name::after {
    transform: translateX(-50%) scaleX(1);
    left: 50%;
}.training_specialist_IkBXe .feedback_views_GPIrJ:hover .name::after {
    transform: translateX(-50%) scaleX(1.5);
}.training_specialist_IkBXe .emp_section_WKGH9 {
    border-left: 2px solid rgb(164,106,121,0.5);
    text-align: left;
    padding-left: 1rem;
}
}

@media (max-width: 480px) {.training_specialist_IkBXe .image_stack_6NanL {
    width: 150px;
    height: 150px;
}.training_specialist_IkBXe .feedback_views_GPIrJ {
    padding: 2rem 1.5rem;
}}.meet_us_sLJS1 {
    background: rgb(211,209,202);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.meet_us_sLJS1::before {
    right: 0;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(193,174,174,0.5) 0%, transparent 50%);
    z-index: 1;
    top: 0;
    position: absolute;
    bottom: 0;
}.meet_us_sLJS1::after {
    z-index: 2;
    animation: pulse 15s infinite alternate;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(164,106,121,0.5) 0%, transparent 60%);
    height: 100%;
}.meet_us_sLJS1 .container {
    z-index: 10;
    position: relative;
}.meet_us_sLJS1 .training_pro_1Phf7 {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 60px;
}.meet_us_sLJS1 .training_pro_1Phf7::before {
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(193,174,174), transparent);
    z-index: -1;
    height: 85%;
    transform: translateX(-50%);
    top: 80px;
    width: 2px;
    content: "";
    left: 50%;
}.meet_us_sLJS1 h3 {
    position: relative;
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 40px;
    transform: perspective(1000px) rotateX(0deg);
    color: rgb(193,174,174);
    text-align: center;
    transition: transform 0.5s ease;
}.meet_us_sLJS1 h3::after {
    height: 3px;
    width: 80px;
    left: 50%;
    border-radius: 10px;
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    background: rgb(193,174,174);
}.meet_us_sLJS1 h3:hover {
    transform: perspective(1000px) rotateX(5deg);
}.meet_us_sLJS1 .student_journey_GPXtB {
    backdrop-filter: blur(10px);
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    position: relative;
    gap: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid rgb(193,174,174);
}.meet_us_sLJS1 .student_journey_GPXtB::before {
    animation: float 8s infinite ease-in-out;
    height: 200px;
    right: -100px;
    border-radius: 50%;
    top: -100px;
    width: 200px;
    content: "";
    background: radial-gradient(circle, rgb(193,174,174,0.5) 0%, transparent 70%);
    position: absolute;
}.meet_us_sLJS1 .student_journey_GPXtB:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.meet_us_sLJS1 .student_journey_GPXtB span {
    margin-bottom: 20px;
    padding-left: 15px;
    display: block;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    grid-column: 1 / 2;
    color: rgb(193,174,174);
}.meet_us_sLJS1 .student_journey_GPXtB span::before {
    background: rgb(193,174,174);
    height: 100%;
    position: absolute;
    border-radius: 10px;
    width: 5px;
    content: "";
    top: 0;
    left: 0;
}.meet_us_sLJS1 .student_journey_GPXtB p {
    color: #000000;
    position: relative;
    line-height: 1.8;
    grid-column: 1 / 2;
    font-size: 12px;
}.meet_us_sLJS1 .student_journey_GPXtB .image_stack_6NanL {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    position: relative;
    grid-row: 1 / 3;
    height: 350px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    grid-column: 2 / 3;
    overflow: hidden;
}.meet_us_sLJS1 .student_journey_GPXtB .image_stack_6NanL::before {
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    z-index: 1;
}.meet_us_sLJS1 .student_journey_GPXtB .image_stack_6NanL::after {
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgb(193,174,174), rgb(164,106,121));
    left: 0;
    content: "";
    height: 5px;
    top: 0;
}.meet_us_sLJS1 .student_journey_GPXtB .image_stack_6NanL:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}.meet_us_sLJS1 .expert_learning_R0lLk {
    backdrop-filter: blur(10px);
    border-radius: 16px;
    gap: 40px;
    border-right: 3px solid rgb(164,106,121);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: grid;
    align-items: center;
    padding: 40px;
}.meet_us_sLJS1 .expert_learning_R0lLk::before {
    background: radial-gradient(circle, rgb(164,106,121,0.5) 0%, transparent 70%);
    left: -100px;
    width: 200px;
    height: 200px;
    animation: float 8s infinite ease-in-out reverse;
    position: absolute;
    content: "";
    border-radius: 50%;
    bottom: -100px;
}.meet_us_sLJS1 .expert_learning_R0lLk:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.meet_us_sLJS1 .expert_learning_R0lLk p {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    position: relative;
    line-height: 1.8;
    font-size: 12px;
    color: #000000;
}.meet_us_sLJS1 .expert_learning_R0lLk .mastery_center_S8diC {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    grid-row: 1 / 2;
    overflow: hidden;
    height: 350px;
    grid-column: 1 / 2;
    position: relative;
}.meet_us_sLJS1 .expert_learning_R0lLk .mastery_center_S8diC::before {
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
}.meet_us_sLJS1 .expert_learning_R0lLk .mastery_center_S8diC::after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 5px;
    left: 0;
    background: linear-gradient(to right, rgb(164,106,121), rgb(193,174,174));
}.meet_us_sLJS1 .expert_learning_R0lLk .mastery_center_S8diC:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}

@keyframes pulse {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.meet_us_sLJS1 {
    padding: 80px 0;
}.meet_us_sLJS1 .training_pro_1Phf7::before {
    height: 90%;
}.meet_us_sLJS1 .student_journey_GPXtB,
    .meet_us_sLJS1 .expert_learning_R0lLk {
    gap: 30px;
    grid-template-columns: 1fr;
}.meet_us_sLJS1 .student_journey_GPXtB span,
    .meet_us_sLJS1 .student_journey_GPXtB p {
    grid-column: 1 / -1;
}.meet_us_sLJS1 .student_journey_GPXtB .image_stack_6NanL {
    height: 300px;
    grid-column: 1 / -1;
    grid-row: 3 / 4;
}.meet_us_sLJS1 .expert_learning_R0lLk p {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
}.meet_us_sLJS1 .expert_learning_R0lLk .mastery_center_S8diC {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    height: 300px;
}
}

@media (max-width: 768px) {.meet_us_sLJS1 {
    padding: 60px 0;
}.meet_us_sLJS1 h3 {
    font-size: calc(29px * 0.9);
}.meet_us_sLJS1 .training_pro_1Phf7 {
    gap: 40px;
}.meet_us_sLJS1 .training_pro_1Phf7::before {
    display: none;
}.meet_us_sLJS1 .student_journey_GPXtB,
    .meet_us_sLJS1 .expert_learning_R0lLk {
    padding: 30px;
}.meet_us_sLJS1 .student_journey_GPXtB span {
    font-size: calc(20px * 0.9);
}.meet_us_sLJS1 .student_journey_GPXtB .image_stack_6NanL,
    .meet_us_sLJS1 .expert_learning_R0lLk .mastery_center_S8diC {
    height: 250px;
}
}

@media (max-width: 576px) {.meet_us_sLJS1 {
    padding: 40px 0;
}.meet_us_sLJS1 h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.meet_us_sLJS1 .student_journey_GPXtB,
    .meet_us_sLJS1 .expert_learning_R0lLk {
    gap: 20px;
    padding: 20px;
}.meet_us_sLJS1 .student_journey_GPXtB span {
    margin-bottom: 15px;
}.meet_us_sLJS1 .student_journey_GPXtB .image_stack_6NanL,
    .meet_us_sLJS1 .expert_learning_R0lLk .mastery_center_S8diC {
    height: 200px;
}}.title_opener_ckpgx {
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgb(211,209,202) 0%, rgb(164,106,121,0.5) 100%);
    position: relative;
}.title_opener_ckpgx::before {
    top: -10%;
    height: 120%;
    opacity: 0.6;
    background: linear-gradient(45deg, rgb(193,174,174,0.5) 0%, transparent 70%);
    content: '';
    transform: skewX(-15deg);
    position: absolute;
    width: 40%;
    left: -5%;
    z-index: 1;
}.title_opener_ckpgx .training_pro_1Phf7 {
    z-index: 2;
    position: relative;
    max-width: 1400px;
    width: 100%;
    display: grid;
    gap: 2rem;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    padding: 2rem;
}.title_opener_ckpgx h1 {
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
    transform: translateX(-5px);
    position: relative;
    grid-column: 1 / -1;
    font-size: 38px;
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
    opacity: 0;
}.title_opener_ckpgx h1::after {
    transform-origin: left;
    content: '';
    position: absolute;
    transform: scaleX(0);
    height: 4px;
    width: 80px;
    bottom: -10px;
    background: rgb(193,174,174);
    left: 0;
    animation: scaleWidth 1s ease-out forwards 0.8s;
}.title_opener_ckpgx .text_banner_HpPfG {
    opacity: 0;
    z-index: 3;
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: center;
    animation: fadeUp 0.8s ease-out forwards 0.4s;
    transform: translateY(20px);
}.title_opener_ckpgx .skill_plus_3WJoz {
    border-left: 5px solid rgb(193,174,174);
    transition: transform 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    transform: perspective(1000px) rotateY(-5deg);
    padding: 2.5rem;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
}.title_opener_ckpgx .skill_plus_3WJoz:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title_opener_ckpgx .skill_plus_3WJoz p {
    padding-left: 1rem;
    margin-bottom: 2rem;
    color: #000000;
    line-height: 1.6;
    position: relative;
    font-size: calc(14px * 1.1);
}.title_opener_ckpgx .skill_plus_3WJoz p::before {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    opacity: 0.5;
    background: rgb(164,106,121);
    content: '';
}.title_opener_ckpgx svg {
    transform: scale(0);
    height: 120px;
    animation: growSvg 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.6s;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
    width: 120px;
    margin: 1rem auto 2rem;
    display: block;
}.title_opener_ckpgx svg path {
    transition: fill 0.3s ease;
}.title_opener_ckpgx svg:hover path {
    fill: rgb(193,174,174);
}.title_opener_ckpgx svg text {
    transform-origin: center;
    transition: fill 0.3s ease, transform 0.3s ease;
}.title_opener_ckpgx svg:hover text {
    fill: #000000;
    transform: scale(1.05);
}.title_opener_ckpgx .connect_request_IW2dZ {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: 600;
    margin-top: 1rem;
    overflow: hidden;
    text-align: center;
    position: relative;
    background: rgb(193,174,174);
    color: #ffffff;
    text-decoration: none;
    font-size: 19px;
    padding: 1rem 2rem;
    z-index: 1;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    transform: translateZ(0);
}.title_opener_ckpgx .connect_request_IW2dZ::before {
    background: rgb(164,106,121);
    z-index: -1;
    transform-origin: right;
    height: 100%;
    transform: scaleX(0);
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}.title_opener_ckpgx .connect_request_IW2dZ:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.title_opener_ckpgx .connect_request_IW2dZ:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.title_opener_ckpgx .image_stack_6NanL {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    animation: fadeIn 1s ease-out forwards 0.6s;
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
    min-height: 400px;
    opacity: 0;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
}.title_opener_ckpgx .image_stack_6NanL:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}.title_opener_ckpgx .image_stack_6NanL::after {
    position: absolute;
    height: 100%;
    content: '';
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(164,106,121,0.5) 0%, transparent 50%);
    top: 0;
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes scaleWidth {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@keyframes growSvg {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 992px) {.title_opener_ckpgx .training_pro_1Phf7 {
    gap: 3rem;
    grid-template-columns: 1fr;
}.title_opener_ckpgx h1 {
    text-align: center;
    font-size: calc(38px * 0.85);
}.title_opener_ckpgx h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes scaleWidth {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .title_opener_ckpgx .skill_plus_3WJoz {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
}.title_opener_ckpgx .image_stack_6NanL {
    order: -1;
    min-height: 350px;
    transform: perspective(1000px) rotateY(0) translateZ(0);
}
}

@media (max-width: 768px) {.title_opener_ckpgx {
    padding: 4rem 0 2rem;
}.title_opener_ckpgx .training_pro_1Phf7 {
    padding: 1rem;
    gap: 2rem;
}.title_opener_ckpgx h1 {
    font-size: calc(38px * 0.75);
    margin-bottom: 1rem;
}.title_opener_ckpgx .skill_plus_3WJoz {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}.title_opener_ckpgx .skill_plus_3WJoz p {
    font-size: 14px;
    margin-bottom: 1.5rem;
}.title_opener_ckpgx svg {
    margin: 0.5rem auto 1.5rem;
    width: 90px;
    height: 90px;
}.title_opener_ckpgx .connect_request_IW2dZ {
    width: 100%;
    padding: 0.8rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}.title_opener_ckpgx .image_stack_6NanL {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    min-height: 280px;
}
}

@media (max-width: 480px) {.title_opener_ckpgx {
    padding: 3rem 0 1rem;
}.title_opener_ckpgx .training_pro_1Phf7 {
    gap: 1.5rem;
}.title_opener_ckpgx h1 {
    font-size: calc(38px * 0.65);
}.title_opener_ckpgx .skill_plus_3WJoz {
    padding: 1.25rem;
}.title_opener_ckpgx svg {
    width: 80px;
    height: 80px;
}.title_opener_ckpgx .image_stack_6NanL {
    min-height: 220px;
}}.connect_with_us_U3Kzy {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
    background: rgb(211,209,202);
}.connect_with_us_U3Kzy::before {
    width: 400px;
    z-index: 1;
    height: 400px;
    content: "";
    right: -150px;
    filter: blur(70px);
    top: -150px;
    position: absolute;
    background: linear-gradient(45deg, rgb(193,174,174,0.5), rgb(164,106,121,0.5));
    border-radius: 50%;
}.connect_with_us_U3Kzy::after {
    background: linear-gradient(225deg, rgb(164,106,121,0.5), rgb(193,174,174,0.5));
    z-index: 1;
    content: "";
    left: -100px;
    filter: blur(60px);
    position: absolute;
    border-radius: 50%;
    bottom: -100px;
    width: 300px;
    height: 300px;
}.connect_with_us_U3Kzy .container {
    padding: 0 30px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.connect_with_us_U3Kzy h2 {
    position: relative;
    text-align: center;
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 37px;
    color: #000000;
}.connect_with_us_U3Kzy h2::before {
    top: -25px;
    background: rgb(193,174,174,0.5);
    border-radius: 50%;
    height: 50px;
    position: absolute;
    left: calc(50% - 120px);
    content: "";
    width: 50px;
    z-index: -1;
}.connect_with_us_U3Kzy h2::after {
    border-radius: 50%;
    content: "";
    background: rgb(164,106,121,0.5);
    bottom: -15px;
    width: 30px;
    z-index: -1;
    height: 30px;
    right: calc(50% - 100px);
    position: absolute;
}.connect_with_us_U3Kzy .feedback_message_jWcxD {
    background: #ffffff;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.connect_with_us_U3Kzy .feedback_message_jWcxD::before {
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(193,174,174,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(164,106,121,0.5) 99%
    );
    pointer-events: none;
    position: absolute;
    content: "";
    inset: 0;
    z-index: 0;
}.connect_with_us_U3Kzy .image_stack_6NanL {
    position: relative;
    min-height: 500px;
    transition: transform 0.5s ease;
    flex: 0 0 45%;
}.connect_with_us_U3Kzy .image_stack_6NanL::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    inset: 0;
    position: absolute;
    content: "";
    z-index: 1;
}.connect_with_us_U3Kzy .image_stack_6NanL::after {
    pointer-events: none;
    right: 20px;
    position: absolute;
    top: 20px;
    z-index: 2;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.3);
    bottom: 20px;
    left: 20px;
}.connect_with_us_U3Kzy .inquiry_grid_yLMQq {
    position: relative;
    display: flex;
    padding: 60px;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 55%;
}.connect_with_us_U3Kzy form {
    z-index: 3;
    position: relative;
}.connect_with_us_U3Kzy form h3 {
    font-weight: 600;
    font-size: 21px;
    color: #000000;
    margin-bottom: 30px;
}.connect_with_us_U3Kzy form input[type="text"] {
    border: none;
    transition: all 0.3s ease;
    border-radius: 12px;
    padding: 18px 25px;
    color: #000000;
    margin-bottom: 25px;
    background: rgb(211,209,202);
    font-size: 17px;
    width: 100%;
}.connect_with_us_U3Kzy form input[type="text"]:focus {
    outline: none;
    border: 1px solid transparent;
    background: linear-gradient(rgb(211,209,202), rgb(211,209,202)) padding-box,
                linear-gradient(to right, rgb(193,174,174), rgb(164,106,121)) border-box;
    box-shadow: 0 5px 15px rgba(rgb(193,174,174), 0.1);
}.connect_with_us_U3Kzy form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.connect_with_us_U3Kzy .support_block_RiHEX {
    margin-bottom: 30px;
    position: relative;
}.connect_with_us_U3Kzy .support_block_RiHEX input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_with_us_U3Kzy .support_block_RiHEX label {
    display: flex;
    cursor: pointer;
    position: relative;
    align-items: center;
    padding-left: 35px;
    color: #000000;
    font-size: 13px;
}.connect_with_us_U3Kzy .support_block_RiHEX label::before {
    top: 0;
    background: rgb(211,209,202);
    position: absolute;
    left: 0;
    border-radius: 6px;
    width: 22px;
    content: "";
    transition: all 0.3s ease;
    height: 22px;
}.connect_with_us_U3Kzy .support_block_RiHEX input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(193,174,174), rgb(164,106,121));
}.connect_with_us_U3Kzy .support_block_RiHEX input[type="checkbox"]:checked + label::after {
    height: 12px;
    border: solid #ffffff;
    content: "";
    top: 4px;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 8px;
    transform: rotate(45deg);
    width: 6px;
}.connect_with_us_U3Kzy .support_block_RiHEX label a {
    color: rgb(193,174,174);
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
}.connect_with_us_U3Kzy .support_block_RiHEX label a:hover {
    color: rgb(164,106,121);
}.connect_with_us_U3Kzy .connect_request_IW2dZ {
    overflow: hidden;
    z-index: 1;
    border-radius: 12px;
    padding: 20px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    border: none;
    position: relative;
    font-size: 15px;
    width: 100%;
    transition: all 0.5s ease;
    background: linear-gradient(135deg, rgb(193,174,174), rgb(164,106,121));
}.connect_with_us_U3Kzy .connect_request_IW2dZ::before {
    height: 100%;
    left: 0;
    z-index: -1;
    transition: transform 0.5s ease;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(164,106,121), rgb(193,174,174));
    transform-origin: right;
}.connect_with_us_U3Kzy .connect_request_IW2dZ:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.connect_with_us_U3Kzy svg {
    stroke: rgb(193,174,174);
    height: 24px;
    fill: none;
    margin-right: 12px;
    transition: all 0.3s ease;
    width: 24px;
}.connect_with_us_U3Kzy svg path {
    stroke: rgb(193,174,174);
    fill: none;
    stroke-width: 2;
    transition: all 0.3s ease;
}.connect_with_us_U3Kzy svg:hover,
.connect_with_us_U3Kzy svg:hover path {
    stroke: rgb(164,106,121);
}

@media (max-width: 1024px) {.connect_with_us_U3Kzy {
    padding: 70px 0;
}.connect_with_us_U3Kzy .inquiry_grid_yLMQq {
    padding: 45px;
}.connect_with_us_U3Kzy .image_stack_6NanL {
    min-height: 450px;
}
}

@media (max-width: 768px) {.connect_with_us_U3Kzy {
    padding: 60px 0;
}.connect_with_us_U3Kzy h2 {
    margin-bottom: 40px;
}.connect_with_us_U3Kzy .feedback_message_jWcxD {
    flex-direction: column;
}.connect_with_us_U3Kzy .image_stack_6NanL {
    flex: 0 0 300px;
    width: 100%;
    min-height: 300px;
}.connect_with_us_U3Kzy .inquiry_grid_yLMQq {
    padding: 40px 30px;
    flex: 0 0 auto;
}.connect_with_us_U3Kzy form h3 {
    margin-bottom: 25px;
}.connect_with_us_U3Kzy form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}
}

@media (max-width: 480px) {.connect_with_us_U3Kzy {
    padding: 50px 0;
}.connect_with_us_U3Kzy h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.9);
}.connect_with_us_U3Kzy .image_stack_6NanL {
    min-height: 220px;
}.connect_with_us_U3Kzy .inquiry_grid_yLMQq {
    padding: 30px 20px;
}.connect_with_us_U3Kzy form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 20px;
}.connect_with_us_U3Kzy form input[type="text"] {
    font-size: calc(17px * 0.95);
    padding: 14px 16px;
    margin-bottom: 16px;
}.connect_with_us_U3Kzy .connect_request_IW2dZ {
    padding: 16px;
}.connect_with_us_U3Kzy .support_block_RiHEX label {
    font-size: calc(13px * 0.95);
}}header .top_plank {
    background: rgb(193,174,174);
    color:  #ffffff;
}header .top_plank .main_toolbar_8rhkq div svg, header .top_plank .main_toolbar_8rhkq div svg path {
    fill: #ffffff;
}header .top_plank .main_toolbar_8rhkq div span {
    color: #ffffff;
}header .top_plank .main_toolbar_8rhkq {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 15px 0 10px 0;
    font-size: 15px;
    display: flex;
    line-height: 21px;
    flex-wrap: wrap;
}header .top_plank .main_toolbar_8rhkq div {
    justify-content: flex-start;
    margin-right: 24px;
    display: flex;
    align-items: center;
}header .top_plank .main_toolbar_8rhkq div img, header .top_plank .main_toolbar_8rhkq div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.privacy_gate_NOclF {
    background-color: rgb(211,209,202);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    padding: 50px;
    overflow: hidden;
    color: #000000;
    position: relative;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}.privacy_gate_NOclF::before, .privacy_gate_NOclF::after {
    opacity: 0.3;
    border-radius: 50%;
    content: '';
    position: absolute;
}.privacy_gate_NOclF::before {
    background: rgb(193,174,174);
    right: -50px;
    width: 150px;
    height: 150px;
    top: -50px;
}.privacy_gate_NOclF::after {
    height: 100px;
    bottom: -30px;
    left: -30px;
    background: rgb(164,106,121);
    width: 100px;
}.privacy_gate_NOclF h1 {
    z-index: 1;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid rgb(193,174,174);
    font-size: 44px;
    font-weight: 700;
    position: relative;
    color: rgb(193,174,174);
}.privacy_gate_NOclF h2 {
    z-index: 1;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    color: rgb(164,106,121);
    font-size: 35px;
    margin-top: 35px;
}.privacy_gate_NOclF h3,
.privacy_gate_NOclF h4,
.privacy_gate_NOclF h5,
.privacy_gate_NOclF h6 {
    z-index: 1;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    color: rgb(193,174,174);
    margin-top: 30px;
}.privacy_gate_NOclF h3 {
    font-size: calc(20px - 0.2rem);
}.privacy_gate_NOclF h4 {
    font-size: 20px;
}.privacy_gate_NOclF h5 {
    font-size: calc(20px - 0.2rem);
}.privacy_gate_NOclF h6 {
    font-size: 19px;
}.privacy_gate_NOclF ul {
    z-index: 1;
    padding-left: 25px;
    position: relative;
    margin-top: 15px;
    list-style-type: disc;
}.privacy_gate_NOclF ol {
    padding-left: 25px;
    list-style-type: decimal;
    z-index: 1;
    position: relative;
    margin-top: 15px;
}.privacy_gate_NOclF li {
    position: relative;
    line-height: 1.7;
    padding-left: 10px;
    margin-bottom: 15px;
    z-index: 1;
    border-left: 3px solid rgb(164,106,121);
}.privacy_gate_NOclF li::marker {
    color: rgb(193,174,174);
    font-weight: 600;
}.privacy_gate_NOclF div {
    position: relative;
    margin-bottom: 25px;
    z-index: 1;
}.privacy_gate_NOclF p {
    z-index: 1;
    position: relative;
    font-size: 12px;
    margin-bottom: 25px;
}.privacy_gate_NOclF span {
    font-weight: 600;
    color: rgb(193,174,174);
}
@media only screen and (max-width: 800px) {.privacy_gate_NOclF {
    padding: 25px;
    border-radius: 10px;
}.privacy_gate_NOclF h1 {
    font-size: calc(20px - 0.5rem);
}.privacy_gate_NOclF h2 {
    font-size: calc(20px - 0.4rem);
}.privacy_gate_NOclF p {
    font-size: calc(12px - 0.2rem);
}}
.privacy_gate_NOclF::before {
    width: 60px;
    display: block;
    border-radius: 10px;
    margin-bottom: 25px;
    height: 6px;
    background-color: rgb(193,174,174);
    content: '';
}.privacy_gate_NOclF ul li::marker,
.privacy_gate_NOclF ol li::marker {
    font-weight: 700;
    color: rgb(164,106,121);
}.privacy_gate_NOclF h2 {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(193,174,174), rgb(164,106,121));
}.privacy_gate_NOclF section {
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    padding-top: 25px;
    margin: 50px 0;
}.privacy_gate_NOclF hr {
    height: 1px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    margin: 40px 0;
}
