* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    width: 1142px;
    margin: auto;
    max-width: 100%;
}.header_pro {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.wrap-structure {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}.pitch_comp {
    flex: 0 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;
}}
.privacy_fortification {
    background-color: rgb(197,196,202);
    font-family: Arial, sans-serif;
    padding: 60px;
    color: #000000;
    max-width: 1200px;
    border: 2px solid rgb(153,154,178);
    margin: 0 auto;
    line-height: 1.8;
}.privacy_fortification h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 48px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    border-bottom: 2px solid rgb(107,111,168);
    margin-bottom: 25px;
    font-weight: 700;
    color: rgb(153,154,178);
}.privacy_fortification h2 {
    margin-top: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(107,111,168);
    text-transform: uppercase;
    font-size: 29px;
    letter-spacing: 0.5px;
}.privacy_fortification ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}.privacy_fortification li {
    padding: 15px;
    font-size: 16px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    background-color: #ffffff;
    align-items: center;
    border-radius: 10px;
}.privacy_fortification li::before {
    color: rgb(153,154,178);
    content: '•';
    margin-right: 10px;
    font-size: 1.5em;
}.privacy_fortification p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}.privacy_fortification span {
    font-weight: 700;
    color: rgb(153,154,178);
}.privacy_fortification a {
    text-decoration: none;
    border-bottom: 1px solid rgb(153,154,178,0.5);
    font-weight: 600;
    color: rgb(153,154,178);
}.privacy_fortification a:hover {
    color: rgb(107,111,168);
    border-bottom: 1px solid rgb(107,111,168);
}
@media only screen and (max-width: 800px) {.privacy_fortification {
    padding: 30px;
}.privacy_fortification h1 {
    font-size: calc(22px * 0.8);
}.privacy_fortification h2 {
    font-size: calc(22px * 0.8);
}.privacy_fortification p {
    font-size: calc(16px * 0.9);
}.privacy_fortification li {
    padding: 10px;
}}.educational_rewards {
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, #ffffff 0%, rgb(197,196,202) 100%);
    overflow: hidden;
    padding: 80px 0;
}.educational_rewards::before {
    position: absolute;
    top: 0;
    content: "";
    opacity: 0.3;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
    radial-gradient(circle at 70% 20%, rgb(153,154,178,0.5) 0%, transparent 30%),
    radial-gradient(circle at 30% 80%, rgb(107,111,168,0.5) 0%, transparent 30%);
}.educational_rewards::after {
    background-image: radial-gradient(#ffffff 1px, transparent 2px);
    animation: rotateBackground 120s linear infinite;
    left: -50%;
    width: 200%;
    top: -50%;
    content: "";
    opacity: 0.1;
    position: absolute;
    background-size: 30px 30px;
    height: 200%;
}@keyframes rotateBackground {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.educational_rewards .container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}.educational_rewards .master_track {
    position: relative;
    display: grid;
    background: transparent;
    grid-template-columns: 1fr 1.3fr;
    gap: 0;
}.educational_rewards .img_strip {
    min-height: 350px;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.15),
    -5px -5px 20px rgba(255, 255, 255, 0.8);
    position: relative;
    object-fit: cover;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    transform: perspective(1000px) rotateY(5deg);
    width: 100%;
    border-radius: 20px;
}.educational_rewards .img_strip:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.educational_rewards .metadata_block {
    padding: 40px 30px;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    background: #ffffff;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    z-index: 2;
    margin-left: -30px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 20px;
}.educational_rewards .metadata_block:hover {
    transform: perspective(1000px) rotateY(0deg);
}.educational_rewards h3 {
    color: rgb(153,154,178);
    font-size: 37px;
    position: relative;
    padding-left: 15px;
    font-weight: 700;
    margin-bottom: 30px;
}.educational_rewards h3::before {
    content: "";
    border-radius: 10px;
    top: 0;
    position: absolute;
    height: 100%;
    width: 4px;
    left: 0;
    background: linear-gradient(to bottom, rgb(153,154,178), rgb(107,111,168));
}.educational_rewards ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.educational_rewards li {
    border-radius: 12px;
    transition: all 0.3s ease;
    margin-bottom: 16px;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 1px rgba(255, 255, 255, 0.7);
    padding: 16px;
    transform-origin: left center;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
}.educational_rewards li:last-child {
    margin-bottom: 0;
}.educational_rewards li:hover {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.08),
    inset 1px 1px 2px rgba(255, 255, 255, 0.9);
    transform: scale(1.03);
}.educational_rewards li p {
    font-size: 17px;
    color: #000000;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}.educational_rewards svg {
    border-radius: 50%;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(153,154,178,0.5), rgb(107,111,168,0.5));
    height: 22px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
    width: 22px;
    padding: 9px;
    flex-shrink: 0;
}.educational_rewards svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.educational_rewards li:hover svg {
    transform: rotate(-10deg);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgb(153,154,178), rgb(107,111,168));
}

@media (max-width: 992px) {.educational_rewards {
    padding: 60px 0;
}.educational_rewards .master_track {
    gap: 30px;
    grid-template-columns: 1fr;
}.educational_rewards .img_strip {
    min-height: 300px;
    transform: perspective(1000px) rotateY(0deg);
    order: 1;
}.educational_rewards .metadata_block {
    margin-left: 0;
    order: 2;
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (max-width: 768px) {.educational_rewards {
    padding: 50px 0;
}.educational_rewards .img_strip {
    min-height: 250px;
}.educational_rewards h3 {
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 576px) {.educational_rewards {
    padding: 40px 0;
}.educational_rewards .img_strip {
    min-height: 200px;
}.educational_rewards .metadata_block {
    padding: 30px 20px;
}.educational_rewards h3 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.85);
}.educational_rewards li {
    margin-bottom: 12px;
    padding: 12px;
}.educational_rewards li p {
    gap: 10px;
    font-size: calc(17px * 0.9);
}.educational_rewards svg {
    width: 18px;
    padding: 7px;
    height: 18px;
}}.program_information {
    padding: 120px 0;
    background: linear-gradient(120deg, rgb(197,196,202) 30%, rgba(245, 248, 255, 0.95) 100%);
    position: relative;
    overflow: hidden;
}.program_information::before {
    position: absolute;
    content: "";
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(153,154,178,0.5), 0.03) 0%, transparent 80%),
    radial-gradient(circle at 80% 70%, rgba(rgb(107,111,168,0.5), 0.04) 0%, transparent 80%);
}.program_information::after {
    right: 0;
    height: 100%;
    top: 0;
    background-image: 
    linear-gradient(45deg, rgba(rgb(107,111,168,0.5), 0.02) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(rgb(107,111,168,0.5), 0.02) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(rgb(107,111,168,0.5), 0.02) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(rgb(107,111,168,0.5), 0.02) 75%);
    opacity: 0.4;
    content: "";
    z-index: 0;
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    width: 50%;
    position: absolute;
    background-size: 30px 30px;
}.program_information .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.program_information h2 {
    color: #000000;
    font-weight: 700;
    font-size: 34px;
    position: relative;
    transition: transform 0.5s ease-out;
    text-align: center;
    margin-bottom: 50px;
    transform: perspective(1000px) translateZ(0);
}.program_information h2::after {
    left: 50%;
    border-radius: 10px;
    height: 3px;
    bottom: -15px;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(153,154,178), rgb(107,111,168));
    position: absolute;
    width: 80px;
}.program_information .career_class {
    gap: 40px;
    flex-direction: column;
    perspective: 1000px;
    display: flex;
    position: relative;
    transform-style: preserve-3d;
}.program_information .img_strip {
    overflow: hidden;
    border-radius: 29px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 350px;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateZ(20px);
    width: 100%;
}.program_information .img_strip::before {
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(
    135deg,
    rgba(rgb(153,154,178,0.5), 0.2),
    rgba(rgb(107,111,168,0.5), 0.3)
  );
}.program_information .img_strip::after {
    content: "";
    top: -100%;
    background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0%,
    transparent 70%
  );
    width: 50%;
    height: 50%;
    left: -100%;
    z-index: 2;
    animation: shine 15s infinite alternate;
    position: absolute;
    transform: rotate(45deg);
    transition: top 7s ease-out, left 7s ease-out;
}.program_information .metadata_block {
    background: rgba(#ffffff, 0.98);
    scrollbar-width: thin;
    padding: 40px 35px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateZ(0);
    position: relative;
    overflow-y: auto;
    scrollbar-color: rgb(107,111,168) rgba(rgb(107,111,168,0.5), 0.1);
    border-radius: 29px;
    max-height: 400px;
}.program_information .metadata_block::before {
    background: linear-gradient(to bottom, rgb(153,154,178), rgb(107,111,168));
    top: 0;
    transition: height 0.7s ease;
    height: 0;
    width: 4px;
    content: "";
    position: absolute;
    left: 0;
}.program_information .metadata_block:hover::before {
    height: 100%;
}.program_information .description {
    margin-bottom: 20px;
    color: #000000;
    transition: transform 0.3s ease;
    font-size: 15px;
    line-height: 1.8;
    position: relative;
}.program_information .description:last-child {
    margin-bottom: 0;
}.program_information .description::first-letter {
    font-size: 1.5em;
    color: rgb(153,154,178);
    font-weight: 700;
}.program_information .metadata_block::-webkit-scrollbar {
    width: 6px;
}.program_information .metadata_block::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(rgb(107,111,168,0.5), 0.1);
}.program_information .metadata_block::-webkit-scrollbar-thumb {
    background: rgb(107,111,168);
    border-radius: 10px;
}

@keyframes shine {
  0% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 100%;
    left: 100%;
  }
}

@media (min-width: 768px) {.program_information {
    padding: 150px 0;
}.program_information h2 {
    font-size: calc(34px * 1.1);
    margin-bottom: 70px;
}.program_information .career_class {
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.program_information .img_strip {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
    transform: translateZ(30px) rotateY(-3deg);
    flex: 0 0 45%;
    height: 450px;
}.program_information .metadata_block {
    flex: 0 0 55%;
    max-height: 450px;
    padding: 50px 45px;
    transform: translateZ(10px) rotateY(1deg);
}.program_information .container:hover .img_strip {
    transform: translateZ(40px) rotateY(-5deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.program_information .container:hover .metadata_block {
    transform: translateZ(20px) rotateY(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
}

@media (min-width: 992px) {.program_information h2 {
    font-size: calc(34px * 1.2);
}.program_information .img_strip {
    flex: 0 0 40%;
    height: 500px;
}.program_information .metadata_block {
    padding: 60px 50px;
    flex: 0 0 60%;
    max-height: 500px;
}.program_information .description {
    font-size: calc(15px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.program_information {
    padding: 180px 0;
}.program_information .container {
    padding: 0;
}.program_information h2 {
    font-size: calc(34px * 1.3);
    margin-bottom: 90px;
}.program_information .career_class {
    gap: 80px;
}.program_information .img_strip {
    clip-path: polygon(0 0, 100% 7%, 93% 100%, 0 93%);
    height: 550px;
}.program_information .metadata_block {
    padding: 70px 60px;
    max-height: 550px;
}
}

@media (max-width: 767px) {.program_information {
    padding: 80px 0;
}.program_information h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 40px;
}.program_information .img_strip {
    margin-bottom: 20px;
    height: 250px;
}.program_information .metadata_block {
    max-height: 350px;
    padding: 30px 25px;
}.program_information .description {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.program_information {
    padding: 60px 0;
}.program_information h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.8);
}.program_information .img_strip {
    height: 200px;
}.program_information .metadata_block {
    max-height: 300px;
    padding: 25px 20px;
}.program_information .description {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}}.join_our_community {
    position: relative;
    padding: 4rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: rgb(197,196,202);
    isolation: isolate;
}.join_our_community::before {
    position: absolute;
    opacity: 0.3;
    z-index: -1;
    content: "";
    inset: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(153,154,178,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(107,111,168,0.5) 0%, transparent 40%);
}.join_our_community::after {
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0.05;
    height: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgb(153,154,178,0.5) 10px, rgb(153,154,178,0.5) 11px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(107,111,168,0.5) 10px, rgb(107,111,168,0.5) 11px);
    width: 100%;
}.join_our_community .master_track {
    grid-template-columns: 1fr 1.2fr;
    position: relative;
    align-items: center;
    display: grid;
    gap: 3rem;
}.join_our_community .master_track::before {
    top: -30px;
    animation: rotate-shape 20s linear infinite;
    content: "";
    position: absolute;
    background: rgb(153,154,178);
    width: 100px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    right: -30px;
    height: 100px;
    opacity: 0.15;
}.join_our_community .master_track::after {
    opacity: 0.15;
    width: 100px;
    content: "";
    animation: rotate-shape 20s linear infinite reverse;
    left: -30px;
    position: absolute;
    bottom: -30px;
    height: 100px;
    background: rgb(107,111,168);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}.join_our_community p {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin: 0;
    color: #000000;
    z-index: 1;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}.join_our_community p::before {
    z-index: -1;
    animation: square-pulse 5s infinite alternate;
    top: -15px;
    height: 50px;
    position: absolute;
    opacity: 0.5;
    width: 50px;
    left: -15px;
    border: 2px solid rgb(153,154,178,0.5);
    content: "";
}.join_our_community p::after {
    content: "";
    bottom: -10px;
    width: 50px;
    left: 20px;
    animation: line-extend 3s infinite alternate;
    height: 3px;
    z-index: -1;
    background: rgb(107,111,168);
    position: absolute;
}.join_our_community .input_holder {
    position: relative;
    display: flex;
    height: 60px;
    align-items: stretch;
    perspective: 1000px;
}.join_our_community .input_holder::before {
    position: absolute;
    border-radius: 10px;
    left: -10px;
    content: "";
    bottom: -10px;
    right: -10px;
    top: -10px;
    transform: rotateX(10deg) rotateY(-10deg);
    opacity: 0.2;
    filter: blur(5px);
    z-index: -1;
    background: linear-gradient(45deg, transparent, rgb(153,154,178,0.5), transparent);
}.join_our_community .join_wrap {
    background: #ffffff;
    border: 1px solid transparent;
    font-size: 17px;
    font-family: Arial, sans-serif;
    padding: 0 1.5rem;
    height: 100%;
    transition: all 0.3s ease;
    flex: 1;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}.join_our_community .join_wrap:focus {
    outline: none;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    border-color: rgb(153,154,178);
}.join_our_community .join_wrap::placeholder {
    color: #000000;
    opacity: 0.6;
}.join_our_community .sub_field {
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-bottom-right-radius: 10px;
    font-size: 20px;
    overflow: hidden;
    height: 100%;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    border-top-right-radius: 10px;
    cursor: pointer;
    border: none;
    padding: 0 2rem;
    background: rgb(153,154,178);
    isolation: isolate;
}.join_our_community .sub_field::before {
    z-index: -1;
    content: "";
    transform: translateY(100%);
    transition: transform 0.3s ease;
    background: rgb(107,111,168);
    inset: 0;
    position: absolute;
}.join_our_community .sub_field:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.join_our_community .sub_field:hover::before {
    transform: translateY(0);
}

@keyframes square-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@keyframes line-extend {
    0% {
        width: 50px;
    }
    100% {
        width: 100px;
    }
}

@keyframes rotate-shape {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {.join_our_community {
    padding: 3rem 1.5rem;
}.join_our_community .master_track {
    gap: 2rem;
    grid-template-columns: 1fr;
}.join_our_community p {
    font-size: 18px;
}.join_our_community .input_holder {
    flex-direction: column;
    height: auto;
}.join_our_community .join_wrap {
    width: 100%;
    border-radius: 10px;
    height: 60px;
    margin-bottom: 1rem;
}.join_our_community .sub_field {
    border-radius: 10px;
    height: 60px;
    width: 100%;
}}footer {
    width: 100%;
    position: relative;
}.pitch_comp {
    overflow: hidden;
    padding: 0 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
}footer .terms_legal {
    position: relative;
    z-index: 1;
}footer .get_contactpanel {
    display: flex;
    margin-bottom: 70px;
    background-color: rgb(107,111,168);
    justify-content: center;
    color: #ffffff;
    padding: 40px 20px;
    flex-wrap: wrap;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    gap: 20px;
}footer .get_contactpanel::after {
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    pointer-events: none;
}footer .info_item {
    border-radius: 10px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    max-width: 300px;
    align-items: center;
    display: flex;
    flex: 1 1 200px;
}footer .info_item:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}footer .info_item svg {
    width: 22px;
    flex-shrink: 0;
    height: 22px;
    fill: #ffffff;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    margin-top: -30px;
    gap: 40px;
}footer .text_main_holder::before {
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    height: 100%;
    left: 0;
    content: "";
    background-color: #ffffff;
    width: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
}footer .main_pagewrap {
    padding-top: 60px;
    text-align: center;
}footer .main_pagewrap svg {
    height: 45px;
    width: auto;
    margin-bottom: 15px;
}footer .fund_cta {
    margin: 0 auto;
    max-width: 350px;
    text-align: center;
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
}footer .head_top {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    position: relative;
    margin: 0 20px;
    padding: 30px;
    background-color: rgb(197,196,202);
}footer .head_top h5 {
    display: inline-block;
    color: #000000;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}footer .head_top h5::after {
    position: absolute;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(153,154,178), transparent);
    content: "";
    width: 100%;
    left: 0;
    height: 2px;
}footer .main_learn {
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 10px 30px;
    flex-direction: column;
    display: flex;
}footer .main_learn a {
    position: relative;
    flex: 1 0 calc(50% - 30px);
    text-decoration: none;
    font-size: 12px;
    color: #000000;
    padding: 8px 0;
    transition: all 0.3s ease;
}footer .main_learn a::after {
    transition: width 0.3s ease;
    background-color: rgb(153,154,178);
    height: 1px;
    width: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}footer .main_learn a:hover {
    padding-left: 5px;
    color: rgb(153,154,178);
}footer .main_learn a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    margin: 0 20px;
    background-color: rgb(153,154,178);
    position: relative;
    color: #ffffff;
    padding: 30px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}footer .subscribe_holder::before {
    pointer-events: none;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
}footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    color: #ffffff;
}footer .subscribe_holder p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    gap: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border: none;
    font-size: 12px;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}footer .sub_field {
    font-weight: 600;
    padding: 15px;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    background-color: #000000;
}footer .sub_field:hover {
    background-color: rgb(107,111,168);
}footer .quiz_links {
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    margin-top: 60px;
}footer .footnote_ref {
    text-align: center;
    font-size: 15px;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_field {
    white-space: nowrap;
}footer .main_pagewrap {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .get_contactpanel {
    padding: 30px 15px 50px;
}footer .head_top, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .quiz_links {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .get_contactpanel {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .head_top h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .main_learn a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .sub_field {
    padding: 12px;
}}.welcome_section {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(197,196,202) 0%, #f2f8f8 50%, #e8f4f4 100%);
    overflow: hidden;
    position: relative;
}.welcome_section::before {
    background-size: 30px 30px;
    z-index: 0;
    animation: patternShift 60s linear infinite;
    bottom: 0;
    opacity: 0.5;
    right: 0;
    background: 
    linear-gradient(45deg, transparent 49.5%, rgba(94,170,168,0.1) 49.5%, rgba(94,170,168,0.1) 50.5%, transparent 50.5%),
    linear-gradient(-45deg, transparent 49.5%, rgba(94,170,168,0.08) 49.5%, rgba(94,170,168,0.08) 50.5%, transparent 50.5%);
    top: 0;
    position: absolute;
    left: 0;
    content: "";
}.welcome_section .master_track {
    padding: 0 20px;
    position: relative;
    display: flex;
    z-index: 1;
    justify-content: space-between;
    max-width: 1200px;
    align-items: center;
    margin: 0 auto;
}.welcome_section .metadata_block {
    flex: 1;
    animation: slideUpText 1s ease-out forwards;
    max-width: 50%;
    padding-right: 40px;
    transform: translateY(0);
}.welcome_section .metadata_block h1 {
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    animation: slideInTitle 0.8s ease-out 0.3s forwards;
    font-size: 33px;
    transform: translateX(0);
    opacity: 0;
}.welcome_section .metadata_block h1::after {
    left: 0;
    transform: scaleX(0);
    background: rgb(107,111,168);
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    transform-origin: left;
    animation: lineExpand 1s ease 0.8s forwards;
    bottom: -10px;
}.welcome_section .edu_title {
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
    transform: translateY(20px);
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
    opacity: 0;
}.welcome_section .edu_title svg {
    animation: svgFloat 6s ease-in-out infinite;
    margin-right: 20px;
    height: 60px;
    flex-shrink: 0;
    transform: rotateY(0);
    width: 60px;
}.welcome_section .edu_title svg path {
    transition: fill 0.3s ease;
    opacity: 0.9;
    fill: rgb(107,111,168);
}.welcome_section .edu_title svg text {
    opacity: 0.9;
    font-size: 5px;
    transition: fill 0.3s ease;
}.welcome_section .edu_title p {
    margin-top: 10px;
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
}.welcome_section ul {
    animation: fadeInUp 0.8s ease-out 0.9s forwards;
    list-style: none;
    margin: 0;
    transform: translateY(20px);
    padding: 0;
    opacity: 0;
}.welcome_section ul li {
    display: inline-block;
}.welcome_section .message_box {
    background: linear-gradient(135deg, rgb(107,111,168) 0%, rgba(94,170,168,1) 100%);
    border: none;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 6px 20px rgba(94,170,168,0.2);
    padding: 14px 30px;
    display: inline-block;
    transform: translateZ(0);
    overflow: hidden;
    font-weight: 600;
}.welcome_section .message_box::before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: -100%;
    transition: all 0.6s;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    content: "";
}.welcome_section .message_box:hover {
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 10px 25px rgba(94,170,168,0.3);
}.welcome_section .message_box:hover::before {
    transition: all 0.6s;
    left: 100%;
}.welcome_section .img_strip {
    animation: slideInPhoto 1s ease-out 0.4s forwards;
    flex: 1;
    transform: translateX(50px) rotate(2deg);
    max-width: 50%;
    position: relative;
    overflow: hidden;
    opacity: 0;
    box-shadow: 
    0 15px 35px rgba(0,0,0,0.1),
    0 3px 10px rgba(0,0,0,0.05);
    height: 500px;
    border-radius: 2px;
}.welcome_section .img_strip::before {
    top: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(
    to bottom right,
    rgba(94,170,168,0.3),
    transparent 60%,
    rgba(94,170,168,0.1)
  );
    left: 0;
    z-index: 1;
    bottom: 0;
    content: "";
}.welcome_section .img_strip::after {
    left: -50%;
    position: absolute;
    animation: lightSweep 8s ease-in-out infinite;
    width: 200%;
    background: linear-gradient(
    to bottom right,
    rgba(255,255,255,0) 30%,
    rgba(255,255,255,0.1) 50%,
    rgba(255,255,255,0) 70%
  );
    content: "";
    top: -50%;
    height: 200%;
    transform: rotate(30deg);
}

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

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

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

@keyframes slideInPhoto {
  0% {
    transform: translateX(50px) rotate(2deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0);
    opacity: 1;
  }
}

@keyframes slideUpText {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes svgFloat {
  0%, 100% {
    transform: translateY(0) rotateY(0);
  }
  50% {
    transform: translateY(-5px) rotateY(10deg);
  }
}

@keyframes lightSweep {
  0% {
    transform: rotate(30deg) translateY(0);
  }
  50% {
    transform: rotate(30deg) translateY(5%);
  }
  100% {
    transform: rotate(30deg) translateY(0);
  }
}

@keyframes patternShift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

@media (max-width: 992px) {.welcome_section {
    padding: 60px 0;
}.welcome_section .master_track {
    padding: 0 30px;
    flex-direction: column;
}.welcome_section .metadata_block {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
}.welcome_section .metadata_block h1 {
    text-align: center;
}.welcome_section .metadata_block h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes lineExpand {
    0% {
      transform: translateX(-50%) scaleX(0);
    }
    100% {
      transform: translateX(-50%) scaleX(1);
    }
  }
  
  .welcome_section .edu_title {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.welcome_section .edu_title svg {
    margin-bottom: 20px;
    margin-right: 0;
}.welcome_section .img_strip {
    max-width: 100%;
    margin-left: 0;
    height: 350px;
}
}

@media (max-width: 768px) {.welcome_section {
    padding: 50px 0;
}.welcome_section .metadata_block h1 {
    font-size: calc(33px * 0.9);
}.welcome_section .img_strip {
    height: 300px;
}.welcome_section .message_box {
    padding: 12px 25px;
}
}

@media (max-width: 576px) {.welcome_section {
    padding: 40px 0;
}.welcome_section .metadata_block h1 {
    font-size: calc(33px * 0.8);
    margin-bottom: 25px;
}.welcome_section .edu_title p {
    font-size: calc(13px * 0.95);
}.welcome_section .img_strip {
    height: 250px;
}.welcome_section .message_box {
    text-align: center;
    width: 100%;
}}.gratZone {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(197,196,202) 0%, #ffffff 100%);
}.gratZone::before {
    background: linear-gradient(120deg, rgb(153,154,178,0.5) 0%, rgb(107,111,168,0.5) 100%);
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    opacity: 0.4;
    position: absolute;
    top: -10%;
    animation: float 15s ease-in-out infinite;
    right: -5%;
    width: 40%;
    content: "";
    z-index: 0;
    filter: blur(25px);
}.gratZone::after {
    content: "";
    width: 30%;
    animation: float 18s ease-in-out infinite reverse;
    filter: blur(20px);
    position: absolute;
    bottom: -5%;
    left: -2%;
    opacity: 0.3;
    background: linear-gradient(220deg, rgb(107,111,168,0.5) 0%, rgb(153,154,178,0.5) 100%);
    height: 60%;
    z-index: 0;
    transform: rotate(10deg) skewX(-10deg);
}.gratZone .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
}.gratZone .master_track {
    position: relative;
    transform: perspective(1000px) rotateX(1deg);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #ffffff;
    backdrop-filter: blur(10px);
    border-left: 5px solid rgb(153,154,178);
    padding: 3.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
              0 5px 15px rgba(0, 0, 0, 0.05);
}.gratZone .master_track:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
}.gratZone .master_track::before {
    top: 0;
    mask-size: 200% 200%;
    width: 100%;
    animation: shimmerMask 8s infinite linear;
    content: "";
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.7) 50%, #000 75%);
    z-index: -1;
    background: linear-gradient(to right, 
               #ffffff 0%, 
               rgba(255, 255, 255, 0.8) 100%);
    position: absolute;
    height: 100%;
    left: 0;
}.gratZone .master_track > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.gratZone .master_track > div:first-child::after {
    background: linear-gradient(90deg, rgb(153,154,178) 0%, rgb(107,111,168) 100%);
    position: absolute;
    transform-origin: left center;
    width: 60px;
    content: "";
    bottom: -1rem;
    height: 4px;
    left: 0;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.gratZone .master_track:hover > div:first-child::after {
    width: 120px;
}.gratZone h5 {
    line-height: 1.4;
    transform: translateZ(0);
    opacity: 0;
    position: relative;
    color: #000000;
    animation: fadeInUp 0.8s forwards 0.2s;
    font-weight: 600;
    margin: 0;
    font-size: 24px;
}.gratZone a {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(0);
    display: block;
    text-decoration: none;
}.gratZone a:hover {
    transform: translateY(-3px);
}.gratZone p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    color: #000000;
    font-weight: 400;
    animation: fadeInUp 0.8s forwards 0.5s;
    font-family: Arial, sans-serif;
    opacity: 0;
}

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

@keyframes shimmerMask {
  0% {
    mask-position: 0% 0%;
  }
  100% {
    mask-position: 200% 0%;
  }
}

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

@media (max-width: 992px) {.gratZone {
    padding: 5rem 0;
}.gratZone .master_track {
    padding: 2.5rem;
}.gratZone h5 {
    font-size: calc(24px * 0.95);
}
}

@media (max-width: 768px) {.gratZone {
    padding: 4rem 0;
}.gratZone .master_track {
    transform: perspective(1000px) rotateX(0deg);
    padding: 2rem;
}.gratZone h5 {
    font-size: calc(24px * 0.9);
}.gratZone p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.gratZone {
    padding: 3rem 0;
}.gratZone .master_track {
    padding: 1.5rem;
    border-left-width: 3px;
}.gratZone .master_track > div:first-child::after {
    width: 50px;
    height: 3px;
}.gratZone .master_track:hover > div:first-child::after {
    width: 80px;
}.gratZone h5 {
    font-size: calc(24px * 0.85);
}.gratZone p {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}}header {
    background: linear-gradient(135deg, rgb(153,154,178,0.5) 0%, rgb(197,196,202) 100%);
    position: relative;
    z-index: 100;
    padding: 0;
    overflow: visible;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    margin-top: 0;
}header::before {
    z-index: 0;
    width: 100%;
    top: 0;
    content: '';
    position: absolute;
    opacity: 0.4;
    height: 100%;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    left: 0;
}header::after {
    opacity: 0.6;
    height: 10px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(153,154,178,0.5), 
        transparent
    );
    content: '';
    position: absolute;
}header .header_train {
    z-index: 5;
    display: flex;
    padding: 1.3rem 3rem;
    justify-content: space-between;
    align-items: center;
    position: relative;
}header .main_pagewrap {
    transition: all 0.6s ease;
    position: relative;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    margin-right: 2rem;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.15);
    padding: 1rem;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    overflow: hidden;
}header .main_pagewrap:hover {
    transform: translateY(-5px);
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
}header .main_guide {
    display: block;
    position: relative;
    transition: all 0.4s ease;
}header .main_guide img {
    max-height: 38px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}header .head_top {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 2;
    list-style: none;
}header .head_top::before {
    top: -5%;
    width: 110%;
    height: 110%;
    z-index: -1;
    background: linear-gradient(135deg, rgb(153,154,178,0.5) 0%, transparent 100%);
    transition: all 0.6s ease;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    position: absolute;
    opacity: 0.1;
    content: '';
    left: -5%;
}header .head_top:hover::before {
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.2;
}header .nav_top {
    margin: 0 0.5rem;
    position: relative;
}header .nav_top a {
    padding: 0.8rem 1.3rem;
    font-weight: 600;
    color: #000000;
    z-index: 1;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    overflow: hidden;
    justify-content: center;
    font-size: 17px;
    align-items: center;
    transition: all 0.4s ease;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    display: flex;
}header .nav_top a::before {
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(153,154,178,0.5) 0%, rgb(107,111,168,0.5) 100%);
    width: 100%;
    transform: scale(1.1);
    z-index: -1;
    transition: opacity 0.4s ease;
    opacity: 0;
    height: 100%;
    content: '';
    border-radius: inherit;
}header .nav_top a:hover {
    transform: translateY(-3px) scale(1.05);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}header .nav_top a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .nav_top::after {
    background: rgb(153,154,178);
    opacity: 0.7;
    height: 6px;
    transition: transform 0.4s ease;
    content: '';
    position: absolute;
    border-radius: 50%;
    transform: translateX(-50%) scale(0);
    bottom: -8px;
    width: 6px;
    left: 50%;
}header .nav_top:hover::after {
    transform: translateX(-50%) scale(1);
}header .header_train::before {
    border-radius: 50%;
    height: 200px;
    right: -100px;
    opacity: 0.1;
    content: '';
    position: absolute;
    background: radial-gradient(circle, rgb(153,154,178,0.5) 0%, transparent 70%);
    width: 200px;
    top: -100px;
    filter: blur(30px);
}header .header_train::after {
    bottom: -75px;
    filter: blur(30px);
    left: -75px;
    background: radial-gradient(circle, rgb(107,111,168,0.5) 0%, transparent 70%);
    width: 150px;
    height: 150px;
    content: '';
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
}.header_pro {
    padding-top: 2rem;
    background: rgb(197,196,202);
    z-index: 1;
    position: relative;
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .header_train {
    margin: 0 auto;
    max-width: 1320px;
}header .nav_top {
    margin: 0 0.7rem;
}header .nav_top a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .header_train {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .main_pagewrap {
    padding: 0.7rem;
    margin-bottom: 0;
    margin-right: 0;
}header .head_top {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .nav_top a {
    padding: 0.6rem 1rem;
    font-size: calc(17px - 1px);
}header .head_top::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .header_train {
    padding: 0.8rem 1.5rem;
}header .main_pagewrap {
    padding: 0.6rem;
    max-width: 140px;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
}header .main_guide img {
    max-height: 35px;
}header .head_top {
    scrollbar-width: thin;
    overflow-x: auto;
    justify-content: flex-start;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
}header .head_top::-webkit-scrollbar {
    height: 3px;
}header .head_top::-webkit-scrollbar-thumb {
    background: rgb(153,154,178,0.5);
    border-radius: 10px;
}header .nav_top {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .nav_top a {
    font-size: calc(17px - 2px);
    white-space: nowrap;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    padding: 0.5rem 0.8rem;
}header .nav_top::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .header_train {
    padding: 0.7rem 1.2rem;
}header .main_pagewrap {
    padding: 0.5rem;
    max-width: 120px;
}header .nav_top a {
    padding: 0.4rem 0.6rem;
    font-size: calc(17px - 3px);
}}.reach_outJk9 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(197,196,202) 0%, rgb(107,111,168,0.5) 100%);
    padding: 80px 0;
    position: relative;
}.reach_outJk9::before {
    width: 100%;
    opacity: 0.4;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(153,154,178,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(107,111,168,0.5) 0%, transparent 70%);
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    height: 100%;
    z-index: 1;
}.reach_outJk9::after {
    background-image: 
        linear-gradient(90deg, rgb(107,111,168,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(107,111,168,0.5) 1px, transparent 1px);
    opacity: 0.1;
    position: absolute;
    content: '';
    height: 100%;
    background-size: 50px 50px;
    left: 0;
    width: 100%;
    z-index: 1;
    top: 0;
}.reach_outJk9 .img_strip {
    width: 45%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.reach_outJk9 .img_strip::after {
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(153,154,178,0.5) 0%, transparent 60%);
    left: 0;
    position: absolute;
    opacity: 0.7;
    content: '';
}.reach_outJk9 .container {
    position: relative;
    z-index: 3;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}.reach_outJk9 h3 {
    text-shadow: 0 0 15px rgb(153,154,178,0.5);
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 30px;
}.reach_outJk9 .help_info {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 24px;
    display: flex;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    overflow: hidden;
    justify-content: space-between;
}.reach_outJk9 .help_info:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.reach_outJk9 .inquiry_message {
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1;
    overflow: hidden;
    padding: 40px;
}.reach_outJk9 .inquiry_message::before {
    top: -100px;
    content: '';
    border-radius: 50%;
    position: absolute;
    right: -100px;
    opacity: 0.2;
    background: radial-gradient(rgb(153,154,178,0.5), transparent 70%);
    width: 200px;
    height: 200px;
}.reach_outJk9 .inquiry_message::after {
    left: -75px;
    content: '';
    position: absolute;
    background: radial-gradient(rgb(107,111,168,0.5), transparent 70%);
    height: 150px;
    width: 150px;
    bottom: -75px;
    border-radius: 50%;
    opacity: 0.2;
}.reach_outJk9 form {
    position: relative;
    z-index: 2;
}.reach_outJk9 form h3 {
    background: linear-gradient(to right, #ffffff, rgb(153,154,178));
    text-align: left;
    font-size: 24px;
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
    -webkit-background-clip: text !important;
}.reach_outJk9 input[type="text"],
.reach_outJk9 textarea {
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 20px;
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-family: Arial, sans-serif;
    padding: 15px;
}.reach_outJk9 input[type="text"]:focus,
.reach_outJk9 textarea:focus {
    box-shadow: 0 0 10px rgb(153,154,178,0.5);
    border-color: rgb(153,154,178);
    background: rgba(255, 255, 255, 0.12);
    outline: none;
}.reach_outJk9 textarea {
    resize: none;
    height: 120px;
}.reach_outJk9 .message_map {
    align-items: flex-start;
    display: flex;
    position: relative;
    margin-bottom: 25px;
}.reach_outJk9 .message_map input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.reach_outJk9 .message_map label {
    position: relative;
    font-size: 13px;
    padding-left: 30px;
    color: #ffffff;
    cursor: pointer;
    line-height: 1.5;
}.reach_outJk9 .message_map label::before {
    height: 20px;
    background: rgba(255, 255, 255, 0.08);
    top: 2px;
    transition: all 0.3s ease;
    width: 20px;
    content: '';
    left: 0;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}.reach_outJk9 .message_map input[type="checkbox"]:checked + label::before {
    background: rgb(153,154,178);
    border-color: rgb(153,154,178);
}.reach_outJk9 .message_map input[type="checkbox"]:checked + label::after {
    left: 7px;
    content: '';
    transform: rotate(45deg);
    top: 5px;
    height: 12px;
    border: solid #ffffff;
    width: 6px;
    border-width: 0 2px 2px 0;
    position: absolute;
}.reach_outJk9 .message_map a {
    color: rgb(153,154,178);
    transition: color 0.3s ease;
    text-decoration: none;
}.reach_outJk9 .message_map a:hover {
    text-decoration: underline;
    color: rgb(107,111,168);
}.reach_outJk9 .message_box {
    background: linear-gradient(to right, rgb(153,154,178), rgb(107,111,168));
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    font-size: 19px;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border: none;
    padding: 15px;
    width: 100%;
}.reach_outJk9 .message_box::before {
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    width: 100%;
    position: absolute;
    left: -100%;
    content: '';
    top: 0;
}.reach_outJk9 .message_box:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(153,154,178,0.5);
}.reach_outJk9 .message_box:hover::before {
    left: 100%;
}.reach_outJk9 .message_request {
    padding: 40px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
    width: 40%;
    overflow: hidden;
    position: relative;
}.reach_outJk9 .message_request::before {
    width: 100%;
    opacity: 0.4;
    height: 100%;
    position: absolute;
    content: '';
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(153,154,178,0.5) 0%, transparent 60%);
    right: 0;
    top: 0;
}.reach_outJk9 .message_request h4 {
    margin-bottom: 30px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    font-size: 24px;
    font-family: Arial, sans-serif;
}.reach_outJk9 .message_request h4::after {
    height: 3px;
    border-radius: 3px;
    bottom: -10px;
    left: 0;
    content: '';
    width: 50px;
    background: rgb(153,154,178);
    position: absolute;
}.reach_outJk9 .contact_message {
    list-style: none;
    margin: 0;
    padding: 0;
}.reach_outJk9 .contact_message li {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
    transition: transform 0.3s ease;
    position: relative;
    padding-left: 5px;
}.reach_outJk9 .contact_message li:hover {
    transform: translateX(5px);
}.reach_outJk9 .contact_message li::before {
    transform: translateY(-50%);
    border-radius: 50%;
    transition: all 0.3s ease;
    top: 50%;
    opacity: 0;
    position: absolute;
    left: -10px;
    height: 0;
    background: rgb(153,154,178);
    content: '';
    width: 0;
}.reach_outJk9 .contact_message li:hover::before {
    opacity: 1;
    height: 6px;
    width: 6px;
    left: -3px;
}.reach_outJk9 .contact_message svg {
    filter: drop-shadow(0 0 5px rgb(153,154,178,0.5));
    flex-shrink: 0;
    width: 24px;
    fill: rgb(153,154,178);
    height: 24px;
    margin-right: 15px;
    transition: transform 0.3s ease;
}.reach_outJk9 .contact_message li:hover svg {
    transform: scale(1.1);
}.reach_outJk9 .contact_message svg path {
    transition: fill 0.3s ease;
    fill: rgb(153,154,178);
}.reach_outJk9 .contact_message li:hover svg path {
    fill: rgb(107,111,168);
}.reach_outJk9 .contact_message span {
    font-size: 12px;
    line-height: 1.5;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.reach_outJk9 .contact_message a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}.reach_outJk9 .contact_message a:hover {
    color: rgb(153,154,178);
}

@media (max-width: 992px) {.reach_outJk9 {
    padding: 60px 0;
}.reach_outJk9 .img_strip {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}.reach_outJk9 .help_info {
    flex-direction: column;
}.reach_outJk9 .inquiry_message {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
    width: 100%;
}.reach_outJk9 .message_request {
    width: 100%;
}
}

@media (max-width: 768px) {.reach_outJk9 {
    padding: 40px 0;
}.reach_outJk9 .img_strip {
    display: none;
}.reach_outJk9 h3 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.reach_outJk9 .inquiry_message,
    .reach_outJk9 .message_request {
    padding: 30px;
}.reach_outJk9 form h3,
    .reach_outJk9 .message_request h4 {
    font-size: calc(24px * 0.9);
}.reach_outJk9 input[type="text"],
    .reach_outJk9 textarea {
    margin-bottom: 15px;
    padding: 12px;
}.reach_outJk9 textarea {
    height: 100px;
}.reach_outJk9 .message_box {
    padding: 12px;
}.reach_outJk9 .contact_message li {
    margin-bottom: 20px;
}.reach_outJk9 .contact_message svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
}

@media (max-width: 576px) {.reach_outJk9 {
    padding: 30px 0;
}.reach_outJk9 h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 20px;
}.reach_outJk9 .inquiry_message,
    .reach_outJk9 .message_request {
    padding: 20px;
}.reach_outJk9 .help_info {
    margin: 0 10px;
}.reach_outJk9 .message_map label {
    font-size: calc(13px * 0.9);
}.reach_outJk9 .contact_message li {
    margin-bottom: 15px;
}.reach_outJk9 .contact_message span {
    font-size: calc(12px * 0.9);
}.reach_outJk9::before,
    .reach_outJk9::after,
    .reach_outJk9 .inquiry_message::before,
    .reach_outJk9 .inquiry_message::after,
    .reach_outJk9 .message_request::before {
    opacity: 0.2;
}}.teaching_process {
    min-height: 70vh;
    padding: 6rem 2rem;
    display: flex;
    position: relative;
    background: rgb(197,196,202);
    align-items: center;
    overflow: hidden;
}.teaching_process::before {
    height: 100%;
    width: 100%;
    left: 0;
    filter: blur(40px);
    background: 
        radial-gradient(circle at 10% 20%, rgb(153,154,178,0.5) 0%, transparent 25%),
        radial-gradient(circle at 90% 80%, rgb(107,111,168,0.5) 0%, transparent 25%);
    top: 0;
    position: absolute;
    content: '';
}.teaching_process::after {
    background: 
        linear-gradient(45deg, transparent 48%, rgb(153,154,178,0.5) 49%, rgb(153,154,178,0.5) 51%, transparent 52%) 0 0 / 30px 30px,
        linear-gradient(135deg, transparent 48%, rgb(107,111,168,0.5) 49%, rgb(107,111,168,0.5) 51%, transparent 52%) 0 0 / 30px 30px;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.1;
    position: absolute;
    top: 0;
}.teaching_process .master_track {
    width: 100%;
    position: relative;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    display: flex;
}.teaching_process .metadata_block {
    border-radius: 22px;
    padding: 3.5rem;
    width: 80%;
    transition: all 0.4s ease;
    position: relative;
    background: rgb(197,196,202);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.15),
        -12px -12px 24px rgba(255, 255, 255, 0.8);
    max-width: 800px;
}.teaching_process .metadata_block:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.2),
        -15px -15px 30px rgba(255, 255, 255, 0.9);
}.teaching_process .metadata_block::before {
    content: '';
    height: 60px;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.9);
    animation: pulse 5s infinite alternate;
    z-index: -1;
    background: linear-gradient(135deg, rgb(153,154,178,0.5), rgb(107,111,168,0.5));
    border-radius: 50%;
    top: 20px;
    width: 60px;
    right: 20px;
    position: absolute;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.1);
        opacity: 0.9;
    }
}

.teaching_process .metadata_block::after {
    height: 40px;
    background: linear-gradient(135deg, rgb(107,111,168,0.5), rgb(153,154,178,0.5));
    position: absolute;
    left: 20px;
    animation: pulse 5s infinite alternate-reverse;
    border-radius: 50%;
    bottom: 20px;
    width: 40px;
    z-index: -1;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.9);
    content: '';
}.teaching_process h2 {
    position: relative;
    text-align: center;
    text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, rgb(153,154,178), rgb(107,111,168));
    background-clip: text !important;
    color: #000000;
    margin-bottom: 2rem;
    font-size: 35px;
    font-weight: 700;
    display: inline-block;
    -webkit-text-fill-color: transparent;
}.teaching_process h2::before {
    background: linear-gradient(90deg, rgb(153,154,178,0.5) 0%, rgb(107,111,168) 50%, rgb(153,154,178,0.5) 100%);
    position: absolute;
    height: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    bottom: -10px;
    left: 0;
    width: 100%;
    content: '';
    border-radius: 10px;
}.teaching_process p {
    color: #000000;
    background: rgb(197,196,202);
    box-shadow: 
        inset 3px 3px 6px rgba(0, 0, 0, 0.1),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    line-height: 1.8;
    font-size: 16px;
    transition: all 0.3s ease;
    padding: 1rem;
    position: relative;
    margin-top: 1.5rem;
}.teaching_process .metadata_block:hover p {
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.12),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8);
}.teaching_process .metadata_block::before,
.teaching_process .metadata_block::after {
    transition: all 0.5s ease;
}.teaching_process .metadata_block:hover::before {
    transform: scale(1.15) translateY(-5px);
}.teaching_process .metadata_block:hover::after {
    transform: scale(1.15) translateY(5px);
}

@media (max-width: 992px) {.teaching_process {
    padding: 4rem 1.5rem;
}.teaching_process .metadata_block {
    padding: 2.5rem;
    width: 90%;
}.teaching_process h2 {
    font-size: calc(35px * 0.9);
}.teaching_process p {
    padding: 0.8rem;
}
}

@media (max-width: 768px) {.teaching_process {
    padding: 3rem 1rem;
    min-height: auto;
}.teaching_process .metadata_block {
    padding: 2rem;
    width: 100%;
}.teaching_process h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 1.5rem;
}.teaching_process p {
    padding: 0.6rem;
    font-size: calc(16px * 0.95);
}.teaching_process .metadata_block::before {
    height: 40px;
    top: 15px;
    right: 15px;
    width: 40px;
}.teaching_process .metadata_block::after {
    width: 30px;
    bottom: 15px;
    left: 15px;
    height: 30px;
}
}

@media (max-width: 576px) {.teaching_process {
    padding: 2.5rem 0.8rem;
}.teaching_process .metadata_block {
    box-shadow: 
            8px 8px 16px rgba(0, 0, 0, 0.15),
            -8px -8px 16px rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
}.teaching_process h2 {
    margin-bottom: 1.2rem;
    font-size: calc(35px * 0.7);
}.teaching_process h2::before {
    height: 3px;
    bottom: -8px;
}.teaching_process p {
    margin-top: 1rem;
    font-size: calc(16px * 0.9);
    padding: 0.5rem;
}}.company_info {
    z-index: 1;
    background: linear-gradient(90deg, #000000 0%, rgb(153,154,178) 100%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.company_info::before {
    background: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%),
        repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(255, 255, 255, 0.03) 40px, rgba(255, 255, 255, 0.03) 80px);
    width: 100%;
    z-index: -1;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
}.company_info::after {
    left: 0;
    width: 100%;
    z-index: -1;
    top: 0;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(255, 255, 255, 0.02) 40px, rgba(255, 255, 255, 0.02) 80px);
    content: "";
    height: 100%;
    position: absolute;
}.company_info .container {
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.company_info .master_track {
    text-align: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    gap: 40px;
    position: relative;
    background: #ffffff;
    animation: fadeIn 1s ease-in-out;
    padding: 60px;
    display: grid;
    overflow: hidden;
    grid-template-rows: auto auto auto;
    grid-template-areas: 
        "director"
        "logo"
        "text";
    grid-template-columns: 1fr;
    border-radius: 0;
}.company_info .master_track::before {
    height: 5px;
    position: absolute;
    background: rgb(153,154,178);
    left: 0;
    top: 0;
    content: "";
    width: 100%;
}.company_info .learning_lab {
    display: flex;
    transition: transform 0.5s ease;
    transform: translateY(0);
    align-items: center;
    flex-direction: column;
    gap: 30px;
    border-bottom: 1px solid rgba(rgb(153,154,178), 0.1);
    grid-area: director;
    padding-bottom: 30px;
}.company_info .learning_lab:hover {
    transform: translateY(-5px);
}.company_info .learning_lab .img_strip {
    border: 4px solid #ffffff;
    transition: all 0.4s ease;
    width: 220px;
    overflow: hidden;
    outline: 1px solid rgba(rgb(153,154,178), 0.2);
    margin: 0 auto;
    position: relative;
    border-radius: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 270px;
}.company_info .academy_track {
    max-width: 300px;
    border-left: 4px solid rgb(153,154,178);
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    background: rgb(197,196,202);
}.company_info .team_profile {
    position: relative;
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
    padding-bottom: 15px;
}.company_info .team_profile::after {
    transition: width 0.3s ease;
    bottom: 0;
    position: absolute;
    left: 50%;
    height: 2px;
    content: "";
    background: rgb(153,154,178);
    width: 50px;
    transform: translateX(-50%);
}.company_info .growth_path {
    margin: 0;
    font-size: 14px;
    color: #000000;
    font-weight: 300;
}.company_info .mission_block {
    grid-area: logo;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(rgb(153,154,178), 0.1);
    background: rgb(197,196,202);
    padding-bottom: 20px;
}.company_info .mission_block::before {
    top: 0;
    height: 100%;
    background: rgb(153,154,178);
    width: 4px;
    position: absolute;
    left: 0;
    content: "";
}.company_info .mission_block svg {
    fill: rgb(153,154,178);
    transition: transform 0.4s ease;
    height: 60px;
    width: 60px;
}.company_info .mission_block svg path {
    fill: rgb(153,154,178);
}.company_info .metadata_block {
    border: 1px solid rgba(rgb(153,154,178), 0.1);
    animation-delay: 0.3s;
    grid-area: text;
    margin: 0 auto;
    max-width: 700px;
    padding: 30px;
    animation: slideUp 0.8s ease-out forwards;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
}.company_info .metadata_block::before {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    background: rgb(153,154,178);
    height: 4px;
}.company_info h2 {
    position: relative;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 25px 0;
    font-size: 28px;
    letter-spacing: 1px;
    padding-bottom: 20px;
}.company_info h2::after {
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    animation: pulseWidth 3s ease-in-out infinite;
    background: rgb(153,154,178);
    bottom: 0;
    content: "";
    left: 50%;
}.company_info p {
    line-height: 1.8;
    font-size: 14px;
    margin: 0;
    color: #000000;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseWidth {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}

@media screen and (max-width: 992px) {.company_info {
    padding: 80px 0;
}.company_info .master_track {
    padding: 50px 40px;
    gap: 35px;
}
}

@media screen and (max-width: 767px) {.company_info {
    padding: 60px 0;
}.company_info .master_track {
    padding: 40px 30px;
    gap: 30px;
}.company_info .learning_lab .img_strip {
    height: 220px;
    width: 180px;
}.company_info h2 {
    font-size: calc(28px * 0.85);
}
}

@media screen and (max-width: 480px) {.company_info {
    padding: 40px 0;
}.company_info .master_track {
    gap: 25px;
    padding: 30px 20px;
}.company_info .learning_lab .img_strip {
    width: 150px;
    height: 180px;
}.company_info .team_profile {
    font-size: calc(22px * 0.9);
}.company_info .growth_path {
    font-size: calc(14px * 0.9);
}.company_info .mission_block svg {
    width: 50px;
    height: 50px;
}.company_info h2 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.8);
}.company_info p {
    font-size: calc(14px * 0.9);
}}header .top_plank {
    color:  #ffffff;
    background: rgb(153,154,178);
}header .top_plank .edu_menu div svg, header .top_plank .edu_menu div svg path {
    fill: #ffffff;
}header .top_plank .edu_menu div span {
    color: #ffffff;
}header .top_plank .edu_menu {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    width: 100%;
    line-height: 21px;
    flex-wrap: wrap;
    font-size: 13px;
    padding: 15px 0 10px 0;
}header .top_plank .edu_menu div {
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}header .top_plank .edu_menu div img, header .top_plank .edu_menu div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.cookieInformationAlert {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(153,154,178);
    width: 100%;
    transition: transform 0.3s ease-in-out;
    display: flex;
    padding: 1rem 0;
    background: rgb(197,196,202);
    justify-content: center;
    overflow: hidden;
    z-index: 90;
    align-items: center;
    position: fixed;
    bottom: 0;
}#cookieWarningPopup {
    display: none;
}#cookieWarningPopup:checked ~ .cookieInformationAlert {
    visibility: hidden;
    opacity: 0;
}.cookieInformationAlert .container {
    align-items: center;
    margin: 0 auto;
    position: relative;
    gap: 1rem;
    flex-wrap: wrap;
    z-index: 1;
    padding: 0 15px;
    justify-content: space-between;
    display: flex;
    max-width: 1140px;
}.safe_cookies {
    margin-right: 1rem;
    align-items: center;
    flex-shrink: 0;
    display: flex;
}.safe_cookies svg {
    height: 50px;
    width: 50px;
    fill: rgb(153,154,178);
}.user_default {
    flex: 1;
    margin-bottom: 20px;
    min-width: 300px;
}.user_default h5 {
    font-weight: 600;
    font-size: 1.5rem;
    color: rgb(153,154,178);
    margin-bottom: 0.5rem;
}.user_default p {
    color: #000000;
    font-size: 1rem;
}.cookie_layer {
    font-size: 1rem;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    border: none;
    padding: 0.75rem 1.5rem;
    color: #ffffff;
    background: rgb(153,154,178);
    display: inline-block;
    border-radius: 10px;
}.cookie_button.privacy_notify {
    background: rgb(153,154,178);
}.cookie_button.tracking_policy {
    margin-left: 0.5rem;
    background: #000000;
}.cookie_layer:hover {
    background: #000000;
    transform: translateY(-3px);
}.cookie_button.tracking_policy:hover {
    background: rgb(153,154,178);
}.cookieInformationAlert p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(153,154,178);
}.cookieInformationAlert p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookieInformationAlert .container {
    align-items: center;
    flex-direction: column;
}.safe_cookies {
    margin-right: 0;
    margin-bottom: 1rem;
}.user_default {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.tracking_policy {
    margin-left: 0;
    margin-top: 0.5rem;
}}
.teacher_profile {
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(197,196,202) 0%, rgb(153,154,178,0.5) 100%);
}.teacher_profile::before {
    content: "";
    width: 30%;
    right: -5%;
    height: 30%;
    background: rgb(107,111,168,0.5);
    filter: blur(20px);
    position: absolute;
    z-index: 0;
    top: -5%;
    transform: rotate(-15deg) translateZ(0);
}.teacher_profile::after {
    background: rgb(153,154,178,0.5);
    bottom: -5%;
    transform: rotate(15deg) translateZ(0);
    height: 25%;
    left: -5%;
    width: 25%;
    filter: blur(15px);
    content: "";
    z-index: 0;
    position: absolute;
}.teacher_profile .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.teacher_profile .review_panel {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    position: relative;
    gap: 2.5rem;
    padding: 3rem;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.teacher_profile .review_panel:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
}.teacher_profile .review_panel > div:first-child {
    position: relative;
    overflow: hidden;
}.teacher_profile .img_strip {
    transform: scale(1.05);
    height: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
}.teacher_profile .review_panel:hover .img_strip {
    transform: scale(1);
}.teacher_profile .review_panel > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 2rem;
    gap: 0.5rem;
}.teacher_profile .review_panel > div:nth-child(2)::before {
    left: 0;
    position: absolute;
    height: 70%;
    transform: translateY(-50%);
    top: 50%;
    width: 4px;
    background: linear-gradient(to bottom, rgb(153,154,178), rgb(107,111,168));
    content: "";
}.teacher_profile .name {
    display: inline-block;
    position: relative;
    margin: 0;
    font-size: 22px;
    color: #000000;
    font-weight: 700;
}.teacher_profile .name::after {
    height: 2px;
    left: 0;
    width: 0;
    bottom: -5px;
    transition: width 0.4s ease-out;
    background: rgb(153,154,178);
    content: "";
    position: absolute;
}.teacher_profile .review_panel:hover .name::after {
    width: 100%;
}.teacher_profile .review_panel > div:nth-child(2) > div {
    opacity: 0.9;
    font-size: calc(17px - 2px);
    font-weight: 600;
    color: rgb(107,111,168);
    letter-spacing: 0.5px;
}.teacher_profile .review_panel > div:nth-child(3) {
    position: relative;
}.teacher_profile .emp_items {
    line-height: 1.7;
    padding: 1.5rem;
    background: linear-gradient(to right, rgba(rgb(197,196,202), 0.05), rgba(rgb(197,196,202), 0.02));
    margin: 0;
    color: #000000;
    border-left: 3px solid rgb(153,154,178,0.5);
    font-size: 17px;
    position: relative;
}.teacher_profile .emp_items::before {
    content: "";
    font-size: 5rem;
    top: -0.5rem;
    left: 0.5rem;
    color: rgb(153,154,178,0.5);
    font-family: serif;
    line-height: 1;
    position: absolute;
    opacity: 0.2;
}

@media (min-width: 768px) {.teacher_profile {
    padding: 8rem 3rem;
}.teacher_profile .review_panel {
    grid-template-rows: auto 1fr;
    gap: 3rem 4rem;
    padding: 4rem;
    grid-template-columns: minmax(200px, 300px) 1fr;
}.teacher_profile .review_panel > div:first-child {
    grid-row: span 2;
}.teacher_profile .img_strip {
    height: 100%;
}.teacher_profile .review_panel > div:nth-child(2) {
    padding-left: 3rem;
}.teacher_profile .emp_items {
    padding: 2rem;
    font-size: calc(17px + 1px);
}
}

@media (min-width: 1024px) {.teacher_profile {
    padding: 10rem 4rem;
}.teacher_profile .review_panel {
    padding: 5rem;
    gap: 4rem 5rem;
    grid-template-columns: minmax(300px, 400px) 1fr;
}.teacher_profile .name {
    font-size: calc(22px + 2px);
}.teacher_profile .review_panel > div:nth-child(2) > div {
    font-size: 17px;
}.teacher_profile .emp_items {
    line-height: 1.8;
}.teacher_profile .review_panel::after {
    height: 150px;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    opacity: 0.1;
    width: 150px;
    background: linear-gradient(135deg, transparent 50%, rgb(153,154,178,0.5) 50%);
    right: 0;
    content: "";
}.teacher_profile .review_panel:hover::after {
    opacity: 0.2;
}
}

@media (max-width: 767px) {.teacher_profile {
    padding: 4rem 1.5rem;
}.teacher_profile .review_panel {
    padding: 2rem;
    gap: 2rem;
}.teacher_profile .img_strip {
    height: 250px;
}.teacher_profile .name {
    font-size: calc(22px - 1px);
}.teacher_profile .review_panel > div:nth-child(2) > div {
    font-size: calc(17px - 3px);
}.teacher_profile .emp_items {
    font-size: calc(17px - 1px);
    padding: 1rem;
}}.pricing_deck {
    position: relative;
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
}.pricing_deck::before {
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}.pricing_deck .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.pricing_deck .plan_matrix {
    position: relative;
}.pricing_deck h2 {
    animation: titleFloat 6s ease-in-out infinite;
    position: relative;
    font-size: 30px;
    background-clip: text !important;
    text-align: center;
    font-weight: 700;
    transform: translateY(0);
    margin-bottom: 25px;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(153,154,178) 0%, rgb(107,111,168) 100%);
    color: transparent;
}.pricing_deck h2::after {
    content: '';
    bottom: -10px;
    transform: translateX(-50%);
    background: rgb(107,111,168);
    width: 80px;
    height: 3px;
    position: absolute;
    left: 50%;
}.pricing_deck .cert_cost {
    max-width: 700px;
    font-size: calc(14px + 2px);
    text-align: center;
    margin: 0 auto 50px;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
}.pricing_deck .fee_chart {
    margin: 0;
    list-style: none;
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
}.pricing_deck .fee_chart li {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.pricing_deck .fee_chart li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.pricing_deck .fee_options {
    display: block;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    height: 100%;
    text-decoration: none;
}.pricing_deck .access_cost {
    transition: all 0.4s ease;
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 35px 30px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.pricing_deck .access_cost::before {
    transform-origin: left;
    content: '';
    position: absolute;
    top: 0;
    transition: transform 0.5s ease;
    transform: scaleX(0);
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(153,154,178), rgb(107,111,168));
}.pricing_deck .fee_options:hover .access_cost::before {
    transform: scaleX(1);
}.pricing_deck .access_cost::after {
    opacity: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(107,111,168,0.5) 50%);
    width: 60px;
    right: 0;
    bottom: 0;
    content: '';
    height: 60px;
    position: absolute;
    transition: opacity 0.5s ease;
}.pricing_deck .fee_options:hover .access_cost::after {
    opacity: 1;
}.pricing_deck .group_plans {
    z-index: 2;
    position: relative;
}.pricing_deck .group_plans h4 {
    margin: 0 0 20px;
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: calc(24px + 2px);
    font-weight: 700;
}.pricing_deck .group_plans h4::after {
    left: 0;
    position: absolute;
    width: 40px;
    transition: width 0.4s ease;
    height: 2px;
    content: '';
    background: rgb(153,154,178);
    bottom: -8px;
}.pricing_deck .fee_options:hover .group_plans h4::after {
    width: 100%;
}.pricing_deck .group_plans p {
    max-height: 200px;
    overflow-y: auto;
    word-break: break-word;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    overflow-wrap: break-word;
    margin: 0 0 30px;
    padding-right: 5px;
}.pricing_deck .group_plans p::-webkit-scrollbar {
    width: 4px;
}.pricing_deck .group_plans p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.pricing_deck .group_plans p::-webkit-scrollbar-thumb {
    background: rgb(153,154,178,0.5);
}.pricing_deck .cert_fees {
    color: #ffffff;
    font-size: calc(24px + 4px);
    display: block;
    position: relative;
    margin-top: 15px;
    font-weight: 700;
    padding: 10px 0;
}.pricing_deck .cert_fees::before {
    left: 0;
    position: absolute;
    top: 0;
    content: '';
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    width: 40px;
}

@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {.pricing_deck {
    padding: 80px 0;
}.pricing_deck .fee_chart {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.pricing_deck .access_cost {
    padding: 25px 20px;
}.pricing_deck .group_plans p {
    font-size: calc(14px - 1px);
    max-height: 150px;
}.pricing_deck .cert_fees {
    font-size: calc(24px + 2px);
}
}

@media (max-width: 767px) {.pricing_deck {
    padding: 60px 0;
}.pricing_deck h2 {
    font-size: calc(30px - 4px);
}.pricing_deck .cert_cost {
    font-size: 14px;
    margin-bottom: 30px;
}.pricing_deck .fee_chart {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.pricing_deck .group_plans h4 {
    font-size: 24px;
}.pricing_deck .cert_fees {
    font-size: 24px;
}
}

@media (max-width: 480px) {.pricing_deck {
    padding: 50px 0;
}.pricing_deck h2 {
    font-size: calc(30px - 8px);
}.pricing_deck .cert_cost {
    font-size: calc(14px - 2px);
}.pricing_deck .access_cost {
    padding: 20px 15px;
}.pricing_deck .group_plans p {
    font-size: calc(14px - 2px);
}
}