.container {
    margin: auto;
    max-width: 100%;
    width: 1206px;
}

svg {
    height: 30px;
    width: 30px;
}

.main_know {
    flex: 1 0 auto;
}

.content-wrapper {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}

.educational_gains::before {
    left: -25%;
    content: '';
    height: 200px;
    z-index: 1;
    transform: rotate(-5deg);
    background: rgb(191,191,208,0.5);
    top: -100px;
    width: 150%;
    position: absolute;
}

.educational_gains .photo_frame_wrap::after {
    top: 20px;
    border-left: none;
    width: 60%;
    content: '';
    z-index: -1;
    opacity: 0.5;
    position: absolute;
    border: 5px solid rgb(191,191,208);
    height: 90%;
    right: -20px;
}

.educational_gains .text_main_holder > div {
    gap: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 25px;
    display: flex;
    background: #ffffff;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    align-items: flex-start;
    overflow: hidden;
    flex-direction: column;
}

.educational_gains .text_main_holder > div:hover svg path {
    fill: rgb(191,191,208);
}

.about_this::after {
    z-index: 0;
    animation: shine 15s infinite alternate ease-in-out;
    transform: rotate(-15deg);
    height: 200%;
    opacity: 0.15;
    width: 80%;
    content: "";
    right: -20%;
    top: -50%;
    position: absolute;
    background: rgb(191,191,208,0.5);
}

.about_this .text_box_holder::before {
    height: 80px;
    position: absolute;
    left: -10px;
    background: rgb(191,191,208);
    top: 20px;
    opacity: 0.6;
    z-index: -1;
    content: "";
    width: 20px;
}

.about_this .text_box_holder p::after {
    animation: lineGrow 0.6s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 40px;
    bottom: -5px;
    content: "";
    left: 0;
    transform: scaleX(0);
    position: absolute;
    background: rgb(153,152,173);
    height: 2px;
    transform-origin: left;
}

.get_in_touch .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.get_in_touch .feedback_help h3 {
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    font-size: 33px;
    text-align: center;
    grid-column: 1 / -1;
    font-weight: 700;
}

.get_in_touch .feedback_help div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.get_in_touch .feedback_help span {
    font-size: 14px;
    color: #000000;
}

.get_in_touch form h3 {
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    font-size: 33px;
    font-weight: 700;
}

.get_in_touch form h3 {
    grid-column: 1 / -1;
}

.get_in_touch form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.get_in_touch .connect_inquiry input[type="checkbox"] {
    border-radius: 10px;
    flex-shrink: 0;
    -webkit-appearance: none;
    margin-right: 15px;
    height: 22px;
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0.1);
    width: 22px;
    cursor: pointer;
    appearance: none;
}

.get_in_touch .help_support:hover {
    background: rgb(153,152,173);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

header .container {
    position: relative;
    padding: 0;
    z-index: 1;
    width: 100%;
    margin: 0;
    max-width: 100%;
}

header .head_train::before {
    background: linear-gradient(to bottom, rgb(191,191,208), rgb(153,152,173));
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 5px;
    content: '';
}

header .top_nav::after {
    position: absolute;
    width: 80px;
    height: 1px;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    background: rgb(191,191,208,0.5);
    bottom: 0;
}

header .nav_tutor:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.thanksPanel::before {
    opacity: 0.07;
    transform: rotate(45deg);
    width: 200px;
    height: 200px;
    position: absolute;
    background: linear-gradient(225deg, rgb(191,191,208) 0%, rgb(153,152,173) 100%);
    border-radius: 10px;
    content: "";
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    right: -50px;
    top: -50px;
}

.thanksPanel .learning_studio::before {
    width: 100%;
    top: 0;
    position: absolute;
    pointer-events: none;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(to right, rgba(rgb(191,191,208), 0.02) 0%, transparent 100%);
}

.thanksPanel a {
    color: inherit;
    overflow: hidden;
    display: block;
    text-decoration: none;
    padding: 5px 0;
    position: relative;
}

.thanksPanel .learning_studio > div:last-child {
    position: relative;
}

.privacy_repository {
    background: linear-gradient(135deg, rgb(225,225,233) 0%, rgba(245, 245, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
}

.privacy_repository .container {
    background: #ffffff;
    transform: perspective(1000px) rotateX(0.5deg);
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    z-index: 2;
    border-top: 4px solid rgb(191,191,208);
    position: relative;
    max-width: 1140px;
    padding: 3rem;
}

.privacy_repository h4 {
    display: inline-block;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
    color: #000000;
    font-size: calc(36px * 0.7);
    position: relative;
}

.privacy_repository p strong::after {
    left: 0;
    opacity: 0.3;
    bottom: -2px;
    background: currentColor;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
}

.privacy_repository li {
    margin-bottom: 1rem;
    line-height: 1.7;
    position: relative;
    color: #000000;
    font-size: 15px;
    padding-left: 1.5rem;
}

.training_specialist::before {
    background: radial-gradient(circle at 30% 50%, rgb(191,191,208,0.5) 0%, transparent 40%);
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.4;
}

.training_specialist .photo_frame_wrap::before {
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    height: 100%;
    z-index: 1;
    top: 0;
    content: "";
}

.training_specialist .learning_ratings:hover .name::after {
    width: 100%;
}

.training_specialist .learning_ratings:hover .name {
    transform: translateZ(10px);
}

.training_specialist .learning_ratings:hover .experience_block > div:nth-child(2) {
    transform: translateZ(15px);
    color: rgb(153,152,173);
}

.training_specialist .work_block::before {
    color: rgb(153,152,173,0.5);
    opacity: 0.5;
    content: "";
    position: absolute;
    left: -5px;
    line-height: 0;
    top: 10px;
    font-size: 60px;
}

.tariff_card .learning_pricing {
    position: relative;
}

.tariff_card h2 {
    color: #ffffff;
    font-weight: 700;
    transition: transform 0.5s ease, opacity 0.5s ease;
    margin-bottom: 20px;
    position: relative;
    transform: translateY(0);
    text-align: center;
    font-size: 29px;
    opacity: 1;
}

.tariff_card .member_fees {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    -webkit-backdrop-filter: blur(8px);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
    flex-direction: column;
    height: 100%;
    z-index: 1;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
}

.tariff_card .member_fees:hover .premium_plan {
    transform: scale(1.05);
}

.program_offerings {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(225,225,233) 0%, rgb(191,191,208,0.5) 100%);
    padding: 6rem 0;
    position: relative;
}

.program_offerings .text_box_holder {
    z-index: 3;
    transition: transform 0.4s ease;
    border-radius: 15px;
    position: relative;
    padding: 2.5rem;
    background: #ffffff;
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.program_offerings .text_box_holder:hover h2::after {
    width: 100%;
}

.program_offerings .text_box_holder .description {
    position: relative;
    opacity: 0;
    font-size: 12px;
    color: #000000;
    animation-delay: 0.2s;
    animation: fadeInUp 0.8s ease forwards;
    margin-bottom: 1.2rem;
    padding-left: 1rem;
    line-height: 1.7;
}

.equity_info::after {
    top: 0;
    content: '';
    right: 0;
    position: absolute;
    left: 0;
    z-index: 2;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(191,191,208), transparent);
    animation: glowLine 3s infinite alternate;
}



.equity_info .info_item {
    max-width: 300px;
    text-align: center;
    min-width: 200px;
    flex: 1;
    transition: transform 0.3s ease;
}

.equity_info .info_item svg {
    transition: fill 0.3s ease;
    fill: rgb(153,152,173);
    height: 1.25rem;
    width: 1.25rem;
}

.equity_info .info_item a:hover {
    box-shadow: 0 0 15px rgb(191,191,208,0.5);
    border-color: rgb(191,191,208,0.5);
    background: #000000;
}

.equity_info .head_section svg:hover {
    filter: drop-shadow(0 0 10px rgb(191,191,208));
}

.equity_info .main_pagewrap h5 {
    position: relative;
    margin-bottom: 0.5rem;
    padding-bottom: 0.75rem;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}

.equity_info .top_primary a::before {
    content: '';
    top: 50%;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: rgb(153,152,173);
    width: 5px;
}

.equity_info .subscribe_holder p {
    font-size: calc(14px - 1px);
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
}

.equity_info .input_holder input[type="email"] {
    transition: all 0.3s ease;
    font-size: 14px;
    flex: 1;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgb(153,152,173,0.5);
    padding: 0.875rem 1rem;
    width: 100%;
    color: #ffffff;
}

.equity_info .sub_status:hover::before {
    left: 100%;
}

.equity_info .inclusion {
    text-align: center;
    border-top: 1px solid rgb(153,152,173,0.5);
    padding-top: 1.5rem;
    margin-top: 3rem;
    position: relative;
}

.access_now::after {
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    border: 40px solid rgb(153,152,173,0.5);
    width: 400px;
    opacity: 0.1;
    content: '';
    bottom: -200px;
    left: -200px;
    height: 400px;
}

.access_now .container p {
    font-size: 34px;
    margin: 0 0 40px 0;
    color: #000000;
    text-align: center;
    z-index: 5;
    line-height: 1.4;
    position: relative;
    font-weight: 700;
}

.access_now .help_support:hover::before {
    transform: scaleX(1);
}

.access_now .learning_studio::after {
    content: '';
    position: absolute;
    z-index: 1;
    height: 88%;
    top: 6%;
    left: 6%;
    width: 88%;
    border: 1px dashed rgb(153,152,173,0.5);
}

.welcome h1 {
    font-weight: 700;
    font-size: calc(21px * 1.2);
    color: rgb(191,191,208);
    text-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transform: translateZ(50px);
    letter-spacing: 1px;
    margin-bottom: 2rem;
    text-align: center;
    z-index: 10;
    position: relative;
}

.welcome ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.welcome .tech_study {
    flex-direction: column;
    text-align: center;
    align-items: center;
    display: flex;
}

.welcome svg {
    height: 120px;
    transition: transform 0.5s ease, filter 0.5s ease;
    margin-bottom: 1rem;
    transform: translateZ(30px) rotateY(5deg);
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.1));
    width: 120px;
}

.welcome .help_support:hover::before {
    left: 100%;
}

.welcome .photo_frame_wrap {
    transform: translateZ(10px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 350px;
    position: relative;
    clip-path: polygon(0 5%, 100% 0, 95% 100%, 5% 95%);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 10px 20px rgba(0,0,0,0.05);
}

.metrics_summary::after {
    position: absolute;
    bottom: -30%;
    right: -10%;
    transform: rotate(25deg);
    width: 60%;
    background: linear-gradient(225deg, rgb(153,152,173,0.5) 0%, transparent 80%);
    content: "";
    height: 120%;
    z-index: 0;
}

.metrics_summary .extra_statistics {
    transform: translateY(30px) rotateX(10deg);
    position: relative;
    animation-delay: calc(0.15s * var(--i, 0));
    overflow: hidden;
    padding: 30px 25px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    opacity: 0;
    animation: fadeInStat 0.6s ease-out forwards;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(191,191,208);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease-out,
                background 0.3s ease;
}

.aspiring_learners {
    background: linear-gradient(180deg, rgb(225,225,233) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.aspiring_learners {
    padding: 100px 0;
}

.aspiring_learners h4 {
    transform: translateX(-50%);
    font-weight: 700;
    margin-bottom: 80px;
    left: 50%;
    display: inline-block;
    font-size: 31px;
    text-align: center;
    position: relative;
    color: #000000;
    padding-bottom: 15px;
}

.aspiring_learners h4 {
    margin-bottom: 60px;
    font-size: calc(31px * 0.9);
}

.aspiring_learners p:nth-child(odd) {
    animation: float1 5s ease-in-out infinite;
}

.aspiring_learners p:hover {
    transform: translateZ(60px) rotateX(5deg) rotateY(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.aspiring_learners p svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,191,208);
}

.aspiring_learners p:hover svg {
    transform: translateZ(30px) scale(1.2);
}

.cookie_warning_window {
    bottom: 0;
    z-index: 1050;
    width: 100%;
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(191,191,208);
    background: #ffffff;
    position: fixed;
    transition: all 0.3s ease-in-out;
    padding: 15px 20px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
}

#cookieModalWindow {
    display: none;
}

.cookie_button.user_safety:hover {
    border-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
}

.cookie_warning_window p a {
    color: rgb(191,191,208);
    text-decoration: underline;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (max-width: 992px) {.educational_gains .learning_studio {
    flex-direction: column;
    padding: 0 20px;
}.educational_gains .photo_frame_wrap {
    margin-bottom: 40px;
    height: 400px;
    margin-top: 0;
    border-radius: 16px;
    width: 100%;
}.educational_gains .text_box_holder {
    width: 100%;
    padding-left: 0;
}.educational_gains .text_main_holder {
    padding-right: 0;
    grid-template-columns: 1fr;
}.educational_gains .text_main_holder > div:nth-child(even) {
    transform: translateY(0);
}.educational_gains .text_main_holder > div:nth-child(even):hover {
    transform: translateY(-10px);
}
}



@media (max-width: 992px) {.get_in_touch {
    padding: 80px 0;
}.get_in_touch .feedback_help {
    padding: 35px;
}.get_in_touch .feedback_map {
    padding: 35px;
}
}



@media (max-width: 768px) {.get_in_touch {
    padding: 60px 0;
}.get_in_touch .feedback_help {
    padding: 30px;
    grid-template-columns: repeat(2, 1fr);
}.get_in_touch .feedback_map {
    padding: 30px;
}.get_in_touch form {
    grid-gap: 20px;
    grid-template-columns: 1fr;
}.get_in_touch .feedback_help h3,
    .get_in_touch form h3 {
    font-size: calc(33px * 0.85);
    margin-bottom: 30px;
}
}



@media (min-width: 768px) {.thanksPanel {
    padding: 100px 0;
}.thanksPanel .learning_studio {
    padding: 60px;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}.thanksPanel h5 {
    font-size: calc(18px * 1.1);
    margin-bottom: 15px;
}.thanksPanel p {
    font-size: calc(16px * 1.05);
}.thanksPanel .learning_studio > div:first-child::after {
    bottom: -20px;
    width: 80px;
}
}



@media (prefers-reduced-motion: reduce) {.thanksPanel *,
  .thanksPanel *::before,
  .thanksPanel *::after {
    transition-duration: 0.001s !important;
    animation-duration: 0.001s !important;
}}



@media (max-width: 576px) {.privacy_repository {
    padding: 1.5rem 0.75rem;
}.privacy_repository .container {
    padding: 1.5rem 1rem;
}.privacy_repository h1 {
    font-size: calc(38px * 0.7);
    padding-bottom: 0.7rem;
}.privacy_repository h1::after {
    width: 60px;
    height: 3px;
}.privacy_repository h2 {
    border-left: 2px solid rgb(153,152,173);
    padding-left: 0.7rem;
    font-size: calc(36px * 0.7);
}.privacy_repository h3 {
    font-size: calc(36px * 0.6);
}.privacy_repository h4 {
    font-size: calc(36px * 0.55);
}.privacy_repository p, 
    .privacy_repository span, 
    .privacy_repository li {
    margin-bottom: 1.2rem;
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}.privacy_repository span {
    padding-left: 0.7rem;
}.privacy_repository li::before {
    width: 6px;
    height: 6px;
}}



@media (min-width: 768px) {.program_offerings .program_map {
    gap: 2rem;
    grid-template-columns: 1.2fr 0.8fr;
}.program_offerings .text_box_holder {
    align-self: center;
    grid-column: 1 / 2;
    margin-right: -4rem;
}.program_offerings .photo_frame_wrap {
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    grid-column: 2 / 3;
    height: 400px;
    margin-top: 0;
}.program_offerings .photo_frame_wrap::before {
    filter: blur(15px);
    z-index: -1;
    width: 60%;
    position: absolute;
    content: "";
    opacity: 0.4;
    bottom: -20px;
    background: rgb(153,152,173);
    height: 20px;
    left: 20px;
}
}



@media (max-width: 767px) {.access_now {
    padding: 90px 0;
}.access_now .container {
    padding: 40px;
}.access_now .container p {
    margin-bottom: 30px;
    font-size: 18px;
}.access_now .container::before,
    .access_now .container::after {
    width: 60px;
    height: 60px;
}.access_now .help_support {
    line-height: 50px;
    height: 50px;
    width: 180px;
}
}



@media (min-width: 1200px) {.welcome h1 {
    margin-left: 4rem;
    font-size: 32px;
}.welcome .learning_studio {
    min-height: 600px;
}.welcome .text_box_holder {
    padding: 4rem;
    margin-right: -100px;
}.welcome svg {
    width: 150px;
    height: 150px;
}}



@media (max-width: 767px) {.welcome h1 {
    font-size: 21px;
}.welcome .text_box_holder {
    padding: 1.5rem;
}.welcome .photo_frame_wrap {
    height: 250px;
}.welcome svg {
    height: 100px;
    width: 100px;
}.welcome .help_support {
    padding: 0.7rem 1.5rem;
    font-size: calc(16px * 0.9);
}}



@media (max-width: 576px) {.aspiring_learners {
    padding: 60px 0;
}.aspiring_learners h4 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.7);
}.aspiring_learners h4::before {
    height: 2px;
}.aspiring_learners h4::after {
    bottom: 8px;
}.aspiring_learners div > div {
    gap: 20px;
}.aspiring_learners p {
    font-size: calc(13px * 0.9);
    padding: 15px;
}.aspiring_learners p svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}}



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



@keyframes shine {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) translateX(5%);
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.15;
        transform: rotate(-15deg) translateX(-5%);
    }
}



@keyframes fadeInStat {
    0% {
        transform: translateY(30px) rotateX(10deg);
        opacity: 0;
    }
    100% {
        transform: translateY(0) rotateX(0);
        opacity: 1;
    }
}


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

