* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.wrapper-section7398 {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}.footer_classes7169 {
    flex: 0 0 auto;
}.header_know2483 {
    flex: 1 0 auto;
}.container {
    width: 1245px;
    margin: auto;
    max-width: 100%;
}html,body {
    height: 100%;
    auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
    color: #000000;
    auto
contain
touch-action: none;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.stay_updated0174 {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(218,191,144,0.5), rgb(205,96,121) 120%);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 4rem 2rem;
}.stay_updated0174::before {
    animation: lightSweep 8s ease-in-out infinite;
    left: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 40%, transparent 60%);
    width: 100%;
    content: "";
    pointer-events: none;
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
}.stay_updated0174::after {
    background-size: 200% 100%;
    background: linear-gradient(90deg, rgb(218,191,144), rgb(205,96,121), rgb(218,191,144));
    bottom: -2px;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    animation: gradientShift 8s linear infinite;
    height: 6px;
    z-index: 1;
}.stay_updated0174 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.stay_updated0174 .pro_learn9480 {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.95);
    flex-direction: column;
    padding: 3rem 2.5rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}.stay_updated0174 .pro_learn9480:hover {
    transform: perspective(1000px) rotateX(0);
}.stay_updated0174 h4 {
    line-height: 1.4;
    padding-left: 1.5rem;
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: 23px;
    transition: transform 0.3s ease;
    max-width: 90%;
    margin: 0 0 1.5rem;
}.stay_updated0174 h4::before {
    background: rgb(218,191,144);
    position: absolute;
    content: "";
    transform: scaleY(0);
    height: 80%;
    left: 0;
    width: 4px;
    transform-origin: top;
    top: 10%;
    animation: lineGrow 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.stay_updated0174 .input_holder {
    gap: 1rem;
    flex-wrap: wrap;
    display: flex;
    transition: all 0.4s ease;
    margin-top: 1rem;
}.stay_updated0174 .input_holder span {
    min-width: 180px;
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1 1 auto;
    position: relative;
}.stay_updated0174 .input_holder span:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}.stay_updated0174 input[type="email"] {
    font-size: 12px;
    color: #000000;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}.stay_updated0174 input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(218,191,144,0.5);
    border-color: rgb(218,191,144);
}.stay_updated0174 input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}.stay_updated0174 input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.stay_updated0174 .mail_signup4036 {
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    background: rgb(218,191,144);
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 1rem 1.5rem;
    width: 100%;
}.stay_updated0174 .mail_signup4036::before {
    height: 100%;
    transition: all 0.4s ease;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    position: absolute;
    content: "";
}.stay_updated0174 .mail_signup4036:hover {
    background: rgb(205,96,121);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.stay_updated0174 .mail_signup4036:hover::before {
    transition: all 0.8s ease;
    left: 100%;
}.stay_updated0174 .mail_signup4036: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) {.stay_updated0174 {
    padding: 5rem 3rem;
}.stay_updated0174 .pro_learn9480 {
    padding: 3.5rem 3rem;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}.stay_updated0174 h4 {
    margin: 0;
    max-width: 50%;
    padding-right: 2rem;
}.stay_updated0174 .input_holder {
    justify-content: flex-end;
    flex: 1;
    max-width: 500px;
    margin-top: 0;
}
}

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

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

@media (prefers-reduced-motion) {.stay_updated0174::before,
    .stay_updated0174::after,
    .stay_updated0174 h4::before,
    .stay_updated0174 .mail_signup4036::before {
    animation: none;
}.stay_updated0174 .pro_learn9480,
    .stay_updated0174 .pro_learn9480:hover,
    .stay_updated0174 .input_holder span:hover,
    .stay_updated0174 .mail_signup4036:hover {
    transform: none;
    transition: none;
}}.thanks_msg5916 {
    overflow: hidden;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(232,225,197) 0%, rgb(205,96,121,0.5) 100%);
    position: relative;
}.thanks_msg5916::before {
    background: radial-gradient(circle at 75% 25%, rgb(218,191,144,0.5) 0%, transparent 50%);
    content: "";
    width: 100%;
    top: 0;
    z-index: 1;
    pointer-events: none;
    left: 0;
    position: absolute;
    height: 100%;
}.thanks_msg5916::after {
    transform: rotate(-15deg);
    height: 15rem;
    z-index: 0;
    background: linear-gradient(225deg, rgb(205,96,121) 0%, transparent 70%);
    opacity: 0.15;
    right: -5rem;
    content: "";
    position: absolute;
    bottom: -5rem;
    width: 15rem;
}.thanks_msg5916 .container {
    z-index: 2;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.thanks_msg5916 .pro_learn9480 {
    transform: translateX(-20px);
    position: relative;
    opacity: 0;
    display: flex;
    flex-direction: column;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    gap: 2.5rem;
}.thanks_msg5916 .pro_learn9480 > div:first-child {
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    transition: transform 0.5s ease;
}.thanks_msg5916 .pro_learn9480 > div:first-child::before {
    top: 50%;
    position: absolute;
    width: 0.5rem;
    left: -2rem;
    height: 50%;
    transform: translateY(-50%);
    content: "";
    background: rgb(218,191,144);
}.thanks_msg5916 .pro_learn9480 > div:last-child {
    transform: translateY(15px);
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    position: relative;
    opacity: 0;
}.thanks_msg5916 .pro_learn9480 > div:last-child::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(218,191,144), rgb(205,96,121));
    position: absolute;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    left: 0;
    height: 4px;
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    content: "";
    transform-origin: left;
    transform: scaleX(0);
}.thanks_msg5916 h5 {
    font-size: 19px;
    font-weight: 700;
    transform: translateY(0);
    line-height: 1.4;
    transition: transform 0.4s ease;
    margin: 0;
    position: relative;
    color: #000000;
    padding-left: 1rem;
}.thanks_msg5916 p {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    position: relative;
}.thanks_msg5916 a {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}.thanks_msg5916 a:hover {
    transform: translateY(-5px);
}.thanks_msg5916 a:hover p {
    color: rgb(218,191,144);
}.thanks_msg5916 a:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(218,191,144,0.5);
}

@keyframes slide-in {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-up {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.thanks_msg5916 {
    padding: 6rem 0;
}.thanks_msg5916 .pro_learn9480 {
    gap: 3.5rem;
}.thanks_msg5916 .pro_learn9480 > div:first-child::before {
    height: 70%;
    width: 0.6rem;
}.thanks_msg5916 h5 {
    padding-left: 1.5rem;
    font-size: calc(19px * 1.2);
}.thanks_msg5916 .pro_learn9480 > div:last-child {
    padding: 3rem;
    max-width: 90%;
    margin-left: 3rem;
}
}

@media (min-width: 992px) {.thanks_msg5916 {
    padding: 8rem 0;
}.thanks_msg5916 .container {
    padding: 0 2rem;
}.thanks_msg5916 .pro_learn9480 {
    gap: 4rem;
}.thanks_msg5916 .pro_learn9480 > div:first-child {
    padding-left: 2rem;
}.thanks_msg5916 .pro_learn9480 > div:first-child::before {
    width: 0.7rem;
    left: 0;
}.thanks_msg5916 h5 {
    font-size: calc(19px * 1.4);
    padding-left: 2rem;
}.thanks_msg5916 .pro_learn9480 > div:last-child {
    max-width: 80%;
    margin-left: 6rem;
    padding: 4rem;
}.thanks_msg5916 p {
    line-height: 1.9;
    font-size: calc(16px * 1.1);
}
}

@media (min-width: 1200px) {.thanks_msg5916 .pro_learn9480 > div:last-child {
    max-width: 75%;
    margin-left: 8rem;
    padding: 4.5rem;
}.thanks_msg5916 h5 {
    font-size: calc(19px * 1.5);
}
}

@media (max-width: 767px) {.thanks_msg5916 {
    padding: 3rem 0;
}.thanks_msg5916 .pro_learn9480 > div:first-child::before {
    width: 0.4rem;
    left: -1rem;
}.thanks_msg5916 h5 {
    font-size: calc(19px * 0.9);
    padding-left: 0.75rem;
}.thanks_msg5916 .pro_learn9480 > div:last-child {
    padding: 1.75rem;
}}.contact_form_box3825 {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
    background: linear-gradient(135deg, rgb(232,225,197) 0%, rgb(232,225,197) 50%, rgb(218,191,144,0.5) 150%);
}.contact_form_box3825::before {
    z-index: 1;
    content: "";
    background-image: 
        linear-gradient(to right, rgb(218,191,144,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(218,191,144,0.5) 1px, transparent 1px);
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: 30px 30px;
    left: 0;
    top: 0;
    opacity: 0.05;
}.contact_form_box3825::after {
    height: 2px;
    z-index: 2;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    animation: scanline 3s infinite linear;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(218,191,144) 15%, 
        rgb(205,96,121) 35%, 
        rgb(218,191,144) 65%, 
        transparent 100%);
}@keyframes scanline {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.5;
    }
}

.contact_form_box3825 .photo_gallery1302 {
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
    mix-blend-mode: luminosity;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0.06;
    z-index: 0;
    position: absolute;
}.contact_form_box3825 .photo_gallery1302::before {
    opacity: 0.03;
    mix-blend-mode: color-burn;
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(218,191,144) 0,
        rgb(218,191,144) 5px,
        transparent 5px,
        transparent 10px
    );
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
}.contact_form_box3825 .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
}.contact_form_box3825 h3 {
    position: relative;
    margin-bottom: 60px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 36px;
    color: rgb(218,191,144);
    text-align: center;
    font-weight: 700;
}.contact_form_box3825 .contact_request7420 {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02),
        0 0 0 15px rgb(232,225,197),
        0 0 30px rgb(218,191,144,0.5);
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
    display: flex;
    background: #ffffff;
    flex-wrap: wrap;
    position: relative;
}.contact_form_box3825 .contact_request7420::before {
    background: linear-gradient(90deg, rgb(218,191,144), rgb(205,96,121));
    width: 100%;
    left: 0;
    z-index: 3;
    height: 3px;
    top: 0;
    position: absolute;
    content: "";
}.contact_form_box3825 .request_map0248 {
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(232,225,197), 0.3) 100%
    );
    z-index: 2;
    flex: 1 1 60%;
    padding: 50px;
    position: relative;
}.contact_form_box3825 .request_map0248::after {
    top: 20px;
    border-right: 2px solid rgb(218,191,144,0.5);
    position: absolute;
    border-top: 2px solid rgb(218,191,144,0.5);
    content: "";
    opacity: 0.5;
    right: 20px;
    width: 40px;
    height: 40px;
}.contact_form_box3825 .request_map0248::before {
    width: 40px;
    border-left: 2px solid rgb(218,191,144,0.5);
    content: "";
    border-bottom: 2px solid rgb(218,191,144,0.5);
    opacity: 0.5;
    bottom: 20px;
    position: absolute;
    height: 40px;
    left: 20px;
}.contact_form_box3825 .request_map0248 h3 {
    color: #000000;
    text-align: left;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgb(232,225,197);
    letter-spacing: normal;
    text-transform: none;
    font-size: 22px;
    margin-bottom: 30px;
}.contact_form_box3825 .request_map0248 h3::before,
.contact_form_box3825 .request_map0248 h3::after {
    display: none;
}.contact_form_box3825 .request_map0248 input[type="text"],
.contact_form_box3825 .request_map0248 textarea {
    width: 100%;
    font-family: Arial, sans-serif;
    background: rgb(232,225,197);
    transition: all 0.3s ease;
    padding: 16px 20px;
    border: none;
    font-size: 18px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    color: #000000;
    margin-bottom: 20px;
}.contact_form_box3825 .request_map0248 input[type="text"]:focus,
.contact_form_box3825 .request_map0248 textarea:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(218,191,144,0.5);
}.contact_form_box3825 .request_map0248 input[type="text"]::placeholder,
.contact_form_box3825 .request_map0248 textarea::placeholder {
    transition: all 0.3s ease;
    opacity: 0.6;
    color: #000000;
}.contact_form_box3825 .request_map0248 input[type="text"]:focus::placeholder,
.contact_form_box3825 .request_map0248 textarea:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.4;
}.contact_form_box3825 .request_map0248 textarea {
    min-height: 150px;
    resize: vertical;
}.contact_form_box3825 .request_map0248 .message_widget2170 {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.contact_form_box3825 .request_map0248 .message_widget2170 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_box3825 .request_map0248 .message_widget2170 label {
    line-height: 1.6;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    color: #000000;
}.contact_form_box3825 .request_map0248 .message_widget2170 label::before {
    left: 0;
    height: 20px;
    background: #ffffff;
    top: 2px;
    width: 20px;
    content: "";
    position: absolute;
    border-radius: 2px;
    border: 1px solid rgb(232,225,197);
    transition: all 0.2s ease;
}.contact_form_box3825 .request_map0248 .message_widget2170 input[type="checkbox"]:checked + label::before {
    border-color: rgb(218,191,144);
    background: rgb(218,191,144);
}.contact_form_box3825 .request_map0248 .message_widget2170 input[type="checkbox"]:checked + label::after {
    position: absolute;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    border: solid #ffffff;
    left: 7px;
    content: "";
    top: 4px;
    width: 6px;
    height: 12px;
}.contact_form_box3825 .request_map0248 .message_widget2170 a {
    background-repeat: no-repeat;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(218,191,144,0.5) 2px
    );
    background-size: 0% 100%;
    transition: background-size 0.3s ease;
    transition: all 0.3s ease;
    color: rgb(218,191,144);
    text-decoration: none;
    font-weight: 600;
}.contact_form_box3825 .request_map0248 .message_widget2170 a:hover {
    background-size: 100% 100%;
}.contact_form_box3825 .request_map0248 .query_help3814 {
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 16px 30px;
    letter-spacing: 1px;
    z-index: 1;
    font-size: 15px;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    border: none;
    box-shadow: 0 4px 15px rgb(218,191,144,0.5);
    background: rgb(218,191,144);
}.contact_form_box3825 .request_map0248 .query_help3814::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(205,96,121) 0%,
        rgb(205,96,121) 10%,
        rgb(218,191,144) 10%,
        rgb(218,191,144) 20%
    );
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    background-size: 200% 200%;
    left: 0;
    z-index: -1;
}.contact_form_box3825 .request_map0248 .query_help3814:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(218,191,144,0.5);
}.contact_form_box3825 .request_map0248 .query_help3814:hover::before {
    opacity: 1;
    animation: buttonBg 5s linear infinite;
}@keyframes buttonBg {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.contact_form_box3825 .request_widget3029 {
    z-index: 2;
    background: rgb(232,225,197);
    overflow: hidden;
    position: relative;
    flex: 1 1 35%;
    padding: 50px;
}.contact_form_box3825 .request_widget3029::before {
    left: 0;
    background-size: 60px 60px;
    content: "";
    top: 0;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(218,191,144,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(218,191,144,0.5) 0%, transparent 10px);
    height: 100%;
    width: 100%;
    opacity: 0.1;
}.contact_form_box3825 .request_widget3029::after {
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 90%, rgb(218,191,144,0.5) 100%),
        linear-gradient(180deg, transparent 90%, rgb(218,191,144,0.5) 100%);
    height: 100%;
    content: "";
    opacity: 0.3;
    top: 0;
    width: 100%;
    left: 0;
}.contact_form_box3825 .request_widget3029 h4 {
    font-size: 22px;
    padding-bottom: 15px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #000000;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.contact_form_box3825 .request_widget3029 h4::after {
    width: 50px;
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(218,191,144), rgb(205,96,121));
}.contact_form_box3825 .request_widget3029 .inquiry_message0483 {
    list-style: none;
    margin: 0;
    padding: 0;
}.contact_form_box3825 .request_widget3029 .inquiry_message0483 li {
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.7);
    align-items: center;
    padding: 15px;
    position: relative;
    overflow: hidden;
    border-left: 3px solid rgb(218,191,144);
    display: flex;
    backdrop-filter: blur(5px);
}.contact_form_box3825 .request_widget3029 .inquiry_message0483 li::before {
    height: 100%;
    content: "";
    left: 0;
    background: rgb(218,191,144);
    z-index: 2;
    width: 3px;
    top: 0;
    position: absolute;
}.contact_form_box3825 .request_widget3029 .inquiry_message0483 li::after {
    top: 0;
    width: 100%;
    opacity: 0;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    background: rgb(218,191,144,0.5);
    transition: all 0.3s ease;
    z-index: -1;
}.contact_form_box3825 .request_widget3029 .inquiry_message0483 li:hover {
    transform: translateX(5px);
    border-left-color: rgb(205,96,121);
}.contact_form_box3825 .request_widget3029 .inquiry_message0483 li:hover::after {
    opacity: 0.05;
}.contact_form_box3825 .request_widget3029 .inquiry_message0483 li svg {
    height: 22px;
    width: 22px;
    position: relative;
    z-index: 2;
    margin-right: 15px;
    transition: all 0.3s ease;
}.contact_form_box3825 .request_widget3029 .inquiry_message0483 li:hover svg {
    transform: scale(1.2);
}.contact_form_box3825 .request_widget3029 .inquiry_message0483 li svg path {
    fill: rgb(218,191,144);
    transition: all 0.3s ease;
}.contact_form_box3825 .request_widget3029 .inquiry_message0483 li:hover svg path {
    fill: rgb(205,96,121);
}.contact_form_box3825 .request_widget3029 .inquiry_message0483 li span {
    color: #000000;
    position: relative;
    font-size: 18px;
    z-index: 2;
}.contact_form_box3825 .request_widget3029 .inquiry_message0483 li a {
    color: #000000;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_form_box3825 .request_widget3029 .inquiry_message0483 li a::before {
    height: 1px;
    bottom: -2px;
    content: "";
    background: rgb(218,191,144);
    transform: scaleX(0);
    position: absolute;
    transform-origin: right;
    transition: transform 0.3s ease;
    width: 100%;
    left: 0;
}.contact_form_box3825 .request_widget3029 .inquiry_message0483 li a:hover {
    color: rgb(218,191,144);
}.contact_form_box3825 .request_widget3029 .inquiry_message0483 li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

@media (max-width: 992px) {.contact_form_box3825 {
    padding: 80px 0 60px;
}.contact_form_box3825 h3 {
    margin-bottom: 40px;
}.contact_form_box3825 .contact_request7420 {
    flex-direction: column;
}.contact_form_box3825 .request_map0248,
    .contact_form_box3825 .request_widget3029 {
    flex: 1 1 100%;
}.contact_form_box3825 .request_widget3029 {
    border-top: 1px solid rgb(232,225,197);
}
}

@media (max-width: 768px) {.contact_form_box3825 {
    padding: 60px 0;
}.contact_form_box3825 h3 {
    font-size: calc(36px * 0.85);
    margin-bottom: 35px;
}.contact_form_box3825 .request_map0248 h3,
    .contact_form_box3825 .request_widget3029 h4 {
    font-size: calc(22px * 0.9);
}.contact_form_box3825 .request_map0248,
    .contact_form_box3825 .request_widget3029 {
    padding: 35px;
}.contact_form_box3825 .request_map0248::before,
    .contact_form_box3825 .request_map0248::after {
    height: 30px;
    width: 30px;
}.contact_form_box3825 .request_map0248 input[type="text"],
    .contact_form_box3825 .request_map0248 textarea {
    padding: 14px 16px;
}
}

@media (max-width: 576px) {.contact_form_box3825 {
    padding: 50px 0;
}.contact_form_box3825 h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 30px;
}.contact_form_box3825 .contact_request7420 {
    box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.02),
            0 0 0 8px rgb(232,225,197);
}.contact_form_box3825 .request_map0248,
    .contact_form_box3825 .request_widget3029 {
    padding: 25px 20px;
}.contact_form_box3825 .request_map0248::before,
    .contact_form_box3825 .request_map0248::after {
    display: none;
}.contact_form_box3825 .request_map0248 input[type="text"],
    .contact_form_box3825 .request_map0248 textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_form_box3825 .request_map0248 .message_widget2170 label {
    font-size: calc(12px * 0.9);
}.contact_form_box3825 .request_map0248 .query_help3814 {
    padding: 14px 20px;
    width: 100%;
}.contact_form_box3825 .request_widget3029 .inquiry_message0483 li {
    margin-bottom: 15px;
    padding: 12px;
}}.welcome8265 {
    align-items: center;
    background-color: rgb(218,191,144,0.5);
    perspective: 1000px;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    position: relative;
}.welcome8265::before {
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.7;
    height: 100%;
    background: linear-gradient(135deg, rgb(205,96,121,0.5) 0%, rgba(255,255,255,0.1) 100%);
    z-index: 1;
    left: 0;
}.welcome8265::after {
    height: 100%;
    z-index: 0;
    opacity: 0.1;
    content: "";
    animation: pulseBg 15s infinite alternate ease-in-out;
    background: radial-gradient(circle at center, rgb(218,191,144) 0%, transparent 70%);
    top: -50%;
    width: 100%;
    right: -50%;
    position: absolute;
}.welcome8265 .pro_learn9480 {
    display: grid;
    max-width: 1200px;
    transform-style: preserve-3d;
    z-index: 2;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    position: relative;
    margin: 0 auto;
    padding: 2rem;
    width: 100%;
}.welcome8265 h1 {
    margin-bottom: 2rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-weight: 700;
    font-size: 39px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.2;
    grid-column: 1 / -1;
    transform: translateZ(20px);
    position: relative;
    letter-spacing: 0.5px;
}.welcome8265 h1::after {
    width: 80px;
    content: "";
    border-radius: 10px;
    left: 0;
    animation: expandLine 3s infinite alternate ease-in-out;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(218,191,144), rgb(205,96,121));
    height: 4px;
    position: absolute;
}.welcome8265 .text_details4918 {
    position: relative;
    transition: transform 0.5s ease;
    transform: translateZ(10px);
}.welcome8265 .edu_skill7162 {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    border-radius: 14px;
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    backdrop-filter: blur(5px);
    transform: translateY(0);
}.welcome8265 .edu_skill7162:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}.welcome8265 p {
    position: relative;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: calc(17px * 1.2);
    font-family: Arial, sans-serif;
    color: #000000;
}.welcome8265 svg {
    height: 120px;
    display: block;
    transition: transform 1.5s ease;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
    margin: 1rem auto 2rem;
    width: 120px;
    transform: rotateY(0deg);
}.welcome8265 .edu_skill7162:hover svg {
    transform: rotateY(360deg);
}.welcome8265 svg path {
    transition: fill 0.3s ease;
    fill: rgb(218,191,144);
}.welcome8265 svg text {
    fill: rgb(218,191,144);
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease, transform 0.3s ease;
    font-weight: 700;
}.welcome8265 svg:hover path {
    fill: rgb(205,96,121);
}.welcome8265 svg:hover text {
    transform: scale(1.05);
    fill: rgb(205,96,121);
}.welcome8265 .query_help3814 {
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1rem 2rem;
    font-family: Arial, sans-serif;
    z-index: 1;
    font-size: 17px;
    position: relative;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,191,144) 0%, rgb(205,96,121) 100%);
    color: #ffffff;
    display: inline-block;
    border-radius: 10px;
    letter-spacing: 0.5px;
    text-align: center;
}.welcome8265 .query_help3814::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    content: "";
    transition: all 0.6s ease;
    left: -100%;
}.welcome8265 .query_help3814:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}.welcome8265 .query_help3814:hover::before {
    left: 100%;
}.welcome8265 .photo_gallery1302 {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 400px;
    position: relative;
    transform: translateZ(5px) rotate(2deg);
    border-radius: 14px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    overflow: hidden;
}.welcome8265 .photo_gallery1302::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, transparent 60%, rgb(218,191,144,0.5) 100%);
    top: 0;
    z-index: 1;
    content: "";
}.welcome8265 .photo_gallery1302::after {
    top: 0;
    left: 0;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(205,96,121,0.5) 0%, transparent 50%);
    z-index: 2;
}.welcome8265 .photo_gallery1302:hover {
    transform: translateZ(15px) rotate(0);
}

@keyframes pulseBg {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes expandLine {
    0% {
        width: 80px;
    }
    100% {
        width: 120px;
    }
}

@media (min-width: 1200px) {.welcome8265 .pro_learn9480 {
    gap: 4rem;
    padding: 3rem;
}.welcome8265 h1 {
    font-size: calc(39px * 1.2);
}.welcome8265 .photo_gallery1302 {
    height: 500px;
}.welcome8265 svg {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 991px) {.welcome8265 .pro_learn9480 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.welcome8265 h1 {
    font-size: 36px;
    text-align: center;
}.welcome8265 h1::after {
    transform: translateX(-50%);
    left: 50%;
}.welcome8265 .edu_skill7162 {
    padding: 2rem;
    text-align: center;
}.welcome8265 .photo_gallery1302 {
    order: -1;
    transform: translateZ(5px) rotate(0);
    height: 350px;
}
}

@media (max-width: 767px) {.welcome8265 {
    min-height: auto;
    padding: 4rem 0;
}.welcome8265 .pro_learn9480 {
    gap: 1.5rem;
    padding: 1.5rem;
}.welcome8265 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.9);
}.welcome8265 .photo_gallery1302 {
    height: 250px;
}.welcome8265 p {
    font-size: 17px;
    margin-bottom: 1.5rem;
}.welcome8265 svg {
    height: 100px;
    width: 100px;
    margin: 0.5rem auto 1.5rem;
}.welcome8265 .query_help3814 {
    padding: 0.75rem 1.5rem;
    font-size: calc(17px * 0.9);
}
}

@media (max-width: 480px) {.welcome8265 {
    padding: 3rem 0;
}.welcome8265 .pro_learn9480 {
    padding: 1rem;
}.welcome8265 h1 {
    font-size: calc(36px * 0.8);
}.welcome8265 .photo_gallery1302 {
    height: 200px;
}.welcome8265 .edu_skill7162 {
    padding: 1.5rem;
}.welcome8265 svg {
    height: 80px;
    width: 80px;
}}.cookieNotificationBox6937 {
    padding: 15px 20px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    font-family: Arial, sans-serif;
    z-index: 1050;
    background: #ffffff;
    width: 100%;
    bottom: 0;
    border-top: 3px solid rgb(218,191,144);
    position: fixed;
}.track_bar1046 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}.digital_consent8492 {
    margin-right: 15px;
    flex-shrink: 0;
}.digital_consent8492 svg {
    fill: rgb(218,191,144);
    height: 50px;
    width: 50px;
    transition: fill 0.3s ease-in-out;
}.data_approve7130 {
    flex-grow: 1;
    margin-right: 15px;
}.data_approve7130 h5 {
    color: rgb(218,191,144);
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
}.data_approve7130 p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
}.cookie_alerts0836 {
    font-size: 14px;
    padding: 0.375rem 0.75rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 10px;
    line-height: 1.5;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    margin-left: 10px;
    border: 1px solid transparent;
    user-select: none;
}.cookie_button.tracking_policy6108 {
    border-color: rgb(218,191,144);
    color: #ffffff;
    background-color: rgb(218,191,144);
}#cookieMessageModal9423 {
    display: none;
}#cookieMessageModal9423:checked ~ .cookieNotificationBox6937 {
    visibility: hidden;
    opacity: 0;
}.cookie_button.tracking_policy6108:hover {
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie_visitor3915 {
    border-color: rgb(205,96,121);
    color: #000000;
    background-color: rgb(205,96,121);
}.cookie_button.cookie_visitor3915:hover {
    border-color: rgb(218,191,144);
    color: #ffffff;
    background-color: rgb(218,191,144);
}.cookieNotificationBox6937 p a {
    text-decoration: underline;
    color: rgb(218,191,144);
}.cookieNotificationBox6937 p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.data_approve7130 h5 {
    font-size: calc(18px - 2px);
}.data_approve7130 p {
    font-size: calc(14px - 2px);
}.cookie_alerts0836 {
    font-size: calc(14px - 2px);
}
}
@media (max-width: 800px) {.track_bar1046 {
    align-items: center;
    flex-direction: column;
}.digital_consent8492 {
    margin-bottom: 10px;
}.data_approve7130 {
    margin-bottom: 15px;
    text-align: center;
}.cookie_alerts0836 {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}
.footer_classes7169 {
    padding: 5rem 0 2rem;
    font-family: Arial, sans-serif;
    background-color: rgb(232,225,197);
    color: #000000;
    position: relative;
}.footer_classes7169::before {
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(218,191,144,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(205,96,121,0.5) 0%, transparent 70%);
    content: '';
    opacity: 0.07;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
}.footer_classes7169::after {
    position: absolute;
    left: 0;
    height: 7px;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(232,225,197) 0%,
        rgb(218,191,144) 35%, 
        rgb(205,96,121) 65%,
        rgb(232,225,197) 100%);
    width: 100%;
    content: '';
    z-index: 1;
}.footer_classes7169 .container {
    z-index: 2;
    position: relative;
}.footer_classes7169 .privacy_cta4610 {
    flex-direction: column;
    display: flex;
}.footer_classes7169 .reach_team7541 {
    margin-bottom: 4rem;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    position: relative;
    gap: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 2rem;
}.footer_classes7169 .reach_team7541::after {
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(205,96,121,0.5) 50%,
        transparent 100%);
    width: 100%;
    content: '';
    bottom: -1px;
    position: absolute;
}.footer_classes7169 .info_item {
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    width: 25%;
    position: relative;
    flex: 0 0 auto;
}.footer_classes7169 .info_item::before {
    left: 0;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    top: 50%;
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.06);
}.footer_classes7169 .info_item:first-child::before {
    display: none;
}.footer_classes7169 .info_item p,
.footer_classes7169 .info_item a {
    display: flex;
    justify-content: center;
    font-size: calc(14px - 1px);
    font-weight: 400;
    align-items: center;
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: center;
    gap: 0.75rem;
}.footer_classes7169 .info_item:hover {
    transform: translateY(-5px);
}.footer_classes7169 .info_item:hover p,
.footer_classes7169 .info_item:hover a {
    color: rgb(218,191,144);
}.footer_classes7169 .info_item svg {
    width: 20px;
    transition: transform 0.3s ease;
    fill: rgb(218,191,144);
    height: 20px;
}.footer_classes7169 .info_item:hover svg {
    transform: rotate(10deg);
}.footer_classes7169 .text_main_holder {
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap;
    position: relative;
    display: flex;
}.footer_classes7169 .first_lesson0894 {
    max-width: 300px;
    flex-direction: column;
    display: flex;
    width: 100%;
    gap: 1.5rem;
    margin-right: auto;
}.footer_classes7169 .first_lesson0894 svg {
    transition: all 0.3s ease;
    height: auto;
    max-width: 160px;
}.footer_classes7169 .first_lesson0894:hover svg {
    transform: scale(1.05);
}.footer_classes7169 .qna_board5749 {
    line-height: 1.6;
    padding-left: 2rem;
    font-size: 12px;
    position: relative;
    color: #000000;
}.footer_classes7169 .qna_board5749::before {
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(218,191,144), rgb(205,96,121));
    top: 0;
    content: '';
    bottom: 0;
    width: 4px;
    left: 0;
    position: absolute;
}.footer_classes7169 .header_pagewrap1086 {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 240px;
    gap: 2rem;
    position: relative;
    max-width: 400px;
}.footer_classes7169 .header_pagewrap1086::before {
    height: 100%;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.02);
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    left: 0;
}.footer_classes7169 .header_pagewrap1086 h5 {
    font-weight: 600;
    border-radius: 10px;
    color: #000000;
    margin-bottom: 1rem;
    font-size: 22px;
    padding: 0.75rem 1.5rem;
    background: rgba(0, 0, 0, 0.03);
}.footer_classes7169 .head_bar3401 {
    padding: 0 1.5rem;
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}.footer_classes7169 .head_bar3401:first-child {
    position: relative;
}.footer_classes7169 .head_bar3401 a {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 1.25rem;
    font-size: 14px;
    padding: 0.5rem 0;
}.footer_classes7169 .head_bar3401 a::before {
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    transition: all 0.3s ease;
    left: 0;
    background-color: rgb(205,96,121,0.5);
    content: '';
    border-radius: 50%;
    position: absolute;
    height: 6px;
}.footer_classes7169 .head_bar3401 a:hover {
    color: rgb(218,191,144);
    padding-left: 1.5rem;
}.footer_classes7169 .head_bar3401 a:hover::before {
    background-color: rgb(218,191,144);
    width: 8px;
    height: 8px;
}.footer_classes7169 .subscribe_holder {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 25px;
    padding: 2rem;
    gap: 1.5rem;
}.footer_classes7169 .subscribe_holder::before {
    border-top-left-radius: 25px;
    left: 0;
    top: 0;
    width: 0;
    border-color: rgb(218,191,144,0.5) transparent transparent transparent;
    border-width: 50px 50px 0 0;
    border-style: solid;
    height: 0;
    content: '';
    position: absolute;
}.footer_classes7169 .subscribe_holder h5 {
    color: #000000;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0.5rem;
}.footer_classes7169 .subscribe_holder p {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
}.footer_classes7169 .input_holder {
    gap: 1rem;
    display: flex;
    flex-direction: column;
    margin-top: 0.5rem;
    position: relative;
}.footer_classes7169 .input_holder input[type="email"] {
    transition: all 0.3s ease;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.125rem 1.25rem;
    color: #000000;
}.footer_classes7169 .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(218,191,144,0.5);
    border-color: rgb(218,191,144);
}.footer_classes7169 .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.footer_classes7169 .mail_signup4036 {
    border-radius: 10px;
    color: #ffffff;
    border: none;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,191,144) 0%, rgb(205,96,121) 100%);
    z-index: 1;
    transition: all 0.3s ease;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    padding: 1.125rem 1.25rem;
    font-weight: 600;
}.footer_classes7169 .mail_signup4036::before {
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, rgb(205,96,121) 0%, rgb(218,191,144) 100%);
    content: '';
    height: 100%;
}.footer_classes7169 .mail_signup4036:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.footer_classes7169 .mail_signup4036:hover::before {
    opacity: 1;
}.footer_classes7169 .footer_clients8902 {
    padding-top: 2rem;
    margin-top: 4rem;
    position: relative;
    text-align: center;
}.footer_classes7169 .footer_clients8902::before {
    top: 0;
    content: '';
    position: absolute;
    left: 30%;
    height: 1px;
    width: 40%;
    background: rgba(0, 0, 0, 0.1);
}.footer_classes7169 .zoom_meet7249 {
    opacity: 0.8;
    color: #000000;
    font-size: 12px;
}

@media (max-width: 1200px) {.footer_classes7169 .text_main_holder {
    gap: 2.5rem;
}.footer_classes7169 .first_lesson0894 {
    max-width: 260px;
}.footer_classes7169 .header_pagewrap1086 {
    min-width: 220px;
}
}

@media (max-width: 991px) {.footer_classes7169 {
    padding: 4rem 0 2rem;
}.footer_classes7169 .info_item {
    padding: 1rem;
    width: 50%;
}.footer_classes7169 .info_item:nth-child(3)::before {
    display: none;
}.footer_classes7169 .text_main_holder {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}.footer_classes7169 .first_lesson0894 {
    width: 100%;
    text-align: center;
    align-items: center;
    max-width: 100%;
}.footer_classes7169 .qna_board5749 {
    max-width: 500px;
    padding-left: 0;
    text-align: center;
}.footer_classes7169 .qna_board5749::before {
    display: none;
}.footer_classes7169 .header_pagewrap1086 {
    max-width: 600px;
    width: 100%;
}.footer_classes7169 .subscribe_holder {
    max-width: 600px;
    width: 100%;
}
}

@media (max-width: 768px) {.footer_classes7169 {
    padding: 3.5rem 0 1.5rem;
}.footer_classes7169 .reach_team7541 {
    margin-bottom: 3rem;
}.footer_classes7169 .info_item {
    width: 100%;
}.footer_classes7169 .info_item::before {
    display: none;
}.footer_classes7169 .head_bar3401 {
    gap: 0.5rem 1.5rem;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}.footer_classes7169 .head_bar3401 a {
    text-align: center;
    padding: 0.5rem 1rem;
}.footer_classes7169 .head_bar3401 a::before {
    display: none;
}.footer_classes7169 .head_bar3401 a:hover {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.03);
    padding-left: 1rem;
}.footer_classes7169 .footer_clients8902 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.footer_classes7169 {
    padding: 3rem 0 1.5rem;
}.footer_classes7169 .reach_team7541 {
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
}.footer_classes7169 .text_main_holder {
    gap: 2.5rem;
}.footer_classes7169 .header_pagewrap1086 {
    padding: 1rem;
}.footer_classes7169 .header_pagewrap1086 h5 {
    text-align: center;
}.footer_classes7169 .subscribe_holder {
    padding: 1.5rem;
}.footer_classes7169 .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.footer_classes7169 .footer_clients8902 {
    margin-top: 2.5rem;
}}.secure_refuge7621 {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    height: auto;
    background-color: #ffffff;
    padding: 50px;
    position: relative;
    overflow: hidden;
    margin: auto;
    z-index: 1;
    width: 100%;
}.secure_refuge7621::before {
    left: -10px;
    right: -10px;
    top: -10px;
    z-index: -1;
    bottom: -10px;
    position: absolute;
    content: '';
    border: 1px solid rgb(218,191,144);
}.secure_refuge7621::after {
    z-index: -1;
    right: 20px;
    border: 1px dashed rgb(205,96,121);
    border-radius: 10px;
    content: '';
    bottom: 20px;
    left: 20px;
    top: 20px;
    position: absolute;
}.secure_refuge7621 h1 {
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 15px;
    margin-top: 40px;
    font-weight: 700;
    font-size: 46px;
    font-family: Arial, sans-serif;
    border-bottom: 3px double rgb(218,191,144);
    color: rgb(218,191,144);
}.secure_refuge7621 h2 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px dashed rgb(205,96,121);
    font-size: 34px;
    font-family: Arial, sans-serif;
    text-align: left;
    color: rgb(205,96,121);
    margin-top: 30px;
    font-weight: 600;
}.secure_refuge7621 h3, .secure_refuge7621 h4, .secure_refuge7621 h5, .secure_refuge7621 h6 {
    color: #000000;
    border-left: 4px solid #000000;
    padding-left: 10px;
    margin-top: 25px;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    font-weight: 400;
}.secure_refuge7621 ul, .secure_refuge7621 ol {
    padding-left: 20px;
    list-style-position: inside;
    margin: 0;
    color: #000000;
    padding-left: 0;
    font-size: 15px;
    font-family: Arial, sans-serif;
    padding: 15px 0;
    list-style: none;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
}.secure_refuge7621 li {
    padding-left: 25px;
    margin-bottom: 12px;
    position: relative;
}.secure_refuge7621 li::before {
    background-color: rgb(218,191,144);
    content: "";
    width: 10px;
    border-radius: 50%;
    top: 50%;
    height: 10px;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
}.secure_refuge7621 section {
    background: none;
}.secure_refuge7621 p, .secure_refuge7621 span, .secure_refuge7621 div {
    font-size: 15px;
    padding-bottom: 10px;
    color: #000000;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.75;
}

@media only screen and (max-width: 800px) {.secure_refuge7621 {
    width: 100%;
    padding: 30px;
}.secure_refuge7621 h1 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: calc(20px - 6px);
}.secure_refuge7621 h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: calc(20px - 6px);
}.secure_refuge7621 ul, .secure_refuge7621 ol {
    padding-left: 15px;
}.secure_refuge7621 li {
    padding-left: 20px;
}.secure_refuge7621 p, .secure_refuge7621 span, .secure_refuge7621 div {
    margin-bottom: 15px;
    padding-bottom: 8px;
}}.potential_enrollees5709 {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(232,225,197) 0%, #ffffff 100%);
    position: relative;
}.potential_enrollees5709::before {
    right: 0;
    top: 0;
    background: rgb(218,191,144,0.5);
    opacity: 0.1;
    position: absolute;
    width: 50%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    height: 100%;
    z-index: 1;
    content: "";
}.potential_enrollees5709::after {
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    left: 0;
    opacity: 0.1;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: rgb(205,96,121,0.5);
    height: 100%;
    width: 50%;
    content: "";
}.potential_enrollees5709 .container {
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
}.potential_enrollees5709 .pro_learn9480 {
    position: relative;
}.potential_enrollees5709 h4 {
    margin-bottom: 60px;
    padding-left: 20px;
    position: relative;
    font-size: 29px;
    color: #000000;
    font-weight: 700;
    text-align: left;
    border-left: 4px solid rgb(218,191,144);
}.potential_enrollees5709 h4::after {
    content: "";
    bottom: -10px;
    height: 1px;
    background: linear-gradient(90deg, rgb(205,96,121), transparent);
    position: absolute;
    width: 60%;
    left: 0;
}.potential_enrollees5709 div > div {
    margin-left: 60px;
    flex-direction: column;
    max-width: 800px;
    display: flex;
    position: relative;
}.potential_enrollees5709 div > div::before {
    background: linear-gradient(to bottom, rgb(218,191,144,0.5), rgb(205,96,121,0.5));
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    width: 2px;
    height: 100%;
    left: 15px;
}.potential_enrollees5709 p {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    align-items: center;
    padding: 20px 25px;
    position: relative;
    margin-bottom: 30px;
    margin-left: 30px;
    background: #ffffff;
    display: flex;
    z-index: 2;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 13px;
    color: #000000;
}.potential_enrollees5709 p:last-child {
    margin-bottom: 0;
}.potential_enrollees5709 p::before {
    background: linear-gradient(90deg, rgb(218,191,144,0.5), rgb(205,96,121));
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    content: "";
    left: -30px;
}.potential_enrollees5709 p::after {
    border: 3px solid rgb(218,191,144);
    transition: all 0.3s ease;
    transform: translateY(-50%);
    border-radius: 50%;
    content: "";
    top: 50%;
    left: -42px;
    background: #ffffff;
    height: 16px;
    position: absolute;
    width: 16px;
    z-index: 3;
}.potential_enrollees5709 p:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.potential_enrollees5709 p:hover::after {
    transform: translateY(-50%) scale(1.2);
    background: rgb(218,191,144);
}.potential_enrollees5709 p:nth-child(odd)::after {
    border-color: rgb(218,191,144);
}.potential_enrollees5709 p:nth-child(even)::after {
    border-color: rgb(205,96,121);
}.potential_enrollees5709 p:nth-child(even):hover::after {
    background: rgb(205,96,121);
}.potential_enrollees5709 p svg {
    width: 24px;
    flex-shrink: 0;
    margin-right: 15px;
    transition: all 0.3s ease;
    height: 24px;
}.potential_enrollees5709 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(218,191,144);
}.potential_enrollees5709 p:nth-child(even) svg path {
    fill: rgb(205,96,121);
}.potential_enrollees5709 p:hover svg {
    transform: scale(1.1) rotate(10deg);
}.potential_enrollees5709 p:nth-child(1) {
    transform: translateX(0);
}.potential_enrollees5709 p:nth-child(2) {
    transform: translateX(30px);
}.potential_enrollees5709 p:nth-child(3) {
    transform: translateX(60px);
}.potential_enrollees5709 p:nth-child(4) {
    transform: translateX(90px);
}.potential_enrollees5709 p:nth-child(5) {
    transform: translateX(120px);
}.potential_enrollees5709 p:nth-child(6) {
    transform: translateX(150px);
}.potential_enrollees5709 p:nth-child(1):hover {
    transform: translateX(10px);
}.potential_enrollees5709 p:nth-child(2):hover {
    transform: translateX(40px);
}.potential_enrollees5709 p:nth-child(3):hover {
    transform: translateX(70px);
}.potential_enrollees5709 p:nth-child(4):hover {
    transform: translateX(100px);
}.potential_enrollees5709 p:nth-child(5):hover {
    transform: translateX(130px);
}.potential_enrollees5709 p:nth-child(6):hover {
    transform: translateX(160px);
}@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.potential_enrollees5709 .pro_learn9480 > div p {
    animation: slideIn 0.5s ease forwards;
    opacity: 0;
}.potential_enrollees5709 .pro_learn9480 > div p:nth-child(1) {
    animation-delay: 0.1s;
}.potential_enrollees5709 .pro_learn9480 > div p:nth-child(2) {
    opacity: 1;
    transform: translateX(30px);
    animation-name: none;
    animation-delay: 0.2s;
}.potential_enrollees5709 .pro_learn9480 > div p:nth-child(3) {
    transform: translateX(60px);
    animation-delay: 0.3s;
    animation-name: none;
    opacity: 1;
}.potential_enrollees5709 .pro_learn9480 > div p:nth-child(4) {
    animation-name: none;
    transform: translateX(90px);
    opacity: 1;
    animation-delay: 0.4s;
}.potential_enrollees5709 .pro_learn9480 > div p:nth-child(5) {
    animation-name: none;
    animation-delay: 0.5s;
    opacity: 1;
    transform: translateX(120px);
}.potential_enrollees5709 .pro_learn9480 > div p:nth-child(6) {
    transform: translateX(150px);
    animation-delay: 0.6s;
    opacity: 1;
    animation-name: none;
}.potential_enrollees5709 .pro_learn9480 > div p:nth-child(7) {
    transform: translateX(120px);
    animation-name: none;
    opacity: 1;
    animation-delay: 0.6s;
}.potential_enrollees5709 .pro_learn9480 > div p:nth-child(8) {
    animation-delay: 0.6s;
    transform: translateX(90px);
    opacity: 1;
    animation-name: none;
}.potential_enrollees5709 .pro_learn9480 > div p:nth-child(9) {
    transform: translateX(60px);
    animation-name: none;
    opacity: 1;
    animation-delay: 0.6s;
}.potential_enrollees5709 .pro_learn9480 > div p:nth-child(10) {
    transform: translateX(30px);
    opacity: 1;
    animation-name: none;
    animation-delay: 0.6s;
}


@media (max-width: 991px) {.potential_enrollees5709 {
    padding: 80px 0;
}.potential_enrollees5709 h4 {
    margin-bottom: 50px;
    font-size: calc(29px * 0.9);
}.potential_enrollees5709 div > div {
    margin-left: 40px;
}.potential_enrollees5709 p {
    padding: 18px 20px;
    margin-bottom: 25px;
}.potential_enrollees5709 p:nth-child(1) {
    transform: translateX(0);
}.potential_enrollees5709 p:nth-child(2) {
    transform: translateX(20px);
}.potential_enrollees5709 p:nth-child(3) {
    transform: translateX(40px);
}.potential_enrollees5709 p:nth-child(4) {
    transform: translateX(60px);
}.potential_enrollees5709 p:nth-child(5) {
    transform: translateX(80px);
}.potential_enrollees5709 p:nth-child(6) {
    transform: translateX(100px);
}.potential_enrollees5709 p:nth-child(7) {
    transform: translateX(120px);
}.potential_enrollees5709 p:nth-child(8) {
    transform: translateX(140px);
}.potential_enrollees5709 p:nth-child(9) {
    transform: translateX(160px);
}.potential_enrollees5709 p:nth-child(10) {
    transform: translateX(180px);
}.potential_enrollees5709 p:nth-child(1):hover {
    transform: translateX(5px);
}.potential_enrollees5709 p:nth-child(2):hover {
    transform: translateX(25px);
}.potential_enrollees5709 p:nth-child(3):hover {
    transform: translateX(45px);
}.potential_enrollees5709 p:nth-child(4):hover {
    transform: translateX(65px);
}.potential_enrollees5709 p:nth-child(5):hover {
    transform: translateX(85px);
}.potential_enrollees5709 p:nth-child(6):hover {
    transform: translateX(105px);
}.potential_enrollees5709 p:nth-child(7):hover {
    transform: translateX(125px);
}.potential_enrollees5709 p:nth-child(8):hover {
    transform: translateX(145px);
}.potential_enrollees5709 p:nth-child(9):hover {
    transform: translateX(165px);
}.potential_enrollees5709 p:nth-child(10):hover {
    transform: translateX(185px);
}
}

@media (max-width: 768px) {.potential_enrollees5709 {
    padding: 70px 0;
}.potential_enrollees5709 h4 {
    padding-left: 15px;
    margin-bottom: 40px;
    font-size: calc(29px * 0.8);
}.potential_enrollees5709 div > div {
    margin-left: 30px;
}.potential_enrollees5709 div > div::before {
    left: 10px;
}.potential_enrollees5709 p {
    margin-bottom: 20px;
    padding: 15px;
    margin-left: 20px;
}.potential_enrollees5709 p::before {
    left: -20px;
    width: 20px;
}.potential_enrollees5709 p::after {
    height: 14px;
    left: -32px;
    width: 14px;
}.potential_enrollees5709 p:nth-child(1) {
    transform: translateX(0);
}.potential_enrollees5709 p:nth-child(2) {
    transform: translateX(0);
}.potential_enrollees5709 p:nth-child(3) {
    transform: translateX(0);
}.potential_enrollees5709 p:nth-child(4) {
    transform: translateX(0);
}.potential_enrollees5709 p:nth-child(5) {
    transform: translateX(0);
}.potential_enrollees5709 p:nth-child(6) {
    transform: translateX(0);
}.potential_enrollees5709 p:hover,
    .potential_enrollees5709 p:nth-child(n):hover {
    transform: translateX(5px);
}
}

@media (max-width: 576px) {.potential_enrollees5709 {
    padding: 60px 0;
}.potential_enrollees5709 h4 {
    border-left-width: 3px;
    font-size: calc(29px * 0.7);
    margin-bottom: 30px;
}.potential_enrollees5709 div > div {
    margin-left: 25px;
}.potential_enrollees5709 p {
    padding: 12px;
    margin-bottom: 15px;
    font-size: calc(13px * 0.9);
}.potential_enrollees5709 p svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}.potential_enrollees5709 p::after {
    border-width: 2px;
    height: 12px;
    width: 12px;
}}.our_mission8230 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,225,197) 0%, #ffffff 100%);
    position: relative;
    padding: 100px 0;
}.our_mission8230::before {
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(218,191,144,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(205,96,121,0.5) 0%, transparent 25%);
    position: absolute;
    opacity: 0.4;
    top: 0;
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
}.our_mission8230 .container {
    position: relative;
    z-index: 5;
}.our_mission8230 h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 31px;
    color: #000000;
    font-weight: 700;
    text-align: center;
}.our_mission8230 h2::after {
    width: 80px;
    left: 50%;
    background: rgb(218,191,144);
    bottom: 0;
    height: 3px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
}.our_mission8230 .belief_core4073 {
    display: flex;
    position: relative;
    margin-top: 60px;
    flex-wrap: wrap;
}.our_mission8230 .study_classes1024 {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    flex: 1 1 calc(50% - 20px);
    background: #ffffff;
    transition: all 0.3s ease;
    padding: 40px;
    margin: 0 10px;
    overflow: hidden;
    position: relative;
    border-radius: 19px;
    z-index: 2;
}.our_mission8230 .study_classes1024::before {
    left: 0;
    content: "";
    height: 0;
    width: 5px;
    background: rgb(218,191,144);
    top: 0;
    transition: all 0.5s ease;
    position: absolute;
}.our_mission8230 .study_classes1024:hover::before {
    height: 100%;
}.our_mission8230 .study_classes1024::after {
    position: absolute;
    z-index: -1;
    top: 0;
    transform: scaleX(0);
    height: 100%;
    transition: transform 0.5s ease;
    width: 100%;
    content: "";
    background: rgb(232,225,197);
    left: 0;
    transform-origin: right;
}.our_mission8230 .study_classes1024:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.our_mission8230 .study_classes1024:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.our_mission8230 .study_classes1024 h3 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 20px;
    position: relative;
    z-index: 2;
}.our_mission8230 .study_classes1024:hover h3 {
    color: rgb(218,191,144);
    transform: translateX(10px);
}.our_mission8230 .study_classes1024 p {
    font-size: 13px;
    line-height: 1.8;
    z-index: 2;
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
}.our_mission8230 .study_classes1024:hover p {
    transform: translateX(10px);
}.our_mission8230 .study_classes1024:first-child {
    border-top: 3px solid rgb(218,191,144);
}.our_mission8230 .study_classes1024:last-child {
    border-top: 3px solid rgb(205,96,121);
}.our_mission8230 .container::before {
    height: 20%;
    content: "";
    position: absolute;
    width: 20%;
    border-radius: 10px;
    left: -10%;
    border: 2px solid rgb(218,191,144,0.5);
    top: -10%;
    opacity: 0.2;
    animation: rotate-element 20s linear infinite;
}.our_mission8230 .container::after {
    bottom: -5%;
    height: 15%;
    animation: rotate-element 15s linear infinite reverse;
    right: -5%;
    position: absolute;
    border: 2px solid rgb(205,96,121,0.5);
    content: "";
    border-radius: 10px;
    width: 15%;
    opacity: 0.2;
}@keyframes rotate-element {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.our_mission8230 .belief_core4073::before {
    z-index: 1;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgb(218,191,144,0.5), transparent);
    content: "";
    top: 0;
    left: 50%;
    width: 1px;
}.our_mission8230 .belief_core4073::after {
    height: 100%;
    background-size: 20px 20px;
    opacity: 0.02;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    width: 100%;
    position: absolute;
    content: "";
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

@media screen and (max-width: 992px) {.our_mission8230 {
    padding: 80px 0;
}.our_mission8230 .belief_core4073 {
    margin-top: 40px;
    flex-direction: column;
}.our_mission8230 .study_classes1024 {
    flex: 1 1 100%;
    margin: 10px 0;
}.our_mission8230 .belief_core4073::before {
    display: none;
}.our_mission8230 .container::before,
    .our_mission8230 .container::after {
    display: none;
}
}

@media screen and (max-width: 768px) {.our_mission8230 {
    padding: 60px 0;
}.our_mission8230 h2 {
    font-size: calc(31px * 0.9);
    padding-bottom: 15px;
    margin-bottom: 20px;
}.our_mission8230 h2::after {
    width: 60px;
}.our_mission8230 .study_classes1024 {
    padding: 30px;
}.our_mission8230 .study_classes1024 h3 {
    margin-bottom: 15px;
    font-size: calc(20px * 0.9);
}
}

@media screen and (max-width: 576px) {.our_mission8230 {
    padding: 50px 0;
}.our_mission8230 h2 {
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-size: calc(31px * 0.8);
}.our_mission8230 h2::after {
    height: 2px;
    width: 50px;
}.our_mission8230 .belief_core4073 {
    margin-top: 30px;
}.our_mission8230 .study_classes1024 {
    padding: 25px;
}.our_mission8230 .study_classes1024 h3 {
    font-size: calc(20px * 0.85);
    margin-bottom: 12px;
}.our_mission8230 .study_classes1024 p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.our_mission8230 .study_classes1024:hover h3,
    .our_mission8230 .study_classes1024:hover p {
    transform: translateX(5px);
}}.instructor_profile7185 {
    position: relative;
    background: linear-gradient(135deg, rgb(232,225,197) 0%, rgb(218,191,144,0.5) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
}.instructor_profile7185::before {
    height: 70%;
    top: -10%;
    z-index: 1;
    left: -5%;
    width: 120%;
    background: rgb(205,96,121,0.5);
    content: "";
    position: absolute;
    transform: rotate(-12deg);
}.instructor_profile7185 .edu_reviews2905 {
    transform: translateX(5%);
    z-index: 2;
    gap: 3rem;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
}.instructor_profile7185 .photo_gallery1302 {
    border-radius: 11px;
    box-shadow: 15px 15px 0 rgb(218,191,144,0.5);
    width: 280px;
    transition: all 0.5s ease;
    height: 350px;
    transform: rotate(-5deg);
}.instructor_profile7185 .photo_gallery1302:hover {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.instructor_profile7185 .experience_data1486 {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    padding: 2rem;
    position: relative;
    transition: all 0.5s ease;
    background: #ffffff;
    max-width: 60%;
    border-radius: 11px;
    transform: rotate(2deg) translateY(-30px);
}.instructor_profile7185 .experience_data1486::after {
    position: absolute;
    filter: blur(8px);
    content: "";
    transition: all 0.5s ease;
    opacity: 0.6;
    bottom: -10px;
    height: 10px;
    width: 85%;
    background: rgb(205,96,121);
    left: 30px;
}.instructor_profile7185 .experience_data1486:hover {
    transform: rotate(0deg) translateY(-20px);
}.instructor_profile7185 .experience_data1486:hover::after {
    width: 95%;
    opacity: 0.8;
}.instructor_profile7185 .name {
    color: rgb(218,191,144);
    font-weight: 700;
    margin-bottom: 0.5rem;
    transform: translateX(-20px);
    font-size: 34px;
}.instructor_profile7185 .experience_data1486 > div:nth-child(2) {
    font-size: 21px;
    color: rgb(205,96,121);
    margin-bottom: 1.5rem;
    font-weight: 600;
    transform: translateX(-10px);
}.instructor_profile7185 .emp_overview1086 {
    position: relative;
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
    font-style: italic;
    padding-left: 1.5rem;
    font-weight: 400;
}.instructor_profile7185 .emp_overview1086::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(218,191,144), rgb(205,96,121));
    height: 100%;
    border-radius: 10px;
    width: 5px;
}

@media (max-width: 992px) {.instructor_profile7185 .edu_reviews2905 {
    transform: none;
    flex-direction: column;
    gap: 2rem;
}.instructor_profile7185 .photo_gallery1302 {
    margin: 0 auto;
    width: 220px;
    height: 280px;
}.instructor_profile7185 .experience_data1486 {
    max-width: 100%;
    transform: none;
}.instructor_profile7185 .name,
    .instructor_profile7185 .experience_data1486 > div:nth-child(2) {
    transform: none;
}}.client_feedback2409 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,225,197) 0%, rgba(248, 248, 250, 0.97) 100%);
    position: relative;
    padding: 5rem 0;
}.client_feedback2409::before {
    height: 25rem;
    width: 25rem;
    background: radial-gradient(circle, rgb(218,191,144,0.5) 0%, transparent 70%);
    content: "";
    right: -5%;
    position: absolute;
    opacity: 0.1;
    z-index: 0;
    border-radius: 50%;
    filter: blur(50px);
    top: -10%;
}.client_feedback2409::after {
    background: radial-gradient(circle, rgb(205,96,121,0.5) 0%, transparent 70%);
    filter: blur(40px);
    z-index: 0;
    left: -5%;
    opacity: 0.1;
    height: 20rem;
    content: "";
    width: 20rem;
    position: absolute;
    border-radius: 50%;
    bottom: -10%;
}.client_feedback2409 .container {
    position: relative;
    z-index: 1;
}.client_feedback2409 h2 {
    text-align: left;
    position: relative;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #000000;
    margin-bottom: 3rem;
    transform: perspective(1000px) translateZ(0);
    font-size: 32px;
}.client_feedback2409 h2::after {
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(218,191,144) 0%, rgb(205,96,121) 100%);
    position: absolute;
    bottom: -12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    width: 120px;
    border-radius: 10px;
    left: 0;
}.client_feedback2409 .review_quotes3860 {
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    padding: 0;
    display: grid;
    list-style: none;
}.client_feedback2409 .edu_reviews2905 {
    position: relative;
    padding: 2rem;
    background: #ffffff;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.03), 
                -10px -10px 20px rgba(255, 255, 255, 0.8),
                inset 3px 3px 6px rgba(0, 0, 0, 0.02),
                inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    transform: translateY(0);
}.client_feedback2409 .edu_reviews2905:hover {
    transform: translateY(-10px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), 
                -15px -15px 30px rgba(255, 255, 255, 0.9),
                inset 3px 3px 6px rgba(0, 0, 0, 0.02),
                inset -3px -3px 6px rgba(255, 255, 255, 0.7);
}.client_feedback2409 .edu_reviews2905::before {
    color: rgb(218,191,144,0.5);
    z-index: 0;
    font-size: 120px;
    right: 20px;
    opacity: 0.1;
    line-height: 0.7;
    font-family: serif;
    position: absolute;
    content: "";
    top: 10px;
}.client_feedback2409 .edu_reviews2905::after {
    bottom: -10px;
    right: -10px;
    z-index: 0;
    opacity: 0.1;
    height: 100px;
    transition: all 0.5s ease;
    filter: blur(20px);
    width: 100px;
    background: radial-gradient(circle, rgb(205,96,121,0.5) 0%, transparent 70%);
    content: "";
    border-radius: 50%;
    position: absolute;
}.client_feedback2409 .edu_reviews2905:hover::after {
    width: 150px;
    opacity: 0.15;
    height: 150px;
}.client_feedback2409 .edu_reviews2905 div {
    display: flex;
    gap: 1rem;
    position: relative;
    margin-bottom: 1rem;
    z-index: 1;
    align-items: center;
}.client_feedback2409 .edu_reviews2905 img {
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 60px;
    object-fit: cover;
    border: 2px solid #ffffff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1), 
                -5px -5px 10px rgba(255, 255, 255, 0.8);
    height: 60px;
}.client_feedback2409 .edu_reviews2905:hover img {
    transform: scale(1.05);
    border-color: rgb(205,96,121,0.5);
}.client_feedback2409 .edu_reviews2905 h4 {
    font-weight: 600;
    margin: 0;
    font-size: calc(23px * 0.9);
    position: relative;
    color: #000000;
}.client_feedback2409 .edu_reviews2905 h4::after {
    bottom: -5px;
    transition: width 0.4s ease;
    content: "";
    position: absolute;
    width: 0;
    background: linear-gradient(90deg, rgb(218,191,144) 0%, transparent 100%);
    left: 0;
    height: 2px;
}.client_feedback2409 .edu_reviews2905:hover h4::after {
    width: 100%;
}.client_feedback2409 .description {
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    margin: 0;
    position: relative;
    z-index: 1;
    color: #000000;
    font-size: 12px;
}.client_feedback2409 .description::before {
    background: linear-gradient(to bottom, rgb(218,191,144,0.5), transparent);
    content: "";
    transition: all 0.3s ease;
    height: 100%;
    width: 3px;
    left: -10px;
    transform: scaleY(0.7);
    opacity: 0;
    position: absolute;
    top: 0;
}.client_feedback2409 .edu_reviews2905:hover .description::before {
    transform: scaleY(1);
    opacity: 0.5;
}.client_feedback2409 a {
    font-weight: 600;
    transform: translateY(0);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(135deg, rgb(218,191,144) 0%, rgb(205,96,121) 100%);
    border-radius: 8px;
    margin-top: 3rem;
    position: relative;
    padding: 1rem 2rem;
    display: inline-block;
    overflow: hidden;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1), 
                -5px -5px 15px rgba(255, 255, 255, 0.8);
    text-decoration: none;
    color: #ffffff;
}.client_feedback2409 a:hover {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.15), 
                -8px -8px 20px rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
}.client_feedback2409 a::before {
    transition: all 0.5s ease;
    content: "";
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
    position: absolute;
}.client_feedback2409 a:hover::before {
    left: 100%;
}

@media (max-width: 1200px) {.client_feedback2409 .review_quotes3860 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}.client_feedback2409 h2 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 992px) {.client_feedback2409 {
    padding: 4rem 0;
}.client_feedback2409 .review_quotes3860 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.client_feedback2409 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(32px * 0.85);
}.client_feedback2409 .edu_reviews2905 {
    padding: 1.75rem;
}
}

@media (max-width: 768px) {.client_feedback2409 {
    padding: 3.5rem 0;
}.client_feedback2409 h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 2rem;
}.client_feedback2409 h2::after {
    width: 100px;
    height: 3px;
    bottom: -10px;
}.client_feedback2409 .review_quotes3860 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.client_feedback2409 .edu_reviews2905 {
    padding: 1.5rem;
}.client_feedback2409 .edu_reviews2905 div {
    gap: 0.75rem;
}.client_feedback2409 .edu_reviews2905 img {
    height: 50px;
    width: 50px;
}.client_feedback2409 a {
    padding: 0.9rem 1.8rem;
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.client_feedback2409 {
    padding: 3rem 0;
}.client_feedback2409 h2 {
    font-size: calc(32px * 0.75);
    margin-bottom: 1.75rem;
}.client_feedback2409 .edu_reviews2905 {
    padding: 1.25rem;
}.client_feedback2409 .edu_reviews2905 img {
    height: 45px;
    width: 45px;
}.client_feedback2409 .description {
    font-size: calc(12px * 0.95);
}.client_feedback2409 a {
    padding: 0.8rem 1.5rem;
    text-align: center;
    width: 100%;
}}.training_benefits7192 {
    background: #f8f9fa;
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
}.training_benefits7192::before {
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(218,191,144,0.5) 0%, transparent 60%);
    left: 0;
    width: 100%;
    height: 100%;
}.training_benefits7192::after {
    border-radius: 50%;
    position: absolute;
    content: "";
    background: rgb(205,96,121,0.5);
    right: -50px;
    z-index: 0;
    height: 200px;
    filter: blur(70px);
    width: 200px;
    top: -50px;
}.training_benefits7192 h5 {
    margin-bottom: 50px;
    letter-spacing: 0.5px;
    color: #000000;
    transform: translateY(-5px);
    font-size: 21px;
    position: relative;
    z-index: 2;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}.training_benefits7192 h5::after {
    transform: translateX(-50%);
    bottom: -15px;
    height: 4px;
    width: 80px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(218,191,144), rgb(205,96,121));
    content: "";
}.training_benefits7192 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.training_benefits7192 .pro_learn9480 {
    padding: 30px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.9),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    border-radius: 12px;
    background: #ffffff;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.training_benefits7192 .pro_learn9480:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.07),
                -25px -25px 70px rgba(255, 255, 255, 1),
                inset 5px 5px 10px rgba(255, 255, 255, 0.9),
                inset -5px -5px 10px rgba(0, 0, 0, 0.04);
}.training_benefits7192 .photo_gallery1302 {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    height: 250px;
    width: 100%;
    z-index: 1;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.6s ease;
    border-radius: 8px;
    object-fit: cover;
}.training_benefits7192 .pro_learn9480:hover .photo_gallery1302 {
    transform: translateY(-5px);
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.15);
}.training_benefits7192 .text_details4918 {
    flex: 1;
    padding: 20px 10px;
}.training_benefits7192 ul {
    padding: 0;
    display: grid;
    list-style: none;
    gap: 22px;
    grid-template-columns: 1fr;
    margin: 0;
}.training_benefits7192 li {
    transition: all 0.3s ease;
    border-radius: 10px;
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    position: relative;
    transform: translateZ(0);
    padding: 16px 20px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.03),
                -8px -8px 16px rgba(255, 255, 255, 0.7),
                inset 1px 1px 2px rgba(255, 255, 255, 0.9);
}.training_benefits7192 li:hover {
    transform: translateY(-3px) translateZ(0);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05),
                -10px -10px 20px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 1);
}.training_benefits7192 li:nth-child(odd) {
    transform: translateX(-5px) translateZ(0);
}.training_benefits7192 li:nth-child(even) {
    transform: translateX(5px) translateZ(0);
}.training_benefits7192 li:nth-child(odd):hover {
    transform: translateX(-5px) translateY(-3px) translateZ(0);
}.training_benefits7192 li:nth-child(even):hover {
    transform: translateX(5px) translateY(-3px) translateZ(0);
}.training_benefits7192 li p {
    align-items: flex-start;
    margin: 0;
    color: #000000;
    font-size: 13px;
    line-height: 1.5;
    display: flex;
}.training_benefits7192 li svg {
    width: 22px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-right: 12px;
    height: 22px;
    flex-shrink: 0;
}.training_benefits7192 li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.training_benefits7192 li svg path {
    fill: rgb(218,191,144);
    transition: fill 0.3s ease;
}.training_benefits7192 li:hover svg path:first-child {
    fill: rgb(218,191,144);
}.training_benefits7192 li:hover svg path:last-child {
    fill: rgb(205,96,121);
}

@media (min-width: 768px) {.training_benefits7192 {
    padding: 150px 0 100px;
}.training_benefits7192 .pro_learn9480 {
    flex-direction: row;
    padding: 40px;
    align-items: center;
    gap: 40px;
}.training_benefits7192 .pro_learn9480 > div:first-child {
    flex: 0 0 45%;
}.training_benefits7192 .photo_gallery1302 {
    margin-bottom: 0;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0% 95%);
    height: 350px;
}.training_benefits7192 .text_details4918 {
    padding: 0;
    flex: 1;
}.training_benefits7192 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 20px;
}.training_benefits7192 h5 {
    font-size: calc(21px * 1.2);
    margin-bottom: 60px;
}.training_benefits7192 h5::after {
    width: 100px;
}
}

@media (max-width: 767px) {.training_benefits7192 {
    padding: 80px 0 60px;
}.training_benefits7192 h5 {
    padding: 0 20px;
    line-height: 1.4;
}.training_benefits7192 .pro_learn9480 {
    padding: 25px 20px;
}.training_benefits7192 li {
    padding: 15px;
}.training_benefits7192 li p {
    font-size: calc(13px * 0.95);
}.training_benefits7192 li svg {
    width: 20px;
    height: 20px;
}
}

@media (min-width: 992px) {.training_benefits7192 .pro_learn9480 {
    padding: 50px;
}.training_benefits7192 .photo_gallery1302 {
    clip-path: polygon(0 0, 100% 8%, 92% 100%, 0% 92%);
    transition: clip-path 0.6s ease-in-out, transform 0.6s ease, box-shadow 0.6s ease;
}.training_benefits7192 .pro_learn9480:hover .photo_gallery1302 {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}.training_benefits7192 li:nth-child(1) {
    animation: fadeInUp 0.5s 0.1s backwards;
}.training_benefits7192 li:nth-child(2) {
    animation: fadeInUp 0.5s 0.2s backwards;
}.training_benefits7192 li:nth-child(3) {
    animation: fadeInUp 0.5s 0.3s backwards;
}.training_benefits7192 li:nth-child(4) {
    animation: fadeInUp 0.5s 0.4s backwards;
}.training_benefits7192 li:nth-child(5) {
    animation: fadeInUp 0.5s 0.5s backwards;
}
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (min-width: 1200px) {.training_benefits7192 .container {
    max-width: 1300px;
}.training_benefits7192 h5 {
    font-size: calc(21px * 1.3);
}.training_benefits7192 .pro_learn9480 > div:first-child {
    flex: 0 0 40%;
}.training_benefits7192 .photo_gallery1302 {
    height: 400px;
}}.course_structure5901 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,225,197) 0%, rgba(240, 242, 245, 0.9) 100%);
}.course_structure5901::before {
    animation: float 15s infinite alternate ease-in-out;
    transform: translateZ(0);
    content: "";
    border-radius: 50%;
    width: 300px;
    height: 300px;
    opacity: 0.3;
    position: absolute;
    filter: blur(40px);
    right: -100px;
    top: -100px;
    background: linear-gradient(45deg, rgb(218,191,144,0.5) 0%, rgb(205,96,121,0.5) 100%);
}.course_structure5901::after {
    left: -50px;
    transform: translateZ(0);
    bottom: -50px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: "";
    filter: blur(30px);
    background: linear-gradient(-45deg, rgb(205,96,121,0.5) 0%, rgb(218,191,144,0.5) 100%);
    height: 200px;
    animation: morph 20s infinite alternate ease-in-out;
    width: 200px;
    position: absolute;
    opacity: 0.2;
}.course_structure5901 .container {
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.course_structure5901 .education_map9536 {
    gap: 40px;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    display: grid;
}.course_structure5901 .photo_gallery1302 {
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 350px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.course_structure5901 .photo_gallery1302::before {
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
    content: "";
    position: absolute;
    inset: 0;
}.course_structure5901 .photo_gallery1302::after {
    height: 200%;
    pointer-events: none;
    content: "";
    left: -50%;
    top: -50%;
    width: 200%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    position: absolute;
    transform: rotate(25deg);
    animation: shimmer 5s infinite linear;
}.course_structure5901 .text_details4918 {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 30px;
    background: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
}.course_structure5901 .text_details4918::before {
    transition: transform 0.4s ease;
    top: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(218,191,144), rgb(205,96,121));
    height: 100%;
    transform-origin: center;
    left: 0;
    position: absolute;
    transform: scaleY(0.7);
    content: "";
}.course_structure5901 .text_details4918:hover::before {
    transform: scaleY(1);
}.course_structure5901 h3 {
    z-index: 1;
    transform: translateX(0);
    margin-bottom: 24px;
    position: relative;
    font-weight: 700;
    font-size: calc(23px + 0.2rem);
    color: #000000;
    font-family: Arial, sans-serif;
    transition: transform 0.4s ease;
}.course_structure5901 h3::after {
    content: "";
    transform: translateY(-50%);
    z-index: -1;
    background: rgb(218,191,144,0.5);
    position: absolute;
    height: 30%;
    left: -10px;
    transition: opacity 0.4s ease, left 0.4s ease;
    width: 8px;
    top: 50%;
    opacity: 0;
}.course_structure5901 .text_details4918:hover h3 {
    transform: translateX(10px);
}.course_structure5901 .text_details4918:hover h3::after {
    opacity: 1;
    left: -5px;
}.course_structure5901 .description {
    margin-bottom: 20px;
    position: relative;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 12px;
}.course_structure5901 p.description {
    max-height: 300px;
    scrollbar-width: thin;
    display: block;
    scrollbar-color: rgb(218,191,144,0.5) rgb(232,225,197);
    overflow-y: auto;
    padding-right: 15px;
}.course_structure5901 p.description::-webkit-scrollbar {
    width: 5px;
}.course_structure5901 p.description::-webkit-scrollbar-track {
    background: rgb(232,225,197);
    border-radius: 10px;
}.course_structure5901 p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(218,191,144,0.5);
}.course_structure5901 span.description {
    display: none;
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-30px) rotate(10deg);
    }
}

@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (min-width: 768px) {.course_structure5901 .education_map9536 {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}.course_structure5901 .photo_gallery1302 {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 450px;
}.course_structure5901 .text_details4918 {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
}.course_structure5901 .photo_gallery1302:hover,
    .course_structure5901 .text_details4918:hover {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.course_structure5901 h3 {
    font-size: 36px;
}
}

@media (min-width: 992px) {.course_structure5901 {
    padding: 150px 0;
}.course_structure5901 .education_map9536 {
    gap: 70px;
}.course_structure5901 .photo_gallery1302 {
    height: 550px;
}.course_structure5901 .text_details4918 {
    padding: 40px 50px;
}.course_structure5901 p.description {
    max-height: 350px;
}
}

@media (max-width: 767px) {.course_structure5901 {
    padding: 80px 0;
}.course_structure5901 .container {
    padding: 0 15px;
}.course_structure5901 .photo_gallery1302 {
    height: 250px;
}.course_structure5901 .text_details4918 {
    padding: 25px 20px;
}.course_structure5901 h3 {
    font-size: calc(23px - 0.1rem);
    margin-bottom: 15px;
}.course_structure5901 p.description {
    max-height: 250px;
    font-size: calc(12px - 0.1rem);
}}.pricing_tray2135 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.pricing_tray2135::before {
    left: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    content: "";
}.pricing_tray2135 .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.pricing_tray2135 .study_rates3945 {
    flex-direction: column;
    align-items: center;
    display: flex;
}.pricing_tray2135 h2 {
    transform: translateY(20px);
    text-align: center;
    margin-bottom: 20px;
    opacity: 0;
    font-weight: 700;
    color: #ffffff;
    animation: fadeInUp 0.8s ease-out forwards;
    position: relative;
    font-size: 36px;
}.pricing_tray2135 .plan_options7249 {
    opacity: 0;
    color: rgb(255, 255, 255, 0.5);
    max-width: 700px;
    margin-bottom: 40px;
    line-height: 1.6;
    text-align: center;
    font-size: 17px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
}.pricing_tray2135 .plan_fee7163 {
    width: 100%;
    display: grid;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
}.pricing_tray2135 .plan_fee7163 li {
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}.pricing_tray2135 .plan_fee7163 li:nth-child(1) {
    animation-delay: 0.3s;
}.pricing_tray2135 .plan_fee7163 li:nth-child(2) {
    animation-delay: 0.4s;
}.pricing_tray2135 .plan_fee7163 li:nth-child(3) {
    animation-delay: 0.5s;
}.pricing_tray2135 .plan_fee7163 li:nth-child(4) {
    animation-delay: 0.6s;
}.pricing_tray2135 .training_fees1438 {
    height: 100%;
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}.pricing_tray2135 .training_fees1438:hover {
    transform: translateY(-8px) scale(1.02);
}.pricing_tray2135 .training_fees1438::before {
    pointer-events: none;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    content: "";
    height: 100%;
    left: -100%;
    top: 0;
    width: 100%;
}.pricing_tray2135 .training_fees1438:hover::before {
    left: 100%;
}.pricing_tray2135 .learning_price8710 {
    height: 100%;
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    padding: 5px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 23px;
}.pricing_tray2135 .training_fees1438:hover .learning_price8710 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.pricing_tray2135 .learning_price8710::after {
    content: '';
    left: 0;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform-origin: left;
    top: 0;
    background: linear-gradient(90deg, rgb(218,191,144), rgb(205,96,121));
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    height: 5px;
}.pricing_tray2135 .training_fees1438:hover .learning_price8710::after {
    transform: scaleX(1);
}.pricing_tray2135 .discount_tier9038 {
    padding: 30px;
    flex-direction: column;
    min-height: 400px;
    display: flex;
    height: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    color: #ffffff;
}.pricing_tray2135 .discount_tier9038 h4 {
    padding-bottom: 15px;
    color: rgb(218,191,144);
    font-weight: 700;
    transition: transform 0.3s ease;
    position: relative;
    margin: 0 0 20px;
    font-size: 20px;
}.pricing_tray2135 .training_fees1438:hover .discount_tier9038 h4 {
    transform: translateX(5px);
}.pricing_tray2135 .discount_tier9038 h4::after {
    height: 3px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 40px;
    transition: width 0.3s ease;
    background: rgb(205,96,121);
}.pricing_tray2135 .training_fees1438:hover .discount_tier9038 h4::after {
    width: 60px;
}.pricing_tray2135 .discount_tier9038 p {
    max-height: 200px;
    line-height: 1.6;
    overflow-wrap: break-word;
    scrollbar-color: rgb(218,191,144,0.5) transparent;
    overflow-y: auto;
    color: rgba(255,255,255,0.8);
    font-size: calc(17px - 2px);
    scrollbar-width: thin;
    word-break: break-word;
    margin: 0 0 30px;
}.pricing_tray2135 .discount_tier9038 p::-webkit-scrollbar {
    width: 5px;
}.pricing_tray2135 .discount_tier9038 p::-webkit-scrollbar-track {
    background: transparent;
}.pricing_tray2135 .discount_tier9038 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(218,191,144,0.5);
}.pricing_tray2135 .training_sub9805 {
    margin-top: auto;
    background: linear-gradient(135deg, rgb(218,191,144) 0%, rgb(218,191,144,0.5) 100%);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    border-radius: 10px;
    font-size: calc(20px + 4px);
    font-weight: 700;
    position: relative;
    align-self: flex-start;
    display: inline-block;
    overflow: hidden;
    padding: 10px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.pricing_tray2135 .training_fees1438:hover .training_sub9805 {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}.pricing_tray2135 .training_sub9805::before {
    height: 200%;
    opacity: 0;
    position: absolute;
    left: -50%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    transform: scale(0);
    width: 200%;
    content: "";
    top: -50%;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}.pricing_tray2135 .training_fees1438:hover .training_sub9805::before {
    opacity: 1;
    transform: scale(1);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {.pricing_tray2135 {
    padding: 80px 0;
}.pricing_tray2135 .plan_fee7163 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.pricing_tray2135 .discount_tier9038 {
    min-height: 350px;
    padding: 25px;
}
}

@media (max-width: 767px) {.pricing_tray2135 {
    padding: 60px 0;
}.pricing_tray2135 h2 {
    font-size: calc(36px - 4px);
}.pricing_tray2135 .plan_options7249 {
    font-size: calc(17px - 1px);
    margin-bottom: 30px;
}.pricing_tray2135 .plan_fee7163 {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing_tray2135 .discount_tier9038 {
    min-height: 300px;
}.pricing_tray2135 .training_sub9805 {
    font-size: calc(20px + 2px);
}
}

@media (max-width: 480px) {.pricing_tray2135 {
    padding: 40px 0;
}.pricing_tray2135 h2 {
    font-size: calc(36px - 6px);
}.pricing_tray2135 .discount_tier9038 {
    min-height: 280px;
    padding: 20px;
}.pricing_tray2135 .discount_tier9038 p {
    font-size: calc(17px - 3px);
    margin-bottom: 20px;
}.pricing_tray2135 .training_sub9805 {
    padding: 8px 15px;
}}.statistical_details5273 {
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(232,225,197), rgb(205,96,121,0.5) 80%);
    overflow: hidden;
}.statistical_details5273::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(205,96,121,0.5) 0,
        rgb(205,96,121,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    opacity: 0.1;
    z-index: 1;
    width: 100%;
}.statistical_details5273 h3 {
    color: #000000;
    position: relative;
    z-index: 2;
    font-size: 28px;
    margin-bottom: 3rem;
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    font-weight: 700;
    animation: fadeSlideUp 0.8s ease-out forwards;
}.statistical_details5273 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.statistical_details5273 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
}.statistical_details5273 .knowledge_gains4798 {
    flex-direction: column;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    animation: fadeSlideUp 0.6s ease-out forwards;
    min-height: 160px;
    display: flex;
    animation-delay: calc(0.15s * var(--i, 0));
    overflow: hidden;
    opacity: 0;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5) 95%);
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 2rem;
    transform: translateY(30px);
}.statistical_details5273 .knowledge_gains4798:nth-child(1) {
    --i: 1;
}.statistical_details5273 .knowledge_gains4798:nth-child(2) {
    --i: 2;
}.statistical_details5273 .knowledge_gains4798:nth-child(3) {
    --i: 3;
}.statistical_details5273 .knowledge_gains4798:nth-child(4) {
    --i: 4;
}.statistical_details5273 .knowledge_gains4798:nth-child(5) {
    --i: 5;
}.statistical_details5273 .knowledge_gains4798:nth-child(6) {
    --i: 6;
}.statistical_details5273 .knowledge_gains4798:nth-child(7) {
    --i: 7;
}.statistical_details5273 .knowledge_gains4798::before {
    height: 4px;
    width: 0;
    animation-delay: calc(0.2s * var(--i, 0) + 0.8s);
    background: linear-gradient(to right, rgb(218,191,144), rgb(205,96,121));
    top: 0;
    content: "";
    animation: lineGrow 1.2s ease-out forwards;
    position: absolute;
    left: 0;
}.statistical_details5273 .knowledge_gains4798::after {
    content: "";
    background: radial-gradient(circle at bottom right, rgb(205,96,121,0.5) 0%, transparent 70%);
    bottom: 0;
    opacity: 0.1;
    width: 30%;
    height: 50%;
    z-index: -1;
    position: absolute;
    right: 0;
}.statistical_details5273 .knowledge_gains4798:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px) scale(1.02);
}.statistical_details5273 .knowledge_gains4798 span {
    transition: transform 0.3s ease;
    margin-bottom: 1rem;
    font-size: calc(16px * 1.1);
    color: #000000;
    position: relative;
    z-index: 2;
    display: block;
    font-weight: 600;
}.statistical_details5273 .knowledge_gains4798:hover span {
    transform: translateX(5px);
}.statistical_details5273 .knowledge_gains4798 p {
    animation: numberReveal 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    font-weight: 700;
    opacity: 0;
    color: rgb(218,191,144);
    position: relative;
    margin: auto 0 0;
    animation-delay: calc(0.2s * var(--i, 0) + 1s);
    font-size: calc(28px * 1.5);
    display: block;
    transform: translateY(20px);
}.statistical_details5273 .knowledge_gains4798 p::before {
    transform: translateY(-50%) rotate(15deg);
    position: absolute;
    height: 40px;
    top: 50%;
    left: -12px;
    background: rgb(205,96,121,0.5);
    opacity: 0.7;
    width: 2px;
    content: "";
}

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

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

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

@media (min-width: 992px) {.statistical_details5273 {
    padding: 7rem 3rem;
}.statistical_details5273 h3 {
    font-size: calc(28px * 1.2);
    margin-bottom: 4rem;
}.statistical_details5273 ul {
    gap: 2.5rem;
    grid-template-columns: repeat(4, 1fr);
}.statistical_details5273 .knowledge_gains4798 {
    padding: 2.5rem;
    min-height: 180px;
}.statistical_details5273 .knowledge_gains4798 span {
    font-size: calc(16px * 1.2);
}.statistical_details5273 .knowledge_gains4798 p {
    font-size: calc(28px * 1.8);
}
}

@media (min-width: 1200px) {.statistical_details5273 ul {
    gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.statistical_details5273 .knowledge_gains4798 {
    transform-origin: center bottom;
}.statistical_details5273 .knowledge_gains4798:hover {
    transform: translateY(-10px) scale(1.03);
}
}

@media (max-width: 991px) {.statistical_details5273 {
    padding: 5rem 2rem;
}.statistical_details5273 ul {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
}

@media (max-width: 767px) {.statistical_details5273 {
    padding: 4rem 1.5rem;
}.statistical_details5273 h3 {
    margin-bottom: 3rem;
    font-size: calc(28px * 1.1);
}.statistical_details5273 ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.statistical_details5273 .knowledge_gains4798 {
    padding: 1.8rem;
    min-height: 150px;
}.statistical_details5273 .knowledge_gains4798 span {
    font-size: 16px;
}.statistical_details5273 .knowledge_gains4798 p {
    font-size: calc(28px * 1.4);
}
}

@media (max-width: 576px) {.statistical_details5273 {
    padding: 3rem 1rem;
}.statistical_details5273 h3 {
    font-size: 28px;
    margin-bottom: 2.5rem;
}.statistical_details5273 ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.statistical_details5273 .knowledge_gains4798 {
    padding: 1.5rem;
    min-height: auto;
}.statistical_details5273 .knowledge_gains4798 p {
    font-size: calc(28px * 1.3);
}}header {
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
    transition: all 0.3s ease;
    top: 0;
    position: fixed;
    border-bottom: 2px solid rgb(232,225,197);
    left: 0;
}header:before {
    content: '';
    height: 4px;
    width: 100%;
    animation: gradientMove 6s infinite linear;
    background: linear-gradient(90deg, rgb(218,191,144), rgb(205,96,121), rgb(218,191,144));
    top: 0;
    left: 0;
    background-size: 200% 100%;
    position: absolute;
}header .header_lead1837 {
    width: 100%;
    padding: 0;
}header .container {
    max-width: 1200px;
    padding: 20px;
    margin: 0 auto;
    position: relative;
}header .site_head2571 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}header .header_pagewrap1086 {
    align-items: center;
    gap: 35px;
    display: flex;
}header .top_learning4216 {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    font-size: 12px;
    font-family: Arial, sans-serif;
    padding: 5px 0;
    transition: all 0.3s ease;
}header .top_learning4216:before {
    position: absolute;
    transform: translateY(-50%) scale(0);
    top: 50%;
    border-radius: 10px;
    background-color: rgb(218,191,144);
    left: -15px;
    transition: transform 0.3s ease;
    width: 6px;
    content: '';
    height: 6px;
}header .top_learning4216:after {
    background-color: rgb(218,191,144);
    left: 0;
    height: 2px;
    bottom: 0;
    transition: transform 0.3s ease;
    transform-origin: center;
    transform: scaleX(0);
    width: 100%;
    position: absolute;
    content: '';
}header .top_learning4216:hover {
    color: rgb(218,191,144);
}header .top_learning4216:hover:before {
    transform: translateY(-50%) scale(1);
}header .top_learning4216:hover:after {
    transform: scaleX(1);
}header .header_primary0179 {
    display: flex;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
    padding: 5px 10px;
}header .header_primary0179:before {
    mask-composite: exclude;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    content: '';
    background: linear-gradient(to right, rgb(218,191,144), rgb(205,96,121)) border-box;
    position: absolute;
    left: 0;
    opacity: 0;
    border-radius: 10px;
    height: 100%;
    top: 0;
    -webkit-mask-composite: xor;
    border: 2px solid transparent;
    transition: opacity 0.3s ease;
    width: 100%;
}header .header_primary0179:hover:before {
    opacity: 1;
}header .header_primary0179 svg {
    transition: transform 0.3s ease;
    width: auto;
    height: 42px;
}header .header_primary0179:hover svg {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px;
}header .header_pagewrap1086 {
    gap: 20px;
}header .top_learning4216:before {
    left: -10px;
}header .header_primary0179 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .header_pagewrap1086 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    max-height: 0;
    left: 0;
    z-index: 1001;
    background-color: #ffffff;
    transition: max-height 0.4s ease;
    position: absolute;
    border-bottom: 3px solid rgb(218,191,144);
    gap: 0;
    width: 100%;
    flex-direction: column;
    padding: 0;
    top: 100%;
    overflow: hidden;
}header .menu.active {
    max-height: 400px;
}header .top_learning4216 {
    border-bottom: 1px solid rgb(232,225,197);
    width: 100%;
    padding: 12px 20px;
}header .top_learning4216:last-child {
    border-bottom: none;
}header .top_learning4216:before {
    left: 5px;
}header .site_head2571 {
    padding: 5px 0;
}header .header_primary0179 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .header_primary0179 svg {
    height: 32px;
}
}