* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}html,body {
    auto
contain
touch-action: none;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    scroll-behavior: auto;
}a {
    color: inherit;
    text-decoration: none;
}.grid-container_id {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1274px;
}svg {
    height: 30px;
    width: 30px;
}.goal_footer_id {
    flex: 0 0 auto;
}.header_site_id {
    flex: 1 0 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;
}}
.program_information_id {
    background: linear-gradient(135deg, rgb(239,224,211) 40%, rgb(220,192,168,0.5) 140%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.program_information_id::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    pointer-events: none;
    content: "";
    opacity: 0.07;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}.program_information_id::after {
    height: 200%;
    content: "";
    transform: rotate(-15deg);
    pointer-events: none;
    width: 60%;
    top: -50%;
    opacity: 0.1;
    position: absolute;
    right: -20%;
    background: radial-gradient(circle at center, rgb(220,192,168,0.5) 10%, transparent 70%);
}.program_information_id .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.program_information_id .training_track_id {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    transform: perspective(1200px) rotateY(-2deg);
    display: flex;
    background: #ffffff;
    border-left: 4px solid rgb(220,192,168);
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.96);
}.program_information_id .training_track_id:hover {
    transform: perspective(1200px) rotateY(0deg);
}.program_information_id .img_placeholder_id {
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.96);
    transform-origin: center center;
    position: relative;
    overflow: hidden;
    height: 300px;
}.program_information_id .img_placeholder_id::before {
    background: linear-gradient(
        to bottom,
        transparent 70%, 
        #000000 100%
    );
    content: "";
    z-index: 1;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    bottom: 0;
}.program_information_id .img_placeholder_id::after {
    width: 120%;
    height: 120%;
    position: absolute;
    left: -10%;
    content: "";
    top: -10%;
    mix-blend-mode: overlay;
    opacity: 0.2;
    transition: transform 0.5s ease;
    transform: scale(1.05);
    background: rgb(220,192,168);
}.program_information_id .training_track_id:hover .img_placeholder_id::after {
    transform: scale(1);
}.program_information_id .content_box_id {
    position: relative;
    background: #ffffff;
    padding: 40px;
}.program_information_id .content_box_id::before {
    width: 100px;
    top: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(220,192,168) 0%, transparent 100%);
}.program_information_id h3 {
    position: relative;
    transition: transform 0.3s ease;
    line-height: 1.4;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-bottom: 24px;
    transform-origin: left center;
    font-size: calc(20px * 1.1);
    color: #000000;
    font-family: Arial, sans-serif;
}.program_information_id .training_track_id:hover h3 {
    transform: translateX(5px);
    color: rgb(220,192,168);
}.program_information_id p.description {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 24px;
    font-family: Arial, sans-serif;
    padding-right: 15px;
    max-height: 250px;
    overflow-y: auto;
    position: relative;
    color: #000000;
}.program_information_id p.description::-webkit-scrollbar {
    width: 4px;
}.program_information_id p.description::-webkit-scrollbar-track {
    background: rgb(239,224,211);
}.program_information_id p.description::-webkit-scrollbar-thumb {
    background: rgb(220,192,168,0.5);
    border-radius: 10px;
}.program_information_id span.description {
    display: none;
}.program_information_id .content_box_id div {
    position: relative;
}.program_information_id .content_box_id div::after {
    bottom: 0;
    opacity: 0.8;
    width: 100%;
    height: 40px;
    position: absolute;
    content: "";
    pointer-events: none;
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    left: 0;
}

@media (min-width: 768px) {.program_information_id .training_track_id {
    max-height: 600px;
    flex-direction: row;
}.program_information_id .img_placeholder_id {
    transform: translateX(-10px);
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.96);
    height: auto;
    width: 45%;
}.program_information_id .training_track_id:hover .img_placeholder_id {
    transform: translateX(0);
}.program_information_id .content_box_id {
    display: flex;
    justify-content: center;
    width: 55%;
    flex-direction: column;
}.program_information_id h3 {
    font-size: 20px;
}.program_information_id p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program_information_id {
    padding: 150px 0;
}.program_information_id .training_track_id {
    max-height: 550px;
}.program_information_id .img_placeholder_id {
    transform: translateX(-20px);
}.program_information_id .content_box_id {
    padding: 60px;
}.program_information_id h3 {
    font-size: calc(28px * 0.7);
    margin-bottom: 30px;
}.program_information_id p.description {
    font-size: calc(15px * 1.05);
    max-height: 300px;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.program_information_id {
    padding: 80px 0;
}.program_information_id .training_track_id {
    transform: perspective(1200px) rotateY(0deg);
}.program_information_id .content_box_id {
    padding: 30px 20px;
}.program_information_id h3 {
    font-size: calc(20px * 0.95);
    margin-bottom: 20px;
}.program_information_id p.description {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.program_information_id {
    padding: 60px 0;
}.program_information_id .img_placeholder_id {
    height: 200px;
}.program_information_id .content_box_id {
    padding: 25px 15px;
}.program_information_id h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
}}.educational_gains_id {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(239,224,211) 0%, rgba(240, 242, 245, 0.9) 100%);
    overflow: hidden;
}.educational_gains_id::before {
    position: absolute;
    height: 300px;
    background: radial-gradient(circle, rgb(197,159,126,0.5) 0%, transparent 70%);
    right: -50px;
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: 1;
    content: "";
    top: -50px;
    width: 300px;
    opacity: 0.4;
}.educational_gains_id::after {
    left: -80px;
    z-index: 1;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(220,192,168,0.5) 0%, transparent 70%);
    content: "";
    animation: pulse 18s infinite alternate-reverse ease-in-out;
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: -80px;
}.educational_gains_id .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.educational_gains_id .learning_track_id {
    gap: 40px;
    flex-direction: column-reverse;
    display: flex;
    position: relative;
}.educational_gains_id .content_box_id {
    position: relative;
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.9);
    flex: 1;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 35px;
}.educational_gains_id .content_box_id:hover {
    transform: translateY(-5px);
}.educational_gains_id .content_box_id::before {
    left: 0;
    position: absolute;
    background: rgb(220,192,168);
    height: 0;
    top: 0;
    content: "";
    width: 5px;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.educational_gains_id .content_box_id:hover::before {
    height: 100%;
}.educational_gains_id .content_box_id h4 {
    position: relative;
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
    font-size: calc(24px * 1.1);
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    padding-bottom: 15px;
}.educational_gains_id .content_box_id h4::after {
    position: absolute;
    transform-origin: left;
    content: "";
    left: 0;
    background: rgb(197,159,126);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
    height: 3px;
    bottom: 0;
    width: 80px;
}.educational_gains_id .content_box_id:hover h4::after {
    transform: scaleX(1.5);
}.educational_gains_id .content_box_id > div {
    gap: 20px;
    flex-direction: column;
    display: flex;
}.educational_gains_id .content_box_id ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.educational_gains_id .content_box_id li {
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s ease;
    margin-bottom: 15px;
    opacity: 0.95;
}.educational_gains_id .content_box_id li:hover {
    opacity: 1;
    transform: translateX(5px);
}.educational_gains_id .content_box_id li p {
    font-size: 13px;
    gap: 15px;
    align-items: flex-start;
    line-height: 1.6;
    margin: 0;
    display: flex;
    color: #000000;
}.educational_gains_id .content_box_id li p span:first-child {
    margin-top: 2px;
    flex-shrink: 0;
}.educational_gains_id .content_box_id li p span:last-child {
    position: relative;
}.educational_gains_id .content_box_id li p span:last-child::before {
    bottom: -2px;
    height: 1px;
    position: absolute;
    transition: width 0.4s ease;
    width: 0;
    left: 0;
    content: "";
    background: rgb(220,192,168);
}.educational_gains_id .content_box_id li:hover p span:last-child::before {
    width: 100%;
}.educational_gains_id svg {
    height: 22px;
    width: 22px;
    transition: transform 0.3s ease;
}.educational_gains_id li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.educational_gains_id svg path {
    transition: fill 0.3s ease;
    fill: rgb(197,159,126);
}.educational_gains_id li:hover svg path {
    fill: rgb(220,192,168);
}.educational_gains_id .img_placeholder_id {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), -20px -20px 60px rgba(255, 255, 255, 0.8);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    object-fit: cover;
    height: auto;
    border-radius: 10px;
}.educational_gains_id .img_placeholder_id:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

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

@media (min-width: 768px) {.educational_gains_id .learning_track_id {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.educational_gains_id .content_box_id {
    padding: 45px;
}.educational_gains_id .content_box_id > div {
    flex-direction: row;
}.educational_gains_id .img_placeholder_id {
    max-width: 45%;
    object-position: center;
}.educational_gains_id .content_box_id h4 {
    font-size: calc(24px * 1.2);
}
}

@media (min-width: 992px) {.educational_gains_id {
    padding: 120px 0;
}.educational_gains_id .learning_track_id {
    gap: 80px;
}.educational_gains_id .content_box_id {
    padding: 50px;
}.educational_gains_id .content_box_id h4 {
    margin-bottom: 35px;
    font-size: calc(24px * 1.3);
}.educational_gains_id .content_box_id h4::after {
    width: 100px;
}.educational_gains_id svg {
    width: 24px;
    height: 24px;
}.educational_gains_id .img_placeholder_id {
    transform: perspective(1200px) rotateX(3deg) rotateY(-3deg) translateZ(20px);
}
}

@media (min-width: 1200px) {.educational_gains_id .container {
    padding: 0;
}.educational_gains_id .learning_track_id {
    gap: 100px;
}.educational_gains_id .content_box_id {
    padding: 60px;
}.educational_gains_id .content_box_id li {
    margin-bottom: 20px;
}.educational_gains_id .img_placeholder_id {
    max-width: 50%;
}
}

@media (max-width: 767px) {.educational_gains_id {
    padding: 70px 0;
}.educational_gains_id .content_box_id h4 {
    font-size: 24px;
    padding-bottom: 12px;
    margin-bottom: 20px;
}.educational_gains_id .content_box_id {
    padding: 25px;
}.educational_gains_id .img_placeholder_id {
    transform: perspective(800px) rotateX(1deg) rotateY(-1deg);
}.educational_gains_id svg {
    width: 20px;
    height: 20px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(220,192,168);
}header .top_plank .learn_bar_id div svg, header .top_plank .learn_bar_id div svg path {
    fill: #ffffff;
}header .top_plank .learn_bar_id div span {
    color: #ffffff;
}header .top_plank .learn_bar_id {
    width: 100%;
    flex-wrap: wrap;
    line-height: 21px;
    font-size: 13px;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    display: flex;
    align-items: center;
}header .top_plank .learn_bar_id div {
    justify-content: flex-start;
    margin-right: 24px;
    display: flex;
    align-items: center;
}header .top_plank .learn_bar_id div img, header .top_plank .learn_bar_id div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.course_candidates_id {
    position: relative;
    padding: 110px 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(239,224,211) 100%);
    overflow: hidden;
}.course_candidates_id::before {
    width: 100%;
    background-size: 30px 30px;
    opacity: 0.4;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(197,159,126,0.5) 98%, rgb(197,159,126,0.5) 100%),
        linear-gradient(0deg, transparent 98%, rgb(197,159,126,0.5) 98%, rgb(197,159,126,0.5) 100%);
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
}.course_candidates_id .container {
    max-width: 1140px;
    z-index: 2;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.course_candidates_id .learning_track_id {
    position: relative;
}.course_candidates_id h4 {
    font-weight: 700;
    font-size: 30px;
    border: 2px solid rgb(220,192,168);
    background: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #000000;
    box-shadow: 5px 5px 0 rgb(220,192,168,0.5);
    position: relative;
    margin-bottom: 60px;
    display: inline-block;
}.course_candidates_id div > div {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    display: flex;
    position: relative;
}.course_candidates_id div > div::before {
    left: 0;
    content: "";
    position: absolute;
    top: 50%;
    height: 2px;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgb(220,192,168,0.5), transparent);
    width: 100%;
}.course_candidates_id div > div::after {
    top: 0;
    position: absolute;
    left: 50%;
    background: linear-gradient(180deg, transparent, rgb(197,159,126,0.5), transparent);
    width: 2px;
    z-index: -1;
    content: "";
    height: 100%;
}.course_candidates_id p {
    margin: 0;
    color: #000000;
    justify-content: flex-start;
    position: relative;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 20px;
    z-index: 1;
    background: #ffffff;
    border: 1px solid rgb(239,224,211);
    width: calc(33.333% - 50px);
    font-size: 12px;
}.course_candidates_id p::before {
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(220,192,168,0.5) 300%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 10px;
    content: "";
    width: 100%;
}.course_candidates_id p::after {
    border-radius: 50%;
    content: "";
    transition: all 0.3s ease;
    width: 20px;
    background: #ffffff;
    border: 1px solid rgb(220,192,168);
    left: -10px;
    top: -10px;
    height: 20px;
    position: absolute;
}.course_candidates_id p:hover {
    transform: translateY(-10px);
    border-color: rgb(220,192,168,0.5);
}.course_candidates_id p:hover::before {
    opacity: 0.2;
}.course_candidates_id p:hover::after {
    background: rgb(220,192,168);
    transform: scale(1.5);
}.course_candidates_id p svg {
    flex-shrink: 0;
    height: 26px;
    width: 26px;
    transition: all 0.3s ease;
    margin-right: 15px;
}.course_candidates_id p svg path {
    fill: rgb(220,192,168);
    transition: fill 0.3s ease;
}.course_candidates_id p:hover svg {
    transform: rotate(15deg);
}.course_candidates_id p:hover svg path {
    fill: rgb(197,159,126);
}@keyframes circuitPath {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.course_candidates_id::after {
    height: 300px;
    bottom: 0;
    z-index: 1;
    opacity: 0.3;
    background-position: bottom right;
    width: 300px;
    right: 0;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
}@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.course_candidates_id .learning_track_id > div p {
    animation: fadeInScale 0.5s ease forwards;
    opacity: 0;
}.course_candidates_id .learning_track_id > div p:nth-child(1) {
    animation-delay: 0.1s;
}.course_candidates_id .learning_track_id > div p:nth-child(2) {
    animation-delay: 0.2s;
}.course_candidates_id .learning_track_id > div p:nth-child(3) {
    animation-delay: 0.3s;
}.course_candidates_id .learning_track_id > div p:nth-child(4) {
    animation-delay: 0.4s;
}.course_candidates_id .learning_track_id > div p:nth-child(5) {
    animation-delay: 0.5s;
}.course_candidates_id .learning_track_id > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.course_candidates_id {
    padding: 90px 0;
}.course_candidates_id h4 {
    padding: 12px 25px;
    font-size: calc(30px * 0.9);
    margin-bottom: 50px;
}.course_candidates_id div > div {
    gap: 30px;
}.course_candidates_id p {
    padding: 18px;
    width: calc(50% - 30px);
}.course_candidates_id p svg {
    height: 24px;
    width: 24px;
    margin-right: 12px;
}.course_candidates_id::after {
    height: 200px;
    width: 200px;
}
}

@media (max-width: 768px) {.course_candidates_id {
    padding: 70px 0;
}.course_candidates_id h4 {
    margin-bottom: 40px;
    padding: 10px 20px;
    font-size: calc(30px * 0.8);
    box-shadow: 3px 3px 0 rgb(220,192,168,0.5);
}.course_candidates_id div > div {
    gap: 25px;
}.course_candidates_id div > div::before,
    .course_candidates_id div > div::after {
    opacity: 0.4;
}.course_candidates_id p {
    width: 100%;
    font-size: calc(12px * 0.95);
    padding: 15px;
}
}

@media (max-width: 576px) {.course_candidates_id {
    padding: 60px 0;
}.course_candidates_id h4 {
    box-shadow: 2px 2px 0 rgb(220,192,168,0.5);
    border-width: 1px;
    font-size: calc(30px * 0.7);
    margin-bottom: 35px;
    padding: 8px 16px;
}.course_candidates_id div > div {
    gap: 20px;
}.course_candidates_id p {
    font-size: calc(12px * 0.9);
    padding: 12px;
}.course_candidates_id p svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}.course_candidates_id p::after {
    top: -5px;
    height: 12px;
    left: -5px;
    width: 12px;
}.course_candidates_id::after {
    width: 100px;
    height: 100px;
}}.confidential_cove_id {
    max-width: 1000px;
    border: 2px solid rgb(220,192,168);
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 50px;
    color: #000000;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    width: 85%;
}.confidential_cove_id:before, .confidential_cove_id:after {
    top: 0;
    z-index: 0;
    content: "";
    opacity: 0.1;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(220,192,168,0.5), rgb(197,159,126,0.5));
    width: 100%;
    left: 0;
}.confidential_cove_id h1 {
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 46px;
    color: #000000;
    border-bottom: 3px solid rgb(220,192,168);
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    z-index: 1;
}.confidential_cove_id h2 {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
    padding-bottom: 5px;
    color: rgb(197,159,126);
    font-size: 28px;
    margin-top: 30px;
    font-weight: 600;
    border-bottom: 2px solid rgb(197,159,126,0.5);
}.confidential_cove_id ul, .confidential_cove_id ol {
    z-index: 1;
    padding-left: 20px;
    margin-bottom: 20px;
    list-style-type: disc;
    list-style: none;
    position: relative;
}.confidential_cove_id li {
    position: relative;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.8;
}.confidential_cove_id li:before {
    font-size: 1.2em;
    position: absolute;
    line-height: 1;
    color: rgb(220,192,168);
    content: "•";
    left: -20px;
}.confidential_cove_id div {
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1.8;
    position: relative;
}.confidential_cove_id .container {
    position: relative;
    z-index: 1;
}.confidential_cove_id h3, .confidential_cove_id h4, .confidential_cove_id h5, .confidential_cove_id h6 {
    margin-bottom: 15px;
    color: rgb(220,192,168);
    margin-top: 25px;
    font-size: 18px;
    z-index: 1;
    position: relative;
    font-weight: 600;
}.confidential_cove_id p, .confidential_cove_id span {
    font-size: 17px;
    z-index: 1;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.6;
    position: relative;
}.confidential_cove_id a {
    z-index: 1;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid rgb(197,159,126);
    text-decoration: none;
    color: rgb(197,159,126);
}.confidential_cove_id a:hover {
    border-bottom: 1px solid rgb(220,192,168);
    color: rgb(220,192,168);
}.confidential_cove_id button {
    z-index: 1;
    padding: 12px 24px;
    background: rgb(197,159,126);
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    font-size: 19px;
    border: none;
    color: #ffffff;
}.confidential_cove_id button:hover {
    background: rgb(220,192,168);
}

@media only screen and (max-width: 800px) {.confidential_cove_id {
    width: 90%;
    padding: 30px;
}.confidential_cove_id h1 {
    font-size: calc(18px - 5px);
}.confidential_cove_id h2 {
    font-size: calc(18px - 3px);
}.confidential_cove_id ul, .confidential_cove_id ol {
    padding-left: 10px;
}.confidential_cove_id li:before {
    left: -10px;
}.confidential_cove_id button {
    padding: 10px 20px;
}}.teaching_history_id {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,224,211) 0%, rgba(255,255,255,0.95) 100%);
}.teaching_history_id::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    transform: translateY(-30%) skewY(-5deg);
    background: linear-gradient(45deg, rgb(220,192,168,0.5) 0%, transparent 70%);
    opacity: 0.1;
    height: 100%;
}.teaching_history_id::after {
    position: absolute;
    transform: rotate(-15deg);
    content: "";
    right: -20%;
    height: 60%;
    bottom: -20%;
    z-index: 0;
    opacity: 0.15;
    width: 100%;
    background: linear-gradient(135deg, rgb(197,159,126,0.5) 0%, transparent 80%);
}.teaching_history_id .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    perspective: 1000px;
    padding: 0 1.5rem;
    max-width: 1200px;
}.teaching_history_id .rating_reviews_id {
    padding: 2.5rem;
    grid-gap: 2rem;
    overflow: hidden;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border: 1px solid rgba(0,0,0,0.05);
    grid-template-columns: 1fr;
    position: relative;
    border-radius: 10px;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.05),
    0 5px 15px rgba(0,0,0,0.03),
    0 0 0 1px rgba(255,255,255,0.1) inset;
    transform-style: preserve-3d;
    display: grid;
}.teaching_history_id .rating_reviews_id::before {
    z-index: 2;
    background: linear-gradient(90deg, 
    rgb(220,192,168) 0%, 
    rgb(197,159,126) 50%, 
    rgb(220,192,168) 100%);
    top: 0;
    height: 5px;
    animation: gradientMove 8s ease-in-out infinite;
    position: absolute;
    background-size: 200% 100%;
    left: 0;
    width: 100%;
    content: "";
}.teaching_history_id .rating_reviews_id > div:first-child {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 1;
}.teaching_history_id .img_placeholder_id {
    transform: translateZ(30px);
    position: relative;
    border-radius: 50%;
    box-shadow: 
    0 10px 25px rgba(0,0,0,0.1),
    0 5px 10px rgba(0,0,0,0.05);
    width: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 180px;
}.teaching_history_id .img_placeholder_id::before {
    z-index: -1;
    border-radius: 50%;
    background: linear-gradient(
    135deg,
    rgb(197,159,126) 0%,
    transparent 50%,
    rgb(220,192,168) 100%
  );
    opacity: 0.8;
    position: absolute;
    animation: rotateGradient 15s linear infinite;
    transform: rotate(-45deg);
    content: "";
    inset: -8px;
}.teaching_history_id .img_placeholder_id::after {
    inset: 0;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    content: "";
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
}.teaching_history_id .rating_reviews_id > div:nth-child(2) {
    text-align: center;
    position: relative;
    transform: translateZ(20px);
}.teaching_history_id .name {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 20px;
    position: relative;
    color: #000000;
}.teaching_history_id .name::after {
    transform: translateZ(5px);
    height: 3px;
    left: 30%;
    bottom: -8px;
    position: absolute;
    background: rgb(220,192,168);
    content: "";
    width: 40%;
}.teaching_history_id .rating_reviews_id > div:nth-child(2) > div {
    letter-spacing: 0.5px;
    margin-top: 1rem;
    color: rgb(197,159,126);
    font-size: calc(12px * 0.9);
    font-weight: 600;
}.teaching_history_id .rating_reviews_id > div:nth-child(3) {
    position: relative;
    transform: translateZ(10px);
}.teaching_history_id .employee_area_id {
    font-size: 12px;
    padding-left: 1rem;
    line-height: 1.8;
    color: #000000;
    position: relative;
    text-align: justify;
}.teaching_history_id .employee_area_id::before {
    width: 3px;
    left: 0;
    content: "";
    bottom: 0;
    border-radius: 3px;
    top: 0;
    background: linear-gradient(
    to bottom,
    rgb(220,192,168) 0%,
    rgb(197,159,126) 100%
  );
    position: absolute;
}.teaching_history_id .rating_reviews_id:hover {
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 
    0 30px 60px rgba(0,0,0,0.08),
    0 10px 25px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.2) inset;
}.teaching_history_id .rating_reviews_id:hover .img_placeholder_id {
    transform: translateZ(40px) scale(1.05);
}

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

@keyframes rotateGradient {
  0% { transform: rotate(-45deg); }
  100% { transform: rotate(315deg); }
}

@media (min-width: 768px) {.teaching_history_id {
    padding: 7rem 0;
}.teaching_history_id .rating_reviews_id {
    grid-gap: 2.5rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    padding: 3rem;
}.teaching_history_id .rating_reviews_id > div:first-child {
    grid-row: 1 / span 2;
}.teaching_history_id .rating_reviews_id > div:nth-child(2) {
    padding-top: 1.5rem;
    align-self: end;
    text-align: left;
}.teaching_history_id .name::after {
    width: 60px;
    left: 0;
}.teaching_history_id .employee_area_id {
    padding-left: 1.5rem;
}.teaching_history_id .employee_area_id::before {
    width: 4px;
}
}

@media (min-width: 992px) {.teaching_history_id .rating_reviews_id {
    grid-gap: 3rem;
    padding: 3.5rem 4rem;
    grid-template-columns: 250px 1fr;
}.teaching_history_id .img_placeholder_id {
    height: 220px;
    width: 220px;
}.teaching_history_id .name {
    font-size: calc(20px * 1.1);
}.teaching_history_id .rating_reviews_id > div:nth-child(2) > div {
    font-size: 12px;
}.teaching_history_id .employee_area_id {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 1200px) {.teaching_history_id .container {
    padding: 0 2rem;
}.teaching_history_id .rating_reviews_id {
    padding: 4rem 5rem;
    grid-template-columns: 280px 1fr;
}.teaching_history_id .img_placeholder_id {
    width: 240px;
    height: 240px;
}
}

@media (max-width: 767px) {.teaching_history_id {
    padding: 4rem 0;
}.teaching_history_id .rating_reviews_id {
    text-align: center;
    padding: 2rem 1.5rem;
}.teaching_history_id .img_placeholder_id {
    height: 150px;
    width: 150px;
}.teaching_history_id .employee_area_id {
    padding-left: 0;
    text-align: left;
    padding-top: 1rem;
}.teaching_history_id .employee_area_id::before {
    left: 50%;
    bottom: auto;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    top: 0;
}}header {
    padding: 1.2rem 0;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    background-color: rgb(239,224,211);
    z-index: 1000;
}header::before {
    content: '';
    top: 0;
    position: absolute;
    animation: gridMove 40s linear infinite;
    width: 100%;
    opacity: 0.15;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(220,192,168,0.5) 49.5%, rgb(220,192,168,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(197,159,126,0.5) 49.5%, rgb(197,159,126,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    height: 100%;
    left: 0;
    z-index: -1;
}header::after {
    z-index: 1;
    width: 100%;
    height: 4px;
    content: '';
    background: linear-gradient(90deg, 
        rgb(220,192,168) 0%, 
        rgb(197,159,126) 50%, 
        rgb(220,192,168) 100%);
    left: 0;
    bottom: 0;
    position: absolute;
}header .container {
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}header .nav_lead_id {
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
}header .top_lead_id {
    backdrop-filter: blur(10px);
    padding: 5px;
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 17px;
    gap: 0.5rem;
    position: relative;
}header .top_learning_id {
    padding: 0.7rem 1.2rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
    position: relative;
    font-weight: 400;
    color: #ffffff;
}header .top_learning_id::before {
    border-radius: calc(10px + 2px);
    top: -2px;
    right: -2px;
    left: -2px;
    content: '';
    position: absolute;
    bottom: -2px;
    opacity: 0;
    z-index: -1;
    background: linear-gradient(45deg, rgb(220,192,168), rgb(197,159,126));
    transition: all 0.3s ease;
    transform: scale(0.95);
}header .top_learning_id::after {
    bottom: 0;
    top: 0;
    position: absolute;
    content: '';
    z-index: -1;
    border-radius: 10px;
    left: 0;
    right: 0;
    background: rgb(220,192,168);
}header .top_learning_id:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}header .top_learning_id:hover::before {
    transform: scale(1);
    opacity: 1;
}header .head_mainwrap_id {
    border-radius: 10px;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: flex;
    overflow: hidden;
}header .head_mainwrap_id::before {
    height: 100%;
    position: absolute;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    content: '';
    width: 100%;
    top: 0;
    transition: 0.5s;
}header .head_mainwrap_id:hover::before {
    left: 100%;
}header .head_mainwrap_id svg {
    width: 160px;
    position: relative;
    z-index: 2;
    height: auto;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .top_lead_id {
    gap: 0.3rem;
}header .top_learning_id {
    font-size: calc(16px - 1px);
    padding: 0.6rem 0.8rem;
}header .head_mainwrap_id svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .nav_lead_id {
    flex-direction: column;
}header .top_lead_id {
    width: 100%;
    margin-top: 1rem;
    justify-content: center;
    gap: 0.5rem;
    order: 2;
    padding: 10px;
    flex-wrap: wrap;
}header .top_learning_id {
    padding: 0.5rem 0.7rem;
    font-size: calc(16px - 2px);
}header .head_mainwrap_id {
    order: 1;
    margin-bottom: 0.5rem;
}header .head_mainwrap_id svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .top_lead_id {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .top_lead_id::-webkit-scrollbar {
    height: 3px;
}header .top_lead_id::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(220,192,168);
}header .top_learning_id {
    white-space: nowrap;
}header .head_mainwrap_id svg {
    width: 110px;
}}.data_overview_id {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background-color: rgb(239,224,211);
}.data_overview_id::before {
    width: 100%;
    z-index: 1;
    top: 0;
    background: 
        radial-gradient(circle at 10% 90%, rgb(220,192,168,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(197,159,126,0.5) 0%, transparent 40%);
    opacity: 0.6;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
}.data_overview_id .container {
    display: flex;
    z-index: 2;
    align-items: center;
    position: relative;
    flex-direction: column;
}.data_overview_id .value_statistics_id {
    margin-bottom: 80px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    max-width: 600px;
}.data_overview_id .value_statistics_id::before {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    bottom: -40px;
    height: 30px;
    background-color: rgb(220,192,168);
    width: 2px;
    left: 50%;
}.data_overview_id .value_statistics_id::after {
    transform: translateX(-50%);
    bottom: -40px;
    content: "";
    border-radius: 50%;
    left: 50%;
    width: 10px;
    position: absolute;
    height: 10px;
    background-color: rgb(220,192,168);
}.data_overview_id .top_gain_id {
    display: inline-block;
    font-size: 28px;
    color: #000000;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
}.data_overview_id .top_gain_id::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(220,192,168), transparent);
    height: 3px;
    width: 80%;
    position: absolute;
    left: 50%;
    content: "";
    bottom: 0;
}.data_overview_id .statistics_experts_id {
    line-height: 1.7;
    font-size: 16px;
    color: #000000;
}.data_overview_id .statistics_support_id {
    justify-content: center;
    display: flex;
    position: relative;
    width: 100%;
}.data_overview_id .gain_study_id {
    background-color: transparent;
    position: relative;
    z-index: 3;
    transform-style: preserve-3d;
    perspective: 1000px;
    height: 330px;
    width: 25%;
}.data_overview_id .gain_study_id:nth-child(even) {
    margin-top: 60px;
}.data_overview_id .gain_study_id::before {
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    left: 0;
    transform: translateZ(-10px);
    content: "";
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
}.data_overview_id .gain_study_id::after {
    opacity: 0.5;
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: 15px;
    content: "";
    border-radius: calc(24px - 15px);
    z-index: -1;
    border: 2px dashed rgb(220,192,168,0.5);
    position: absolute;
}.data_overview_id .gain_study_id h4 {
    left: 50%;
    font-weight: 700;
    transition: all 0.3s ease;
    position: absolute;
    z-index: 3;
    top: 50%;
    color: #000000;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.5);
    font-size: 4rem;
    transform: translate(-50%, -50%);
}.data_overview_id .gain_study_id:hover h4 {
    transform: translate(-50%, -50%) scale(1.1);
    color: rgb(220,192,168);
}.data_overview_id .gain_study_id span {
    position: absolute;
    z-index: 3;
    bottom: 40px;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    color: #000000;
    left: 0;
    padding: 0 20px;
    font-weight: 600;
    font-size: 16px;
}.data_overview_id .gain_study_id:hover span {
    transform: translateY(-10px);
}.data_overview_id svg {
    top: 40px;
    opacity: 0.7;
    position: absolute;
    height: 40px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
}.data_overview_id svg path {
    fill: rgb(220,192,168);
}

@media (max-width: 1200px) {.data_overview_id .gain_study_id {
    width: calc(25% - 20px);
    height: 300px;
    margin: 0 10px;
}.data_overview_id .gain_study_id h4 {
    font-size: 3.5rem;
}
}

@media (max-width: 992px) {.data_overview_id {
    padding: 90px 0;
}.data_overview_id .value_statistics_id {
    margin-bottom: 60px;
}.data_overview_id .statistics_support_id {
    flex-wrap: wrap;
}.data_overview_id .gain_study_id {
    margin: 10px !important;
    height: 260px;
    width: calc(50% - 20px);
}.data_overview_id .gain_study_id h4 {
    font-size: 3rem;
}.data_overview_id .gain_study_id:nth-child(even) {
    margin-top: 0;
}
}

@media (max-width: 767px) {.data_overview_id {
    padding: 70px 0;
}.data_overview_id .value_statistics_id {
    margin-bottom: 50px;
}.data_overview_id .top_gain_id {
    font-size: calc(28px * 0.9);
}.data_overview_id .gain_study_id {
    height: 240px;
}.data_overview_id .gain_study_id h4 {
    font-size: 2.8rem;
}.data_overview_id .gain_study_id span {
    bottom: 30px;
    font-size: calc(16px * 0.9);
}.data_overview_id svg {
    height: 30px;
    width: 30px;
    top: 30px;
}
}

@media (max-width: 576px) {.data_overview_id {
    padding: 60px 0;
}.data_overview_id .value_statistics_id {
    margin-bottom: 40px;
}.data_overview_id .statistics_support_id {
    align-items: center;
    flex-direction: column;
}.data_overview_id .gain_study_id {
    width: 90%;
    max-width: 300px;
    height: 200px;
    margin: 10px 0 !important;
}.data_overview_id .gain_study_id h4 {
    font-size: 2.5rem;
}.data_overview_id .gain_study_id span {
    bottom: 25px;
}}

@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}.tariff_item_id {
    background: rgb(239,224,211);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.tariff_item_id::before {
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(197,159,126,0.5), rgb(220,192,168,0.5));
    right: -50px;
    height: 300px;
    filter: blur(60px);
    content: "";
    top: -50px;
    width: 300px;
}.tariff_item_id::after {
    background: linear-gradient(225deg, rgb(220,192,168,0.5), rgb(197,159,126,0.5));
    width: 250px;
    position: absolute;
    content: "";
    left: -50px;
    height: 250px;
    border-radius: 50%;
    filter: blur(50px);
    z-index: 0;
    bottom: -50px;
}.tariff_item_id .container {
    z-index: 1;
    position: relative;
}.tariff_item_id .plan_fee_id {
    gap: 3rem;
    display: flex;
    flex-direction: column-reverse;
}.tariff_item_id .package_deal_id {
    max-width: 800px;
    padding: 0 1rem;
    text-align: center;
    margin: 0 auto;
    position: relative;
}.tariff_item_id .package_deal_id h2 {
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: calc(36px * 1.1);
}.tariff_item_id .package_deal_id h2::after {
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(220,192,168), rgb(197,159,126));
    bottom: -10px;
    position: absolute;
    left: 50%;
}.tariff_item_id .premium_cost_id {
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #000000;
    font-size: 17px;
}.tariff_item_id .program_price_id {
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
    perspective: 1000px;
}.tariff_item_id .enroll_cost_id {
    transform-style: preserve-3d;
    text-decoration: none;
    position: relative;
    display: block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.tariff_item_id .enroll_cost_id:hover {
    transform: translateY(-10px);
}.tariff_item_id .basic_cost_id {
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    position: relative;
    background: #ffffff;
    display: flex;
    transition: all 0.4s ease;
    justify-content: space-between;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    min-height: 430px;
}.tariff_item_id .enroll_cost_id:hover .basic_cost_id {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.tariff_item_id .package_pricing_id {
    position: relative;
    padding: 2rem;
    flex: 1;
    z-index: 2;
}.tariff_item_id .enroll_cost_id h3 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    font-size: calc(20px * 1.1);
}.tariff_item_id .enroll_cost_id h3::before {
    bottom: -5px;
    content: "";
    width: 40px;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
    background: rgb(220,192,168);
}.tariff_item_id .enroll_cost_id:hover h3::before {
    width: 100%;
}.tariff_item_id .rate_card_id {
    display: block;
    font-weight: 700;
    font-size: calc(20px * 1.4);
    color: rgb(197,159,126);
    position: relative;
    margin: 1.5rem 0;
}.tariff_item_id .rate_card_id::after {
    background: rgb(220,192,168);
    top: 50%;
    border-radius: 3px;
    content: "";
    width: 3px;
    transform: translateY(-50%);
    height: 20px;
    left: -10px;
    position: absolute;
}.tariff_item_id .enroll_cost_id p {
    line-height: 1.6;
    font-size: 17px;
    hyphens: auto;
    overflow-wrap: break-word;
    margin-bottom: 1rem;
    color: #000000;
    word-wrap: break-word;
}.tariff_item_id .img_placeholder_id {
    height: 180px;
    position: relative;
}.tariff_item_id .img_placeholder_id::before {
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    position: absolute;
    content: "";
    z-index: 1;
}.tariff_item_id .enroll_cost_id:nth-child(1) .basic_cost_id {
    border-top: 4px solid rgb(220,192,168);
}.tariff_item_id .enroll_cost_id:nth-child(2) .basic_cost_id {
    border-top: 4px solid rgb(197,159,126);
}.tariff_item_id .enroll_cost_id:nth-child(3) .basic_cost_id {
    border-top: 4px solid #6c5ce7;
}.tariff_item_id .enroll_cost_id:nth-child(4) .basic_cost_id {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.tariff_item_id .program_price_id {
    grid-template-columns: repeat(2, 1fr);
}.tariff_item_id .basic_cost_id {
    min-height: 480px;
}.tariff_item_id .package_deal_id {
    padding: 0 2rem;
}.tariff_item_id .package_deal_id h2 {
    font-size: calc(36px * 1.2);
}
}

@media (min-width: 992px) {.tariff_item_id .plan_fee_id {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.tariff_item_id .program_price_id {
    grid-template-columns: repeat(2, 1fr);
    flex: 2;
}.tariff_item_id .package_deal_id {
    padding-right: 3rem;
    text-align: left;
    flex: 1;
}.tariff_item_id .package_deal_id h2::after {
    transform: none;
    left: 0;
}.tariff_item_id .basic_cost_id {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.tariff_item_id .program_price_id {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.tariff_item_id .enroll_cost_id {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(0);
}.tariff_item_id .enroll_cost_id:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.tariff_item_id .basic_cost_id {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    min-height: 520px;
}.tariff_item_id .img_placeholder_id {
    height: 200px;
}.tariff_item_id .rate_card_id {
    font-size: calc(20px * 1.6);
}.tariff_item_id .package_deal_id h2 {
    font-size: calc(36px * 1.3);
}}.get_in_touch_id {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(239,224,211);
    position: relative;
}.get_in_touch_id::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 1;
}.get_in_touch_id .img_placeholder_id {
    top: 0;
    z-index: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 50%;
}.get_in_touch_id .img_placeholder_id::after {
    content: '';
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgb(239,224,211) 100%);
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
}.get_in_touch_id .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.get_in_touch_id h3 {
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 70px;
}.get_in_touch_id .message_feedback_id {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: #ffffff;
    position: relative;
    display: flex;
    border-radius: 10px;
}.get_in_touch_id .inquiry_map_id {
    padding: 60px 50px;
    flex: 2;
    position: relative;
}.get_in_touch_id form h3 {
    text-transform: none;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 30px;
    font-size: 24px;
    text-shadow: none;
    text-align: left;
    color: #000000;
}.get_in_touch_id input[type="text"],
.get_in_touch_id textarea {
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(197,159,126,0.5);
    background: #ffffff;
    transition: all 0.3s ease;
    padding: 15px 0;
    font-size: 15px;
    border: none;
    margin-bottom: 30px;
    border-radius: 0;
    width: 100%;
    color: #000000;
}.get_in_touch_id input[type="text"]::placeholder,
.get_in_touch_id textarea::placeholder {
    opacity: 0.7;
    color: #000000;
}.get_in_touch_id input[type="text"]:focus,
.get_in_touch_id textarea:focus {
    border-color: rgb(220,192,168);
    outline: none;
}.get_in_touch_id textarea {
    resize: none;
    height: 120px;
}.get_in_touch_id .request_block_id {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.get_in_touch_id .request_block_id input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.get_in_touch_id .request_block_id label {
    line-height: 1.5;
    font-size: 12px;
    color: #000000;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
}.get_in_touch_id .request_block_id label::before {
    border: 2px solid rgb(197,159,126);
    transition: all 0.3s ease;
    content: '';
    background: #ffffff;
    top: 0;
    width: 22px;
    position: absolute;
    height: 22px;
    left: 0;
}.get_in_touch_id .request_block_id input[type="checkbox"]:checked + label::before {
    border-color: rgb(220,192,168);
    background: rgb(220,192,168);
}.get_in_touch_id .request_block_id input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    height: 12px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    left: 8px;
    content: '';
    width: 6px;
    position: absolute;
    top: 4px;
}.get_in_touch_id .request_block_id a {
    text-decoration: none;
    color: rgb(220,192,168);
    font-weight: 600;
    transition: all 0.3s ease;
}.get_in_touch_id .request_block_id a:hover {
    color: #000000;
}.get_in_touch_id .contact_reach_id {
    text-transform: uppercase;
    display: inline-block;
    padding: 16px 40px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 50px;
    background: rgb(220,192,168);
}.get_in_touch_id .contact_reach_id:hover {
    background: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.get_in_touch_id .message_request_idh80Sy {
    display: flex;
    position: relative;
    flex: 1;
    justify-content: center;
    color: #ffffff;
    padding: 60px 40px;
    flex-direction: column;
    background: #000000;
}.get_in_touch_id .message_request_idh80Sy::before {
    position: absolute;
    content: '';
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 50%);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}.get_in_touch_id .message_request_idh80Sy h4 {
    text-transform: uppercase;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 1px;
}.get_in_touch_id .message_request_idh80Sy h4::after {
    position: absolute;
    background: rgb(220,192,168);
    content: '';
    height: 3px;
    width: 50px;
    bottom: -15px;
    left: 0;
}.get_in_touch_id .help_widget_id {
    padding: 0;
    margin: 0;
    list-style: none;
}.get_in_touch_id .help_widget_id li {
    transition: transform 0.3s ease;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}.get_in_touch_id .help_widget_id li:last-child {
    margin-bottom: 0;
}.get_in_touch_id .help_widget_id li:hover {
    transform: translateX(5px);
}.get_in_touch_id .help_widget_id svg {
    width: 24px;
    flex-shrink: 0;
    height: 24px;
    margin-right: 20px;
    transition: transform 0.3s ease;
}.get_in_touch_id .help_widget_id svg path {
    fill: rgb(220,192,168);
}.get_in_touch_id .help_widget_id li:hover svg {
    transform: scale(1.2);
}.get_in_touch_id .help_widget_id span {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.get_in_touch_id .help_widget_id a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.get_in_touch_id .help_widget_id a:hover {
    color: rgb(220,192,168);
}

@media (max-width: 992px) {.get_in_touch_id .img_placeholder_id {
    height: 30%;
}.get_in_touch_id h3 {
    margin-bottom: 50px;
}.get_in_touch_id .message_feedback_id {
    max-width: 700px;
    flex-direction: column;
    margin: 0 auto;
}.get_in_touch_id .inquiry_map_id,
    .get_in_touch_id .message_request_idh80Sy {
    width: 100%;
    padding: 40px;
}
}

@media (max-width: 768px) {.get_in_touch_id {
    padding: 80px 0;
}.get_in_touch_id .img_placeholder_id {
    height: 25%;
}.get_in_touch_id h3 {
    font-size: calc(40px * 0.8);
    margin-bottom: 40px;
}.get_in_touch_id .inquiry_map_id,
    .get_in_touch_id .message_request_idh80Sy {
    padding: 30px;
}.get_in_touch_id form h3,
    .get_in_touch_id .message_request_idh80Sy h4 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.get_in_touch_id .contact_reach_id {
    padding: 14px 30px;
}
}

@media (max-width: 576px) {.get_in_touch_id {
    padding: 60px 0;
}.get_in_touch_id .img_placeholder_id {
    height: 20%;
}.get_in_touch_id h3 {
    font-size: calc(40px * 0.7);
    margin-bottom: 30px;
}.get_in_touch_id .inquiry_map_id,
    .get_in_touch_id .message_request_idh80Sy {
    padding: 25px 20px;
}.get_in_touch_id input[type="text"],
    .get_in_touch_id textarea {
    margin-bottom: 20px;
    padding: 12px 0;
}.get_in_touch_id .contact_reach_id {
    padding: 14px 20px;
    width: 100%;
}.get_in_touch_id .help_widget_id li {
    margin-bottom: 20px;
}.get_in_touch_id .help_widget_id svg {
    height: 20px;
    margin-right: 15px;
    width: 20px;
}}.ty_page_id {
    overflow: hidden;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(239,224,211) 0%, rgb(197,159,126,0.5) 100%);
    position: relative;
    perspective: 1000px;
}.ty_page_id::before {
    opacity: 0.07;
    height: 100%;
    z-index: 0;
    left: 0;
    transform: translateZ(-10px);
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    background-image: repeating-linear-gradient(
        45deg,
        rgb(197,159,126,0.5) 0px,
        rgb(197,159,126,0.5) 1px,
        transparent 1px,
        transparent 12px
    );
}.ty_page_id::after {
    filter: blur(40px);
    bottom: -50px;
    height: 200px;
    animation: floating 8s infinite ease-in-out;
    width: 200px;
    background: radial-gradient(circle, rgb(220,192,168,0.5) 0%, transparent 70%);
    content: "";
    right: -50px;
    position: absolute;
    opacity: 0.4;
}.ty_page_id .container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    transform-style: preserve-3d;
    z-index: 2;
    padding: 0 15px;
}.ty_page_id h2 {
    animation: slideIn 0.8s ease-out forwards;
    line-height: 1.3;
    color: #000000;
    transform: translateZ(20px);
    margin-bottom: 40px;
    font-weight: 700;
    letter-spacing: -0.01em;
    font-size: 34px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}.ty_page_id h2::after {
    background: linear-gradient(90deg, rgb(220,192,168) 0%, rgb(197,159,126) 100%);
    bottom: -12px;
    width: 120px;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    content: "";
    animation: lineExpand 1.2s 0.4s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 4px;
    transform-origin: left;
}.ty_page_id .learning_track_id {
    border-left: 5px solid rgb(220,192,168);
    transition: transform 0.5s ease;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    position: relative;
    transform: translateZ(10px) rotateX(2deg);
    background: #ffffff;
    padding: 40px;
    animation: fadeIn 1s 0.3s both;
}.ty_page_id .learning_track_id:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}.ty_page_id ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.ty_page_id li {
    padding-left: 30px;
    position: relative;
}.ty_page_id li::before {
    height: 8px;
    top: 8px;
    box-shadow: 0 0 0 4px rgb(197,159,126,0.5);
    position: absolute;
    left: 0;
    width: 8px;
    border-radius: 50%;
    background-color: rgb(197,159,126);
    content: "";
    animation: pulse 3s infinite;
}.ty_page_id span {
    font-family: Arial, sans-serif;
    font-size: 17px;
    color: #000000;
    line-height: 1.8;
    transition: all 0.3s;
    display: block;
}.ty_page_id .learning_track_id::after {
    background: linear-gradient(135deg, rgb(220,192,168) 0%, rgb(197,159,126) 100%);
    top: -10px;
    transform: rotate(15deg);
    position: absolute;
    right: 30px;
    content: "";
    height: 60px;
    z-index: -1;
    border-radius: 10px;
    opacity: 0.9;
    width: 60px;
    animation: float 6s infinite ease-in-out;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateZ(10px) rotateX(5deg) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) rotateX(2deg) translateY(0);
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateZ(20px) translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateZ(20px) translateX(0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(197,159,126,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(rgb(197,159,126), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(197,159,126), 0);
    }
}

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

@keyframes floating {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

@media (max-width: 991px) {.ty_page_id {
    padding: 80px 0 60px;
}.ty_page_id h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 30px;
}.ty_page_id .learning_track_id {
    padding: 30px;
}.ty_page_id h2::after {
    width: 100px;
}
}

@media (max-width: 767px) {.ty_page_id {
    padding: 60px 0 40px;
}.ty_page_id h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 25px;
}.ty_page_id .learning_track_id {
    transform: translateZ(5px) rotateX(1deg);
    padding: 25px 20px;
}.ty_page_id .learning_track_id:hover {
    transform: translateZ(8px) rotateX(0deg);
}.ty_page_id li {
    padding-left: 25px;
}.ty_page_id span {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}.ty_page_id .learning_track_id::after {
    top: -5px;
    right: 20px;
    width: 40px;
    height: 40px;
}
}

@media (max-width: 575px) {.ty_page_id {
    padding: 50px 0 30px;
}.ty_page_id h2 {
    font-size: calc(34px * 0.7);
    line-height: 1.4;
    margin-bottom: 20px;
}.ty_page_id h2::after {
    height: 3px;
    width: 80px;
}.ty_page_id .learning_track_id {
    padding: 20px 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    transform: none;
}.ty_page_id .learning_track_id:hover {
    transform: translateY(-3px);
}.ty_page_id li {
    padding-left: 20px;
}.ty_page_id li::before {
    width: 6px;
    top: 7px;
    height: 6px;
}.ty_page_id span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.ty_page_id .learning_track_id::after {
    display: none;
}}.welcome_board_id {
    background: linear-gradient(135deg, rgb(239,224,211) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}.welcome_board_id::before {
    right: -5%;
    width: 35%;
    content: "";
    top: -10%;
    background: linear-gradient(45deg, rgb(220,192,168,0.5) 0%, rgb(197,159,126,0.5) 100%);
    filter: blur(60px);
    height: 70%;
    position: absolute;
    z-index: 1;
    animation: pulse 10s infinite alternate ease-in-out;
}.welcome_board_id::after {
    z-index: 1;
    animation: pulse 12s infinite alternate-reverse ease-in-out;
    height: 60%;
    width: 35%;
    left: -5%;
    filter: blur(60px);
    background: linear-gradient(225deg, rgb(197,159,126,0.5) 0%, rgb(220,192,168,0.5) 100%);
    bottom: -10%;
    content: "";
    position: absolute;
}.welcome_board_id .learning_track_id {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1400px;
    padding: 6rem 0;
    grid-gap: 2rem;
    width: 90%;
}.welcome_board_id h1 {
    font-weight: 700;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    line-height: 1.2;
    transform: translateY(30px);
    color: #000000;
    font-size: 47px;
    opacity: 0;
    margin-bottom: 1.5rem;
}.welcome_board_id .content_box_id {
    flex-direction: column;
    z-index: 3;
    display: flex;
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
}.welcome_board_id .learn_home_id {
    backdrop-filter: blur(10px);
    border-radius: 10px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.9);
    padding: 2.5rem;
}.welcome_board_id .learn_home_id:hover {
    transform: translateY(-5px);
}.welcome_board_id .learn_home_id p {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 2rem;
    font-size: calc(13px * 1.2);
    max-width: 90%;
}.welcome_board_id svg {
    margin: 1rem auto 2rem;
    height: 120px;
    width: 120px;
    transform-origin: center;
    display: block;
    animation: floatSvg 8s infinite ease-in-out;
}.welcome_board_id svg path {
    transition: fill 0.5s ease;
    fill: rgb(220,192,168);
}.welcome_board_id svg:hover path {
    filter: drop-shadow(0 0 8px rgba(94,170,168,0.4));
    fill: rgb(197,159,126);
}.welcome_board_id svg text {
    font-weight: 700;
    transition: fill 0.5s ease;
}.welcome_board_id svg:hover text {
    fill: #000000;
}.welcome_board_id .contact_reach_id {
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(94,170,168,0.2);
    display: inline-block;
    transform: translateZ(0);
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    background: linear-gradient(135deg, rgb(220,192,168) 0%, rgb(197,159,126) 100%);
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 1rem 2.5rem;
    margin-top: 1rem;
}.welcome_board_id .contact_reach_id::before {
    content: "";
    position: absolute;
    opacity: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(197,159,126) 0%, rgb(220,192,168) 100%);
    width: 100%;
    transition: opacity 0.4s ease;
    left: 0;
    height: 100%;
}.welcome_board_id .contact_reach_id:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 30px rgba(94,170,168,0.3);
}.welcome_board_id .contact_reach_id:hover::before {
    opacity: 1;
}.welcome_board_id .contact_reach_id:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 5px 10px rgba(94,170,168,0.2);
}.welcome_board_id .img_placeholder_id {
    opacity: 0;
    border-radius: 10px;
    height: 350px;
    overflow: hidden;
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s 0.6s forwards ease-out;
    position: relative;
}.welcome_board_id .img_placeholder_id::before {
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    transition: opacity 0.5s ease;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(94,170,168,0.3), rgba(0,0,0,0.4));
}.welcome_board_id .img_placeholder_id:hover::before {
    opacity: 0.7;
}

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

@keyframes pulse {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.6;
        transform: scale(1);
    }
}

@keyframes floatSvg {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    25% {
        transform: translateY(-5px) rotate(1deg);
    }
    75% {
        transform: translateY(5px) rotate(-1deg);
    }
}

@media (min-width: 768px) {.welcome_board_id .learning_track_id {
    padding: 4rem 0;
    grid-gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.welcome_board_id h1 {
    font-size: calc(47px * 1.2);
    text-align: center;
    grid-column: 1 / -1;
}.welcome_board_id .content_box_id {
    order: 1;
}.welcome_board_id .img_placeholder_id {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    height: 500px;
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 0 100%, 0 10%);
    order: 2;
}.welcome_board_id svg {
    height: 150px;
    width: 150px;
    margin: 1.5rem auto 2.5rem;
}.welcome_board_id .learn_home_id p {
    font-size: calc(13px * 1.4);
}
}

@media (min-width: 992px) {.welcome_board_id .learning_track_id {
    grid-gap: 4rem;
    padding: 6rem 0;
}.welcome_board_id h1 {
    font-size: calc(47px * 1.4);
}.welcome_board_id .learn_home_id {
    padding: 3.5rem;
}.welcome_board_id .img_placeholder_id {
    transform: perspective(1000px) rotateY(-5deg);
    height: 600px;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}.welcome_board_id .img_placeholder_id:hover {
    transform: perspective(1000px) rotateY(0deg);
}.welcome_board_id .contact_reach_id {
    padding: 1.25rem 3rem;
}.welcome_board_id svg {
    width: 180px;
    height: 180px;
}
}

@media (min-width: 1200px) {.welcome_board_id .learning_track_id {
    grid-gap: 6rem;
}.welcome_board_id h1 {
    font-size: calc(47px * 1.6);
    margin-bottom: 2.5rem;
}.welcome_board_id .learn_home_id {
    padding: 4rem;
}.welcome_board_id .img_placeholder_id {
    clip-path: polygon(15% 0, 100% 0, 100% 85%, 0 100%, 0 15%);
    height: 650px;
}
}

@media (max-width: 767px) {.welcome_board_id {
    padding-top: 2rem;
}.welcome_board_id .learning_track_id {
    padding: 3rem 0;
}.welcome_board_id h1 {
    text-align: center;
    font-size: calc(47px * 0.9);
}.welcome_board_id .learn_home_id {
    padding: 2rem;
}.welcome_board_id .learn_home_id p {
    font-size: 13px;
    max-width: 100%;
}.welcome_board_id .contact_reach_id {
    text-align: center;
    display: block;
    padding: 0.875rem 1.75rem;
}.welcome_board_id svg {
    margin: 1rem auto 1.5rem;
    width: 100px;
    height: 100px;
}}.cookieNotificationBanner_id {
    position: fixed;
    border-top: 2px solid rgb(220,192,168);
    background: rgb(197,159,126);
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    padding: 20px 0;
    z-index: 90;
}.cookie_overview_id {
    padding: 20px 30px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    align-items: center;
    margin: auto;
}.cookieNotificationBanner_id h5 {
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 6px;
    font-weight: 700;
    transition: color 0.3s ease-in-out;
}.cookieNotificationBanner_id p {
    max-width: 500px;
    color: #ffffff;
    font-size: 17px;
}.data_notice_id {
    flex-shrink: 0;
    margin-right: 20px;
}.data_notice_id svg, .data_notice_id svg path {
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
    fill: rgb(220,192,168);
}.data_notice_id:hover svg {
    transform: rotate(10deg);
}.cookies_tracking_id {
    line-height: 35px;
    padding: 10px 20px;
    margin-left: 20px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 17px;
    font-size: 18px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    box-shadow: rgb(220,192,168,0.5) 0px 4px 10px 0px;
    background: rgb(220,192,168);
    color: #ffffff;
}.cookie_button.consent_ack_id {
    background: rgb(220,192,168);
}.cookie_button.cookie_customize_id {
    background: rgb(197,159,126);
}.cookies_tracking_id:hover {
    transform: scale(1.05);
    box-shadow: rgb(220,192,168,0.5) 0px 6px 15px 0px;
}.cookieNotificationBanner_id p a {
    color: rgb(220,192,168);
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    font-weight: 600;
}.cookieNotificationBanner_id p a:hover {
    color: rgb(197,159,126);
}.grid-container_id .cookieNotificationBanner_id {
    background: rgb(197,159,126);
    border: none;
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}.grid-container_id .cookies_tracking_id {
    padding: 10px;
    font-size: 18px;
    background: rgb(220,192,168);
    font-weight: 400;
    margin-left: 30px;
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 10px;
    border: none;
}.grid-container_id .cookie_gate_id h5, .grid-container_id .cookie_gate_id p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookieNotificationBanner_id {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.data_notice_id {
    display: none;
}.cookie_overview_id {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookieNotificationBanner_id h5 {
    text-align: center;
}.cookieNotificationBanner_id p {
    text-align: center;
}.cookie_gate_id {
    text-align: center;
    margin-bottom: 20px;
}.cookies_tracking_id {
    margin-left: 0;
    margin-top: 10px;
    max-width: 300px;
    width: 100%;
}}
#cookieWarningDialog_id {
    display: none;
}#cookieWarningDialog_id:checked ~ .cookieNotificationBanner_id {
    visibility: hidden;
    opacity: 0;
}.company_overview_id {
    background: rgb(239,224,211);
    z-index: 1;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}.company_overview_id::before {
    position: absolute;
    width: 500px;
    height: 500px;
    animation: pulse 15s infinite alternate;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(220,192,168,0.5) 0%, transparent 70%);
    top: -100px;
    content: '';
    right: -100px;
    z-index: -1;
}.company_overview_id::after {
    content: '';
    position: absolute;
    height: 400px;
    left: -100px;
    background: linear-gradient(225deg, rgb(197,159,126,0.5) 0%, transparent 70%);
    animation: pulse 12s infinite alternate-reverse;
    bottom: -100px;
    width: 400px;
    z-index: -1;
    border-radius: 50%;
}@keyframes pulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1) rotate(15deg);
        opacity: 0.7;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.5;
    }
}

.company_overview_id .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
}.company_overview_id .learning_track_id {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 60px;
}.company_overview_id h3 {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
    color: #000000;
    font-weight: 700;
    font-size: 28px;
}.company_overview_id h3::after {
    content: '';
    bottom: 0;
    height: 4px;
    width: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(220,192,168), rgb(197,159,126));
    border-radius: 10px;
}.company_overview_id .mission_block_id {
    display: grid;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    grid-template-columns: 1fr 1fr;
    position: relative;
    background: #ffffff;
    border-radius: 23px;
    gap: 40px;
}.company_overview_id .mission_block_id:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.company_overview_id .mission_block_id span {
    color: rgb(220,192,168);
    grid-column: 1 / 2;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
}.company_overview_id .mission_block_id p {
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.7;
    color: #000000;
    grid-column: 1 / 2;
    border-left: 3px solid rgb(197,159,126);
}.company_overview_id .mission_block_id .img_placeholder_id {
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    border-radius: 23px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    grid-column: 2 / 3;
    min-height: 300px;
    transition: transform 0.5s ease;
    height: 100%;
    grid-row: 1 / 3;
}.company_overview_id .mission_block_id .img_placeholder_id::before {
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
}.company_overview_id .mission_block_id .img_placeholder_id:hover {
    transform: perspective(1000px) rotateY(0deg);
}.company_overview_id .knowledge_zone_id {
    padding: 30px;
    display: grid;
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 23px;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.company_overview_id .knowledge_zone_id:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.company_overview_id .knowledge_zone_id p {
    grid-column: 1 / 2;
    color: #000000;
    padding-left: 20px;
    line-height: 1.7;
    font-size: 13px;
    margin-bottom: 0;
    position: relative;
    border-left: 3px solid rgb(220,192,168);
}.company_overview_id .knowledge_zone_id .pro_learn_id {
    grid-column: 2 / 3;
    min-height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 23px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    height: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.company_overview_id .knowledge_zone_id .pro_learn_id::before {
    width: 100%;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    position: absolute;
    z-index: 1;
}.company_overview_id .knowledge_zone_id .pro_learn_id::after {
    background: radial-gradient(circle at top right, rgb(220,192,168,0.5) 0%, transparent 70%);
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
    content: '';
    top: 0;
    width: 100%;
}.company_overview_id .knowledge_zone_id .pro_learn_id:hover {
    transform: perspective(1000px) rotateY(0deg);
}.company_overview_id .img_placeholder_id::after {
    position: absolute;
    top: -10px;
    animation: float 3s infinite alternate;
    border-radius: 50%;
    width: 60px;
    content: '';
    z-index: 2;
    right: -10px;
    opacity: 0.7;
    background: rgb(197,159,126);
    height: 60px;
}@keyframes float {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-20px) scale(1.1);
    }
}

.company_overview_id .learning_track_id::before {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    z-index: -1;
    width: 2px;
    content: '';
    height: 100%;
    background: linear-gradient(to bottom, rgb(220,192,168,0.5), transparent);
}.company_overview_id .mission_block_id::after,
.company_overview_id .knowledge_zone_id::after {
    border-radius: 50%;
    background: #ffffff;
    height: 20px;
    transform: translateX(-50%);
    position: absolute;
    z-index: 3;
    border: 3px solid rgb(220,192,168);
    left: 50%;
    content: '';
    width: 20px;
}.company_overview_id .mission_block_id::after {
    bottom: -40px;
}.company_overview_id .knowledge_zone_id::after {
    top: -40px;
}

@media (max-width: 991px) {.company_overview_id {
    padding: 60px 0;
}.company_overview_id .mission_block_id,
    .company_overview_id .knowledge_zone_id {
    grid-template-columns: 1fr;
    gap: 30px;
}.company_overview_id .mission_block_id span,
    .company_overview_id .mission_block_id p,
    .company_overview_id .knowledge_zone_id p {
    grid-column: 1 / 2;
}.company_overview_id .mission_block_id .img_placeholder_id,
    .company_overview_id .knowledge_zone_id .pro_learn_id {
    min-height: 250px;
    grid-column: 1 / 2;
    grid-row: auto;
}.company_overview_id .learning_track_id::before {
    left: 20px;
}.company_overview_id .mission_block_id::after,
    .company_overview_id .knowledge_zone_id::after {
    left: 20px;
    transform: none;
}
}

@media (max-width: 767px) {.company_overview_id {
    padding: 40px 0;
}.company_overview_id h3 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.company_overview_id .learning_track_id {
    gap: 40px;
}.company_overview_id .mission_block_id,
    .company_overview_id .knowledge_zone_id {
    padding: 20px;
}.company_overview_id .mission_block_id .img_placeholder_id,
    .company_overview_id .knowledge_zone_id .pro_learn_id {
    min-height: 200px;
}.company_overview_id .mission_block_id span {
    font-size: calc(20px * 0.9);
}.company_overview_id .mission_block_id p,
    .company_overview_id .knowledge_zone_id p {
    padding-left: 15px;
    font-size: calc(13px * 0.95);
}.company_overview_id::before,
    .company_overview_id::after {
    height: 200px;
    width: 200px;
}
}

@media (max-width: 480px) {.company_overview_id {
    padding: 30px 0;
}.company_overview_id h3 {
    padding-bottom: 15px;
    font-size: calc(28px * 0.8);
    margin-bottom: 25px;
}.company_overview_id h3::after {
    height: 3px;
    width: 60px;
}.company_overview_id .learning_track_id {
    gap: 30px;
}.company_overview_id .mission_block_id,
    .company_overview_id .knowledge_zone_id {
    gap: 20px;
    padding: 15px;
}.company_overview_id .mission_block_id .img_placeholder_id,
    .company_overview_id .knowledge_zone_id .pro_learn_id {
    min-height: 180px;
}.company_overview_id .mission_block_id span {
    margin-bottom: 10px;
}.company_overview_id .mission_block_id p,
    .company_overview_id .knowledge_zone_id p {
    padding-left: 10px;
}.company_overview_id .mission_block_id::after,
    .company_overview_id .knowledge_zone_id::after {
    width: 15px;
    height: 15px;
}.company_overview_id::before,
    .company_overview_id::after {
    height: 150px;
    width: 150px;
}}.newsletter_signup_id {
    background: rgb(239,224,211);
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
}.newsletter_signup_id::before {
    height: 100%;
    opacity: 0.5;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background:
        radial-gradient(circle at 10% 20%, rgb(220,192,168,0.5) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgb(197,159,126,0.5) 0%, transparent 35%);
}.newsletter_signup_id .learning_track_id {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.newsletter_signup_id .message_help_id {
    margin: 0 auto;
    border-radius: 18px;
    max-width: 700px;
    padding: 3.5rem 3rem;
    position: relative;
    background: #ffffff;
}.newsletter_signup_id .message_help_id::before {
    height: 120px;
    border-radius: 50%;
    background: rgb(220,192,168);
    position: absolute;
    animation: moveBlob1 20s infinite alternate ease-in-out;
    width: 120px;
    opacity: 0.2;
    right: -40px;
    top: -40px;
    content: "";
}.newsletter_signup_id .message_help_id::after {
    opacity: 0.2;
    bottom: -60px;
    left: -60px;
    width: 180px;
    height: 180px;
    position: absolute;
    content: "";
    border-radius: 50%;
    animation: moveBlob2 15s infinite alternate ease-in-out;
    background: rgb(197,159,126);
}@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_id h3 {
    text-align: center;
    overflow: hidden;
    font-size: 21px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 15px;
    margin-bottom: 2.5rem;
    position: relative;
}.newsletter_signup_id h3::after {
    height: 4px;
    animation: waveMotion 3s infinite ease-in-out;
    content: "";
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(220,192,168) 50%,
        transparent 100%
    );
    left: 0;
    bottom: 0;
    position: absolute;
}@keyframes waveMotion {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

.newsletter_signup_id .input_holder {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 2rem;
}.newsletter_signup_id input[type="email"] {
    background: rgb(239,224,211);
    font-size: 14px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
    border: none;
    font-family: Arial, sans-serif;
    padding: 1.2rem 1.5rem;
    border-radius: 50px;
    color: #000000;
    transition: all 0.3s ease;
}.newsletter_signup_id input[type="email"]:focus {
    background: #ffffff;
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.5),
        0 0 0 2px rgb(220,192,168,0.5);
    outline: none;
}.newsletter_signup_id input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.newsletter_signup_id input[type="submit"] {
    min-width: 180px;
    transition: all 0.3s ease;
    background: linear-gradient(45deg, rgb(220,192,168) 0%, rgb(197,159,126) 100%);
    z-index: 1;
    font-weight: 600;
    border-radius: 50px;
    position: relative;
    padding: 1rem 2rem;
    font-size: 17px;
    letter-spacing: 1px;
    border: none;
    font-family: Arial, sans-serif;
    cursor: pointer;
    align-self: center;
    color: #ffffff;
    text-transform: uppercase;
    overflow: hidden;
}.newsletter_signup_id input[type="submit"]::before {
    background: linear-gradient(45deg, rgb(197,159,126) 0%, rgb(220,192,168) 100%);
    transition: opacity 0.3s ease;
    opacity: 0;
    bottom: -10px;
    transform: scale(0.95);
    border-radius: 50px;
    top: -10px;
    right: -10px;
    left: -10px;
    position: absolute;
    content: "";
    z-index: -1;
}.newsletter_signup_id input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}.newsletter_signup_id input[type="submit"]:hover::before {
    animation: rotateGradient 2s infinite linear;
    opacity: 1;
}@keyframes rotateGradient {
    0% {
        transform: scale(0.95) rotate(0deg);
    }
    100% {
        transform: scale(0.95) rotate(360deg);
    }
}

.newsletter_signup_id .input_holder::before {
    top: 15%;
    position: absolute;
    opacity: 0.3;
    width: 20px;
    content: "";
    right: 5%;
    background: rgb(220,192,168,0.5);
    height: 20px;
    animation: floatBubble 6s infinite alternate ease-in-out;
    border-radius: 50%;
}.newsletter_signup_id .input_holder::after {
    border-radius: 50%;
    height: 15px;
    content: "";
    animation: floatBubble 8s infinite alternate-reverse ease-in-out;
    left: 5%;
    bottom: 15%;
    width: 15px;
    position: absolute;
    opacity: 0.3;
    background: rgb(197,159,126,0.5);
}

@keyframes floatBubble {
    0%, 100% {
        transform: translate(0, 0);
    }
    33% {
        transform: translate(10px, -10px);
    }
    66% {
        transform: translate(-10px, 10px);
    }
}

@media (max-width: 768px) {.newsletter_signup_id {
    padding: 4rem 1.5rem;
}.newsletter_signup_id .message_help_id {
    padding: 2.5rem 2rem;
}.newsletter_signup_id .message_help_id::before,
    .newsletter_signup_id .message_help_id::after {
    display: none;
}.newsletter_signup_id h3 {
    margin-bottom: 2rem;
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 480px) {.newsletter_signup_id {
    padding: 3rem 1rem;
}.newsletter_signup_id .message_help_id {
    padding: 2rem 1.5rem;
}.newsletter_signup_id h3 {
    font-size: calc(21px * 0.8);
    margin-bottom: 1.5rem;
}.newsletter_signup_id input[type="email"] {
    padding: 1rem;
}.newsletter_signup_id input[type="submit"] {
    min-width: 100%;
    padding: 0.8rem 1.5rem;
}}.user_comments_id {
    background: linear-gradient(135deg, rgb(239,224,211) 0%, rgb(197,159,126,0.5) 100%);
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}.user_comments_id::before {
    background-size: 100px 100px;
    content: "";
    left: 0;
    pointer-events: none;
    background-image: 
        linear-gradient(45deg, transparent 40%, rgb(220,192,168,0.5) 40%, rgb(220,192,168,0.5) 60%, transparent 60%),
        linear-gradient(-45deg, transparent 40%, rgb(220,192,168,0.5) 40%, rgb(220,192,168,0.5) 60%, transparent 60%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: 1;
}.user_comments_id h2 {
    text-align: center;
    transform: perspective(1000px) rotateX(5deg);
    color: #000000;
    text-shadow: 0 2px 3px rgba(0,0,0,0.1);
    font-size: 38px;
    position: relative;
    font-weight: 700;
    transform-origin: center bottom;
    margin-bottom: 60px;
}.user_comments_id h2::after {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(220,192,168), rgb(197,159,126));
    transform: translateX(-50%);
    left: 50%;
    content: "";
    height: 4px;
    bottom: -15px;
    width: 80px;
    position: absolute;
}.user_comments_id .container.learning_track_id {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.user_comments_id .client_story_id {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 25px;
}.user_comments_id .rating_reviews_id {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    backface-visibility: hidden;
    box-shadow: 0 15px 30px -10px rgba(0,0,0,0.1);
    background: #ffffff;
    padding: 30px 25px 25px;
    overflow: hidden;
    transform-origin: center center;
    border-radius: 26px;
    transform: perspective(1000px) rotateY(0deg);
}.user_comments_id .rating_reviews_id::before {
    position: absolute;
    font-size: 150px;
    content: "";
    font-family: Arial, sans-serif;
    opacity: 0.2;
    right: 20px;
    color: rgb(220,192,168,0.5);
    z-index: 0;
    top: -30px;
    line-height: 1;
}.user_comments_id .rating_reviews_id::after {
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0.8);
    transform-origin: center;
    height: 5px;
    background: linear-gradient(90deg, rgb(220,192,168), rgb(197,159,126));
    transition: transform 0.4s ease-out;
}.user_comments_id .rating_reviews_id:hover {
    transform: perspective(1000px) translateY(-10px) rotateY(2deg);
    box-shadow: 0 25px 50px -15px rgba(0,0,0,0.15), 
                0 5px 15px rgba(rgb(220,192,168,0.5), 0.2);
}.user_comments_id .rating_reviews_id:hover::after {
    transform: scaleX(1);
}.user_comments_id .rating_reviews_id h3 {
    font-weight: 600;
    color: #000000;
    z-index: 2;
    margin-bottom: 10px;
    font-size: calc(24px * 0.9);
    position: relative;
}.user_comments_id .rating_reviews_id h3::before {
    bottom: -5px;
    transform-origin: left;
    transition: width 0.3s ease;
    height: 2px;
    background-color: rgb(220,192,168);
    width: 25px;
    content: "";
    position: absolute;
    left: 0;
}.user_comments_id .rating_reviews_id:hover h3::before {
    width: 40px;
}.user_comments_id .rating_reviews_id .description {
    position: relative;
    line-height: 1.65;
    z-index: 2;
    font-size: 17px;
    color: #000000;
    margin-bottom: 20px;
}.user_comments_id .rating_reviews_id div {
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 50%;
    transition: transform 0.3s ease;
    overflow: hidden;
    height: 50px;
    width: 50px;
    position: relative;
    transform: translateZ(0);
}.user_comments_id .rating_reviews_id:hover div {
    transform: scale(1.05) translateZ(0);
}.user_comments_id .rating_reviews_id img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}.user_comments_id .rating_reviews_id:hover img {
    transform: scale(1.1);
}

@media (min-width: 576px) {.user_comments_id .client_story_id {
    grid-template-columns: repeat(2, 1fr);
}.user_comments_id h2 {
    margin-bottom: 70px;
}
}

@media (min-width: 768px) {.user_comments_id {
    padding: 100px 0;
}.user_comments_id .client_story_id {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.user_comments_id .rating_reviews_id {
    padding: 35px 30px 30px;
}
}

@media (min-width: 992px) {.user_comments_id .client_story_id {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}.user_comments_id h2 {
    font-size: calc(38px * 1.1);
}.user_comments_id .rating_reviews_id {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.user_comments_id .rating_reviews_id:nth-child(odd):hover {
    transform: perspective(1000px) translateY(-10px) rotateY(2deg);
}.user_comments_id .rating_reviews_id:nth-child(even):hover {
    transform: perspective(1000px) translateY(-10px) rotateY(-2deg);
}
}

@media (min-width: 1200px) {.user_comments_id .client_story_id {
    grid-template-columns: repeat(4, 1fr);
}.user_comments_id h2::after {
    width: 100px;
}.user_comments_id .container.learning_track_id {
    padding: 0;
}
}

@media (hover: none) {.user_comments_id .rating_reviews_id:hover {
    transform: translateY(0);
}.user_comments_id .rating_reviews_id::after {
    transform: scaleX(1);
}}.goal_footer_id {
    background: linear-gradient(45deg, #000000 0%, rgb(197,159,126,0.5) 100%);
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 6rem 0 2rem;
    position: relative;
}.goal_footer_id::before {
    width: 100%;
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(220,192,168,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(197,159,126,0.5) 0%, transparent 30%);
    opacity: 0.15;
}.goal_footer_id::after {
    top: 0;
    z-index: 2;
    height: 100%;
    content: '';
    position: absolute;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    left: 0;
    width: 100%;
}.goal_footer_id .container {
    position: relative;
    z-index: 3;
}.goal_footer_id .sec_cert_id {
    flex-direction: column;
    display: flex;
    position: relative;
}.goal_footer_id .ask_support_id {
    flex-wrap: wrap;
    padding: 1.25rem 2rem;
    background-color: #ffffff;
    transform: translateY(-3.5rem);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 30px;
    position: relative;
    justify-content: space-between;
    margin-bottom: 2rem;
    gap: 1.5rem;
    z-index: 10;
}.goal_footer_id .ask_support_id::before {
    content: '';
    left: 0;
    width: 100%;
    position: absolute;
    border-radius: 30px;
    height: 100%;
    opacity: 0.08;
    top: 0;
    background: linear-gradient(135deg, transparent 20%, rgb(220,192,168,0.5) 140%);
    z-index: -1;
}.goal_footer_id .info_item {
    min-width: 200px;
    flex: 1;
    position: relative;
    max-width: 300px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}.goal_footer_id .info_item:not(:last-child)::after {
    height: 70%;
    content: '';
    top: 50%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(197,159,126,0.5), transparent);
    transform: translateY(-50%);
    position: absolute;
    right: -0.75rem;
}.goal_footer_id .info_item p,
.goal_footer_id .info_item a {
    align-items: center;
    border-radius: 10px;
    padding: 0.5rem;
    gap: 0.875rem;
    color: #000000;
    display: flex;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.3s ease;
}.goal_footer_id .info_item:hover {
    transform: translateY(-5px);
}.goal_footer_id .info_item:hover p,
.goal_footer_id .info_item:hover a {
    color: rgb(220,192,168);
}.goal_footer_id .info_item svg {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
    fill: rgb(220,192,168);
}.goal_footer_id .info_item:hover svg {
    transform: scale(1.15);
}.goal_footer_id .text_main_holder {
    display: grid;
    position: relative;
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr 1fr;
}.goal_footer_id .main_mainbar_id {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}.goal_footer_id .main_mainbar_id svg {
    max-width: 180px;
    height: auto;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease, transform 0.3s ease;
}.goal_footer_id .main_mainbar_id:hover svg {
    transform: scale(1.03);
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(220,192,168,0.5));
}.goal_footer_id .equity_pledge_id {
    opacity: 0.8;
    line-height: 1.6;
    font-size: calc(12px + 1px);
}.goal_footer_id .top_lead_id {
    flex-direction: column;
    position: relative;
    display: flex;
}.goal_footer_id .top_lead_id::before {
    width: 1px;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(197,159,126,0.5) 30%, rgb(197,159,126,0.5) 70%, transparent);
    left: -2rem;
    content: '';
    bottom: 0;
}.goal_footer_id .top_lead_id::after {
    width: 1px;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(197,159,126,0.5) 30%, rgb(197,159,126,0.5) 70%, transparent);
    top: 0;
    right: -2rem;
    bottom: 0;
}.goal_footer_id .top_lead_id h5 {
    font-size: 18px;
    position: relative;
    margin-bottom: 1.75rem;
    font-weight: 600;
    padding-bottom: 0.875rem;
}.goal_footer_id .top_lead_id h5::after {
    bottom: 0;
    height: 2px;
    background: linear-gradient(to right, rgb(220,192,168), transparent);
    left: 0;
    width: 60px;
    position: absolute;
    content: '';
}.goal_footer_id .site_core_id {
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.goal_footer_id .site_core_id:first-child {
    margin-bottom: 2rem;
}.goal_footer_id .site_core_id a {
    transition: all 0.3s ease;
    opacity: 0.85;
    position: relative;
    transform-origin: left;
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
    padding: 0.25rem 0;
}.goal_footer_id .site_core_id a::before {
    content: '';
    background-color: rgb(220,192,168);
    height: 1px;
    width: 0;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
}.goal_footer_id .site_core_id a:hover {
    color: rgb(220,192,168);
    opacity: 1;
    transform: translateX(8px);
}.goal_footer_id .site_core_id a:hover::before {
    width: 20px;
}.goal_footer_id .subscribe_holder {
    overflow: hidden;
    gap: 1.5rem;
    display: flex;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    backdrop-filter: blur(10px);
    flex-direction: column;
    padding: 2rem;
}.goal_footer_id .subscribe_holder::before {
    position: absolute;
    width: 100%;
    top: 0;
    content: '';
    z-index: -1;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(220,192,168,0.5), transparent 70%);
    left: 0;
    height: 100%;
    opacity: 0.2;
}.goal_footer_id .subscribe_holder::after {
    right: 0;
    opacity: 0.3;
    width: 150px;
    bottom: 0;
    position: absolute;
    animation: pulseGlow 6s infinite alternate;
    content: '';
    background: radial-gradient(circle, rgb(220,192,168,0.5) 0%, transparent 70%);
    height: 150px;
    z-index: -1;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.goal_footer_id .subscribe_holder h5 {
    font-weight: 600;
    position: relative;
    padding-bottom: 0.875rem;
    font-size: 18px;
    margin-bottom: 0.5rem;
}.goal_footer_id .subscribe_holder h5::after {
    background: rgb(220,192,168);
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}.goal_footer_id .subscribe_holder p {
    font-size: 17px;
    margin-bottom: 0.5rem;
    line-height: 1.6;
    opacity: 0.9;
}.goal_footer_id .input_holder {
    gap: 1rem;
    position: relative;
    display: flex;
    margin-top: 0.5rem;
    flex-direction: column;
}.goal_footer_id .input_holder::before {
    animation: subtleRotate 15s linear infinite;
    z-index: -1;
    position: absolute;
    width: calc(100% + 20px);
    top: -10px;
    background: 
        radial-gradient(circle at bottom right, rgb(220,192,168,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(197,159,126,0.5) 0%, transparent 70%);
    left: -10px;
    content: '';
    opacity: 0.1;
    height: calc(100% + 20px);
    border-radius: calc(10px + 10px);
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.goal_footer_id .input_holder input[type="email"] {
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 17px;
    padding: 1.125rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 10px;
}.goal_footer_id .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(220,192,168,0.5);
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgb(220,192,168,0.5);
}.goal_footer_id .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.goal_footer_id .join_list_id {
    border: none;
    overflow: hidden;
    padding: 1.125rem 1.5rem;
    z-index: 1;
    position: relative;
    color: #ffffff;
    background-color: rgb(220,192,168);
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 15px;
}.goal_footer_id .join_list_id::before {
    left: -100%;
    height: 100%;
    transition: left 0.7s ease;
    top: 0;
    z-index: -1;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    content: '';
}.goal_footer_id .join_list_id::after {
    opacity: 0;
    background: rgb(197,159,126);
    z-index: -2;
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
}.goal_footer_id .join_list_id:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}.goal_footer_id .join_list_id:hover::before {
    left: 100%;
}.goal_footer_id .join_list_id:hover::after {
    opacity: 1;
}.goal_footer_id .insta_feed_id {
    padding-top: 2rem;
    text-align: center;
    position: relative;
    margin-top: 4rem;
}.goal_footer_id .insta_feed_id::before {
    left: 20%;
    content: '';
    background: linear-gradient(to right, transparent, rgb(197,159,126,0.5), transparent);
    position: absolute;
    width: 60%;
    top: 0;
    height: 1px;
}.goal_footer_id .media_kit_id {
    opacity: 0.7;
    font-size: 12px;
}

@media (max-width: 1200px) {.goal_footer_id .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.goal_footer_id .subscribe_holder {
    margin-top: 2rem;
    grid-column: 1 / -1;
}.goal_footer_id .top_lead_id::after {
    display: none;
}
}

@media (max-width: 991px) {.goal_footer_id {
    padding: 5rem 0 2rem;
}.goal_footer_id .ask_support_id {
    flex-wrap: wrap;
    justify-content: center;
}.goal_footer_id .info_item {
    flex: 0 0 auto;
    max-width: none;
    width: calc(50% - 2rem);
}.goal_footer_id .info_item:not(:last-child)::after {
    display: none;
}.goal_footer_id .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.goal_footer_id .top_lead_id::before, 
    .goal_footer_id .top_lead_id::after {
    display: none;
}.goal_footer_id .main_mainbar_id {
    text-align: center;
    align-items: center;
}.goal_footer_id .top_lead_id h5, 
    .goal_footer_id .subscribe_holder h5 {
    text-align: center;
}.goal_footer_id .top_lead_id h5::after, 
    .goal_footer_id .subscribe_holder h5::after {
    transform: translateX(-50%);
    left: 50%;
}.goal_footer_id .site_core_id {
    grid-template-columns: repeat(3, 1fr);
}.goal_footer_id .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.goal_footer_id {
    padding: 4rem 0 2rem;
}.goal_footer_id .ask_support_id {
    transform: translateY(-2.5rem);
    padding: 1rem 1.5rem;
}.goal_footer_id .info_item {
    width: 100%;
    max-width: none;
}.goal_footer_id .site_core_id {
    grid-template-columns: repeat(2, 1fr);
}.goal_footer_id .insta_feed_id {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.goal_footer_id {
    padding: 3rem 0 1.5rem;
}.goal_footer_id .ask_support_id {
    padding: 1rem;
    transform: translateY(-1.5rem);
}.goal_footer_id .info_item p,
    .goal_footer_id .info_item a {
    font-size: calc(17px - 1px);
}.goal_footer_id .site_core_id {
    grid-template-columns: 1fr;
    text-align: center;
}.goal_footer_id .site_core_id a:hover {
    transform: none;
}.goal_footer_id .site_core_id a::before {
    transform: translateX(-50%);
    left: 50%;
}.goal_footer_id .site_core_id a:hover::before {
    width: 30px;
}.goal_footer_id .input_holder {
    width: 100%;
}
}