* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.head_know {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.wrapper-border {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}.container {
    width: 1255px;
    margin: auto;
    max-width: 100%;
}html,body {
    color: #000000;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}a {
    color: inherit;
    text-decoration: none;
}.gdpr_block {
    flex: 0 0 auto;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    padding: 1px;
    width: 1rem;
    scroll-behavior: auto;
}::-webkit-scrollbar-track {
    border-radius: 0.9vw;
    box-shadow: inset -2px 3px 13px 1px rgba(0, 0, 0, 0.8);
    background: rgb(202,140,140);
}::-webkit-scrollbar-thumb {
    border: 1px dotted rgb(254,201,201);
    min-height: 21px;
    background: linear-gradient(42deg, rgb(202,140,140,0.5) 48%, rgb(230,170,170) 59%, rgb(230,170,170,0.5) 41%, rgb(254,201,201) 40%);
    box-shadow: 2px 1px 14px 7px rgba(0, 0, 0, 0.2);
    animation: glow_scrollbar 3.6s ease infinite;
}::-webkit-scrollbar-thumb:hover {
    transform: scale(0.95);
    background: rgb(202,140,140);
}::-webkit-scrollbar-thumb:active {
    background: rgb(230,170,170);
    box-shadow: inset 0px -1px 15px 3px rgba(0, 0, 0, 0.8);
}::-webkit-scrollbar-corner {
    background: rgb(202,140,140);
}* {
    scrollbar-color: rgb(202,140,140) rgb(202,140,140);
    scrollbar-width: none;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_us {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(120deg, rgb(254,201,201) 0%, #1a1e2e 100%);
}.contact_us::before {
    position: absolute;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(230,170,170), 0.05) 100%);
    left: 0;
    content: "";
    height: 100%;
    z-index: 0;
    top: 0;
    width: 100%;
}.contact_us::after {
    position: absolute;
    z-index: 1;
    left: 0;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    content: "";
    bottom: 0;
    width: 100%;
    height: 100px;
}.contact_us .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.contact_us h2 {
    letter-spacing: 2px;
    position: relative;
    font-size: 33px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 70px;
    text-align: center;
    font-weight: 700;
}.contact_us h2::before {
    background: rgb(230,170,170);
    content: "";
    height: 2px;
    width: 30px;
    position: absolute;
    left: calc(50% - 50px);
    bottom: -20px;
}.contact_us h2::after {
    bottom: -20px;
    left: calc(50% - 10px);
    background: rgb(230,170,170);
    height: 2px;
    position: absolute;
    width: 70px;
    content: "";
}.contact_us .feedback_card {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    display: grid;
    border-radius: 23px;
    grid-template-columns: 6fr 4fr;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
}.contact_us .img_cover {
    position: relative;
    min-height: 100%;
}.contact_us .img_cover::before {
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    content: "";
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
}.contact_us .img_cover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    animation: scanLines 5s linear infinite;
    z-index: 2;
    height: 100%;
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(230,170,170), 0.1) 10px, rgba(rgb(230,170,170), 0.1) 11px);
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact_us .query_map {
    padding: 50px;
    position: relative;
}.contact_us .query_map::before {
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    content: "";
}.contact_us #contact {
    gap: 25px;
    display: flex;
    flex-direction: column;
}.contact_us h3 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
}.contact_us h3::after {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    background: rgb(230,170,170);
    bottom: -10px;
    width: 50px;
}.contact_us input[type="text"] {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 17px;
    width: 100%;
    padding: 16px 20px;
}.contact_us input[type="text"]:focus {
    border-color: rgb(230,170,170);
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(230,170,170), 0.2);
    background: rgba(0, 0, 0, 0.3);
}.contact_us input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact_us .help_feedback {
    align-items: flex-start;
    gap: 12px;
    margin-top: 5px;
    display: flex;
}.contact_us .help_feedback input[type="checkbox"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 24px;
    appearance: none;
    width: 24px;
    cursor: pointer;
    margin-top: 2px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 3px;
}.contact_us .help_feedback input[type="checkbox"]:checked {
    border-color: rgb(230,170,170);
    background: rgb(230,170,170);
}.contact_us .help_feedback input[type="checkbox"]:checked::after {
    top: 6px;
    position: absolute;
    height: 10px;
    content: "";
    transform: rotate(45deg);
    width: 6px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    left: 9px;
}.contact_us .help_feedback label {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(17px - 2px);
}.contact_us .help_feedback a {
    color: rgb(230,170,170);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}.contact_us .help_feedback a:hover {
    color: #ffffff;
}.contact_us .help_feedback a::after {
    content: "";
    background: rgb(230,170,170);
    width: 100%;
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    bottom: -2px;
    height: 1px;
}.contact_us .help_feedback a:hover::after {
    background: #ffffff;
}.contact_us .connect_grid {
    font-size: 15px;
    align-self: flex-start;
    overflow: hidden;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    padding: 16px 35px;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
    background: rgb(230,170,170);
    transition: all 0.3s ease;
    font-weight: 600;
}.contact_us .connect_grid::before {
    top: 0;
    height: 100%;
    transition: all 0.5s ease;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    left: -100%;
}.contact_us .connect_grid:hover {
    background: rgb(202,140,140);
    transform: translateY(-3px);
}.contact_us .connect_grid:hover::before {
    left: 100%;
}.contact_us svg {
    fill: rgb(230,170,170);
    height: 22px;
    filter: drop-shadow(0 0 5px rgba(rgb(230,170,170), 0.5));
    transition: all 0.3s ease;
    width: 22px;
}.contact_us svg path {
    transition: all 0.3s ease;
    fill: rgb(230,170,170);
}.contact_us svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}.contact_us svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact_us {
    padding: 70px 0;
}.contact_us .feedback_card {
    grid-template-columns: 1fr;
}.contact_us .img_cover {
    min-height: 300px;
}.contact_us .query_map {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact_us {
    padding: 50px 0;
}.contact_us h2 {
    margin-bottom: 50px;
    font-size: calc(33px - 4px);
}.contact_us .img_cover {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_us {
    padding: 40px 0;
}.contact_us .container {
    padding: 0 15px;
}.contact_us h2 {
    margin-bottom: 40px;
    font-size: calc(33px - 6px);
}.contact_us h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.contact_us h2::after {
    width: 50px;
}.contact_us .query_map {
    padding: 30px 20px 40px;
}.contact_us #contact {
    gap: 20px;
}.contact_us .connect_grid {
    width: 100%;
}.contact_us .img_cover {
    min-height: 200px;
}}.subscribe_to_newsletter {
    background: linear-gradient(135deg, rgb(254,201,201), rgb(202,140,140,0.5));
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.subscribe_to_newsletter::before {
    position: absolute;
    z-index: 0;
    height: 140%;
    right: -5%;
    content: "";
    transform: rotate(-15deg) skewX(-15deg);
    background: linear-gradient(145deg, rgb(230,170,170,0.5), rgb(202,140,140));
    width: 50%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    top: -10%;
    opacity: 0.7;
}.subscribe_to_newsletter::after {
    transform: rotate(12deg) skewY(5deg);
    z-index: 0;
    content: "";
    height: 70%;
    left: -2%;
    background: linear-gradient(to right, rgb(202,140,140) 20%, rgb(230,170,170,0.5));
    position: absolute;
    bottom: -5%;
    filter: blur(15px);
    opacity: 0.6;
    width: 35%;
}.subscribe_to_newsletter .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.subscribe_to_newsletter .class_trackzPyg {
    backdrop-filter: blur(5px);
    background: linear-gradient(120deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    display: flex;
    flex-direction: column;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem 3rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-left: 4px solid rgb(230,170,170);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 8px 12px rgba(0,0,0,0.08),
                inset 0 0 0 1px rgba(255,255,255,0.1);
}.subscribe_to_newsletter .class_trackzPyg:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 
                0 12px 16px rgba(0,0,0,0.1),
                inset 0 0 0 1px rgba(255,255,255,0.2);
    transform: perspective(1000px) rotateX(0deg);
}.subscribe_to_newsletter h3 {
    margin-bottom: 2.5rem;
    transform: translateX(-5px);
    line-height: 1.4;
    max-width: 90%;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    position: relative;
    font-weight: 600;
    font-size: clamp(1.5rem, 3vw, 35px);
}.subscribe_to_newsletter h3::after {
    background: linear-gradient(to right, rgb(230,170,170), transparent);
    bottom: -12px;
    content: "";
    height: 3px;
    position: absolute;
    width: 80px;
    left: 0;
}.subscribe_to_newsletter .input_holder {
    display: flex;
    flex-direction: row;
    gap: 1.25rem;
    align-items: stretch;
    margin-top: 1rem;
    position: relative;
    transform: translateY(0);
    transition: transform 0.3s ease;
}.subscribe_to_newsletter .input_holder:focus-within {
    transform: translateY(-5px);
}.subscribe_to_newsletter .input_holder div {
    position: relative;
    flex: 1;
}.subscribe_to_newsletter input[type="email"] {
    width: 100%;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1), inset 0 0 0 1px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    color: #000000;
    font-size: 15px;
    padding: 0 1.5rem;
    height: 60px;
    border: none;
    border-radius: 10px;
    background-color: #ffffff;
}.subscribe_to_newsletter input[type="email"]:focus {
    outline: none;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15), 
                inset 0 0 0 1px rgb(230,170,170),
                0 0 0 3px rgb(230,170,170,0.5);
}.subscribe_to_newsletter input[type="email"]::placeholder {
    color: rgba(0,0,0,0.4);
    transition: opacity 0.3s ease;
}.subscribe_to_newsletter input[type="email"]:focus::placeholder {
    opacity: 0.6;
}.subscribe_to_newsletter .mail_block {
    letter-spacing: 0.5px;
    overflow: hidden;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    min-width: 160px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(202,140,140), rgb(230,170,170));
    padding: 0 1.75rem;
    font-family: Arial, sans-serif;
    font-size: 19px;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    font-weight: 600;
    height: 60px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}.subscribe_to_newsletter .mail_block:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.18);
    background: linear-gradient(135deg, rgb(230,170,170), rgb(202,140,140));
}.subscribe_to_newsletter .mail_block:active {
    transform: translateY(1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}.subscribe_to_newsletter .mail_block::before {
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    left: -100%;
    transition: left 0.7s ease;
    content: "";
}.subscribe_to_newsletter .mail_block:hover::before {
    left: 100%;
}

@media (max-width: 992px) {.subscribe_to_newsletter {
    padding: 5rem 0;
}.subscribe_to_newsletter::before {
    width: 60%;
    transform: rotate(-12deg) skewX(-10deg);
}.subscribe_to_newsletter .class_trackzPyg {
    padding: 3rem 2.5rem;
}.subscribe_to_newsletter h3 {
    max-width: 100%;
}
}

@media (max-width: 768px) {.subscribe_to_newsletter {
    padding: 4rem 0;
}.subscribe_to_newsletter::before {
    width: 70%;
    transform: rotate(-8deg) skewX(-5deg);
}.subscribe_to_newsletter::after {
    width: 45%;
    height: 60%;
}.subscribe_to_newsletter .container {
    padding: 0 1.5rem;
}.subscribe_to_newsletter .class_trackzPyg {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem 2rem;
}.subscribe_to_newsletter h3 {
    margin-bottom: 2rem;
}.subscribe_to_newsletter .input_holder {
    gap: 1rem;
    flex-direction: column;
}.subscribe_to_newsletter input[type="email"],
    .subscribe_to_newsletter .mail_block {
    height: 54px;
}.subscribe_to_newsletter .mail_block {
    min-width: unset;
    width: 100%;
}
}

@media (max-width: 576px) {.subscribe_to_newsletter {
    padding: 3.5rem 0;
}.subscribe_to_newsletter::before {
    transform: rotate(-5deg) skewX(-3deg);
    width: 80%;
}.subscribe_to_newsletter .class_trackzPyg {
    border-left-width: 3px;
    padding: 2rem 1.5rem;
}.subscribe_to_newsletter h3 {
    margin-bottom: 1.5rem;
    font-size: clamp(1.25rem, 5vw, 1.5rem);
}.subscribe_to_newsletter h3::after {
    bottom: -8px;
    width: 60px;
    height: 2px;
}.subscribe_to_newsletter input[type="email"],
    .subscribe_to_newsletter .mail_block {
    height: 50px;
}
}

@media (hover: none) {.subscribe_to_newsletter .class_trackzPyg {
    transform: none;
}.subscribe_to_newsletter .class_trackzPyg:hover {
    transform: none;
}.subscribe_to_newsletter .input_holder:focus-within {
    transform: none;
}.subscribe_to_newsletter .mail_block:hover {
    transform: none;
}}.teacher_profile {
    overflow: hidden;
    position: relative;
    background: linear-gradient(170deg, rgb(254,201,201), #ffffff);
    padding: 100px 0;
}.teacher_profile::before {
    width: 500px;
    top: -200px;
    right: -200px;
    opacity: 0.1;
    height: 500px;
    content: "";
    background-color: rgb(230,170,170,0.5);
    position: absolute;
    border-radius: 50%;
}.teacher_profile .container {
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.teacher_profile .testimonial_corner {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    max-width: 800px;
    background-color: #ffffff;
    padding: 50px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-direction: column;
    margin: 0 auto;
    border-radius: 27px;
    display: flex;
}.teacher_profile .testimonial_corner:hover {
    transform: translateY(-10px);
}.teacher_profile .testimonial_corner::before {
    top: -15px;
    width: 30px;
    position: absolute;
    content: "";
    height: 30px;
    background-color: rgb(202,140,140);
    z-index: -1;
    left: 50px;
    transform: rotate(45deg);
}.teacher_profile .testimonial_corner::after {
    height: 30px;
    bottom: -15px;
    content: "";
    transform: rotate(45deg);
    z-index: -1;
    position: absolute;
    right: 50px;
    width: 30px;
    background-color: rgb(230,170,170);
}.teacher_profile .img_cover {
    border-radius: 50%;
    margin-bottom: 30px;
    border: 4px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 120px;
    width: 120px;
    position: relative;
    overflow: hidden;
    align-self: center;
}.teacher_profile .testimonial_corner:hover .img_cover {
    transform: scale(1.05);
}.teacher_profile .img_cover::before {
    inset: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, transparent 40%, rgb(230,170,170,0.5));
    content: "";
    opacity: 0;
    position: absolute;
}.teacher_profile .testimonial_corner:hover .img_cover::before {
    opacity: 1;
}.teacher_profile .emp_highlights {
    border-radius: 27px;
    margin: 25px 0 0;
    line-height: 1.8;
    position: relative;
    order: 3;
    background-color: rgb(254,201,201);
    color: #000000;
    padding: 20px 30px;
    font-size: 16px;
}.teacher_profile .emp_highlights::before {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    left: 30px;
    top: -10px;
    border-bottom: 10px solid rgb(254,201,201);
    content: "";
    position: absolute;
}.teacher_profile .name {
    order: 1;
    padding-bottom: 10px;
    color: #000000;
    margin: 5px 0;
    font-weight: 700;
    text-align: center;
    display: block;
    position: relative;
    font-size: 24px;
}.teacher_profile .name::after {
    content: "";
    left: 50%;
    transition: width 0.3s ease;
    bottom: 0;
    transform: translateX(-50%);
    background-color: rgb(230,170,170);
    height: 2px;
    position: absolute;
    width: 40px;
}.teacher_profile .testimonial_corner:hover .name::after {
    width: 80px;
}.teacher_profile span:not(.name) {
    text-transform: uppercase;
    font-size: calc(16px * 0.9);
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    color: rgb(202,140,140);
    order: 2;
    letter-spacing: 1px;
}

@media (min-width: 768px) {.teacher_profile .testimonial_corner {
    grid-template-columns: auto 1fr;
    gap: 10px 30px;
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
    align-items: center;
    display: grid;
}.teacher_profile .img_cover {
    width: 180px;
    grid-area: photo;
    align-self: start;
    height: 180px;
    margin-bottom: 0;
}.teacher_profile .name {
    text-align: left;
    grid-area: name;
    font-size: 33px;
}.teacher_profile .name::after {
    transform: none;
    left: 0;
}.teacher_profile span:not(.name) {
    margin-bottom: 0;
    grid-area: job;
    text-align: left;
}.teacher_profile .emp_highlights {
    grid-area: quote;
    margin-top: 30px;
}
}

@media (max-width: 768px) {.teacher_profile {
    padding: 70px 0;
}.teacher_profile .testimonial_corner {
    padding: 40px 30px;
}
}

@media (max-width: 576px) {.teacher_profile {
    padding: 50px 0;
}.teacher_profile .testimonial_corner {
    padding: 30px 20px;
}.teacher_profile .emp_highlights {
    margin-top: 20px;
    padding: 15px 20px;
}}.tyPanel {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(202,140,140,0.5) 0%, rgb(254,201,201) 100%);
}.tyPanel::before {
    background: linear-gradient(45deg, rgb(230,170,170,0.5) 0%, transparent 70%);
    top: -50%;
    opacity: 0.7;
    left: -20%;
    animation: gradientShift 15s infinite alternate ease-in-out;
    z-index: 1;
    height: 200%;
    width: 80%;
    transform: rotate(30deg);
    content: "";
    position: absolute;
}.tyPanel::after {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgb(202,140,140,0.5) 0%, transparent 100%);
    right: 0;
    width: 100%;
    height: 30%;
    content: "";
    opacity: 0.3;
    z-index: 1;
}.tyPanel .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.tyPanel .class_trackzPyg {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
                -12px -12px 24px rgba(255, 255, 255, 0.8), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 3.5rem;
}.tyPanel .class_trackzPyg:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.1), 
                -16px -16px 32px rgba(255, 255, 255, 0.9), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.tyPanel .class_trackzPyg > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.tyPanel .class_trackzPyg > div:first-child::after {
    height: 3px;
    left: 0;
    background: linear-gradient(90deg, rgb(230,170,170) 0%, rgb(202,140,140) 100%);
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
    bottom: -1rem;
    position: absolute;
    width: 100px;
    content: "";
}.tyPanel h5 {
    transform: translateZ(0);
    line-height: 1.4;
    position: relative;
    font-size: calc(19px * 1.1);
    letter-spacing: -0.02em;
    margin: 0;
    font-weight: 700;
    color: #000000;
}.tyPanel h5::before {
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    animation: bubbleAppear 1s ease 0.5s forwards;
    transform: scale(0);
    height: 80px;
    background: rgb(202,140,140,0.5);
    opacity: 0.1;
    width: 80px;
    top: -1.5rem;
    content: "";
    left: -2rem;
}.tyPanel a {
    text-decoration: none;
    transition: transform 0.4s ease;
    overflow: hidden;
    position: relative;
    display: block;
}.tyPanel a:hover {
    transform: translateX(10px);
}.tyPanel a::before {
    width: 100%;
    content: "";
    animation: lightSweep 6s infinite ease-in-out;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    position: absolute;
    left: -100%;
    height: 100%;
    top: 0;
}.tyPanel p {
    position: relative;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    line-height: 1.8;
    z-index: 1;
}

@keyframes lineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 100px;
        opacity: 1;
    }
}

@keyframes bubbleAppear {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

@keyframes lightSweep {
    0% {
        left: -100%;
    }
    48% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes gradientShift {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

@media (max-width: 1200px) {.tyPanel .class_trackzPyg {
    padding: 3rem;
}.tyPanel h5 {
    font-size: 19px;
}
}

@media (max-width: 992px) {.tyPanel {
    padding: 5rem 0;
}.tyPanel .class_trackzPyg {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.tyPanel h5::before {
    top: -1rem;
    height: 60px;
    width: 60px;
    left: -1.5rem;
}
}

@media (max-width: 768px) {.tyPanel {
    padding: 4rem 0;
}.tyPanel .class_trackzPyg {
    transform: none;
    padding: 2rem;
}.tyPanel h5 {
    font-size: calc(19px * 0.95);
}.tyPanel p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.tyPanel .class_trackzPyg > div:first-child::after {
    width: 80px;
}
}

@media (max-width: 576px) {.tyPanel {
    padding: 3rem 0;
}.tyPanel .class_trackzPyg {
    padding: 1.5rem;
}.tyPanel h5 {
    font-size: calc(19px * 0.9);
    line-height: 1.3;
}.tyPanel p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.tyPanel h5::before {
    display: none;
}.tyPanel .class_trackzPyg > div:first-child {
    margin-bottom: 1.5rem;
}.tyPanel .class_trackzPyg > div:first-child::after {
    bottom: -0.75rem;
    height: 2px;
    width: 60px;
}
}

@media (prefers-reduced-motion: reduce) {.tyPanel .class_trackzPyg,
    .tyPanel .class_trackzPyg:hover,
    .tyPanel a:hover {
    transform: none;
    transition: none;
}.tyPanel::before,
    .tyPanel a::before {
    animation: none;
}.tyPanel .class_trackzPyg > div:first-child::after {
    animation: none;
    width: 100px;
}.tyPanel h5::before {
    animation: none;
    transform: scale(1);
}}.program_results {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(254,201,201) 0%, rgba(247, 248, 252, 0.9) 100%);
}.program_results::before {
    content: "";
    left: 0;
    background-image: radial-gradient(circle at 10% 20%, rgba(rgb(230,170,170,0.5), 0.05) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
}.program_results::after {
    height: 140%;
    width: 70%;
    z-index: 0;
    top: -50%;
    right: -20%;
    transform: rotate(15deg);
    content: "";
    background: linear-gradient(145deg, rgba(rgb(230,170,170,0.5), 0.08) 0%, rgba(rgb(202,140,140,0.5), 0.04) 100%);
    border-left: 1px solid rgba(rgb(230,170,170,0.5), 0.1);
    position: absolute;
}.program_results .container {
    gap: 40px;
    z-index: 2;
    position: relative;
    max-width: 1400px;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    padding: 0 20px;
}.program_results .img_cover {
    will-change: transform;
    width: 100%;
    height: auto;
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    filter: saturate(1.05);
    object-fit: cover;
}.program_results .img_cover:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px);
}.program_results .class_trackzPyg {
    flex-direction: column;
    justify-content: center;
    display: flex;
}.program_results .text_box_wrap {
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
    padding: 30px;
    background: rgba(255, 255, 255, 0.9);
}.program_results .text_box_wrap::before {
    top: 0;
    position: absolute;
    content: "";
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: top;
    height: 100%;
    background: linear-gradient(to bottom, rgb(230,170,170), rgb(202,140,140));
    width: 5px;
    transform: scaleY(0);
    left: 0;
}.program_results .text_box_wrap:hover::before {
    transform: scaleY(1);
}.program_results h1 {
    position: relative;
    transform: translateY(20px);
    color: #000000;
    font-size: 43px;
    margin-bottom: 30px;
    line-height: 1.2;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    font-weight: 700;
}.program_results ul {
    padding: 0;
    gap: 18px;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
}.program_results li {
    animation-delay: calc(0.2s + (var(--i, 0) * 0.1s));
    position: relative;
    opacity: 0;
    transform: translateX(20px);
    animation: fadeInRight 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    padding: 8px 0;
}.program_results li:nth-child(1) {
    --i: 1;
}.program_results li:nth-child(2) {
    --i: 2;
}.program_results li:nth-child(3) {
    --i: 3;
}.program_results li:nth-child(4) {
    --i: 4;
}.program_results li:nth-child(5) {
    --i: 5;
}.program_results li p {
    display: flex;
    line-height: 1.6;
    color: #000000;
    transition: transform 0.3s ease;
    align-items: center;
    margin: 0;
    position: relative;
    font-size: 12px;
    padding-left: 40px;
}.program_results li:hover p {
    transform: translateX(5px);
}.program_results li svg {
    top: 50%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-50%);
    left: 0;
    width: 28px;
    height: 28px;
    position: absolute;
}.program_results li:hover svg {
    transform: translateY(-50%) scale(1.15);
}.program_results svg path {
    transition: fill 0.3s ease;
    fill: rgb(230,170,170);
}.program_results li:hover svg path {
    fill: rgb(202,140,140);
}

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

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (min-width: 768px) {.program_results .container {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.program_results .text_box_wrap {
    padding: 40px;
}.program_results ul {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.program_results {
    padding: 150px 0;
}.program_results .container {
    gap: 80px;
}.program_results .img_cover {
    max-height: 600px;
    height: 100%;
}.program_results .text_box_wrap {
    padding: 50px;
}.program_results h1 {
    font-size: calc(43px * 1.1);
}
}

@media (max-width: 767px) {.program_results {
    padding: 80px 0;
}.program_results .img_cover {
    max-height: 400px;
    object-position: center;
}.program_results h1 {
    margin-bottom: 20px;
    font-size: calc(43px * 0.85);
}.program_results li {
    padding: 6px 0;
}.program_results li p {
    font-size: calc(12px * 0.95);
    padding-left: 35px;
}.program_results li svg {
    width: 24px;
    height: 24px;
}
}

@media (max-width: 480px) {.program_results {
    padding: 60px 0;
}.program_results .text_box_wrap {
    padding: 25px 20px;
}.program_results h1 {
    font-size: calc(43px * 0.75);
}.program_results li p {
    padding-left: 32px;
    font-size: calc(12px * 0.9);
}.program_results li svg {
    height: 22px;
    width: 22px;
}}.contact {
    position: relative;
    background: rgb(254,201,201);
    overflow: hidden;
    padding: 80px 0;
}.contact::before {
    height: 100%;
    top: 0;
    opacity: 0.2;
    left: 0;
    width: 100%;
    background: linear-gradient(120deg, rgb(230,170,170,0.5) 0%, transparent 30%);
    content: "";
    position: absolute;
}.contact .container {
    z-index: 1;
    position: relative;
}.contact .contact_feedback {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    position: relative;
    padding: 0;
}.contact .contact_feedback::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 8px;
    background: linear-gradient(90deg, rgb(230,170,170), rgb(202,140,140));
}.contact .contact_feedback h2 {
    font-size: 30px;
    border-bottom: 1px solid rgb(254,201,201);
    font-weight: 700;
    padding: 40px 40px 20px;
    color: #000000;
    margin: 0;
}.contact .contact_feedback > p {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    border-bottom: 1px solid rgb(254,201,201);
    color: #000000;
    padding: 20px 40px;
}.contact .contact_feedback > p:last-of-type {
    color: #000000;
    background: rgb(254,201,201);
    padding: 20px 40px;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-bottom: none;
}.contact .contact_feedback > p:last-of-type svg {
    height: 18px;
    width: 18px;
    margin-right: 12px;
}.contact .contact_feedback > p:last-of-type svg path {
    fill: rgb(230,170,170);
}.contact .write_form {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}.contact .ask_question {
    justify-content: center;
    display: flex;
    text-decoration: none;
    padding: 25px;
    position: relative;
    align-items: center;
    border-right: 1px solid rgb(254,201,201);
    transition: all 0.3s ease;
}.contact .ask_question:last-child {
    border-right: none;
}.contact .ask_question::before {
    transform: scaleX(0);
    left: 0;
    content: "";
    width: 100%;
    transition: transform 0.3s ease;
    bottom: 0;
    transform-origin: center;
    position: absolute;
    background: rgb(230,170,170);
    height: 3px;
}.contact .ask_question:hover::before {
    transform: scaleX(1);
}.contact .ask_question svg {
    width: 32px;
    height: 32px;
    transition: all 0.3s ease;
}.contact .ask_question svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.contact .ask_question:hover svg {
    transform: translateY(-5px);
}.contact .ask_question:hover svg path {
    fill: rgb(230,170,170);
}.contact .ask_question::after {
    opacity: 0;
    position: absolute;
    bottom: 10px;
    content: attr(title);
    transform: translateX(-50%) translateY(10px);
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    transition: all 0.3s ease;
    left: 50%;
}.contact .ask_question:hover::after {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.contact .contact_feedback::after {
    height: 200px;
    width: 200px;
    position: absolute;
    bottom: -100px;
    filter: blur(30px);
    right: -100px;
    opacity: 0.1;
    border-radius: 50%;
    content: "";
    background: rgb(202,140,140,0.5);
}

@media (max-width: 992px) {.contact .contact_feedback h2 {
    padding: 30px 30px 15px;
    font-size: calc(30px - 4px);
}.contact .contact_feedback > p {
    padding: 15px 30px;
}.contact .contact_feedback > p:last-of-type {
    padding: 15px 30px;
}.contact .ask_question {
    padding: 20px;
}.contact .ask_question svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 768px) {.contact {
    padding: 60px 0;
}.contact .contact_feedback h2 {
    font-size: calc(30px - 6px);
    padding: 25px 20px 15px;
}.contact .contact_feedback > p {
    padding: 15px 20px;
}.contact .contact_feedback > p:last-of-type {
    padding: 15px 20px;
}.contact .write_form {
    grid-template-columns: 1fr;
}.contact .ask_question {
    border-bottom: 1px solid rgb(254,201,201);
    padding: 20px;
    border-right: none;
}.contact .ask_question:last-child {
    border-bottom: none;
}.contact .ask_question svg {
    width: 28px;
    height: 28px;
}.contact .ask_question::after {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    margin-top: 8px;
    display: block;
    position: static;
    font-size: 12px;
}
}

@media (max-width: 576px) {.contact {
    padding: 40px 0;
}.contact .contact_feedback h2 {
    padding: 20px 15px 10px;
    font-size: calc(30px - 8px);
}.contact .contact_feedback > p {
    padding: 10px 15px;
    font-size: calc(12px - 1px);
}.contact .contact_feedback > p:last-of-type {
    padding: 10px 15px;
}.contact .ask_question {
    padding: 15px;
}.contact .ask_question svg {
    width: 24px;
    height: 24px;
}
}

@media (prefers-reduced-motion) {.contact .ask_question:hover svg {
    transform: none;
}.contact .contact_feedback::after {
    animation: none;
}}.privacy_compartment {
    height: auto;
    background: #ffffff;
    padding: 50px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    width: 100%;
}.privacy_compartment h1 {
    text-align: center;
    color: rgb(230,170,170);
    margin-bottom: 20px;
    font-size: 38px;
    margin-top: 40px;
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 2px solid rgb(230,170,170);
    text-transform: uppercase;
}.privacy_compartment h2 {
    color: rgb(202,140,140);
    text-transform: uppercase;
    border-left: 4px solid rgb(230,170,170);
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 10px;
    margin-top: 30px;
    text-align: left;
}.privacy_compartment ul, .privacy_compartment ol {
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin: 20px 0;
    padding: 20px 0;
    padding-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_compartment ul li, .privacy_compartment ol li {
    color: #000000;
    position: relative;
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 20px;
}.privacy_compartment ul li::before, .privacy_compartment ol li::before {
    left: 0;
    transform: translateY(-50%);
    content: '';
    height: 6px;
    border-radius: 50%;
    width: 6px;
    top: 50%;
    position: absolute;
    background: rgb(230,170,170);
}.privacy_compartment p, .privacy_compartment span, .privacy_compartment div {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 20px;
    font-size: 15px;
}.privacy_compartment div.container {
    margin: 0 auto;
    max-width: 1000px;
}

@media only screen and (max-width: 800px) {.privacy_compartment {
    padding: 30px;
    border-radius: 10px;
}.privacy_compartment h1 {
    font-size: calc(18px - 5px);
}.privacy_compartment h2 {
    font-size: calc(18px - 5px);
}.privacy_compartment ul, .privacy_compartment ol {
    padding: 10px 0;
    margin: 10px 0;
}.privacy_compartment ul li, .privacy_compartment ol li {
    font-size: 15px;
    padding-left: 15px;
}}footer {
    position: relative;
}footer::before {
    left: 0;
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 1;
    top: 0;
    background: linear-gradient(45deg, rgb(202,140,140,0.5) 0%, rgb(230,170,170,0.5) 100%);
    right: 0;
}.gdpr_block {
    padding: 80px 0 40px;
    position: relative;
    z-index: 2;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.gdpr_block .container {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}.gdpr_block .company_holder {
    z-index: 3;
    position: relative;
    grid-column: 1 / 5;
}.gdpr_block .company_holder h3 {
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #ffffff;
}.gdpr_block .company_holder h3::after {
    content: '';
    position: absolute;
    background: rgb(230,170,170);
    width: 40px;
    border-radius: 10px;
    left: 0;
    height: 4px;
    bottom: 0;
}.gdpr_block .citation {
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(0);
    line-height: 1.6;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    margin-top: 25px;
    border-left: 4px solid rgb(230,170,170);
    padding: 20px;
    font-size: 15px;
}.gdpr_block .award_show {
    position: relative;
    grid-column: 5 / 13;
}.gdpr_block .main_learn {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.gdpr_block .header_page {
    position: relative;
}.gdpr_block .header_page h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}.gdpr_block .header_page h5::before {
    background: rgb(230,170,170);
    height: 8px;
    width: 8px;
    left: -15px;
    border-radius: 50%;
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
}.gdpr_block .header_page .main_learn {
    gap: 15px;
    display: flex;
    flex-direction: column;
}.gdpr_block .header_page .main_learn a {
    transition: all 0.3s ease;
    padding: 8px 15px;
    font-size: 15px;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    z-index: 1;
    border-radius: 10px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
}.gdpr_block .header_page .main_learn a::before {
    background: rgb(230,170,170);
    z-index: -1;
    content: '';
    width: 3px;
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    height: 100%;
    top: 0;
}.gdpr_block .header_page .main_learn a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.gdpr_block .header_page .main_learn a:hover::before {
    background: rgb(230,170,170,0.5);
    width: 100%;
}.training_zone {
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 60px;
    z-index: 2;
    padding: 20px 0;
}.training_zone::before {
    opacity: 0.2;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    left: 15%;
    top: 0;
    right: 15%;
    position: absolute;
}.training_zone .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.training_zone .stats_tool {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    opacity: 0.8;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    top: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
    content: '';
    right: 0;
    left: 0;
}

@media (max-width: 992px) {.gdpr_block .container {
    grid-template-columns: repeat(1, 1fr);
}.gdpr_block .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.gdpr_block .award_show {
    grid-column: 1 / -1;
}.gdpr_block .main_learn {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.gdpr_block {
    padding: 60px 0 30px;
}.gdpr_block .main_learn {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}.gdpr_block .header_page {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.gdpr_block::before {
    content: '';
    animation: gradientShift 5s infinite;
    height: 5px;
    left: 0;
    background-size: 200% 200%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(230,170,170), rgb(202,140,140), rgb(230,170,170));
    width: 100%;
}.gdpr_block .company_holder::after {
    filter: blur(60px);
    width: 150px;
    background: rgb(230,170,170,0.5);
    position: absolute;
    border-radius: 50%;
    opacity: 0.4;
    top: 40px;
    content: '';
    right: -50px;
    height: 150px;
    z-index: -1;
}.gdpr_block .company_holder::before {
    width: 100px;
    filter: blur(40px);
    bottom: 0;
    z-index: -1;
    border-radius: 50%;
    background: rgb(202,140,140,0.5);
    height: 100px;
    left: -30px;
    content: '';
    position: absolute;
    opacity: 0.3;
}.gdpr_block .award_show::after {
    position: absolute;
    width: 120px;
    content: '';
    opacity: 0.2;
    top: -20px;
    height: 120px;
    border-radius: 50%;
    right: 100px;
    z-index: -1;
    background: rgb(230,170,170,0.5);
    filter: blur(50px);
}.gdpr_block .award_show::before {
    opacity: 0.25;
    background: rgb(202,140,140,0.5);
    width: 180px;
    filter: blur(70px);
    height: 180px;
    position: absolute;
    z-index: -1;
    bottom: -50px;
    content: '';
    left: 80px;
    border-radius: 50%;
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.gdpr_block .header_page {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: borderPulse 4s infinite;
}.gdpr_block .header_page h5 {
    letter-spacing: 0.5px;
}.gdpr_block .header_page h5::after {
    width: 30px;
    background: rgb(202,140,140);
    height: 2px;
    bottom: -5px;
    position: absolute;
    content: '';
    left: 0;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.training_zone {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    background-size: 200% 200%;
    animation: movingGradient 10s ease infinite;
}.our_mission {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
}.our_mission::before {
    opacity: 0.9;
    background: linear-gradient(135deg, 
        rgb(202,140,140) 0%,
        rgba(0, 0, 0, 0.85) 100%);
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
}.our_mission::after {
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    right: 0;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    width: 35%;
    z-index: 2;
    background: rgb(230,170,170);
}.our_mission .container {
    padding: 0 15px;
    z-index: 5;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.our_mission h2 {
    margin-bottom: 40px;
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    transform: translateX(-10px);
    position: relative;
    display: inline-block;
}.our_mission h2::after {
    position: absolute;
    transform: scaleX(0);
    background: rgb(230,170,170);
    left: 0;
    width: 80px;
    transform-origin: left;
    bottom: -12px;
    animation: scaleIn 1.2s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    content: "";
}.our_mission .text_box_wrap {
    border-left: 6px solid rgb(230,170,170);
    padding: 50px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(20px);
    animation: fadeInUp 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}.our_mission .text_box_wrap::before {
    width: 100%;
    content: "";
    height: 100%;
    z-index: -1;
    opacity: 0.05;
    left: 0;
    top: 0;
    background: linear-gradient(to right, var(--primary-color-opacity) 0%, rgba(255, 255, 255, 0) 20%);
    position: absolute;
}.our_mission .text_box_wrap > div {
    grid-template-columns: 1fr;
    gap: 25px;
    display: grid;
}.our_mission .text_box_wrap p {
    transform: translateX(-5px);
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    color: rgb(230,170,170);
    margin: 0;
    font-weight: 600;
    font-size: calc(18px * 1.6);
}.our_mission .text_box_wrap p::after {
    bottom: 0;
    content: "";
    width: 40px;
    left: 0;
    background: rgb(202,140,140);
    position: absolute;
    height: 3px;
}.our_mission .text_box_wrap div div {
    position: relative;
    column-gap: 40px;
    line-height: 1.7;
    font-size: 18px;
    column-count: 1;
    text-align: justify;
    color: #000000;
    font-family: Arial, sans-serif;
}

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

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


@media (min-width: 768px) {.our_mission {
    padding: 140px 0 120px;
}.our_mission .text_box_wrap {
    padding: 60px;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(-2deg);
    animation: appear3D 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.our_mission .text_box_wrap > div {
    grid-template-columns: 1fr;
}.our_mission .text_box_wrap div div {
    column-count: 2;
}
    
    @keyframes appear3D {
        from {
            opacity: 0;
            transform: perspective(1000px) rotateY(-8deg) translateY(30px);
        }
        to {
            opacity: 1;
            transform: perspective(1000px) rotateY(-2deg) translateY(0);
        }
    }
}


@media (min-width: 992px) {.our_mission {
    padding: 160px 0 140px;
}.our_mission h2 {
    margin-bottom: 60px;
    font-size: calc(34px * 1.2);
}.our_mission h2::after {
    height: 5px;
    width: 100px;
}.our_mission .text_box_wrap {
    border-left: 8px solid rgb(230,170,170);
    padding: 70px;
    margin-left: 40px;
}.our_mission .text_box_wrap::after {
    right: -15px;
    opacity: 0.3;
    height: 120px;
    z-index: -1;
    border: 3px solid rgb(202,140,140);
    width: 120px;
    top: -15px;
    content: "";
    position: absolute;
}.our_mission .text_box_wrap > div {
    grid-template-columns: 0.3fr 0.7fr;
    align-items: flex-start;
}.our_mission .text_box_wrap p {
    padding-bottom: 20px;
    font-size: calc(23px * 1.1);
}.our_mission .text_box_wrap p::after {
    width: 60px;
}.our_mission .text_box_wrap div div {
    column-count: 2;
}
}


@media (min-width: 1200px) {.our_mission {
    padding: 180px 0 160px;
}.our_mission::before {
    background: linear-gradient(135deg, 
            rgb(202,140,140) 0%,
            rgba(0, 0, 0, 0.75) 100%);
}.our_mission h2 {
    font-size: calc(34px * 1.4);
    letter-spacing: 1px;
}.our_mission .text_box_wrap {
    padding: 80px;
    margin-left: 80px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.our_mission .text_box_wrap::before {
    background: linear-gradient(45deg, 
            rgba(rgb(230,170,170), 0.05) 0%, 
            rgba(rgb(230,170,170), 0.02) 50%, 
            rgba(255, 255, 255, 0) 100%);
}.our_mission .text_box_wrap > div {
    gap: 40px;
    grid-template-columns: 0.25fr 0.75fr;
}.our_mission .text_box_wrap p {
    font-size: 23px;
}.our_mission .text_box_wrap div div {
    column-count: 2;
    column-gap: 60px;
}}.cookie_popup_message {
    width: 100%;
    background: rgb(254,201,201);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    padding: 1rem 0;
    align-items: center;
    bottom: 0;
    border-top: 3px solid rgb(230,170,170);
    overflow: hidden;
    z-index: 90;
    position: fixed;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
    display: flex;
}#cookie_disclaimer {
    display: none;
}#cookie_disclaimer:checked ~ .cookie_popup_message {
    opacity: 0;
    visibility: hidden;
}.cookie_popup_message .container {
    max-width: 1140px;
    padding: 0 15px;
    justify-content: space-between;
    z-index: 1;
    align-items: center;
    margin: 0 auto;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 1rem;
}.cookies_tracking {
    display: flex;
    margin-right: 1rem;
    flex-shrink: 0;
    align-items: center;
}.cookies_tracking svg {
    fill: rgb(230,170,170);
    width: 50px;
    height: 50px;
}.cookie_user {
    min-width: 300px;
    margin-bottom: 20px;
    flex: 1;
}.cookie_user h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: rgb(230,170,170);
    font-size: 1.5rem;
}.cookie_user p {
    font-size: 1rem;
    color: #000000;
}.cookie_expand {
    color: #ffffff;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1rem;
    display: inline-block;
    background: rgb(230,170,170);
    cursor: pointer;
    border-radius: 10px;
    font-weight: 700;
    border: none;
}.cookie_button.cookie_guide {
    background: rgb(230,170,170);
}.cookie_button.consent_track {
    background: #000000;
    margin-left: 0.5rem;
}.cookie_expand:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.consent_track:hover {
    background: rgb(230,170,170);
}.cookie_popup_message p a {
    color: rgb(230,170,170);
    transition: color 0.3s ease;
    text-decoration: underline;
}.cookie_popup_message p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookie_popup_message .container {
    align-items: center;
    flex-direction: column;
}.cookies_tracking {
    margin-right: 0;
    margin-bottom: 1rem;
}.cookie_user {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.consent_track {
    margin-top: 0.5rem;
    margin-left: 0;
}}
.instructional_approach {
    background: linear-gradient(135deg, rgb(254,201,201) 0%, rgb(202,140,140,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.instructional_approach::before {
    right: 0;
    width: 35%;
    content: "";
    opacity: 0.8;
    height: 100%;
    position: absolute;
    animation: pulse 8s infinite alternate ease-in-out;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    top: 0;
    background: linear-gradient(225deg, rgb(230,170,170,0.5) 0%, transparent 70%);
    z-index: 1;
}.instructional_approach::after {
    filter: blur(3px);
    position: absolute;
    z-index: 2;
    height: 15px;
    transform: translateY(5px) scaleX(0.98);
    background: linear-gradient(90deg, rgb(230,170,170) 0%, rgb(202,140,140) 50%, rgb(230,170,170) 100%);
    content: "";
    bottom: 0;
    width: 100%;
    opacity: 0.7;
    left: 0;
}.instructional_approach .container {
    position: relative;
    z-index: 3;
    transform: perspective(1000px) rotateX(1deg);
    max-width: 1200px;
    transform-origin: center top;
    padding: 0 2rem;
    margin: 0 auto;
}.instructional_approach .class_trackzPyg {
    position: relative;
    padding: 3.5rem 3rem;
    transform: translateZ(0);
    border-left: 5px solid rgb(230,170,170);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.instructional_approach .class_trackzPyg::before {
    background: rgb(202,140,140);
    top: -10px;
    position: absolute;
    z-index: -1;
    right: 30px;
    content: "";
    height: 40px;
    width: 40px;
    transform: rotate(45deg);
}.instructional_approach .class_trackzPyg > div {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.instructional_approach .class_trackzPyg:hover > div {
    transform: translateY(-8px);
}.instructional_approach h3 {
    position: relative;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    padding-bottom: 1rem;
    font-size: calc(34px * 0.9);
}.instructional_approach h3::after {
    left: 0;
    position: absolute;
    background: rgb(230,170,170);
    width: 70px;
    height: l3px;
    transition: width 0.3s ease-out;
    bottom: 0;
    transform-origin: left;
    content: "";
}.instructional_approach .class_trackzPyg:hover h3::after {
    width: 120px;
}.instructional_approach p {
    position: relative;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
}.instructional_approach p span {
    border-left: 2px solid rgb(202,140,140,0.5);
    display: block;
    padding-left: 1rem;
    position: relative;
}.instructional_approach p span::before {
    font-size: 5rem;
    left: -15px;
    position: absolute;
    font-family: serif;
    color: rgb(202,140,140,0.5);
    top: -20px;
    content: "";
    opacity: 0.2;
}

@keyframes pulse {
    0% {
        opacity: 0.6;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.9;
        transform: scale(1.02);
    }
}

@media (max-width: 992px) {.instructional_approach {
    padding: 5rem 0;
}.instructional_approach .class_trackzPyg {
    padding: 2.5rem 2rem;
}.instructional_approach h3 {
    font-size: calc(34px * 0.8);
}
}

@media (max-width: 768px) {.instructional_approach {
    padding: 4rem 0;
}.instructional_approach::before {
    width: 25%;
}.instructional_approach .class_trackzPyg {
    padding: 2rem 1.5rem;
}.instructional_approach h3 {
    font-size: calc(18px * 1.2);
    margin-bottom: 1.25rem;
}.instructional_approach p {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.instructional_approach {
    padding: 3.5rem 0;
}.instructional_approach .container {
    transform: perspective(1000px) rotateX(0deg);
    padding: 0 1rem;
}.instructional_approach .class_trackzPyg {
    border-left: 3px solid rgb(230,170,170);
    padding: 1.75rem 1.25rem;
}.instructional_approach .class_trackzPyg::before {
    display: none;
}.instructional_approach h3 {
    font-size: calc(20px * 1.3);
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
}.instructional_approach h3::after {
    width: 50px;
}.instructional_approach p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.instructional_approach p span {
    padding-left: 0.75rem;
}.instructional_approach p span::before {
    font-size: 3.5rem;
    top: -15px;
    left: -10px;
}}header {
    margin-top: 0;
    position: relative;
    z-index: 100;
    background: linear-gradient(120deg, rgb(230,170,170) 0%, rgb(202,140,140) 100%);
    overflow: visible;
    padding: 0;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
}header::before {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    right: 2px;
    bottom: 2px;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    z-index: -1;
    top: 2px;
    left: 2px;
    position: absolute;
}header .site_core {
    position: relative;
    padding: 1.2rem 3rem;
    justify-content: space-between;
    display: flex;
    align-items: center;
    z-index: 5;
}header .nav_learn {
    margin-right: 2rem;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    flex: 0 0 auto;
    transition: all 0.3s ease;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
}header .nav_learn::before {
    content: '';
    right: 3px;
    top: 3px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    z-index: -1;
    left: 3px;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    position: absolute;
    bottom: 3px;
}header .nav_learn:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}header .page_header {
    display: block;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}header .page_header img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .header_page {
    margin: 0;
    z-index: 2;
    list-style: none;
    padding: 0;
    display: flex;
    position: relative;
}header .nav_core {
    margin: 0 0.5rem;
    position: relative;
}header .nav_core a {
    background: rgba(255, 255, 255, 0.1);
    font-weight: 600;
    display: flex;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    color: #ffffff;
    align-items: center;
    height: 40px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    padding: 0 1.2rem;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    justify-content: center;
    text-decoration: none;
}header .nav_core a::before {
    content: '';
    top: 0;
    transition: left 0.7s ease;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
    position: absolute;
}header .nav_core a:hover {
    transform: translateY(-3px);
    border-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.2);
}header .nav_core a:hover::before {
    left: 100%;
}header .nav_core::after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transition: width 0.3s ease;
    width: 0;
    content: '';
    transform: translateX(-50%);
    background: #ffffff;
    height: 2px;
}header .nav_core:hover::after {
    width: 80%;
}header .site_core::before {
    width: 40px;
    border-right: none;
    content: '';
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
    top: 10px;
    position: absolute;
    opacity: 0.5;
    right: 10px;
    height: 40px;
}header .site_core::after {
    height: 40px;
    left: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 10px;
    content: '';
    border-top: none;
    width: 40px;
    opacity: 0.5;
    border-left: none;
}header .head_know {
    padding-top: 2rem;
    background: rgb(254,201,201);
    position: relative;
    margin-top: -15px;
    z-index: 1;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    height: 8px;
    animation: pulse 2s infinite;
    top: 15px;
    background: #ffffff;
    right: 15px;
    box-shadow: 0 0 10px #ffffff;
    position: absolute;
    content: '';
    border-radius: 50%;
    width: 8px;
}

@media (min-width: 1400px) {header .site_core {
    margin: 0 auto;
    max-width: 1320px;
}header .nav_core {
    margin: 0 0.7rem;
}header .nav_core a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .site_core {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav_learn {
    margin-bottom: 0;
    margin-right: 0;
}header .header_page {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .nav_core a {
    height: 35px;
    padding: 0 1rem;
    font-size: calc(14px - 1px);
}header .site_core::before,
    header .site_core::after {
    display: none;
}.head_know {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .site_core {
    padding: 0.8rem 1.5rem;
}header .nav_learn {
    padding: 0.5rem 0.8rem;
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
}header .page_header img {
    max-height: 35px;
}header .header_page {
    overflow-x: auto;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    margin-top: 0.8rem;
}header .header_page::-webkit-scrollbar {
    height: 3px;
}header .header_page::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .nav_core {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .nav_core a {
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    padding: 0 0.8rem;
    white-space: nowrap;
    font-size: calc(14px - 2px);
    height: 32px;
}header .nav_core::after {
    display: none;
}header::after {
    top: 10px;
    right: 10px;
    height: 5px;
    width: 5px;
}.head_know {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .site_core {
    padding: 0.7rem 1.2rem;
}header .nav_learn {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .nav_core a {
    font-size: calc(14px - 3px);
    height: 30px;
    padding: 0 0.6rem;
}}.pricing_panel {
    color: #ffffff;
    position: relative;
    padding: 120px 0 140px;
    overflow: hidden;
}.pricing_panel::before {
    top: 0;
    z-index: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(25, 35, 60, 0.92), rgba(35, 45, 85, 0.95));
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
}.pricing_panel .container {
    padding: 0 15px;
    max-width: 1320px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.pricing_panel .lesson_fees {
    position: relative;
}.pricing_panel .lesson_fees::before {
    border-radius: 50%;
    position: absolute;
    right: -80px;
    filter: blur(60px);
    height: 200px;
    top: -80px;
    background: linear-gradient(225deg, rgb(230,170,170,0.5), transparent);
    pointer-events: none;
    content: "";
    width: 200px;
    opacity: 0.4;
}.pricing_panel h2 {
    display: inline-block;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
    -webkit-background-clip: text !important;
    position: relative;
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.15);
    background-clip: text !important;
    color: transparent;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 35px;
}.pricing_panel h2::after {
    left: 0;
    width: 80px;
    bottom: -8px;
    background: rgb(230,170,170);
    transform-origin: left;
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    transform: scaleX(1);
    content: "";
}.pricing_panel h2:hover::after {
    transform: scaleX(1.2);
}.pricing_panel .payment_scheme {
    font-size: calc(12px + 2px);
    max-width: 700px;
    opacity: 0.9;
    margin-bottom: 50px;
    line-height: 1.6;
    font-weight: 300;
}.pricing_panel .trial_pricing {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    padding: 0;
    list-style: none;
    gap: 30px;
    margin: 0;
}.pricing_panel .trial_pricing li {
    height: 100%;
    perspective: 1000px;
}.pricing_panel .package_price {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    text-decoration: none;
    display: block;
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 3px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backdrop-filter: blur(10px);
    min-height: 400px;
}.pricing_panel .package_price:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) rotateX(2deg) rotateY(2deg);
}.pricing_panel .package_price::before {
    pointer-events: none;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    top: 0;
    position: absolute;
    transition: transform 0.8s ease;
    width: 100%;
    transform: translateX(-100%);
}.pricing_panel .package_price:hover::before {
    transform: translateX(100%);
}.pricing_panel .package_price::after {
    height: 10px;
    box-shadow: 0 0 20px 5px rgb(230,170,170,0.5);
    position: absolute;
    width: 10px;
    border-radius: 50%;
    top: -5px;
    background: rgb(230,170,170);
    content: "";
    opacity: 0.8;
    left: -5px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.pricing_panel .package_price:hover::after {
    transform: scale(1.5);
}.pricing_panel .study_rates {
    position: relative;
    overflow: hidden;
    height: 100%;
    flex-direction: column;
    display: flex;
    padding: 35px 25px;
}.pricing_panel .fee_choices {
    z-index: 2;
    position: relative;
}.pricing_panel .package_price h4 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 19px;
    position: relative;
    padding-bottom: 15px;
    transition: transform 0.3s ease;
    color: #ffffff;
}.pricing_panel .package_price:hover h4 {
    transform: translateX(5px);
}.pricing_panel .package_price h4::after {
    height: 2px;
    width: 40px;
    left: 0;
    background: rgb(230,170,170);
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    bottom: 0;
}.pricing_panel .package_price:hover h4::after {
    width: 60px;
}.pricing_panel .package_price p {
    margin-bottom: 30px;
    padding-right: 10px;
    font-size: 12px;
    max-height: 200px;
    line-height: 1.7;
    white-space: normal;
    overflow-y: auto;
    color: rgba(255, 255, 255, 0.8);
    word-break: normal;
    overflow-wrap: break-word;
}.pricing_panel .package_price p::-webkit-scrollbar {
    width: 4px;
}.pricing_panel .package_price p::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}.pricing_panel .package_price p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}.pricing_panel .program_fees {
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-size: calc(19px + 4px);
    font-weight: 700;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,170,170), rgb(202,140,140));
    padding: 10px 25px;
    color: #ffffff;
    position: relative;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.pricing_panel .package_price:hover .program_fees {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.pricing_panel .program_fees::before {
    width: 100%;
    transform: skewX(-20deg) translateX(-100%);
    top: 0;
    height: 100%;
    transition: transform 0.6s ease;
    content: "";
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    left: 0;
}.pricing_panel .package_price:hover .program_fees::before {
    transform: skewX(-20deg) translateX(100%);
}

@media (max-width: 991px) {.pricing_panel {
    padding: 80px 0 100px;
}.pricing_panel .trial_pricing {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing_panel .package_price {
    min-height: 450px;
}.pricing_panel .study_rates {
    padding: 25px 20px;
}.pricing_panel h2 {
    font-size: calc(35px - 4px);
}.pricing_panel .payment_scheme {
    font-size: 12px;
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.pricing_panel {
    padding: 60px 0 80px;
}.pricing_panel .trial_pricing {
    max-width: 400px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_panel .package_price {
    min-height: auto;
}.pricing_panel h2 {
    font-size: calc(35px - 8px);
}.pricing_panel .payment_scheme {
    font-size: calc(12px - 1px);
    margin-bottom: 30px;
}.pricing_panel .package_price p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.pricing_panel {
    padding: 50px 0 70px;
}.pricing_panel .study_rates {
    padding: 20px 15px;
}.pricing_panel h2 {
    font-size: calc(35px - 10px);
}.pricing_panel .program_fees {
    padding: 8px 20px;
    font-size: 19px;
}.pricing_panel .package_price h4 {
    font-size: calc(19px - 2px);
    margin-bottom: 15px;
}}.course_summary {
    display: flex;
    background-color: rgb(254,201,201);
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    perspective: 1000px;
    align-items: center;
}.course_summary::before {
    left: 0;
    background: linear-gradient(135deg, 
                rgba(0, 0, 0, 0.8) 0%,
                rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    width: 100%;
    z-index: 2;
    content: '';
    position: absolute;
    top: 0;
}.course_summary .container {
    position: relative;
    width: 100%;
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    padding: 0;
    grid-template-rows: auto auto;
    display: grid;
    z-index: 10;
}.course_summary .class_trackzPyg {
    width: 100%;
    gap: 20px;
    position: relative;
    display: grid;
    grid-row: 2;
    grid-template-columns: repeat(12, 1fr);
}.course_summary .class_trackxs5f {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}.course_summary .class_trackxs5f::after {
    top: 0;
    opacity: 0.3;
    left: 0;
    pointer-events: none;
    width: 100%;
    position: absolute;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 2px,
        rgba(rgb(230,170,170), 0.1) 2px,
        rgba(rgb(230,170,170), 0.1) 4px
    );
    height: 100%;
    z-index: 5;
    mix-blend-mode: overlay;
}.course_summary .career_learn {
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    height: 100%;
    display: flex;
    width: 500%;
}.course_summary .class_trackxs5f:hover .career_learn {
    animation-play-state: paused;
}.course_summary .job_skills {
    position: relative;
    width: 20%;
    height: 100%;
    overflow: hidden;
}.course_summary .job_skills img {
    object-fit: cover;
    transition: filter 0.5s ease, transform 0.5s ease;
    transform: scale(1.05);
    height: 100%;
    filter: grayscale(0.5) brightness(0.7);
    width: 100%;
}.course_summary .job_skills:hover img {
    filter: grayscale(0) brightness(1);
    transform: scale(1);
}.course_summary .knowledge_flow {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    background: rgba(15, 15, 20, 0.75);
    z-index: 5;
    border: 1px solid rgba(rgb(230,170,170), 0.3);
    padding: 40px;
    grid-column: 3 / 11;
    backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    transform: translateY(0);
    border-radius: 4px;
}.course_summary .knowledge_flow:hover {
    transform: translateY(-10px);
}.course_summary .knowledge_flow::before,
.course_summary .knowledge_flow::after {
    position: absolute;
    transition: all 0.5s ease;
    background: rgb(230,170,170);
    content: '';
}.course_summary .knowledge_flow::before {
    background: linear-gradient(90deg, 
                transparent 0%,
                rgb(230,170,170) 50%,
                transparent 100%);
    transform: scaleX(0);
    height: 2px;
    top: 0;
    left: 0;
    width: 100%;
}.course_summary .knowledge_flow::after {
    width: 100%;
    height: 2px;
    right: 0;
    transform: scaleX(0);
    bottom: 0;
    background: linear-gradient(90deg, 
                transparent 0%,
                rgb(202,140,140) 50%,
                transparent 100%);
}.course_summary .knowledge_flow:hover::before,
.course_summary .knowledge_flow:hover::after {
    transform: scaleX(1);
}.course_summary .knowledge_flow h3 {
    font-size: 31px;
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    padding-left: 20px;
    letter-spacing: 1px;
    font-weight: 700;
}.course_summary .knowledge_flow h3::before {
    content: '';
    position: absolute;
    width: 4px;
    left: 0;
    background: rgb(230,170,170);
    height: 100%;
    top: 0;
}.course_summary .knowledge_flow h3::after {
    background: rgb(202,140,140);
    width: 30px;
    content: '';
    bottom: -10px;
    height: 1px;
    left: 20px;
    position: absolute;
}.course_summary .knowledge_flow p {
    font-size: 15px;
    margin-bottom: 2.5rem;
    line-height: 1.8;
    border-left: 1px solid rgba(rgb(202,140,140), 0.3);
    color: #000000;
    position: relative;
    padding-left: 20px;
}.course_summary .knowledge_flow .connect_grid {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    overflow: hidden;
    display: inline-block;
    padding: 12px 30px;
    background-color: transparent;
    z-index: 1;
    color: #ffffff;
    margin-left: 20px;
    border: 1px solid rgb(230,170,170);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}.course_summary .knowledge_flow .connect_grid::before {
    width: 100%;
    left: -100%;
    content: '';
    background: rgb(230,170,170);
    height: 100%;
    transition: all 0.3s ease;
    top: 0;
    position: absolute;
    z-index: -1;
}.course_summary .knowledge_flow .connect_grid:hover {
    border-color: rgb(230,170,170);
    color: #ffffff;
}.course_summary .knowledge_flow .connect_grid:hover::before {
    left: 0;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-reverse {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}


.course_summary .knowledge_flow::before {
    height: 2px;
    top: 0;
    position: absolute;
    transition: transform 0.5s ease;
    background: linear-gradient(to right, 
                transparent, 
                rgb(230,170,170), 
                transparent);
    left: 0;
    transform-origin: 0 0;
    transform: scaleX(0);
    content: '';
    right: 0;
}.course_summary .knowledge_flow:hover::before {
    transform: scaleX(1);
}

@media (max-width: 1200px) {.course_summary .knowledge_flow {
    grid-column: 2 / 12;
}
}

@media (max-width: 991px) {.course_summary {
    padding: 4rem 0;
}.course_summary .knowledge_flow {
    margin: 0 20px;
    grid-column: 1 / 13;
}
}

@media (max-width: 767px) {.course_summary {
    padding: 3rem 0;
}.course_summary .knowledge_flow {
    padding: 30px 20px;
}.course_summary .knowledge_flow h3 {
    font-size: calc(31px * 0.9);
}.course_summary .career_learn {
    animation-duration: 20s;
    width: 600%;
}.course_summary .job_skills {
    width: 16.6667%;
}
    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 480px) {.course_summary {
    padding: 2rem 0;
}.course_summary .knowledge_flow {
    padding: 25px 15px;
}.course_summary .knowledge_flow h3 {
    font-size: calc(31px * 0.8);
    padding-left: 15px;
}.course_summary .knowledge_flow p {
    padding-left: 15px;
}.course_summary .knowledge_flow .connect_grid {
    padding: 10px 20px;
    margin-left: 15px;
}}.title_welcome {
    position: relative;
    overflow: hidden;
    width: 100%;
}.title_welcome .edu_skill {
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 4rem 2rem;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    position: relative;
}.title_welcome .edu_skill::before {
    left: 0;
    background: linear-gradient(
    135deg,
    rgb(230,170,170,0.5),
    rgb(202,140,140,0.5)
  );
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    content: "";
}.title_welcome .edu_skill::after {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    pointer-events: none;
    content: "";
    background: 
    radial-gradient(circle at 20% 25%, rgba(255, 255, 255, 0.12) 0%, transparent 40%),
    radial-gradient(circle at 80% 75%, rgba(255, 255, 255, 0.1) 0%, transparent 40%);
    position: absolute;
}.title_welcome .knowledge_experts {
    padding: 4rem;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 3;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 860px;
    backdrop-filter: blur(12px);
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.2),
    inset 2px 2px 4px rgba(255, 255, 255, 0.2),
    inset -2px -2px 4px rgba(0, 0, 0, 0.1);
}.title_welcome .knowledge_experts:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
    25px 25px 50px rgba(0, 0, 0, 0.25),
    inset 2px 2px 4px rgba(255, 255, 255, 0.3),
    inset -2px -2px 4px rgba(0, 0, 0, 0.15);
}.title_welcome .knowledge_experts::before {
    opacity: 0.6;
    background: linear-gradient(
    45deg,
    rgb(230,170,170) 0%,
    transparent 40%,
    transparent 60%,
    rgb(202,140,140) 100%
  );
    transition: opacity 0.4s ease;
    filter: blur(8px);
    position: absolute;
    top: -8px;
    content: "";
    left: -8px;
    z-index: -1;
    bottom: -8px;
    right: -8px;
}.title_welcome .knowledge_experts:hover::before {
    opacity: 0.8;
}.title_welcome h1 {
    margin-bottom: 1.5rem;
    font-size: calc(42px * 1.1);
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
    color: #ffffff;
    font-weight: 700;
    transform: translateX(-10px);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}.title_welcome h3 {
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    font-size: calc(18px * 1.05);
    line-height: 1.6;
    transform: translateX(-10px);
    margin-bottom: 2rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    opacity: 0;
    color: #ffffff;
    font-weight: 600;
}.title_welcome p {
    font-weight: 400;
    opacity: 0;
    color: #ffffff;
    margin-bottom: 1rem;
    position: relative;
    transform: translateX(-10px);
    line-height: 1.8;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    font-size: calc(16px * 1.1);
    padding-left: 1.5rem;
}.title_welcome p::before {
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    background: rgb(202,140,140);
    content: "";
    position: absolute;
    width: 0.75rem;
    top: 50%;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    height: 0.75rem;
}

@keyframes slideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@media (max-width: 992px) {.title_welcome .knowledge_experts {
    padding: 3rem;
    max-width: 700px;
}.title_welcome h1 {
    font-size: calc(42px * 0.95);
}.title_welcome h3 {
    font-size: calc(18px * 1);
}
}

@media (max-width: 768px) {.title_welcome .edu_skill {
    padding: 3rem 1.5rem;
}.title_welcome .knowledge_experts {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(1deg);
}.title_welcome h1 {
    margin-bottom: 1.25rem;
    font-size: calc(42px * 0.85);
}.title_welcome h3 {
    font-size: calc(18px * 0.95);
    margin-bottom: 1.5rem;
}.title_welcome p {
    font-size: 16px;
}
}

@media (max-width: 576px) {.title_welcome .edu_skill {
    padding: 2rem 1rem;
}.title_welcome .knowledge_experts {
    padding: 2rem 1.5rem;
    transform: none;
}.title_welcome .knowledge_experts:hover {
    transform: translateY(-3px);
}.title_welcome h1 {
    margin-bottom: 1rem;
    font-size: calc(42px * 0.75);
}.title_welcome h3 {
    margin-bottom: 1.25rem;
    font-size: calc(18px * 0.9);
}.title_welcome p {
    font-size: calc(16px * 0.95);
    padding-left: 1.25rem;
}.title_welcome p::before {
    height: 0.6rem;
    width: 0.6rem;
}
}