* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1131px;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-bundle_xjmZ {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}.pitch_comp_1fDP {
    flex: 0 0 auto;
}.nav_pro_TKME {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    background: rgb(194,130,110);
}::-webkit-scrollbar-track {
    border-radius: 12px;
    border: 1px solid rgb(220,169,154);
    background: rgb(243,217,208);
    box-shadow: inset -2px 2px 5px 2px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-thumb {
    box-shadow: -1px -1px 11px 7px rgba(0, 0, 0, 0.3);
    background: radial-gradient(circle at top left, #ffffff 64%, rgb(194,130,110) 94%, rgb(194,130,110,0.5) 27%);
    min-height: 90px;
    border-radius: 8.9rem;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -4px -1px 0px 8px rgba(0, 0, 0, 0.4);
    background: rgb(220,169,154);
}::-webkit-scrollbar-thumb:active {
    transform: scale(0.9);
    background: rgb(194,130,110);
    box-shadow: inset -3px -2px 9px 3px rgba(0, 0, 0, 0.6);
}* {
    scrollbar-color: rgb(220,169,154) rgb(243,217,208);
    scrollbar-width: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.newsletter_signup_gD0A {
    padding: 5rem 2rem;
    overflow: hidden;
    background: rgb(243,217,208);
    position: relative;
}.newsletter_signup_gD0A::before {
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background:
        radial-gradient(circle at 10% 20%, rgb(220,169,154,0.5) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgb(194,130,110,0.5) 0%, transparent 35%);
    opacity: 0.5;
    left: 0;
    position: absolute;
}.newsletter_signup_gD0A .method_innov_yBtM {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.newsletter_signup_gD0A .inquiry_block_PYkK {
    position: relative;
    padding: 3.5rem 3rem;
    max-width: 700px;
    background: #ffffff;
    margin: 0 auto;
    border-radius: 12px;
}.newsletter_signup_gD0A .inquiry_block_PYkK::before {
    opacity: 0.2;
    position: absolute;
    top: -40px;
    animation: moveBlob1 20s infinite alternate ease-in-out;
    background: rgb(220,169,154);
    height: 120px;
    width: 120px;
    border-radius: 50%;
    content: "";
    right: -40px;
}.newsletter_signup_gD0A .inquiry_block_PYkK::after {
    bottom: -60px;
    left: -60px;
    background: rgb(194,130,110);
    border-radius: 50%;
    opacity: 0.2;
    animation: moveBlob2 15s infinite alternate ease-in-out;
    width: 180px;
    content: "";
    position: absolute;
    height: 180px;
}@keyframes moveBlob1 {
    0%, 100% {
        border-radius: 50%;
        transform: translate(0, 0) scale(1);
    }
    33% {
        border-radius: 60% 40% 70% 30% / 40% 50% 50% 60%;
        transform: translate(20px, 10px) scale(1.2);
    }
    66% {
        border-radius: 30% 70% 40% 60% / 60% 30% 70% 40%;
        transform: translate(-10px, 20px) scale(0.8);
    }
}

@keyframes moveBlob2 {
    0%, 100% {
        border-radius: 50%;
        transform: translate(0, 0) scale(1);
    }
    33% {
        border-radius: 40% 60% 30% 70% / 60% 40% 60% 40%;
        transform: translate(-20px, -10px) scale(1.1);
    }
    66% {
        border-radius: 70% 30% 60% 40% / 40% 70% 30% 60%;
        transform: translate(15px, -20px) scale(0.9);
    }
}

.newsletter_signup_gD0A h3 {
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 2.5rem;
    color: #000000;
    overflow: hidden;
    padding-bottom: 15px;
    font-size: 23px;
}.newsletter_signup_gD0A h3::after {
    bottom: 0;
    animation: waveMotion 3s infinite ease-in-out;
    content: "";
    height: 4px;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(220,169,154) 50%,
        transparent 100%
    );
}@keyframes waveMotion {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

.newsletter_signup_gD0A .input_holder {
    position: relative;
    gap: 2rem;
    flex-direction: column;
    display: flex;
}.newsletter_signup_gD0A input[type="email"] {
    border-radius: 50px;
    background: rgb(243,217,208);
    font-family: Arial, sans-serif;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
    color: #000000;
    transition: all 0.3s ease;
    border: none;
    padding: 1.2rem 1.5rem;
    font-size: 13px;
}.newsletter_signup_gD0A input[type="email"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.5),
        0 0 0 2px rgb(220,169,154,0.5);
}.newsletter_signup_gD0A input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.newsletter_signup_gD0A input[type="submit"] {
    background: linear-gradient(45deg, rgb(220,169,154) 0%, rgb(194,130,110) 100%);
    min-width: 180px;
    overflow: hidden;
    border-radius: 50px;
    position: relative;
    align-self: center;
    color: #ffffff;
    z-index: 1;
    padding: 1rem 2rem;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-size: 19px;
    border: none;
}.newsletter_signup_gD0A input[type="submit"]::before {
    right: -10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    bottom: -10px;
    content: "";
    top: -10px;
    left: -10px;
    border-radius: 50px;
    background: linear-gradient(45deg, rgb(194,130,110) 0%, rgb(220,169,154) 100%);
    z-index: -1;
    transform: scale(0.95);
}.newsletter_signup_gD0A input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}.newsletter_signup_gD0A input[type="submit"]:hover::before {
    opacity: 1;
    animation: rotateGradient 2s infinite linear;
}@keyframes rotateGradient {
    0% {
        transform: scale(0.95) rotate(0deg);
    }
    100% {
        transform: scale(0.95) rotate(360deg);
    }
}

.newsletter_signup_gD0A .input_holder::before {
    animation: floatBubble 6s infinite alternate ease-in-out;
    background: rgb(220,169,154,0.5);
    right: 5%;
    opacity: 0.3;
    content: "";
    border-radius: 50%;
    height: 20px;
    position: absolute;
    top: 15%;
    width: 20px;
}.newsletter_signup_gD0A .input_holder::after {
    background: rgb(194,130,110,0.5);
    position: absolute;
    bottom: 15%;
    left: 5%;
    height: 15px;
    border-radius: 50%;
    width: 15px;
    content: "";
    opacity: 0.3;
    animation: floatBubble 8s infinite alternate-reverse ease-in-out;
}

@keyframes floatBubble {
    0%, 100% {
        transform: translate(0, 0);
    }
    33% {
        transform: translate(10px, -10px);
    }
    66% {
        transform: translate(-10px, 10px);
    }
}

@media (max-width: 768px) {.newsletter_signup_gD0A {
    padding: 4rem 1.5rem;
}.newsletter_signup_gD0A .inquiry_block_PYkK {
    padding: 2.5rem 2rem;
}.newsletter_signup_gD0A .inquiry_block_PYkK::before,
    .newsletter_signup_gD0A .inquiry_block_PYkK::after {
    display: none;
}.newsletter_signup_gD0A h3 {
    margin-bottom: 2rem;
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 480px) {.newsletter_signup_gD0A {
    padding: 3rem 1rem;
}.newsletter_signup_gD0A .inquiry_block_PYkK {
    padding: 2rem 1.5rem;
}.newsletter_signup_gD0A h3 {
    font-size: calc(23px * 0.8);
    margin-bottom: 1.5rem;
}.newsletter_signup_gD0A input[type="email"] {
    padding: 1rem;
}.newsletter_signup_gD0A input[type="submit"] {
    min-width: 100%;
    padding: 0.8rem 1.5rem;
}}.title_screen_qcP3 {
    padding: 4rem 2rem;
    justify-content: center;
    display: flex;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(243,217,208) 0%, rgba(0, 0, 0, 0.5) 100%);
    align-items: center;
    min-height: 100vh;
    position: relative;
}.title_screen_qcP3::before {
    content: "";
    background: radial-gradient(circle at 30% 40%, rgb(220,169,154,0.5) 0%, transparent 60%);
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.15;
    position: absolute;
    right: 0;
    top: 0;
}.title_screen_qcP3::after {
    right: -25%;
    position: absolute;
    top: -50%;
    content: "";
    height: 200%;
    background: linear-gradient(45deg, rgb(194,130,110,0.5) 0%, transparent 70%);
    opacity: 0.1;
    transform: rotate(15deg);
    width: 80%;
    z-index: 1;
}.title_screen_qcP3 .learning_intro_2hyW {
    animation: fadeInUp 1.2s ease-out forwards;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    transform: translateY(0);
    z-index: 2;
    max-width: 1200px;
    gap: 3rem;
    width: 100%;
}@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.title_screen_qcP3 .learning_intro_2hyW > div:first-child {
    padding: 2rem;
    border-left: 3px solid rgb(220,169,154);
    position: relative;
    animation: slideInLeft 1s ease-out 0.3s both;
    transform: translateX(0);
}@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.title_screen_qcP3 .learning_intro_2hyW > div:first-child::before {
    background: linear-gradient(to right, rgb(220,169,154) 0%, transparent 100%);
    width: 30%;
    left: 0;
    height: 1px;
    top: 0;
    content: "";
    position: absolute;
}.title_screen_qcP3 .learning_intro_2hyW > div:first-child::after {
    height: 1px;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    width: 50%;
    background: linear-gradient(to right, rgb(220,169,154) 0%, transparent 100%);
}.title_screen_qcP3 .learning_intro_2hyW > div:first-child p {
    font-family: Arial, sans-serif;
    animation: fadeIn 1.4s ease-out 0.5s both;
    letter-spacing: 0.03em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    font-size: calc(16px * 1.25);
    line-height: 1.6;
    margin: 0;
    color: #000000;
    transform: translateY(0);
}@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.title_screen_qcP3 .learn_legacy_GAz9 {
    overflow: hidden;
    animation: revealUp 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s both;
    transition: transform 0.4s ease-out;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 15px 25px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: translateY(0) scale(1);
}@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.title_screen_qcP3 .learn_legacy_GAz9:hover {
    transform: translateY(-5px) scale(1.01);
}.title_screen_qcP3 .learn_legacy_GAz9 > div {
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 3rem;
    min-height: 400px;
    justify-content: flex-end;
}.title_screen_qcP3 .learn_legacy_GAz9 > div::before {
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 40%, transparent 80%);
    left: 0;
    right: 0;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
}.title_screen_qcP3 .learn_legacy_GAz9 > div::after {
    position: absolute;
    content: "";
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    bottom: 0;
    height: 5px;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(220,169,154) 0%, rgb(194,130,110) 100%);
    transform-origin: left;
    width: 100%;
}.title_screen_qcP3 .learn_legacy_GAz9:hover > div::after {
    transform: scaleX(1);
}.title_screen_qcP3 .learn_legacy_GAz9 h3 {
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    font-weight: 400;
    animation: fadeSlideUp 1s ease-out 0.9s forwards;
    line-height: 1.5;
    font-size: calc(24px * 1.1);
    margin-bottom: 1.5rem;
    z-index: 2;
    color: #ffffff;
}@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.title_screen_qcP3 .learn_legacy_GAz9 > div > div {
    opacity: 0;
    animation: fadeSlideUp 1s ease-out 1.2s forwards;
    transform: translateY(20px);
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    padding-top: 1.5rem;
}.title_screen_qcP3 .learn_legacy_GAz9 .title_style_header {
    position: relative;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: calc(43px * 1.2);
    color: #ffffff;
    letter-spacing: -0.01em;
    font-weight: 700;
    margin: 0;
}.title_screen_qcP3 .learn_legacy_GAz9 .title_style_header::before {
    background: rgb(220,169,154);
    height: 70%;
    transform: translateY(-50%) scaleY(0);
    top: 50%;
    content: "";
    left: -10px;
    width: 3px;
    transform-origin: top;
    position: absolute;
    animation: growDown 0.6s ease-out 1.5s forwards;
}

@keyframes growDown {
  from {
    transform: translateY(-50%) scaleY(0);
  }
  to {
    transform: translateY(-50%) scaleY(1);
  }
}

@media (min-width: 768px) {.title_screen_qcP3 {
    padding: 5rem 3rem;
}.title_screen_qcP3 .learning_intro_2hyW {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 4rem;
}.title_screen_qcP3 .learning_intro_2hyW > div:first-child {
    border-left: 4px solid rgb(220,169,154);
    padding: 2.5rem;
    display: flex;
    align-items: center;
}.title_screen_qcP3 .learn_legacy_GAz9 > div {
    padding: 4rem;
    min-height: 500px;
}.title_screen_qcP3 .learn_legacy_GAz9 h3 {
    font-size: calc(24px * 1.2);
    max-width: 90%;
}.title_screen_qcP3 .learn_legacy_GAz9 .title_style_header {
    font-size: calc(43px * 1.4);
}
}

@media (min-width: 1200px) {.title_screen_qcP3 {
    padding: 6rem 4rem;
}.title_screen_qcP3 .learning_intro_2hyW {
    gap: 5rem;
    grid-template-columns: 0.35fr 0.65fr;
}.title_screen_qcP3 .learning_intro_2hyW > div:first-child p {
    font-size: calc(16px * 1.4);
}.title_screen_qcP3 .learn_legacy_GAz9 > div {
    min-height: 550px;
    padding: 5rem;
}.title_screen_qcP3 .learn_legacy_GAz9 h3 {
    font-size: calc(24px * 1.3);
    max-width: 80%;
}.title_screen_qcP3 .learn_legacy_GAz9 .title_style_header {
    font-size: calc(43px * 1.5);
}
}

@media (max-width: 767px) {.title_screen_qcP3 {
    padding: 3rem 1.5rem;
}.title_screen_qcP3 .learning_intro_2hyW > div:first-child {
    padding: 1.5rem;
}.title_screen_qcP3 .learning_intro_2hyW > div:first-child p {
    font-size: 16px;
}.title_screen_qcP3 .learn_legacy_GAz9 > div {
    padding: 2rem;
    min-height: 350px;
}.title_screen_qcP3 .learn_legacy_GAz9 h3 {
    font-size: 24px;
}.title_screen_qcP3 .learn_legacy_GAz9 .title_style_header {
    font-size: 34px;
}}.contact_form_box_kDsA {
    padding: 120px 0;
    position: relative;
}.contact_form_box_kDsA::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(45deg, rgb(194,130,110,0.5), rgb(220,169,154,0.5));
}.contact_form_box_kDsA .container {
    max-width: 1200px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
}.contact_form_box_kDsA .inquiry_block_PYkK {
    display: flex;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transform: perspective(1000px) rotateX(0deg);
    flex-direction: row;
    transition: transform 0.5s ease;
    overflow: hidden;
    border-radius: 20px;
}.contact_form_box_kDsA .inquiry_block_PYkK:hover {
    transform: perspective(1000px) rotateX(2deg);
}.contact_form_box_kDsA .contact_feedback_sJ5a {
    position: relative;
    background-color: rgb(243,217,208);
    padding: 60px 40px;
    width: 40%;
    overflow: hidden;
}.contact_form_box_kDsA .contact_feedback_sJ5a::before {
    height: 300px;
    top: -150px;
    right: -150px;
    content: '';
    opacity: 0.2;
    width: 300px;
    border-radius: 50%;
    position: absolute;
    background: radial-gradient(circle, rgb(194,130,110) 0%, transparent 70%);
}.contact_form_box_kDsA .contact_feedback_sJ5a h3 {
    font-size: 36px;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
}.contact_form_box_kDsA .contact_feedback_sJ5a h3::after {
    left: 0;
    background: rgb(194,130,110);
    content: '';
    height: 4px;
    bottom: -15px;
    width: 60px;
    position: absolute;
}.contact_form_box_kDsA .contact_feedback_sJ5a div {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    margin-bottom: 25px;
    transform: translateX(0);
    border-radius: 10px;
    align-items: center;
    display: flex;
}.contact_form_box_kDsA .contact_feedback_sJ5a div:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}.contact_form_box_kDsA .contact_feedback_sJ5a div svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
}.contact_form_box_kDsA .contact_feedback_sJ5a div svg path {
    fill: rgb(220,169,154);
}.contact_form_box_kDsA .contact_feedback_sJ5a div span {
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}.contact_form_box_kDsA .contact_feedback_sJ5a div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_form_box_kDsA .contact_feedback_sJ5a div span a:hover {
    color: rgb(220,169,154);
}.contact_form_box_kDsA .request_request_9puk {
    background: #ffffff;
    width: 60%;
    position: relative;
    padding: 60px 40px;
}.contact_form_box_kDsA .request_request_9puk::before {
    content: '';
    height: 200px;
    opacity: 0.3;
    right: 0;
    width: 200px;
    background: radial-gradient(circle, rgb(220,169,154,0.5) 0%, transparent 70%);
    position: absolute;
    bottom: 0;
}.contact_form_box_kDsA .request_request_9puk h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
}.contact_form_box_kDsA form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}.contact_form_box_kDsA form input[type="text"],
.contact_form_box_kDsA form input[type="email"] {
    border-radius: 10px;
    color: #000000;
    border: none;
    padding: 18px 20px;
    transition: all 0.3s ease;
    background-color: rgb(243,217,208);
    font-size: 15px;
}.contact_form_box_kDsA form input[type="text"]:focus,
.contact_form_box_kDsA form input[type="email"]:focus {
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 0 0 2px rgb(220,169,154);
}.contact_form_box_kDsA form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_form_box_kDsA .feedback_request_n89J {
    align-items: flex-start;
    display: flex;
    position: relative;
    margin-top: 10px;
}.contact_form_box_kDsA .feedback_request_n89J input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_form_box_kDsA .feedback_request_n89J label {
    position: relative;
    color: #000000;
    line-height: 1.5;
    font-size: 16px;
    cursor: pointer;
    padding-left: 35px;
}.contact_form_box_kDsA .feedback_request_n89J label::before {
    border: 2px solid rgb(220,169,154);
    left: 0;
    top: 0;
    content: '';
    background: transparent;
    transition: all 0.3s ease;
    height: 20px;
    width: 20px;
    border-radius: 6px;
    position: absolute;
}.contact_form_box_kDsA .feedback_request_n89J input[type="checkbox"]:checked + label::before {
    background: rgb(220,169,154);
}.contact_form_box_kDsA .feedback_request_n89J input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    left: 7px;
    position: absolute;
    height: 12px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    width: 6px;
    top: 3px;
    content: '';
}.contact_form_box_kDsA .feedback_request_n89J label a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(220,169,154);
    transition: color 0.3s ease;
}.contact_form_box_kDsA .feedback_request_n89J label a:hover {
    text-decoration: underline;
}.contact_form_box_kDsA form .connect_map_k2Vh {
    position: relative;
    border: none;
    color: #ffffff;
    font-weight: 600;
    margin-top: 15px;
    overflow: hidden;
    padding: 18px 35px;
    align-self: flex-start;
    background: rgb(220,169,154);
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}.contact_form_box_kDsA form .connect_map_k2Vh::before {
    transition: transform 0.6s ease;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translateX(-100%);
}.contact_form_box_kDsA form .connect_map_k2Vh:hover {
    background: rgb(194,130,110);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.contact_form_box_kDsA form .connect_map_k2Vh:hover::before {
    transform: translateX(100%);
}@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.contact_form_box_kDsA .contact_feedback_sJ5a div:nth-child(2) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.1s;
}.contact_form_box_kDsA .contact_feedback_sJ5a div:nth-child(3) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.3s;
}.contact_form_box_kDsA .contact_feedback_sJ5a div:nth-child(4) {
    animation-delay: 0.5s;
    animation: bounce 5s infinite ease-in-out;
}.contact_form_box_kDsA .contact_feedback_sJ5a div:nth-child(5) {
    animation-delay: 0.7s;
    animation: bounce 5s infinite ease-in-out;
}

@media screen and (max-width: 992px) {.contact_form_box_kDsA .inquiry_block_PYkK {
    flex-direction: column;
}.contact_form_box_kDsA .contact_feedback_sJ5a,
    .contact_form_box_kDsA .request_request_9puk {
    width: 100%;
    padding: 40px 30px;
}.contact_form_box_kDsA .contact_feedback_sJ5a div {
    animation: none;
}
}

@media screen and (max-width: 576px) {.contact_form_box_kDsA {
    padding: 60px 0;
}.contact_form_box_kDsA .container {
    width: 90%;
}.contact_form_box_kDsA .contact_feedback_sJ5a,
    .contact_form_box_kDsA .request_request_9puk {
    padding: 30px 20px;
}.contact_form_box_kDsA .contact_feedback_sJ5a h3 {
    font-size: calc(36px * 0.8);
}.contact_form_box_kDsA form input[type="text"],
    .contact_form_box_kDsA form input[type="email"] {
    padding: 15px;
}.contact_form_box_kDsA form .connect_map_k2Vh {
    width: 100%;
    padding: 15px;
}}header {
    width: 100%;
    padding: 1.5rem 3%;
    position: relative;
    background: linear-gradient(to right, rgb(220,169,154,0.5), rgb(194,130,110,0.5));
    z-index: 100;
}header::before {
    border-radius: 10px;
    pointer-events: none;
    top: 0.5rem;
    bottom: 0.5rem;
    z-index: 0;
    position: absolute;
    right: 0.5rem;
    left: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
}header::after {
    left: 0;
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    top: 0;
    height: 100%;
}header .container {
    z-index: 1;
    max-width: 100%;
    margin: 0;
    width: 100%;
    position: relative;
    padding: 0;
}header .head_lead_br6q {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    align-items: center;
    display: flex;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    flex-direction: column;
}header .head_lead_br6q::before {
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, rgb(220,169,154), rgb(194,130,110));
    left: 0;
    top: 0;
    position: absolute;
    width: 5px;
}header .head_lead_br6q::after {
    background: linear-gradient(to bottom, rgb(194,130,110), rgb(220,169,154));
    right: 0;
    width: 5px;
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
}header .nav_base_iab1 {
    justify-content: center;
    text-decoration: none;
    display: flex;
    position: relative;
    padding: 0 0 1rem 0;
}header .nav_base_iab1::after {
    bottom: 0;
    background: rgb(220,169,154,0.5);
    height: 1px;
    content: '';
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    left: 50%;
}header .nav_base_iab1 svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    transition: all 0.3s ease;
    width: 170px;
    height: auto;
}header .nav_base_iab1:hover svg {
    transform: scale(1.03);
}header .nav_begin_46Nz {
    padding-top: 1rem;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: center;
    display: flex;
    width: 100%;
    max-width: 90%;
}header .head_train_mlFV {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
    z-index: 1;
    background: rgb(243,217,208);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0.7rem 1.3rem;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 17px;
}header .head_train_mlFV::before {
    background: linear-gradient(to bottom, rgb(220,169,154), rgb(194,130,110));
    content: '';
    top: 0;
    border-radius: 10px 0 0 10px;
    z-index: -1;
    width: 3px;
    height: 100%;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
}header .head_train_mlFV:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .head_train_mlFV:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .head_lead_br6q {
    padding: 1.2rem;
}header .nav_base_iab1 {
    padding: 0 0 0.8rem 0;
}header .nav_base_iab1 svg {
    width: 150px;
}header .nav_begin_46Nz {
    gap: 0.6rem;
    padding-top: 0.8rem;
}header .head_train_mlFV {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .head_lead_br6q {
    padding: 1rem;
}header .nav_base_iab1 {
    padding: 0 0 0.7rem 0;
}header .nav_base_iab1 svg {
    width: 130px;
}header .nav_begin_46Nz {
    gap: 0.5rem;
    padding-top: 0.7rem;
    max-width: 95%;
}header .head_train_mlFV {
    padding: 0.5rem 1rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .head_lead_br6q {
    padding: 0.8rem 0.8rem 1rem;
}header .nav_base_iab1 {
    padding: 0 0 0.6rem 0;
}header .nav_base_iab1 svg {
    width: 120px;
}header .nav_begin_46Nz {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-bottom: 0.3rem;
    padding-top: 0.6rem;
    overflow-x: auto;
}header .nav_begin_46Nz::-webkit-scrollbar {
    height: 3px;
}header .nav_begin_46Nz::-webkit-scrollbar-thumb {
    background: rgb(220,169,154);
    border-radius: 10px;
}header .head_train_mlFV {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 3px;
}}.company_info_Mog7 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(243,217,208) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 80px 0;
}.company_info_Mog7::before {
    left: 0;
    content: "";
    opacity: 0.15;
    position: absolute;
    z-index: 1;
    height: 100%;
    animation: pulse 15s infinite alternate;
    background: 
        radial-gradient(circle at 20% 30%, rgb(220,169,154,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(194,130,110,0.5) 0%, transparent 70%);
    width: 100%;
    top: 0;
}.company_info_Mog7::after {
    position: absolute;
    z-index: 2;
    opacity: 0.03;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    background-size: 100px 100px;
    top: 0;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 75%),
        linear-gradient(-45deg, transparent 75%, #000000 75%);
}.company_info_Mog7 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    padding: 0 20px;
    position: relative;
}.company_info_Mog7 .method_innov_yBtM {
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 26px;
    gap: 50px;
    justify-content: space-between;
    padding: 40px;
    transform: translateY(0);
    display: flex;
    transition: all 0.5s ease;
    align-items: center;
}.company_info_Mog7 .method_innov_yBtM:hover {
    border-color: rgb(220,169,154,0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.company_info_Mog7 .learn_studio_qJDK {
    flex: 0 0 300px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}.company_info_Mog7 .learn_studio_qJDK::before {
    height: calc(100% + 30px);
    content: "";
    opacity: 0;
    top: -15px;
    z-index: -1;
    left: -15px;
    width: calc(100% + 30px);
    transform: scale(0.95);
    position: absolute;
    border-radius: 26px;
    transition: all 0.5s ease;
    border: 2px solid rgb(220,169,154,0.5);
}.company_info_Mog7 .learn_studio_qJDK:hover::before {
    transform: scale(1);
    opacity: 0.5;
}.company_info_Mog7 .snapshot_NW5K {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 350px;
}.company_info_Mog7 .snapshot_NW5K::after {
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, transparent 50%);
    top: 0;
    content: "";
    position: absolute;
}.company_info_Mog7 .virtual_guides_kQjA {
    margin-left: 20px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    transition: all 0.5s ease;
    margin-top: -50px;
    transform: translateX(0);
    z-index: 10;
    background: rgb(220,169,154);
}.company_info_Mog7 .learn_studio_qJDK:hover .virtual_guides_kQjA {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateX(-10px);
}.company_info_Mog7 .training_space_EQMa {
    font-size: 22px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin: 0 0 5px 0;
}.company_info_Mog7 .skill_studio_mAtb {
    font-size: 17px;
    font-family: Arial, sans-serif;
    letter-spacing: 0.2px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    opacity: 0.9;
}.company_info_Mog7 .textual_box_oA1b {
    flex-direction: column;
    gap: 20px;
    flex: 1;
    display: flex;
}.company_info_Mog7 .learning_growth_Yh6E {
    align-items: center;
    gap: 15px;
    display: flex;
    margin-bottom: 10px;
}.company_info_Mog7 .learning_growth_Yh6E svg {
    fill: rgb(220,169,154);
    height: 40px;
    transition: all 0.3s ease;
    width: 40px;
}.company_info_Mog7 .learning_growth_Yh6E:hover svg {
    transform: scale(1.1) rotate(5deg);
}.company_info_Mog7 .learning_growth_Yh6E svg path {
    transition: all 0.3s ease;
    fill: rgb(220,169,154);
}.company_info_Mog7 .learning_growth_Yh6E:hover svg path {
    fill: rgb(194,130,110);
}.company_info_Mog7 h2 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    position: relative;
    margin: 0 0 20px 0;
    font-family: Arial, sans-serif;
}.company_info_Mog7 h2::after {
    content: "";
    transition: all 0.5s ease;
    height: 3px;
    width: 80px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(220,169,154) 0%, rgb(194,130,110) 100%);
    bottom: 0;
    border-radius: 3px;
}.company_info_Mog7 .textual_box_oA1b:hover h2::after {
    width: 120px;
}.company_info_Mog7 p {
    font-size: 17px;
    letter-spacing: 0.3px;
    color: #000000;
    font-weight: 400;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    margin: 0;
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@media (max-width: 992px) {.company_info_Mog7 {
    padding: 60px 0;
}.company_info_Mog7 .method_innov_yBtM {
    flex-direction: column;
    gap: 40px;
    padding: 30px;
}.company_info_Mog7 .learn_studio_qJDK {
    width: 100%;
    max-width: 500px;
    flex: 0 0 auto;
}.company_info_Mog7 .snapshot_NW5K {
    height: 300px;
}.company_info_Mog7 .virtual_guides_kQjA {
    margin-top: -40px;
    margin-left: 15px;
}.company_info_Mog7 h2 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 768px) {.company_info_Mog7 {
    padding: 50px 0;
}.company_info_Mog7 .method_innov_yBtM {
    padding: 25px;
    gap: 30px;
}.company_info_Mog7 .learn_studio_qJDK {
    max-width: 400px;
}.company_info_Mog7 .snapshot_NW5K {
    height: 250px;
}.company_info_Mog7 .virtual_guides_kQjA {
    padding: 15px;
    margin-top: -35px;
}.company_info_Mog7 .training_space_EQMa {
    font-size: calc(22px * 0.9);
}.company_info_Mog7 .skill_studio_mAtb {
    font-size: calc(17px * 0.9);
}.company_info_Mog7 h2 {
    padding-bottom: 10px;
    font-size: calc(36px * 0.8);
}.company_info_Mog7 h2::after {
    width: 60px;
}.company_info_Mog7 .textual_box_oA1b:hover h2::after {
    width: 90px;
}.company_info_Mog7 p {
    font-size: calc(17px * 0.9);
}
}

@media (max-width: 576px) {.company_info_Mog7 {
    padding: 40px 0;
}.company_info_Mog7 .method_innov_yBtM {
    padding: 20px;
    gap: 25px;
}.company_info_Mog7 .snapshot_NW5K {
    height: 220px;
}.company_info_Mog7 .virtual_guides_kQjA {
    padding: 12px;
    margin-left: 10px;
    margin-top: -30px;
}.company_info_Mog7 .learning_growth_Yh6E svg {
    width: 30px;
    height: 30px;
}.company_info_Mog7 h2 {
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: calc(36px * 0.7);
}.company_info_Mog7 h2::after {
    height: 2px;
    width: 50px;
}.company_info_Mog7 .textual_box_oA1b:hover h2::after {
    width: 70px;
}.company_info_Mog7 p {
    font-size: calc(17px * 0.85);
}}.deal_plan_2iNH {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.deal_plan_2iNH::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
    bottom: 0;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
}.deal_plan_2iNH .container {
    padding: 0 15px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.deal_plan_2iNH .pricing_list_h2yQ {
    perspective: 1000px;
    position: relative;
}.deal_plan_2iNH h2 {
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #ffffff;
    transform: translateZ(50px);
    animation: fadeInDown 0.8s ease-out forwards;
    text-shadow: 0 3px 10px rgba(0,0,0,0.3);
    font-size: 30px;
    letter-spacing: 1px;
}.deal_plan_2iNH .class_cost_56m0 {
    text-align: center;
    color: #ffffff;
    transform: translateZ(30px);
    line-height: 1.6;
    opacity: 0.9;
    font-size: calc(15px * 1.1);
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    margin: 0 auto 50px;
}.deal_plan_2iNH .pay_options_96Mw {
    perspective: 2000px;
    gap: 30px;
    padding: 0;
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.deal_plan_2iNH .pay_options_96Mw li {
    opacity: 0;
    animation: cardEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    height: 100%;
    transform: translateY(30px) rotateX(5deg);
}.deal_plan_2iNH .pay_options_96Mw li:nth-child(1) {
    animation-delay: 0.3s;
}.deal_plan_2iNH .pay_options_96Mw li:nth-child(2) {
    animation-delay: 0.5s;
}.deal_plan_2iNH .pay_options_96Mw li:nth-child(3) {
    animation-delay: 0.7s;
}.deal_plan_2iNH .pay_options_96Mw li:nth-child(4) {
    animation-delay: 0.9s;
}.deal_plan_2iNH .plan_matrix_qzfg {
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
    transform-style: preserve-3d;
}.deal_plan_2iNH .plan_matrix_qzfg:hover {
    transform: translateY(-15px) scale(1.02) rotateX(2deg);
}.deal_plan_2iNH .fee_board_aIrN {
    clip-path: polygon(0 0, 100% 0, 100% 94%, 96% 100%, 0 100%);
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgb(220,169,154,0.5), rgb(194,130,110,0.5));
    position: relative;
}.deal_plan_2iNH .plan_matrix_qzfg:hover .fee_board_aIrN {
    border-color: rgba(255,255,255,0.25);
    box-shadow: 0 25px 50px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.15);
}.deal_plan_2iNH .fee_board_aIrN::before {
    right: -10px;
    position: absolute;
    background: rgb(194,130,110);
    content: "";
    opacity: 0.15;
    width: 100px;
    transition: all 0.4s ease;
    transform: rotate(45deg);
    height: 100px;
    top: -10px;
}.deal_plan_2iNH .plan_matrix_qzfg:hover .fee_board_aIrN::before {
    opacity: 0.25;
    transform: rotate(45deg) scale(1.2);
}.deal_plan_2iNH .learning_fees_tmA4 {
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 35px 30px;
    position: relative;
}.deal_plan_2iNH .plan_matrix_qzfg:hover .learning_fees_tmA4 {
    transform: translateZ(10px);
}.deal_plan_2iNH .learning_fees_tmA4 h4 {
    font-weight: 700;
    font-size: calc(21px * 1.2);
    margin: 0 0 20px;
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
    transition: transform 0.3s ease;
}.deal_plan_2iNH .plan_matrix_qzfg:hover .learning_fees_tmA4 h4 {
    transform: translateY(-5px);
}.deal_plan_2iNH .learning_fees_tmA4 h4::after {
    transition: width 0.4s ease;
    left: 0;
    width: 50px;
    background: rgb(220,169,154);
    position: absolute;
    height: 3px;
    bottom: 0;
    content: "";
}.deal_plan_2iNH .plan_matrix_qzfg:hover .learning_fees_tmA4 h4::after {
    width: 80px;
}.deal_plan_2iNH .learning_fees_tmA4 p {
    transition: opacity 0.3s ease;
    opacity: 0.8;
    font-size: 15px;
    max-height: 200px;
    color: #ffffff;
    overflow-y: auto;
    line-height: 1.6;
    margin-bottom: 30px;
    padding-right: 10px;
}.deal_plan_2iNH .learning_fees_tmA4 p::-webkit-scrollbar {
    width: 4px;
}.deal_plan_2iNH .learning_fees_tmA4 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(220,169,154,0.5);
}.deal_plan_2iNH .plan_matrix_qzfg:hover .learning_fees_tmA4 p {
    opacity: 1;
}.deal_plan_2iNH .learn_rates_qwky {
    font-weight: 700;
    display: block;
    color: #ffffff;
    position: relative;
    font-size: calc(21px * 1.4);
    margin-top: 20px;
    transition: all 0.4s ease;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}.deal_plan_2iNH .learn_rates_qwky::before {
    content: "";
    transition: width 0.4s ease;
    width: 30px;
    top: -10px;
    left: 0;
    height: 2px;
    background: rgb(194,130,110);
    position: absolute;
}.deal_plan_2iNH .plan_matrix_qzfg:hover .learn_rates_qwky::before {
    width: 50px;
}.deal_plan_2iNH .plan_matrix_qzfg:hover .learn_rates_qwky {
    transform: scale(1.1);
    color: rgb(194,130,110);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px) translateZ(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(50px);
    }
}

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

@keyframes cardEntrance {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.deal_plan_2iNH {
    padding: 100px 0;
}.deal_plan_2iNH h2 {
    font-size: calc(30px * 0.9);
}.deal_plan_2iNH .class_cost_56m0 {
    font-size: 15px;
    margin-bottom: 40px;
}.deal_plan_2iNH .pay_options_96Mw {
    gap: 25px;
}
}

@media (max-width: 992px) {.deal_plan_2iNH {
    padding: 80px 0;
}.deal_plan_2iNH .pay_options_96Mw {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.deal_plan_2iNH .learning_fees_tmA4 {
    padding: 30px 25px;
}.deal_plan_2iNH .learning_fees_tmA4 p {
    max-height: 180px;
}
}

@media (max-width: 768px) {.deal_plan_2iNH {
    padding: 70px 0;
}.deal_plan_2iNH h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 15px;
}.deal_plan_2iNH .class_cost_56m0 {
    font-size: calc(15px * 0.95);
    margin-bottom: 30px;
}.deal_plan_2iNH .pay_options_96Mw {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.deal_plan_2iNH .fee_board_aIrN {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 94% 100%, 0 100%);
}.deal_plan_2iNH .learn_rates_qwky {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 576px) {.deal_plan_2iNH {
    padding: 60px 0;
}.deal_plan_2iNH h2 {
    font-size: calc(30px * 0.7);
}.deal_plan_2iNH .class_cost_56m0 {
    margin-bottom: 25px;
    font-size: calc(15px * 0.9);
}.deal_plan_2iNH .learning_fees_tmA4 {
    padding: 25px 20px;
}.deal_plan_2iNH .learning_fees_tmA4 h4 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 21px;
}.deal_plan_2iNH .learning_fees_tmA4 p {
    max-height: 150px;
    font-size: calc(15px * 0.9);
    margin-bottom: 20px;
}}.training_specialist_lKJh {
    background: rgb(243,217,208);
    border-radius: 25px;
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
}.training_specialist_lKJh::before {
    background-size: 20px 20px;
    opacity: 0.2;
    top: 0;
    content: "";
    z-index: 1;
    animation: grid-shift 30s linear infinite;
    height: 100%;
    background-image: linear-gradient(rgb(220,169,154,0.5) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(220,169,154,0.5) 1px, transparent 1px);
    position: absolute;
    width: 100%;
    left: 0;
}.training_specialist_lKJh .learner_stories_o8N0 {
    margin: 0 auto;
    grid-template-columns: 45% 55%;
    gap: 0;
    z-index: 2;
    max-width: 900px;
    position: relative;
    display: grid;
}.training_specialist_lKJh .snapshot_NW5K {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    transition: filter 0.6s ease;
    height: 100%;
    min-height: 400px;
    filter: grayscale(60%);
    z-index: 2;
    position: relative;
}.training_specialist_lKJh .snapshot_NW5K::before {
    bottom: 20px;
    opacity: 0;
    mix-blend-mode: overlay;
    position: absolute;
    top: 20px;
    border: 1px solid #ffffff;
    right: 20px;
    transition: all 0.5s ease;
    z-index: 3;
    content: "";
    left: 20px;
    transform: scale(0.9);
}.training_specialist_lKJh .learner_stories_o8N0:hover .snapshot_NW5K {
    filter: grayscale(0%);
}.training_specialist_lKJh .learner_stories_o8N0:hover .snapshot_NW5K::before {
    opacity: 0.8;
    transform: scale(1);
}.training_specialist_lKJh .exp_table_2cTh {
    background: #ffffff;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 3;
    margin-left: -10%;
    justify-content: center;
    padding: 2rem 2rem 2rem 4rem;
}.training_specialist_lKJh .exp_table_2cTh::before {
    width: 10px;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(220,169,154), rgb(194,130,110));
    transition: width 0.3s ease;
}.training_specialist_lKJh .learner_stories_o8N0:hover .exp_table_2cTh::before {
    width: 15px;
}.training_specialist_lKJh .name {
    margin-bottom: 0.8rem;
    font-size: calc(30px * 1.2);
    letter-spacing: -1px;
    font-family: Arial, sans-serif;
    transform: translateX(20px);
    color: rgb(220,169,154);
    transition: all 0.4s ease;
    font-weight: 700;
    line-height: 1.1;
    opacity: 0.9;
}.training_specialist_lKJh .learner_stories_o8N0:hover .name {
    opacity: 1;
    transform: translateX(0);
}.training_specialist_lKJh .exp_table_2cTh > div:nth-child(2) {
    margin-bottom: 2rem;
    letter-spacing: 2px;
    opacity: 0.7;
    transform: translateX(15px);
    color: rgb(194,130,110);
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.4s ease 0.1s;
    font-weight: 600;
}.training_specialist_lKJh .learner_stories_o8N0:hover .exp_table_2cTh > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.training_specialist_lKJh .employee_view_alX4 {
    color: #000000;
    transition: all 0.4s ease 0.2s;
    transform: translateX(10px);
    position: relative;
    line-height: 1.8;
    font-size: 12px;
    opacity: 0.8;
}.training_specialist_lKJh .employee_view_alX4::first-letter {
    font-weight: 700;
    font-size: 1.6em;
    color: rgb(220,169,154);
}.training_specialist_lKJh .learner_stories_o8N0:hover .employee_view_alX4 {
    opacity: 1;
    transform: translateX(0);
}

@keyframes grid-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 768px) {.training_specialist_lKJh .learner_stories_o8N0 {
    grid-template-columns: 1fr;
}.training_specialist_lKJh .snapshot_NW5K {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.training_specialist_lKJh .exp_table_2cTh {
    margin-top: -50px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    margin-left: 0;
    padding: 3rem 2rem 2rem;
}}.ty_modal_rsDt {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(243,217,208) 25%, rgba(rgb(220,169,154,0.5), 0.05) 100%);
    position: relative;
    padding: 5rem 0;
}.ty_modal_rsDt::before {
    height: 70%;
    content: "";
    transform: rotate(35deg) skew(15deg);
    filter: blur(80px);
    opacity: 0.1;
    right: -10%;
    z-index: 0;
    background: linear-gradient(120deg, rgb(194,130,110), rgba(rgb(194,130,110,0.5), 0.2));
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    top: -15%;
    width: 40%;
}.ty_modal_rsDt::after {
    content: "";
    background: linear-gradient(90deg, 
        transparent, 
        rgb(220,169,154) 20%, 
        rgb(194,130,110) 50%, 
        rgb(220,169,154) 80%, 
        transparent);
    height: 10px;
    position: absolute;
    bottom: 0;
    opacity: 0.3;
    width: 100%;
    left: 0;
    z-index: 1;
}.ty_modal_rsDt .container {
    position: relative;
    max-width: 1140px;
    z-index: 2;
    padding: 0 1.5rem;
    margin: 0 auto;
}.ty_modal_rsDt .method_innov_yBtM {
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    gap: 2rem;
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(194,130,110,0.5), 0.1) inset;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(1deg);
    padding: 3.5rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    display: flex;
    flex-direction: column;
}.ty_modal_rsDt .method_innov_yBtM:hover {
    transform: perspective(1000px) rotateY(-1deg);
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(194,130,110,0.5), 0.15) inset;
}.ty_modal_rsDt .method_innov_yBtM > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.ty_modal_rsDt .method_innov_yBtM > div:first-child::after {
    left: 0;
    position: absolute;
    content: "";
    transform-origin: left;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    width: 60px;
    height: 3px;
    background: rgb(220,169,154);
}.ty_modal_rsDt .method_innov_yBtM:hover > div:first-child::after {
    width: 120px;
}.ty_modal_rsDt h5 {
    line-height: 1.4;
    position: relative;
    font-size: 21px;
    transition: transform 0.4s ease;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: #000000;
    transform: translateX(-5px);
}.ty_modal_rsDt .method_innov_yBtM:hover h5 {
    transform: translateX(0);
}.ty_modal_rsDt a {
    transition: transform 0.3s ease-out;
    display: block;
    position: relative;
    text-decoration: none;
}.ty_modal_rsDt a:hover {
    transform: translateY(-3px);
}.ty_modal_rsDt p {
    margin: 0;
    position: relative;
    transition: color 0.3s ease;
    color: #000000;
    font-weight: 400;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 12px;
}.ty_modal_rsDt a:hover p {
    color: rgb(220,169,154);
}.ty_modal_rsDt a::before {
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    opacity: 0.7;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(220,169,154), 
        rgb(194,130,110));
    height: 1px;
    bottom: -10px;
    width: 0;
    left: 0;
}.ty_modal_rsDt a:hover::before {
    width: 100%;
}.ty_modal_rsDt .method_innov_yBtM > div:first-child::before {
    right: 0;
    content: "✓";
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(-5deg) scale(0.9);
    position: absolute;
    font-size: calc(38px * 1.5);
    top: -20px;
    color: rgb(194,130,110);
    opacity: 0.1;
}.ty_modal_rsDt .method_innov_yBtM:hover > div:first-child::before {
    transform: rotate(5deg) scale(1.1);
    opacity: 0.2;
}

@keyframes float {
    0% {
        transform: rotate(35deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(38deg) skew(12deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(32deg) skew(18deg) translate(20px, -10px);
    }
}

@media (max-width: 992px) {.ty_modal_rsDt {
    padding: 4rem 0;
}.ty_modal_rsDt .method_innov_yBtM {
    padding: 2.5rem;
}.ty_modal_rsDt h5 {
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 768px) {.ty_modal_rsDt {
    padding: 3rem 0;
}.ty_modal_rsDt .method_innov_yBtM {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem;
    gap: 1.5rem;
}.ty_modal_rsDt .method_innov_yBtM:hover {
    transform: perspective(1000px) rotateY(0deg);
}.ty_modal_rsDt h5 {
    font-size: calc(21px * 0.85);
    transform: translateX(0);
}.ty_modal_rsDt p {
    font-size: calc(12px * 0.95);
}.ty_modal_rsDt::before {
    height: 50%;
    right: -30%;
    width: 60%;
    top: -10%;
}
}

@media (max-width: 576px) {.ty_modal_rsDt {
    padding: 2.5rem 0;
}.ty_modal_rsDt .method_innov_yBtM {
    gap: 1.25rem;
    padding: 1.5rem;
}.ty_modal_rsDt h5 {
    font-size: calc(21px * 0.8);
}.ty_modal_rsDt p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.ty_modal_rsDt .method_innov_yBtM > div:first-child {
    padding-bottom: 1rem;
}.ty_modal_rsDt .method_innov_yBtM > div:first-child::after {
    height: 2px;
    width: 40px;
}.ty_modal_rsDt .method_innov_yBtM:hover > div:first-child::after {
    width: 80px;
}.ty_modal_rsDt .method_innov_yBtM > div:first-child::before {
    font-size: calc(38px * 1.2);
    top: -15px;
}}.cookie_warning_panel_DfiL {
    width: 100%;
    border-top: 2px solid rgb(220,169,154);
    position: fixed;
    z-index: 90;
    bottom: 0;
    background: rgb(243,217,208);
}.track_edu_CJai {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}#cookie_modal_panel_7d4W {
    display: none;
}#cookie_modal_panel_7d4W:checked ~ .cookie_warning_panel_DfiL {
    visibility: hidden;
    opacity: 0;
}.cookie_warning_panel_DfiL h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_warning_panel_DfiL p {
    font-size: 18px;
}.cookie_verify_Qkqc {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie_verify_Qkqc svg, .cookie_verify_Qkqc svg path, .cookie_verify_Qkqc img {
    width: 100px;
    fill: rgb(220,169,154);
    height: 100px;
}.cookie_alerts_L9kR {
    border-bottom: 2px solid rgb(220,169,154);
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    color: rgb(220,169,154);
    text-decoration: none;
    flex-shrink: 0;
    min-width: 120px;
    line-height: 35px;
    font-size: 24px;
    white-space: nowrap;
}.cookie_warning_panel_DfiL p a {
    text-decoration: none;
    color: rgb(220,169,154);
}
@media only screen and (max-width: 1200px) {.cookie_warning_panel_DfiL {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_verify_Qkqc {
    display: none;
}.track_edu_CJai {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_warning_panel_DfiL h5 {
    text-align: center;
}.cookie_warning_panel_DfiL p {
    text-align: center;
}.learn_agree_OIZe {
    margin-bottom: 20px;
}body .wrapper-bundle_xjmZ .cookie_alerts_L9kR {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-bundle_xjmZ .cookie_warning_panel_DfiL {
    border: none;
    background: #ffffff;
    box-shadow: rgb(220,169,154,0.5) 0px 0px 40px 39px;
}.wrapper-bundle_xjmZ .cookie_alerts_L9kR {
    padding: 10px;
    margin-left: 30px;
    font-weight: 400;
    font-size: 20px;
    background: rgb(220,169,154);
    border: none;
    color: #ffffff;
}.wrapper-bundle_xjmZ .cookie_verify_Qkqc {
    background:rgb(220,169,154);
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 80px;
}.wrapper-bundle_xjmZ .cookie_verify_Qkqc svg, .wrapper-bundle_xjmZ .cookie_verify_Qkqc svg path, .wrapper-bundle_xjmZ .cookie_verify_Qkqc img {
    width: 40px;
    fill:#000000;
    height: 40px;
}.wrapper-bundle_xjmZ .learn_agree_OIZe h5, .wrapper-bundle_xjmZ .learn_agree_OIZe p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-bundle_xjmZ .cookie_verify_Qkqc {
    margin-bottom: 14px;
    margin: 0;
}}footer {
    width: 100%;
    position: relative;
}footer .pitch_comp_1fDP {
    position: relative;
    background-color: rgb(194,130,110);
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 80px 0 30px;
}footer .pitch_comp_1fDP::before {
    height: 100%;
    width: 100%;
    background-size: 80px 140px;
    position: absolute;
    pointer-events: none;
    opacity: 0.05;
    background-image: 
        linear-gradient(30deg, rgb(194,130,110) 12%, transparent 12.5%, transparent 87%, rgb(194,130,110) 87.5%, rgb(194,130,110)),
        linear-gradient(150deg, rgb(194,130,110) 12%, transparent 12.5%, transparent 87%, rgb(194,130,110) 87.5%, rgb(194,130,110)),
        linear-gradient(30deg, rgb(194,130,110) 12%, transparent 12.5%, transparent 87%, rgb(194,130,110) 87.5%, rgb(194,130,110)),
        linear-gradient(150deg, rgb(194,130,110) 12%, transparent 12.5%, transparent 87%, rgb(194,130,110) 87.5%, rgb(194,130,110)),
        linear-gradient(60deg, rgb(220,169,154,0.5) 25%, transparent 25.5%, transparent 75%, rgb(220,169,154,0.5) 75%, rgb(220,169,154,0.5)),
        linear-gradient(60deg, rgb(220,169,154,0.5) 25%, transparent 25.5%, transparent 75%, rgb(220,169,154,0.5) 75%, rgb(220,169,154,0.5));
    left: 0;
    top: 0;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    content: "";
}footer .pitch_comp_1fDP::after {
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(220,169,154), rgb(194,130,110));
    content: "";
    top: 0;
    height: 5px;
    pointer-events: none;
}footer .cert_display_mKBQ {
    z-index: 1;
    position: relative;
}footer .edu_ask_wr2C {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
    display: flex;
}footer .info_item {
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    background-color: rgba(255, 255, 255, 0.03);
    min-height: 60px;
    justify-content: center;
    min-width: 200px;
    display: flex;
    flex: 0 1 auto;
    max-width: 300px;
    cursor: pointer;
    align-items: center;
    transition: all 0.4s ease;
    padding: 20px 25px;
    position: relative;
}footer .info_item::before {
    right: 3px;
    background-color: rgb(194,130,110);
    left: 3px;
    top: 3px;
    content: "";
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    pointer-events: none;
    bottom: 3px;
    position: absolute;
    z-index: -1;
}footer .info_item:hover {
    background-color: rgb(220,169,154);
    transform: translateY(-5px);
}footer .info_item svg {
    transition: fill 0.3s ease;
    margin-right: 12px;
    flex-shrink: 0;
    fill: rgb(220,169,154);
    height: 20px;
    width: 20px;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    z-index: 1;
    width: 100%;
    font-size: 12px;
    transition: all 0.3s ease;
    display: flex;
    color: #ffffff;
    text-overflow: ellipsis;
    cursor: pointer;
    text-decoration: none;
    align-items: center;
    overflow: hidden;
    height: 100%;
    white-space: nowrap;
}footer .text_main_holder {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 50px;
    padding-top: 40px;
}footer .text_main_holder::before {
    left: 10%;
    position: absolute;
    pointer-events: none;
    content: "";
    width: 80%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    height: 1px;
    top: 0;
}footer .head_pagewrap_PFBD {
    position: relative;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    max-width: 350px;
    padding: 20px;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    margin: 0 auto;
}footer .head_pagewrap_PFBD::before {
    bottom: 3px;
    right: 3px;
    pointer-events: none;
    content: "";
    left: 3px;
    z-index: -1;
    position: absolute;
    background-color: rgb(194,130,110);
    top: 3px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}footer .head_pagewrap_PFBD svg {
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
    width: auto;
}footer .subscr_info_X9Y7 {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 12px;
}footer .nav_begin_46Nz {
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    position: relative;
}footer .nav_begin_46Nz h5 {
    padding-bottom: 10px;
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 25px;
}footer .nav_begin_46Nz h5::after {
    height: 2px;
    pointer-events: none;
    width: 50px;
    background-color: rgb(220,169,154);
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
}footer .top_study_S61D {
    margin-bottom: 20px;
    gap: 5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}footer .top_study_S61D a {
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    background-color: rgba(255, 255, 255, 0.03);
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    font-size: 12px;
    text-decoration: none;
    border-radius: 10px;
    padding: 12px 15px;
    cursor: pointer;
}footer .top_study_S61D a::before {
    top: 50%;
    height: 0;
    content: "";
    border-left: 4px solid rgb(220,169,154);
    transition: all 0.3s ease;
    pointer-events: none;
    border-top: 4px solid transparent;
    left: 5px;
    opacity: 0;
    width: 0;
    position: absolute;
    transform: translateY(-50%);
    border-bottom: 4px solid transparent;
}footer .top_study_S61D a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
    color: #ffffff;
}footer .top_study_S61D a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 25px;
    position: relative;
}footer .subscribe_holder::before {
    left: 0;
    background-size: 20px 20px;
    width: 100%;
    position: absolute;
    border-radius: 25px;
    top: 0;
    pointer-events: none;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(220,169,154,0.5) 49%, rgb(220,169,154,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(220,169,154,0.5) 49%, rgb(220,169,154,0.5) 51%, transparent 52%);
    content: "";
    height: 100%;
    opacity: 0.05;
}footer .subscribe_holder h5 {
    font-weight: 700;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    margin-bottom: 25px;
}footer .input_holder {
    gap: 15px;
    width: 100%;
    display: flex;
    z-index: 5;
    position: relative;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    appearance: none;
    position: relative;
    cursor: text;
    -webkit-appearance: none;
    z-index: 5;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.05);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(220,169,154);
    outline: none;
    background-color: rgba(255, 255, 255, 0.08);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .study_online_AkPs {
    border-radius: 10px;
    background-color: rgb(220,169,154);
    color: #ffffff;
    border: none;
    width: 100%;
    font-size: 19px;
    cursor: pointer;
    text-align: center;
    padding: 14px 20px;
    position: relative;
    z-index: 5;
    font-weight: 600;
    transition: all 0.3s ease;
}footer .study_online_AkPs:hover {
    background-color: rgb(194,130,110);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}footer .tutor_match_UHQA {
    position: relative;
    text-align: center;
    margin-top: 50px;
}footer .syllabus_ref_m4D9 {
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    font-size: 12px;
    position: relative;
}footer .syllabus_ref_m4D9::before,
footer .syllabus_ref_m4D9::after {
    position: absolute;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    top: 50%;
    width: 20px;
    content: "";
    pointer-events: none;
}footer .syllabus_ref_m4D9::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .syllabus_ref_m4D9::after {
    right: -10px;
    transform: rotate(45deg);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .study_online_AkPs {
    min-width: 150px;
    flex-shrink: 0;
    width: auto;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}

@media (max-width: 991px) {footer .top_study_S61D {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .pitch_comp_1fDP {
    padding: 60px 0 30px;
}footer .edu_ask_wr2C {
    margin-bottom: 40px;
}footer .info_item {
    min-width: 150px;
    padding: 15px 20px;
}footer .nav_begin_46Nz, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head_pagewrap_PFBD {
    padding: 15px;
    margin-bottom: 20px;
}footer .tutor_match_UHQA {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .pitch_comp_1fDP {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .nav_begin_46Nz h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
    margin-bottom: 20px;
}footer .nav_begin_46Nz, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .study_online_AkPs {
    padding: 12px;
}}.privacy_sanctum_7PW4 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(145deg, rgb(243,217,208), #ffffff);
    overflow: hidden;
}.privacy_sanctum_7PW4::before {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 10% 90%, rgb(194,130,110,0.5), transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(220,169,154,0.5), transparent 45%);
    z-index: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
}.privacy_sanctum_7PW4 .container {
    position: relative;
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards;
    margin: 0 auto;
    z-index: 1;
    max-width: 1140px;
}.privacy_sanctum_7PW4 h1 {
    font-size: 41px;
    opacity: 0;
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 2rem;
    animation: slideUp 0.7s ease-out forwards 0.2s;
    transform: translateY(10px);
}.privacy_sanctum_7PW4 h1::after {
    position: absolute;
    transform: scaleX(0);
    content: "";
    animation: expandLine 0.7s ease-out forwards 0.7s;
    width: 3.5rem;
    height: 3px;
    transform-origin: left;
    background: rgb(220,169,154);
    left: 0;
    bottom: -0.5rem;
}.privacy_sanctum_7PW4 h2 {
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
    color: #000000;
    font-size: 29px;
    padding-left: 1rem;
    transform: translateY(10px);
    position: relative;
    opacity: 0;
    animation: slideUp 0.7s ease-out forwards 0.3s;
}.privacy_sanctum_7PW4 h2::before {
    background: rgb(194,130,110);
    border-radius: 2px;
    top: 0.25rem;
    height: 85%;
    content: "";
    position: absolute;
    width: 4px;
    left: 0;
}.privacy_sanctum_7PW4 h3 {
    animation: slideUp 0.7s ease-out forwards 0.4s;
    margin: 2.2rem 0 1.2rem;
    transform: translateY(10px);
    color: #000000;
    font-size: calc(29px * 0.85);
    padding-left: 0.8rem;
    font-weight: 600;
    opacity: 0;
    position: relative;
}.privacy_sanctum_7PW4 h3::before {
    background: rgb(194,130,110);
    left: 0;
    top: 0.25rem;
    opacity: 0.8;
    height: 80%;
    content: "";
    border-radius: 1.5px;
    position: absolute;
    width: 3px;
}.privacy_sanctum_7PW4 h4 {
    position: relative;
    font-size: calc(29px * 0.75);
    padding-left: 0.7rem;
    animation: slideUp 0.7s ease-out forwards 0.5s;
    font-weight: 600;
    opacity: 0;
    transform: translateY(10px);
    color: #000000;
    margin: 2rem 0 1rem;
}.privacy_sanctum_7PW4 h4::before {
    background: rgb(194,130,110);
    content: "";
    width: 2px;
    height: 75%;
    top: 0.25rem;
    opacity: 0.7;
    left: 0;
    border-radius: 1px;
    position: absolute;
}.privacy_sanctum_7PW4 p {
    transform: translateY(10px);
    margin-bottom: 1.5rem;
    font-size: 16px;
    opacity: 0;
    animation: slideUp 0.7s ease-out forwards 0.4s;
    line-height: 1.75;
    max-width: 90ch;
    color: #000000;
}.privacy_sanctum_7PW4 ul {
    animation: fadeIn 0.8s ease-out forwards 0.6s;
    padding-left: 2rem;
    margin-bottom: 2rem;
    opacity: 0;
    max-width: 85ch;
}.privacy_sanctum_7PW4 li {
    line-height: 1.75;
    padding-left: 0.5rem;
    margin-bottom: 1rem;
    position: relative;
    font-size: 16px;
    color: #000000;
}.privacy_sanctum_7PW4 li::marker {
    color: rgb(220,169,154);
    font-size: 1.2em;
}.privacy_sanctum_7PW4 span {
    color: #000000;
    opacity: 0;
    margin-bottom: 1.5rem;
    display: block;
    max-width: 90ch;
    font-size: 16px;
    padding-left: 1rem;
    animation: slideUp 0.7s ease-out forwards 0.5s;
    border-left: 1px solid rgb(194,130,110,0.5);
    transform: translateY(10px);
    line-height: 1.75;
}.privacy_sanctum_7PW4 strong {
    font-weight: 600;
    display: inline-block;
    color: #000000;
    position: relative;
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.privacy_sanctum_7PW4 {
    padding: 6rem 3rem;
}.privacy_sanctum_7PW4 .container {
    padding: 0 2rem;
}.privacy_sanctum_7PW4 h1 {
    font-size: calc(41px * 1.1);
    margin-bottom: 3rem;
}.privacy_sanctum_7PW4 h1::after {
    width: 4.5rem;
}.privacy_sanctum_7PW4 h2 {
    font-size: calc(29px * 1.05);
    margin: 3rem 0 1.8rem;
    padding-left: 1.2rem;
}.privacy_sanctum_7PW4 h2::before {
    width: 5px;
}.privacy_sanctum_7PW4 p, 
    .privacy_sanctum_7PW4 li,
    .privacy_sanctum_7PW4 span {
    font-size: calc(16px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 992px) {.privacy_sanctum_7PW4 {
    padding: 7rem 4rem;
    background: linear-gradient(165deg, rgb(243,217,208), #ffffff);
}.privacy_sanctum_7PW4 .container {
    padding: 0 3rem;
}.privacy_sanctum_7PW4 h1 {
    margin-bottom: 3.5rem;
    font-size: calc(41px * 1.2);
}.privacy_sanctum_7PW4 h1::after {
    width: 5rem;
    height: 4px;
}.privacy_sanctum_7PW4 p {
    margin-bottom: 2rem;
}.privacy_sanctum_7PW4 h2::before {
    background: linear-gradient(to bottom, rgb(220,169,154), rgb(194,130,110));
}.privacy_sanctum_7PW4 li {
    margin-bottom: 1.2rem;
}.privacy_sanctum_7PW4 span {
    border-left: 2px solid rgb(194,130,110,0.5);
    padding-left: 1.5rem;
}
}

@media (min-width: 1200px) {.privacy_sanctum_7PW4 {
    padding: 8rem 5rem;
}.privacy_sanctum_7PW4::before {
    background: 
            radial-gradient(circle at 5% 95%, rgb(194,130,110,0.5), transparent 40%),
            radial-gradient(circle at 95% 5%, rgb(220,169,154,0.5), transparent 45%);
}.privacy_sanctum_7PW4 .container {
    padding: 0 4rem;
}.privacy_sanctum_7PW4 h1 {
    font-size: calc(41px * 1.3);
}.privacy_sanctum_7PW4 h1::after {
    height: 5px;
    bottom: -0.7rem;
    width: 5.5rem;
}.privacy_sanctum_7PW4 ul {
    padding-left: 2.5rem;
}
}

@media (hover: hover) {.privacy_sanctum_7PW4 li:hover::marker {
    color: rgb(194,130,110);
}.privacy_sanctum_7PW4 strong:hover {
    color: rgb(220,169,154);
    transition: color 0.3s ease;
}
}

@media (max-width: 767px) {.privacy_sanctum_7PW4 {
    padding: 3rem 1.5rem;
}.privacy_sanctum_7PW4 h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 1.8rem;
}.privacy_sanctum_7PW4 h2 {
    margin: 2rem 0 1.2rem;
    font-size: calc(29px * 0.95);
}.privacy_sanctum_7PW4 p, 
    .privacy_sanctum_7PW4 li,
    .privacy_sanctum_7PW4 span {
    line-height: 1.7;
    font-size: calc(16px * 0.98);
}.privacy_sanctum_7PW4 ul {
    padding-left: 1.5rem;
}
}

@media (prefers-reduced-motion: reduce) {.privacy_sanctum_7PW4 .container,
    .privacy_sanctum_7PW4 h1,
    .privacy_sanctum_7PW4 h2,
    .privacy_sanctum_7PW4 h3,
    .privacy_sanctum_7PW4 h4,
    .privacy_sanctum_7PW4 p,
    .privacy_sanctum_7PW4 ul,
    .privacy_sanctum_7PW4 span {
    transform: none;
    opacity: 1;
    animation: none;
}.privacy_sanctum_7PW4 h1::after {
    animation: none;
    transform: scaleX(1);
}}.course_highlights_3OZX {
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #000000 20%, rgb(194,130,110,0.5) 100%);
}.course_highlights_3OZX::before {
    filter: blur(30px);
    z-index: 1;
    position: absolute;
    transform: rotate(-15deg);
    background: radial-gradient(ellipse at center, rgb(220,169,154,0.5) 0%, transparent 70%);
    top: -20%;
    content: "";
    animation: floatGradient 20s ease-in-out infinite alternate;
    width: 70%;
    height: 140%;
    right: -10%;
}.course_highlights_3OZX::after {
    opacity: 0.8;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        radial-gradient(circle at 10% 90%, rgb(194,130,110,0.5) 0%, transparent 40%);
    left: 0;
    position: absolute;
    content: "";
    top: 0;
}.course_highlights_3OZX .container {
    position: relative;
    z-index: 2;
}.course_highlights_3OZX .method_innov_yBtM {
    display: grid;
    gap: 0;
    min-height: 500px;
    position: relative;
    grid-template-areas: 
        "photo info"
        "photo info";
    grid-template-columns: 45% 55%;
}.course_highlights_3OZX .job_ready_XnJl {
    padding: 3.5rem 3rem 3.5rem 5rem;
    grid-area: info;
    border-radius: 0 30px 30px 0;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 3;
    transform: translateX(-40px);
    position: relative;
    backdrop-filter: blur(8px);
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
}.course_highlights_3OZX .job_ready_XnJl::before {
    position: absolute;
    top: 0;
    content: "";
    opacity: 0.1;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(220,169,154,0.5) 49.5%, rgb(220,169,154,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(220,169,154,0.5) 49.5%, rgb(220,169,154,0.5) 50.5%, transparent 50.5%);
    height: 100%;
    background-size: 30px 30px;
    z-index: -1;
    width: 100%;
}.course_highlights_3OZX .job_ready_XnJl::after {
    z-index: -1;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(220,169,154,0.5) 0%,
        transparent 60%
    );
    opacity: 0.1;
    height: 200%;
    top: -50%;
    animation: rotateRadial 30s linear infinite;
    transform-origin: center;
    left: -50%;
    width: 200%;
    content: "";
}.course_highlights_3OZX .head_pagewrap_PFBD {
    width: 90px;
    position: relative;
    transform: rotate(-5deg) skew(-5deg);
    margin-bottom: 2rem;
    height: 90px;
}.course_highlights_3OZX .head_pagewrap_PFBD::before {
    inset: -5px;
    background: linear-gradient(
        135deg,
        rgb(220,169,154) 0%,
        rgb(194,130,110) 100%
    );
    z-index: -1;
    filter: blur(5px);
    content: "";
    transform: rotate(5deg);
    border-radius: 12px;
    animation: pulseLogo 4s ease-in-out infinite alternate;
    position: absolute;
}.course_highlights_3OZX .head_pagewrap_PFBD::after {
    inset: 0;
    z-index: -1;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    border-radius: 8px;
}.course_highlights_3OZX .head_pagewrap_PFBD svg {
    height: 50px;
    top: 50%;
    left: 50%;
    animation: floatLogo 6s ease-in-out infinite;
    filter: drop-shadow(0 0 8px rgb(220,169,154,0.5));
    position: absolute;
    width: 50px;
    transform: translate(-50%, -50%);
}.course_highlights_3OZX .head_pagewrap_PFBD svg path {
    fill: rgb(220,169,154);
    transition: fill 0.3s ease;
}.course_highlights_3OZX h3 {
    position: relative;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 1.8rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transform: skew(-2deg);
    font-size: 35px;
    font-weight: 700;
}.course_highlights_3OZX h3::before {
    position: absolute;
    background: linear-gradient(to right, rgb(220,169,154), transparent);
    height: 3px;
    bottom: -10px;
    width: 40px;
    left: 0;
    content: "";
}.course_highlights_3OZX h3::after {
    background: linear-gradient(to right, rgb(220,169,154), transparent);
    width: 80px;
    height: 1px;
    left: 0;
    bottom: -15px;
    position: absolute;
    content: "";
}.course_highlights_3OZX p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 2rem;
    max-width: 600px;
    position: relative;
    font-size: 13px;
}.course_highlights_3OZX .snapshot_NW5K {
    overflow: hidden;
    border-radius: 30px 0 0 30px;
    height: 460px;
    grid-area: photo;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.3),
        -5px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(0, 0, 0, 0.4);
    z-index: 2;
    transform: perspective(1000px) rotateY(5deg);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}.course_highlights_3OZX .snapshot_NW5K::before {
    z-index: 2;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    mix-blend-mode: multiply;
    left: 0;
    height: 100%;
    content: "";
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    top: 0;
}.course_highlights_3OZX .snapshot_NW5K::after {
    position: absolute;
    width: 100%;
    opacity: 0.7;
    left: 0;
    bottom: 0;
    background: linear-gradient(
        to top,
        #000000 0%,
        transparent 100%
    );
    z-index: 2;
    content: "";
    height: 50%;
}.course_highlights_3OZX .method_innov_yBtM:hover .snapshot_NW5K {
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.4),
        -10px 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
}.course_highlights_3OZX .method_innov_yBtM:hover .job_ready_XnJl {
    transform: translateX(-20px);
    box-shadow: 
        5px 15px 45px rgba(0, 0, 0, 0.35),
        10px 10px 25px rgba(0, 0, 0, 0.25);
}.course_highlights_3OZX .head_pagewrap_PFBD:hover svg path {
    fill: rgb(194,130,110);
}

@keyframes floatGradient {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) translateY(-5%);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-12deg) translateY(0);
    }
    100% {
        opacity: 0.5;
        transform: rotate(-18deg) translateY(5%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseLogo {
    0% {
        filter: blur(5px) brightness(1);
    }
    50% {
        filter: blur(8px) brightness(1.2);
    }
    100% {
        filter: blur(5px) brightness(1);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -45%);
    }
}

@media screen and (max-width: 1200px) {.course_highlights_3OZX .method_innov_yBtM {
    min-height: 450px;
    grid-template-columns: 42% 58%;
}.course_highlights_3OZX .job_ready_XnJl {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.course_highlights_3OZX h3 {
    font-size: calc(35px * 0.9);
}
}

@media screen and (max-width: 992px) {.course_highlights_3OZX {
    padding: 5rem 0;
}.course_highlights_3OZX .method_innov_yBtM {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
            "snapshot_NW5K"
            "reach_list_NUGB";
}.course_highlights_3OZX .snapshot_NW5K {
    border-radius: 30px 30px 0 0;
    transform: perspective(1000px) rotateX(5deg);
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.course_highlights_3OZX .job_ready_XnJl {
    padding: 3rem 2.5rem;
    transform: translateY(-40px);
    border-radius: 0 0 30px 30px;
}.course_highlights_3OZX .method_innov_yBtM:hover .snapshot_NW5K {
    transform: perspective(1000px) rotateX(8deg);
}.course_highlights_3OZX .method_innov_yBtM:hover .job_ready_XnJl {
    transform: translateY(-50px);
}
}

@media screen and (max-width: 768px) {.course_highlights_3OZX {
    padding: 4rem 0;
}.course_highlights_3OZX .snapshot_NW5K {
    height: 300px;
}.course_highlights_3OZX .job_ready_XnJl {
    padding: 2.5rem 2rem;
}.course_highlights_3OZX .head_pagewrap_PFBD {
    margin-bottom: 1.5rem;
    height: 80px;
    width: 80px;
}.course_highlights_3OZX .head_pagewrap_PFBD svg {
    width: 45px;
    height: 45px;
}.course_highlights_3OZX h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 1.5rem;
}.course_highlights_3OZX p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.course_highlights_3OZX {
    padding: 3rem 0;
}.course_highlights_3OZX .snapshot_NW5K {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    height: 250px;
}.course_highlights_3OZX .job_ready_XnJl {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    padding: 2rem 1.5rem;
    transform: translateY(-30px);
}.course_highlights_3OZX .head_pagewrap_PFBD {
    margin-bottom: 1.2rem;
    width: 70px;
    height: 70px;
}.course_highlights_3OZX .head_pagewrap_PFBD svg {
    width: 40px;
    height: 40px;
}.course_highlights_3OZX h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.2rem;
}.course_highlights_3OZX h3::before {
    width: 30px;
    bottom: -8px;
    height: 2px;
}.course_highlights_3OZX h3::after {
    bottom: -12px;
    height: 1px;
    width: 60px;
}.course_highlights_3OZX p {
    margin-bottom: 1.5rem;
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.course_highlights_3OZX .method_innov_yBtM:hover .job_ready_XnJl {
    transform: translateY(-35px);
}
}