﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.rating_stars {
    flex: 0 0 auto;
}.framework-wrap {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}.top_guide {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    auto
contain
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1279px;
}::-webkit-scrollbar {
    width: 13px;
    background: linear-gradient(209deg, #ffffff 13%, rgb(255, 255, 255, 0.5) 22%, rgb(185,150,173) 15%, rgb(185,150,173,0.5) 14%, rgb(213,183,195) 34%, rgb(213,183,195,0.5) 49%, rgb(239,215,226) 56%);
}::-webkit-scrollbar-track {
    background: radial-gradient(ellipse at center, #ffffff 38%, rgb(255, 255, 255, 0.5) 48%, rgb(185,150,173) 81%, rgb(213,183,195,0.5) 84%, rgb(239,215,226) 19%);
    border: 1px dotted rgb(255, 255, 255, 0.5);
    border-radius: 12.4vh;
}::-webkit-scrollbar-thumb {
    min-height: 45px;
    transition: background, border-radius, transform 4.3s ease-in-out;
    background: rgb(213,183,195);
    border-radius: 14.7vh;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 2px -1px 10px 4px rgba(0, 0, 0, 0.1);
    transform: translateX(-2px);
}* {
    scrollbar-color: rgb(213,183,195,0.5) #ffffff;
    scrollbar-width: auto;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.receive_updates {
    background: linear-gradient(135deg, rgb(185,150,173,0.5), rgb(213,183,195));
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}.receive_updates::before {
    pointer-events: none;
    animation: pulse 15s infinite alternate ease-in-out;
    top: -50%;
    position: absolute;
    height: 200%;
    left: -50%;
    width: 200%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, transparent 60%);
    content: "";
}.receive_updates::after {
    left: 0;
    pointer-events: none;
    content: "";
    opacity: 0.1;
    width: 100%;
    background: linear-gradient(to top, rgb(185,150,173) 0%, transparent 100%);
    height: 30%;
    bottom: 0;
    position: absolute;
}.receive_updates .container {
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.receive_updates .how_grow {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
    display: flex;
    border-left: 4px solid rgb(213,183,195);
    padding: 3rem;
    gap: 2rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    flex-direction: column;
    position: relative;
}.receive_updates .how_grow:hover {
    transform: perspective(1000px) rotateY(0deg);
}.receive_updates h3 {
    color: #ffffff;
    font-size: calc(22px * 1.2);
    position: relative;
    max-width: 90%;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}.receive_updates h3::after {
    background: linear-gradient(90deg, rgb(213,183,195), rgb(185,150,173));
    transform-origin: left;
    width: 80px;
    position: absolute;
    content: "";
    left: 0;
    transform: scaleX(0.8);
    transition: transform 0.4s ease;
    height: 3px;
    bottom: -12px;
}.receive_updates .how_grow:hover h3::after {
    transform: scaleX(1);
}.receive_updates .input_holder {
    position: relative;
    display: flex;
    width: 100%;
    gap: 1rem;
}.receive_updates .input_holder > div {
    flex: 1;
    position: relative;
}.receive_updates .updates_modal {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    transition: all 0.3s ease;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.2rem 1.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}.receive_updates .updates_modal::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease;
}.receive_updates .updates_modal:focus {
    border-color: rgb(213,183,195);
    outline: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.15);
}.receive_updates .updates_modal:focus::placeholder {
    color: rgba(255, 255, 255, 0.3);
    transform: translateX(5px);
}.receive_updates .sub_block {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: none;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    background: linear-gradient(135deg, rgb(213,183,195), rgb(185,150,173));
    overflow: hidden;
    color: #ffffff;
    padding: 1.2rem 2rem;
    font-weight: 600;
}.receive_updates .sub_block:hover {
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.receive_updates .sub_block::before {
    position: absolute;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
}.receive_updates .sub_block:hover::before {
    transform: translateX(100%);
}.receive_updates .sub_block:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05);
  }
}

@media (max-width: 991px) {.receive_updates {
    padding: 3rem 0;
}.receive_updates .how_grow {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
}.receive_updates h3 {
    max-width: 100%;
    font-size: 22px;
}
}

@media (max-width: 767px) {.receive_updates {
    padding: 2.5rem 0;
}.receive_updates .how_grow {
    border-left: 3px solid rgb(213,183,195);
    transform: none;
    padding: 2rem;
}.receive_updates .input_holder {
    flex-direction: column;
}.receive_updates .updates_modal {
    padding: 1rem 1.25rem;
}.receive_updates .sub_block {
    padding: 1rem;
    width: 100%;
}.receive_updates h3 {
    font-size: calc(22px * 1.1);
}.receive_updates h3::after {
    bottom: -8px;
    width: 60px;
}
}

@media (max-width: 480px) {.receive_updates {
    padding: 2rem 0;
}.receive_updates .how_grow {
    padding: 1.5rem;
    gap: 1.5rem;
}.receive_updates h3 {
    font-size: 22px;
}.receive_updates .container {
    padding: 0 1rem;
}.receive_updates .updates_modal {
    font-size: calc(12px * 0.9);
}.receive_updates .sub_block {
    font-size: calc(16px * 0.9);
}}.id_thankbox {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,183,195,0.5) 0%, rgb(239,215,226) 100%);
}.id_thankbox::before {
    height: 100%;
    left: 0;
    pointer-events: none;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: repeating-linear-gradient(45deg, transparent, transparent 50px, rgb(185,150,173,0.5) 50px, rgb(185,150,173,0.5) 52px);
    opacity: 0.1;
}.id_thankbox::after {
    content: "";
    transform: rotate(15deg);
    height: 250px;
    width: 250px;
    background: rgb(213,183,195);
    z-index: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: -20px;
    opacity: 0.08;
    bottom: -20px;
    position: absolute;
}.id_thankbox .container {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.id_thankbox .how_grow {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
    transform: translateX(0);
    position: relative;
}.id_thankbox .how_grow:hover {
    transform: translateX(10px);
}.id_thankbox .how_grow > div:first-child {
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding-left: 30px;
    border-left: 4px solid rgb(213,183,195);
    position: relative;
}.id_thankbox .how_grow > div:first-child::before {
    height: 24px;
    border: 3px solid rgb(213,183,195);
    content: "";
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.4s ease;
    position: absolute;
    top: 50%;
    left: -14px;
    background: #ffffff;
    width: 24px;
}.id_thankbox .how_grow:hover > div:first-child::before {
    transform: translateY(-50%) rotate(225deg);
}.id_thankbox h5 {
    position: relative;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}.id_thankbox .how_grow > div:last-child {
    overflow: hidden;
    padding: 35px 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    background: #ffffff;
    transform: translateY(0);
    position: relative;
}.id_thankbox .how_grow > div:last-child::before {
    transition: width 0.4s ease;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    width: 6px;
    background: linear-gradient(to bottom, rgb(213,183,195), rgb(185,150,173));
    left: 0;
}.id_thankbox .how_grow > div:last-child:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.id_thankbox .how_grow > div:last-child:hover::before {
    width: 10px;
}.id_thankbox .how_grow > div:last-child::after {
    right: -30px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
    background: rgb(185,150,173,0.5);
    content: "";
    z-index: 0;
    top: -30px;
    height: 90px;
    width: 90px;
}.id_thankbox a {
    transition: transform 0.3s ease;
    z-index: 1;
    position: relative;
    display: block;
    text-decoration: none;
}.id_thankbox a:hover {
    transform: translateX(5px);
}.id_thankbox p {
    line-height: 1.8;
    font-size: 17px;
    color: #000000;
    position: relative;
    margin: 0;
    z-index: 2;
}

@media (min-width: 768px) {.id_thankbox {
    padding: 150px 0;
}.id_thankbox .how_grow {
    gap: 60px;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
}.id_thankbox .how_grow > div:first-child {
    padding-left: 50px;
}.id_thankbox h5 {
    max-width: 90%;
    font-size: calc(20px * 1.2);
}
}

@media (min-width: 992px) {.id_thankbox {
    padding: 180px 0;
}.id_thankbox .how_grow {
    gap: 80px;
    grid-template-columns: 1fr 1.2fr;
}.id_thankbox .how_grow > div:first-child {
    transform: translateX(-30px);
}.id_thankbox .how_grow:hover > div:first-child {
    transform: translateX(-20px);
}.id_thankbox .how_grow > div:last-child {
    padding: 50px 60px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), clip-path 0.6s ease, box-shadow 0.6s ease;
}.id_thankbox .how_grow > div:last-child:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

@media (max-width: 767px) {.id_thankbox {
    padding: 80px 0;
}.id_thankbox::after {
    width: 150px;
    height: 150px;
}.id_thankbox .how_grow > div:first-child {
    padding-left: 20px;
}.id_thankbox .how_grow > div:last-child {
    padding: 25px 30px;
}.id_thankbox h5 {
    font-size: calc(20px * 0.9);
}.id_thankbox p {
    font-size: calc(17px * 0.95);
}}.course_summary {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgba(249, 249, 249, 0.95) 100%);
}.course_summary::before {
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 15px,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.02) 15px,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.02) 30px
    );
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
}.course_summary .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
}.course_summary .career_path {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(0deg);
}.course_summary .career_path:hover {
    transform: perspective(1000px) rotateX(1deg);
}.course_summary .img_item {
    height: 300px;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    position: relative;
}.course_summary .img_item::after {
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.3) 100%
    );
    z-index: 1;
    content: '';
    inset: 0;
    position: absolute;
}.course_summary .img_item:hover {
    transform: translateZ(30px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.course_summary .text_box_content {
    padding: 2.5rem;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.95) 100%
    );
    border-left: 4px solid rgb(213,183,195);
    transform: translateZ(10px);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
}.course_summary .text_box_content::before {
    width: 30px;
    top: -15px;
    left: 30px;
    background-color: rgb(213,183,195);
    transform: rotate(45deg);
    content: '';
    z-index: -1;
    height: 30px;
    position: absolute;
}.course_summary .text_box_content:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
}.course_summary h3 {
    position: relative;
    color: #000000;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
    font-size: 23px;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
}.course_summary h3::after {
    height: 3px;
    position: absolute;
    width: 50px;
    bottom: 0;
    background: linear-gradient(
        to right,
        rgb(213,183,195) 0%,
        rgb(185,150,173) 100%
    );
    left: 0;
    transition: width 0.4s ease;
    content: '';
}.course_summary .text_box_content:hover h3 {
    transform: translateY(-5px);
}.course_summary .text_box_content:hover h3::after {
    width: 100px;
}.course_summary .description {
    font-size: 12px;
    animation: fadeInUp 0.8s forwards 0.2s;
    opacity: 0;
    line-height: 1.75;
    transform: translateY(20px);
    color: #000000;
    margin-bottom: 1.5rem;
}.course_summary span.description {
    display: none;
}

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

@media (min-width: 768px) {.course_summary {
    padding: 7rem 0;
}.course_summary .career_path {
    align-items: center;
    gap: 3.5rem;
    grid-template-columns: 40% 1fr;
}.course_summary .img_item {
    height: 450px;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}.course_summary h3 {
    font-size: calc(23px * 1.2);
}.course_summary .description {
    column-count: 2;
    column-gap: 2.5rem;
}
}

@media (min-width: 992px) {.course_summary {
    padding: 8rem 0;
}.course_summary .career_path {
    gap: 4rem;
    grid-template-columns: 45% 1fr;
}.course_summary .img_item {
    height: 550px;
}.course_summary .text_box_content {
    padding: 3.5rem;
}.course_summary h3 {
    font-size: calc(23px * 1.4);
    margin-bottom: 2rem;
}
}

@media (max-width: 767px) {.course_summary .container {
    padding: 0 15px;
}.course_summary .img_item {
    margin-top: 1rem;
    margin-bottom: 1rem;
}.course_summary .text_box_content {
    padding: 1.5rem;
}.course_summary h3 {
    font-size: calc(23px * 0.9);
}.course_summary .description {
    font-size: calc(12px * 0.95);
}}.tariff_list_item {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.tariff_list_item::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.85) 100%);
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}.tariff_list_item .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.tariff_list_item .group_plans {
    position: relative;
}.tariff_list_item h2 {
    font-size: 36px;
    transform: perspective(1000px) translateZ(30px);
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 0 5px 15px rgba(0,0,0,0.3);
    position: relative;
}.tariff_list_item h2::after {
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    height: 4px;
    bottom: -15px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(213,183,195,0.5), rgb(213,183,195), rgb(213,183,195,0.5));
}.tariff_list_item .cost_breakdown {
    opacity: 0.9;
    font-weight: 300;
    color: #ffffff;
    margin: 0 auto 50px;
    transform: perspective(1000px) translateZ(20px);
    font-size: calc(17px * 1.1);
    text-align: center;
    max-width: 800px;
    line-height: 1.6;
}.tariff_list_item .monthly_rate {
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    display: grid;
    padding: 0;
    perspective: 1000px;
}.tariff_list_item .monthly_rate li {
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.tariff_list_item .pricing_block {
    text-decoration: none;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    position: relative;
    display: block;
}.tariff_list_item .fee_plans {
    height: 100%;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.1);
    position: relative;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 100%);
    padding: 40px 30px;
    border: 1px solid rgba(255,255,255,0.1);
    transform-style: preserve-3d;
}.tariff_list_item .fee_plans::before {
    background: linear-gradient(90deg, rgb(213,183,195), rgb(185,150,173));
    left: 0;
    position: absolute;
    transform: scaleX(0.8);
    top: 0;
    height: 5px;
    content: "";
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0.8;
    width: 100%;
}.tariff_list_item .fee_plans::after {
    transform: translate(30%, 30%);
    background: radial-gradient(circle, rgb(213,183,195,0.5) 0%, transparent 70%);
    transition: all 0.6s ease;
    border-radius: 50%;
    width: 150px;
    right: 0;
    z-index: -1;
    opacity: 0.2;
    height: 150px;
    content: "";
    position: absolute;
    bottom: 0;
}.tariff_list_item .training_sub {
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.5s ease;
}.tariff_list_item .training_sub h4 {
    color: #ffffff;
    font-size: calc(24px * 1.2);
    margin: 0 0 25px;
    font-weight: 600;
    padding-bottom: 15px;
    transform: translateZ(10px);
    position: relative;
}.tariff_list_item .training_sub h4::after {
    width: 50px;
    height: 2px;
    left: 0;
    position: absolute;
    background: rgb(185,150,173);
    transition: width 0.4s ease;
    bottom: 0;
    content: "";
}.tariff_list_item .training_sub p {
    margin: 0 0 30px;
    overflow-y: auto;
    font-weight: 300;
    max-height: 250px;
    line-height: 1.7;
    color: #ffffff;
    padding-right: 5px;
    word-break: break-word;
    font-size: 17px;
    overflow-wrap: break-word;
    opacity: 0.8;
    transform: translateZ(5px);
}.tariff_list_item .training_sub p::-webkit-scrollbar {
    width: 4px;
}.tariff_list_item .training_sub p::-webkit-scrollbar-thumb {
    background: rgb(213,183,195,0.5);
    border-radius: 10px;
}.tariff_list_item .training_sub p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
}.tariff_list_item .fee_plan {
    padding: 10px 5px;
    display: inline-block;
    transform: translateZ(15px);
    font-size: calc(24px * 1.5);
    position: relative;
    transition: all 0.4s ease;
    color: #ffffff;
    font-weight: 700;
}.tariff_list_item .fee_plan::before {
    content: "";
    transform-origin: center;
    left: 0;
    bottom: 5px;
    transform: scaleX(0.5);
    transition: transform 0.5s ease, opacity 0.5s ease;
    height: 2px;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(185,150,173), transparent);
}.tariff_list_item .pricing_block:hover .fee_plans {
    box-shadow: 0 30px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.15);
    transform: translateY(-10px) translateZ(20px);
}.tariff_list_item .pricing_block:hover .fee_plans::before {
    transform: scaleX(1);
    opacity: 1;
}.tariff_list_item .pricing_block:hover .fee_plans::after {
    opacity: 0.4;
    transform: translate(20%, 20%) scale(1.2);
}.tariff_list_item .pricing_block:hover .training_sub h4::after {
    width: 80px;
}.tariff_list_item .pricing_block:hover .fee_plan {
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transform: translateZ(25px) scale(1.05);
}.tariff_list_item .pricing_block:hover .fee_plan::before {
    opacity: 1;
    transform: scaleX(0.8);
}

@media (max-width: 1200px) {.tariff_list_item {
    padding: 80px 0;
}.tariff_list_item .monthly_rate {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.tariff_list_item {
    padding: 70px 0;
}.tariff_list_item h2 {
    font-size: calc(36px * 0.9);
}.tariff_list_item .cost_breakdown {
    font-size: 17px;
    margin-bottom: 40px;
}.tariff_list_item .monthly_rate {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.tariff_list_item .fee_plans {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.tariff_list_item {
    padding: 60px 0;
}.tariff_list_item h2 {
    margin-bottom: 15px;
    font-size: calc(36px * 0.8);
}.tariff_list_item .cost_breakdown {
    margin-bottom: 30px;
}.tariff_list_item .monthly_rate {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.tariff_list_item .training_sub h4 {
    font-size: 24px;
}.tariff_list_item .fee_plan {
    font-size: calc(24px * 1.3);
}
}

@media (max-width: 480px) {.tariff_list_item {
    padding: 50px 0;
}.tariff_list_item .fee_plans {
    padding: 25px 20px;
}.tariff_list_item .training_sub p {
    font-size: calc(17px * 0.95);
    max-height: 200px;
    line-height: 1.6;
}.tariff_list_item .fee_plan {
    font-size: calc(24px * 1.2);
}
}

@media (hover: none) {.tariff_list_item .fee_plans {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1) !important;
}.tariff_list_item .fee_plans::before {
    transform: scaleX(0.9);
    opacity: 0.9;
}.tariff_list_item .training_sub h4::after {
    width: 60px;
}}.secure_enclave {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 4rem 2rem;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(145deg, rgb(239,215,226), #ffffff);
    overflow: hidden;
}.secure_enclave::before {
    height: 5px;
    z-index: 1;
    background: linear-gradient(90deg, rgb(213,183,195), rgb(185,150,173), rgb(213,183,195));
    right: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}.secure_enclave::after {
    opacity: 0.07;
    transform: skewY(-3deg) translateY(50%);
    background: linear-gradient(180deg, transparent 0%, rgb(239,215,226) 100%);
    left: 0;
    content: "";
    bottom: 0;
    height: 300px;
    position: absolute;
    z-index: -1;
    width: 100%;
}.secure_enclave .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
}.secure_enclave h1 {
    border-left: 4px solid rgb(185,150,173);
    padding-left: 1.5rem;
    margin-bottom: 2rem;
    font-size: 45px;
    letter-spacing: -0.02em;
    color: rgb(213,183,195);
    position: relative;
    transform-origin: left center;
    font-weight: 700;
}.secure_enclave h1::after {
    transform: scaleX(1);
    bottom: -10px;
    position: absolute;
    background: rgb(185,150,173);
    left: 1.5rem;
    content: "";
    transform-origin: left center;
    width: 60px;
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.secure_enclave h1:hover::after {
    transform: scaleX(1.5);
}.secure_enclave h2 {
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 0.75rem;
    position: relative;
    color: #000000;
    margin: 2.5rem 0 1.25rem;
}.secure_enclave h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    left: 0;
    height: 2px;
    transition: width 0.3s ease-out;
    background-color: rgb(213,183,195);
}.secure_enclave h2:hover::before {
    width: 80px;
}.secure_enclave h3 {
    color: #000000;
    position: relative;
    font-weight: 600;
    font-size: calc(34px * 0.85);
    margin: 2rem 0 1rem;
    padding-left: 1rem;
}.secure_enclave h3::before {
    width: 3px;
    left: 0;
    transform: scaleY(0.7);
    bottom: 0;
    position: absolute;
    content: "";
    top: 0;
    background-color: rgb(185,150,173);
}.secure_enclave h4 {
    font-size: calc(34px * 0.7);
    color: #000000;
    opacity: 0.95;
    font-weight: 600;
    margin: 1.75rem 0 0.875rem;
}.secure_enclave p {
    letter-spacing: 0.01em;
    max-width: 100%;
    font-size: 13px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #000000;
}.secure_enclave p strong {
    transition: background 0.3s ease;
    margin: 0 -0.3em;
    padding: 0.15em 0.3em;
    font-weight: 600;
    background: linear-gradient(120deg, transparent 0%, rgb(185,150,173,0.5) 30%, transparent 100%);
    color: #000000;
}.secure_enclave p strong:hover {
    background: linear-gradient(120deg, transparent 0%, rgb(185,150,173,0.5) 50%, transparent 100%);
}.secure_enclave ul {
    margin: 1.5rem 0 2rem;
    list-style-type: none;
    padding-left: 1.5rem;
}.secure_enclave li {
    line-height: 1.7;
    position: relative;
    padding-left: 1.5rem;
    color: #000000;
    font-size: 13px;
    margin-bottom: 0.875rem;
}.secure_enclave li::before {
    border: 2px solid rgb(213,183,195);
    transition: transform 0.2s ease, background 0.2s ease;
    height: 8px;
    content: "";
    position: absolute;
    background: #ffffff;
    left: 0;
    width: 8px;
    transform: translateY(-50%);
    border-radius: 50%;
    top: 0.7em;
}.secure_enclave li:hover::before {
    transform: translateY(-50%) scale(1.2);
    background: rgb(213,183,195);
}.secure_enclave span {
    font-size: 13px;
    display: block;
    padding: 0.5rem 0 0.5rem 1rem;
    border-left: 1px solid rgb(185,150,173,0.5);
    background: linear-gradient(90deg, rgb(255, 255, 255, 0.5) 0%, transparent 100%);
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.7;
}

@media (min-width: 768px) {.secure_enclave {
    padding: 5rem 3rem;
}.secure_enclave h1 {
    margin-bottom: 2.5rem;
    font-size: calc(45px * 1.1);
    padding-left: 2rem;
}.secure_enclave h1::after {
    width: 80px;
    left: 2rem;
}.secure_enclave .container {
    padding: 0 2rem;
}.secure_enclave p {
    max-width: 90%;
}.secure_enclave ul {
    max-width: 90%;
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.secure_enclave {
    padding: 6rem 4rem;
}.secure_enclave::after {
    transform: skewY(-5deg) translateY(50%);
}.secure_enclave .container {
    padding: 0 3rem;
}.secure_enclave h1 {
    font-size: calc(45px * 1.2);
}.secure_enclave h2 {
    font-size: calc(34px * 1.1);
}.secure_enclave p {
    max-width: 80%;
    font-size: calc(13px * 1.05);
}.secure_enclave ul {
    margin: 2rem 0 2.5rem;
}.secure_enclave li {
    margin-bottom: 1rem;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.secure_enclave {
    padding: 3rem 1.5rem;
}.secure_enclave h1 {
    padding-left: 1rem;
    font-size: calc(45px * 0.9);
}.secure_enclave h1::after {
    left: 1rem;
    width: 50px;
}.secure_enclave h2 {
    font-size: calc(34px * 0.9);
}.secure_enclave h3 {
    font-size: calc(34px * 0.75);
}.secure_enclave h4 {
    font-size: calc(34px * 0.65);
}.secure_enclave p, 
    .secure_enclave li,
    .secure_enclave span {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.secure_enclave {
    padding: 2.5rem 1rem;
}.secure_enclave h1 {
    font-size: calc(45px * 0.85);
}.secure_enclave h2 {
    font-size: calc(34px * 0.85);
    margin: 2rem 0 1rem;
}.secure_enclave ul {
    padding-left: 0.75rem;
}.secure_enclave li {
    padding-left: 1.25rem;
}}footer {
    position: relative;
}footer::before {
    bottom: 0;
    content: '';
    right: 0;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.92;
    background: linear-gradient(90deg, #000000 0%, rgb(213,183,195) 150%);
    z-index: 1;
}.rating_stars {
    padding: 70px 0;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 2;
}.rating_stars .container {
    gap: 40px;
    flex-wrap: wrap;
    display: flex;
}.rating_stars .company_holder {
    border-radius: 12px 0 12px 0;
    position: relative;
    padding: 30px;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.3);
}.rating_stars .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}.rating_stars .company_holder::before {
    background: rgb(213,183,195);
    top: 0;
    left: 0;
    position: absolute;
    height: 5px;
    content: '';
    width: 100%;
}.rating_stars .company_holder h3 {
    color: #ffffff;
    font-size: 28px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}.rating_stars .company_holder h3::after {
    content: '';
    left: 0;
    position: absolute;
    background: rgb(185,150,173);
    bottom: -8px;
    width: 60px;
    height: 3px;
}.rating_stars .contest_info {
    line-height: 1.6;
    font-size: 12px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}.rating_stars .webinar_live {
    position: relative;
}.rating_stars .nav_site {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}.rating_stars .main_guide {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}.rating_stars .main_guide h5 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding-left: 15px;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    border-left: 3px solid rgb(213,183,195);
}.rating_stars .main_guide .nav_site {
    gap: 12px;
    display: flex;
    flex-direction: column;
}.rating_stars .main_guide .nav_site a {
    font-size: 12px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    z-index: 1;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 8px 15px;
    display: inline-block;
}.rating_stars .main_guide .nav_site a::before {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    background: rgb(213,183,195,0.5);
    transition: width 0.3s ease;
    width: 0;
}.rating_stars .main_guide .nav_site a:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}.rating_stars .main_guide .nav_site a:hover::before {
    width: 100%;
}.equity_pledge {
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 0;
    position: relative;
    margin-top: 50px;
}.equity_pledge .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.equity_pledge .scholar_cta {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.5px;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    content: '';
    z-index: 1;
    bottom: 0;
    background-size: 40px 40px;
    right: 0;
    left: 0;
    top: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    position: absolute;
}

@media (max-width: 992px) {.rating_stars .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.rating_stars {
    padding: 50px 0;
}.rating_stars .main_guide {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.rating_stars {
    padding: 40px 0;
}.rating_stars .company_holder h3 {
    font-size: calc(28px * 0.8);
}.rating_stars .main_guide h5 {
    font-size: calc(22px * 0.9);
}.rating_stars .main_guide .nav_site a,
    .rating_stars .footer_agreement {
    font-size: calc(12px * 0.95);
}}

.equity_pledge::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 0;
    content: '';
    height: 1px;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    top: 0;
}.sign_up_now {
    background: linear-gradient(145deg, rgb(185,150,173,0.5), rgb(213,183,195,0.5));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    z-index: 1;
}.sign_up_now::before {
    top: -50%;
    opacity: 0.05;
    width: 200%;
    content: "";
    transform: rotate(-15deg);
    animation: subtleRotate 40s linear infinite;
    left: -50%;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 10%, transparent 70%);
    height: 200%;
    z-index: -1;
    position: absolute;
}.sign_up_now::after {
    z-index: -1;
    height: 40%;
    content: "";
    position: absolute;
    width: 100%;
    right: 0;
    background: linear-gradient(to top, rgb(213,183,195,0.5) 0%, transparent 100%);
    opacity: 0.1;
    bottom: 0;
}.sign_up_now .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
}.sign_up_now h2 {
    line-height: 1.3;
    color: #000000;
    opacity: 1;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    position: relative;
    transform: translateY(0);
    animation: fadeUpIn 0.8s ease-out forwards;
    font-size: 32px;
    margin-bottom: 2.5rem;
}.sign_up_now h2::after {
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(213,183,195), rgb(185,150,173));
    height: 3px;
    transform-origin: left;
    transform: scaleX(1);
    bottom: -0.75rem;
    width: 5rem;
}.sign_up_now .how_grow {
    transform: translateY(0);
    position: relative;
    border-radius: 100px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06), 
                0 2px 5px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    display: flex;
    background: #ffffff;
    gap: 2rem;
    align-items: center;
    padding: 2.5rem 3rem;
    animation: slideUpIn 0.9s ease-out forwards;
}.sign_up_now .how_grow::before {
    position: absolute;
    opacity: 0.6;
    z-index: -1;
    content: "";
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 100px;
    width: 100%;
}.sign_up_now svg {
    height: 64px;
    width: 64px;
    transform: translateY(0) rotate(0);
    flex-shrink: 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.sign_up_now svg:hover {
    transform: translateY(-5px) rotate(5deg);
}.sign_up_now svg path {
    transition: fill 0.3s ease, transform 0.5s ease;
    fill: rgb(213,183,195);
}.sign_up_now svg:hover path {
    transform: scale(1.05);
    fill: rgb(185,150,173);
}.sign_up_now .how_grow div {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
}.sign_up_now .query_inquiry {
    text-decoration: none;
    font-size: 16px;
    align-items: center;
    border-radius: 26px;
    display: inline-flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.3s ease;
    font-weight: 600;
    z-index: 1;
    background: linear-gradient(135deg, rgb(213,183,195), rgb(185,150,173));
    position: relative;
    padding: 1rem 2.5rem;
    justify-content: center;
    color: #ffffff;
}.sign_up_now .query_inquiry::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    transition: left 0.6s ease;
    left: -100%;
}.sign_up_now .query_inquiry:hover {
    box-shadow: 0 8px 25px rgba(rgb(213,183,195,0.5), 0.3),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: translateY(-3px);
}.sign_up_now .query_inquiry:hover::before {
    left: 100%;
}.sign_up_now .query_inquiry:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

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

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

@keyframes subtleRotate {
    0% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(345deg);
    }
}

@media (max-width: 1024px) {.sign_up_now {
    padding: 4rem 0;
}.sign_up_now h2 {
    font-size: calc(32px * 0.9);
}.sign_up_now .how_grow {
    padding: 2rem;
}
}

@media (max-width: 768px) {.sign_up_now {
    padding: 3.5rem 0;
}.sign_up_now h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
}.sign_up_now .how_grow {
    flex-direction: column;
    padding: 2rem 1.5rem;
    gap: 1.5rem;
}.sign_up_now .how_grow div {
    justify-content: center;
    width: 100%;
}.sign_up_now svg {
    width: 48px;
    height: 48px;
}.sign_up_now .query_inquiry {
    padding: 0.875rem 1.5rem;
    width: 100%;
}
}

@media (max-width: 480px) {.sign_up_now {
    padding: 3rem 0;
}.sign_up_now h2 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.7);
}.sign_up_now .container {
    padding: 0 1.25rem;
}.sign_up_now .how_grow {
    padding: 1.5rem 1.25rem;
}.sign_up_now svg {
    height: 40px;
    width: 40px;
}.sign_up_now .query_inquiry {
    font-size: calc(16px * 0.9);
}}.privacySettingsModal {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    background: rgb(239,215,226);
    position: fixed;
    border-top: 3px solid rgb(213,183,195);
    transition: transform 0.3s ease-in-out;
    width: 100%;
    z-index: 90;
}.data_comply {
    display: flex;
    max-width: 1200px;
    padding: 20px 15px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}.privacy_switch {
    flex-shrink: 0;
    margin-right: 15px;
}.privacy_switch svg {
    width: 60px;
    fill: rgb(213,183,195);
    height: 60px;
    transition: fill 0.3s ease;
}.privacy_switch svg:hover {
    fill: rgb(185,150,173);
}.consent_edu {
    flex-grow: 1;
    margin-right: 15px;
    color: #000000;
}.privacySettingsModal h5 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: rgb(213,183,195);
}.privacySettingsModal p {
    color: #000000;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 17px;
}.cookie_visitor {
    background: rgb(213,183,195);
    border-radius: 13px;
    line-height: 35px;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    font-size: 16px;
    margin-left: 10px;
}.cookie_visitor:hover {
    background: rgb(185,150,173);
    box-shadow: 0 0 10px rgb(185,150,173,0.5);
}#btn_accept_cookie_policy {
    background: rgb(213,183,195);
}#disallow_cookie_tracking {
    background: rgba(0, 0, 0, 0.5);
}.privacySettingsModal p a {
    transition: color 0.3s ease;
    color: rgb(213,183,195);
    text-decoration: underline;
}.privacySettingsModal p a:hover {
    color: rgb(185,150,173);
}
@media only screen and (max-width: 1200px) {.data_comply {
    flex-direction: column;
    align-items: center;
}.privacy_switch {
    margin-bottom: 15px;
}.consent_edu {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
}.cookie_visitor {
    margin-left: 0;
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 800px) {.data_comply {
    padding: 15px;
}.privacy_switch {
    display: none;
}.privacySettingsModal h5 {
    font-size: 16px;
}.privacySettingsModal p {
    font-size: 16px;
}}
#privacyAlertPopup {
    display: none;
}#privacyAlertPopup:checked ~ .privacySettingsModal {
    opacity: 0;
    visibility: hidden;
}.our_background {
    position: relative;
    z-index: 1;
    padding: 120px 0 160px;
    overflow: hidden;
}.our_background::before {
    z-index: -1;
    right: 0;
    left: 0;
    backdrop-filter: blur(5px);
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(#000000, 0.85) 0%,
        rgba(#000000, 0.75) 50%,
        rgba(rgb(213,183,195), 0.65) 100%);
}.our_background::after {
    height: 150px;
    left: -25%;
    transform: rotate(-3deg);
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
    position: absolute;
    bottom: -75px;
    content: "";
    background: #ffffff;
    width: 150%;
    z-index: -1;
}.our_background .container {
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
    perspective: 1000px;
    position: relative;
}.our_background h2 {
    margin-bottom: 60px;
    font-size: clamp(2.5rem, 5vw, 28px);
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    transform: translateZ(0);
    color: #ffffff;
    letter-spacing: 2px;
    display: inline-block;
}.our_background h2::after {
    bottom: -15px;
    height: 4px;
    content: "";
    position: absolute;
    background: rgb(213,183,195);
    width: 80px;
    transform-origin: left center;
    left: 0;
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.our_background:hover h2::after {
    transform: scaleX(1.5);
}.our_background .text_box_content {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(rgb(213,183,195), 0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    padding: 50px;
    transform: translateY(0);
}.our_background .text_box_content::before {
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    width: 6px;
    left: 0;
    background: linear-gradient(to bottom, 
        rgb(213,183,195) 0%, 
        rgb(185,150,173) 100%);
}.our_background .text_box_content:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 
                0 10px 25px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(rgb(213,183,195), 0.15);
}.our_background .text_box_content > div {
    position: relative;
    z-index: 2;
}.our_background .text_box_content p {
    color: rgb(213,183,195);
    position: relative;
    font-weight: 600;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    margin-bottom: 20px;
    display: inline-block;
}.our_background .text_box_content p::after {
    bottom: -8px;
    transform-origin: left center;
    transform: scaleX(0.3);
    background: linear-gradient(to right, 
        rgb(213,183,195) 0%, 
        rgb(185,150,173) 100%);
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    transition: transform 0.4s ease-out;
    height: 2px;
}.our_background .text_box_content:hover p::after {
    transform: scaleX(1);
}.our_background .text_box_content div div {
    column-count: 1;
    text-align: justify;
    opacity: 0.9;
    font-size: 13px;
    column-gap: 40px;
    transform: translateZ(0);
    line-height: 1.8;
    color: #000000;
    max-width: 100%;
}

@media (min-width: 768px) {.our_background .text_box_content div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_background {
    padding: 150px 0 200px;
}.our_background .text_box_content {
    padding: 60px 70px;
}.our_background .text_box_content div div {
    column-count: 2;
}
}

@media (max-width: 767px) {.our_background {
    padding: 80px 0 120px;
}.our_background .text_box_content {
    padding: 30px;
}.our_background h2 {
    margin-bottom: 40px;
}.our_background h2::after {
    bottom: -10px;
    height: 3px;
    width: 60px;
}
}

@media (max-width: 480px) {.our_background {
    padding: 60px 0 100px;
}.our_background .text_box_content {
    padding: 25px 20px;
}.our_background h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}.our_background h2::after {
    bottom: -8px;
    width: 50px;
}.our_background .text_box_content p {
    font-size: 1.125rem;
}
}

@media (prefers-reduced-motion: reduce) {.our_background .text_box_content,
    .our_background h2::after,
    .our_background .text_box_content:hover,
    .our_background .text_box_content p::after {
    transform: none;
    transition: none;
}
}

@media (hover: hover) {.our_background .text_box_content::after {
    width: 100%;
    z-index: 1;
    opacity: 0;
    left: 0;
    content: "";
    pointer-events: none;
    top: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, 
            rgba(rgb(213,183,195,0.5), 0.05) 0%,
            rgba(rgb(213,183,195,0.5), 0) 50%);
    height: 100%;
}.our_background .text_box_content:hover::after {
    opacity: 1;
}}.title_greeting {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgb(185,150,173,0.5) 100%);
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    display: flex;
    padding: 2rem 1rem;
}.title_greeting > div {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    width: 100%;
}.title_greeting .success_metric {
    transform: translateX(-5%);
    position: relative;
    margin-bottom: 2.5rem;
}.title_greeting .page_begin {
    padding: 0.5rem 0;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(5deg);
    margin: 0;
    color: rgb(213,183,195);
    font-size: 43px;
    font-weight: 700;
}.title_greeting .page_begin::after {
    transition: transform 0.5s ease;
    height: 4px;
    width: 60%;
    content: "";
    left: 0;
    bottom: 0;
    transform: scaleX(0.8);
    position: absolute;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(213,183,195) 0%, rgb(185,150,173) 100%);
}.title_greeting .page_begin:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title_greeting .page_begin:hover::after {
    transform: scaleX(1);
}.title_greeting .start_learn {
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 10px;
    transform: perspective(1000px) rotateY(-2deg);
}.title_greeting .start_learn:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(0deg);
}.title_greeting .start_learn::before {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    content: "";
    right: 0;
    opacity: 0.85;
    top: 0;
    background: linear-gradient(135deg, rgb(213,183,195,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}.title_greeting .start_learn > div {
    gap: 2rem;
    padding: 3rem;
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 2;
    color: #ffffff;
}.title_greeting .start_learn > div > div {
    position: relative;
    padding-left: 2rem;
}.title_greeting .start_learn > div > div::before {
    content: "";
    top: 0;
    bottom: 0;
    transform: scaleY(0.7);
    transition: transform 0.3s ease;
    background: rgb(185,150,173);
    left: 0;
    position: absolute;
    width: 4px;
}.title_greeting .start_learn > div > div:hover::before {
    transform: scaleY(1);
}.title_greeting .start_learn p {
    line-height: 1.6;
    transition: transform 0.4s ease;
    font-size: calc(16px * 1.2);
    transform: translateY(0);
    font-weight: 600;
    margin: 0;
}.title_greeting .start_learn > div > div:hover p {
    transform: translateY(-5px);
}.title_greeting .start_learn h3 {
    margin: 0;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    transform: translateX(0);
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.5;
    font-size: 22px;
    border-left: 3px solid rgb(185,150,173);
    font-weight: 600;
    transition: transform 0.4s ease, background 0.4s ease;
    padding: 1.5rem;
}.title_greeting .start_learn h3:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 991px) {.title_greeting {
    padding: 2rem 1rem;
}.title_greeting .page_begin {
    font-size: calc(43px * 0.9);
}.title_greeting .start_learn > div {
    padding: 2rem;
}.title_greeting .start_learn h3 {
    font-size: calc(22px * 0.9);
    padding: 1.25rem;
}
}

@media (max-width: 767px) {.title_greeting {
    padding: 1.5rem 1rem;
}.title_greeting .success_metric {
    transform: translateX(0);
}.title_greeting .page_begin {
    transform: perspective(1000px) rotateX(3deg);
    font-size: calc(43px * 0.8);
}.title_greeting .start_learn {
    transform: perspective(1000px) rotateY(-1deg);
}.title_greeting .start_learn > div {
    padding: 1.5rem;
    gap: 1.5rem;
}.title_greeting .start_learn > div > div {
    padding-left: 1.25rem;
}.title_greeting .start_learn p {
    font-size: 16px;
}.title_greeting .start_learn h3 {
    padding: 1rem;
    font-size: calc(22px * 0.8);
}
}

@media (max-width: 480px) {.title_greeting {
    padding: 1rem;
}.title_greeting .page_begin {
    transform: none;
    font-size: calc(43px * 0.7);
}.title_greeting .page_begin::after {
    height: 3px;
}.title_greeting .start_learn {
    transform: none;
}.title_greeting .start_learn > div {
    padding: 1.25rem;
    gap: 1.25rem;
}.title_greeting .start_learn > div > div {
    padding-left: 1rem;
}.title_greeting .start_learn > div > div::before {
    width: 3px;
}.title_greeting .start_learn p {
    font-size: calc(16px * 0.9);
}.title_greeting .start_learn h3 {
    padding: 0.8rem;
    font-size: calc(22px * 0.7);
}}.customer_comments {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.customer_comments::before {
    height: 100%;
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    content: "";
    background: rgb(239,215,226);
    z-index: 0;
    border-radius: 50%;
}.customer_comments .container {
    position: relative;
    z-index: 1;
}.customer_comments h2 {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    transform: translateX(-10%);
    position: relative;
    margin-bottom: 100px;
}.customer_comments h2::first-letter {
    color: rgb(213,183,195);
    font-size: 1.8em;
}.customer_comments .learn_ratings {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}.customer_comments .student_insights {
    animation: fadeIn 0.8s ease forwards;
    padding: 30px 0;
    opacity: 0;
    position: relative;
}.customer_comments .student_insights:nth-child(3n+1) {
    animation-delay: 0.1s;
    grid-column: span 5;
}.customer_comments .student_insights:nth-child(3n+2) {
    margin-top: 80px;
    grid-column: span 4;
    animation-delay: 0.3s;
}.customer_comments .student_insights:nth-child(3n+3) {
    margin-top: 40px;
    animation-delay: 0.5s;
    grid-column: span 3;
}.customer_comments .student_insights::before {
    z-index: -1;
    top: -30px;
    line-height: 1;
    left: -20px;
    position: absolute;
    font-size: 120px;
    color: rgb(213,183,195,0.5);
    font-family: Arial, sans-serif;
    content: "";
}.customer_comments .student_insights img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    right: 0;
    border: 3px solid #ffffff;
    object-fit: cover;
    height: 60px;
    bottom: 20px;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: grayscale(100%);
    border-radius: 10px;
    width: 60px;
    position: absolute;
}.customer_comments .student_insights:hover img {
    transform: translateY(-15px);
    filter: grayscale(0%);
}.customer_comments .student_insights p {
    margin: 0;
}.customer_comments .student_insights p:first-of-type {
    color: rgb(213,183,195);
    right: 70px;
    bottom: 0;
    letter-spacing: 1px;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 19px;
    position: absolute;
    font-weight: 600;
}.customer_comments .student_insights .description {
    position: relative;
    color: #000000;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 40px;
    font-size: calc(14px * 1.2);
}.customer_comments .student_insights .description::first-letter {
    font-size: 1.3em;
    font-weight: 600;
}.customer_comments .student_insights .description::after {
    height: 2px;
    position: absolute;
    transform-origin: left;
    content: "";
    left: 0;
    bottom: -20px;
    width: 40px;
    transform: scaleX(1);
    transition: transform 0.4s ease;
    background: rgb(185,150,173);
}.customer_comments .student_insights:hover .description::after {
    transform: scaleX(3);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.customer_comments {
    padding: 80px 0;
}.customer_comments h2 {
    transform: none;
    margin-bottom: 60px;
}.customer_comments .learn_ratings {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}.customer_comments .student_insights:nth-child(3n+1),
    .customer_comments .student_insights:nth-child(3n+2),
    .customer_comments .student_insights:nth-child(3n+3) {
    margin-top: 0;
    grid-column: span 3;
}.customer_comments .student_insights:nth-child(2n) {
    margin-top: 40px;
}
}

@media (max-width: 767px) {.customer_comments {
    padding: 60px 0;
}.customer_comments::before {
    right: -20%;
    top: -20%;
}.customer_comments h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 50px;
}.customer_comments .learn_ratings {
    grid-template-columns: 1fr;
}.customer_comments .student_insights:nth-child(3n+1),
    .customer_comments .student_insights:nth-child(3n+2),
    .customer_comments .student_insights:nth-child(3n+3),
    .customer_comments .student_insights:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 50px;
    grid-column: 1;
}.customer_comments .student_insights::before {
    font-size: 80px;
}.customer_comments .student_insights img {
    height: 50px;
    width: 50px;
}.customer_comments .student_insights p:first-of-type {
    right: 60px;
    font-size: calc(19px * 0.9);
}.customer_comments .student_insights .description {
    font-size: 14px;
}}.connect_with_us {
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgb(213,183,195,0.5) 100%);
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
}.connect_with_us::before {
    animation: gradientMove 20s linear infinite;
    position: absolute;
    height: 100%;
    opacity: 0.05;
    content: "";
    background-size: 60px 60px;
    width: 100%;
    background: linear-gradient(45deg, 
        rgb(213,183,195,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(213,183,195,0.5) 50%, 
        rgb(213,183,195,0.5) 75%, 
        transparent 75%, 
        transparent);
    left: 0;
    top: 0;
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.connect_with_us .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.connect_with_us h2 {
    font-weight: 700;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    color: rgb(213,183,195);
    text-align: center;
    font-size: 38px;
    letter-spacing: 2px;
}.connect_with_us h2::after {
    background: rgb(213,183,195);
    height: 4px;
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    content: "";
}.connect_with_us .support_section {
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    position: relative;
    gap: 0;
    overflow: hidden;
    border-radius: 10px;
    display: grid;
    max-width: 1000px;
}.connect_with_us .img_item {
    position: relative;
    order: 2;
    min-height: 600px;
    height: 100%;
}.connect_with_us .reach_support {
    justify-content: center;
    flex-direction: column;
    background: #ffffff;
    display: flex;
    position: relative;
    padding: 60px;
    order: 1;
}.connect_with_us .reach_support::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(213,183,195), rgb(185,150,173));
    height: 100%;
    content: "";
    width: 10px;
    position: absolute;
    right: 0;
}.connect_with_us form {
    position: relative;
    width: 100%;
}.connect_with_us form h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
    color: #000000;
    border-bottom: 2px solid rgb(185,150,173,0.5);
    font-family: Arial, sans-serif;
    font-size: 23px;
    font-weight: 700;
}.connect_with_us form input[type="text"] {
    border: none;
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    padding: 16px 20px 16px 50px;
    margin-bottom: 25px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #000000;
    background: rgb(239,215,226);
}.connect_with_us form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(213,183,195);
    background: #ffffff;
    outline: none;
}.connect_with_us form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.connect_with_us form input#name {
    position: relative;
}.connect_with_us form input#name::before {
    top: 50%;
    left: 20px;
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 20px;
    transform: translateY(-50%);
    background: rgb(213,183,195);
    height: 20px;
}.connect_with_us .support_widget {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.connect_with_us .support_widget input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_with_us .support_widget label {
    font-size: 13px;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    color: #000000;
}.connect_with_us .support_widget label::before {
    left: 0;
    background: rgb(239,215,226);
    height: 24px;
    border-radius: 10px;
    top: 0;
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    width: 24px;
}.connect_with_us .support_widget input[type="checkbox"]:checked + label::before {
    background: rgb(213,183,195);
}.connect_with_us .support_widget input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    content: "";
    position: absolute;
    top: 4px;
    height: 14px;
    left: 8px;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    width: 8px;
}.connect_with_us .support_widget label a {
    font-weight: 600;
    color: rgb(213,183,195);
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}.connect_with_us .support_widget label a::after {
    position: absolute;
    background: rgb(213,183,195);
    content: "";
    transition: width 0.3s ease;
    height: 1px;
    width: 0;
    left: 0;
    bottom: -2px;
}.connect_with_us .support_widget label a:hover::after {
    width: 100%;
}.connect_with_us form .query_inquiry {
    border: none;
    z-index: 1;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 20px;
    overflow: hidden;
    font-weight: 700;
    background: rgb(213,183,195);
    letter-spacing: 1px;
    border-radius: 50px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 16px 40px;
    font-family: Arial, sans-serif;
}.connect_with_us form .query_inquiry::before {
    top: 0;
    z-index: -1;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(185,150,173);
    left: 0;
    width: 0;
    height: 100%;
    content: "";
}.connect_with_us form .query_inquiry:hover::before {
    width: 100%;
}.connect_with_us form .query_inquiry:hover {
    box-shadow: 0 10px 20px -10px rgb(213,183,195);
    transform: translateY(-3px);
}.connect_with_us svg {
    transform: translateY(-50%);
    fill: rgb(213,183,195);
    left: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    height: 20px;
}.connect_with_us svg path {
    transition: fill 0.3s ease;
    fill: rgb(213,183,195);
}.connect_with_us form #name,
.connect_with_us form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.connect_with_us .support_section {
    max-width: 800px;
}.connect_with_us .reach_support {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.connect_with_us {
    padding: 80px 0 60px;
}.connect_with_us .support_section {
    grid-template-columns: 1fr;
}.connect_with_us .img_item {
    min-height: 300px;
    order: 1;
    clip-path: none;
}.connect_with_us .reach_support {
    order: 2;
    padding: 40px 30px;
}.connect_with_us .reach_support::before {
    background: linear-gradient(to right, rgb(213,183,195), rgb(185,150,173));
    top: 0;
    height: 6px;
    width: 100%;
    right: 0;
}.connect_with_us h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.connect_with_us {
    padding: 60px 0 40px;
}.connect_with_us h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.connect_with_us .img_item {
    min-height: 200px;
}.connect_with_us .reach_support {
    padding: 30px 20px;
}.connect_with_us form h3 {
    margin-bottom: 30px;
    font-size: calc(23px * 0.9);
}.connect_with_us form .query_inquiry {
    width: 100%;
    padding: 14px 20px;
}}.program_outcomes {
    padding: 100px 0;
    background: rgb(239,215,226);
    overflow: hidden;
    background-size: 60px 60px;
    font-family: Arial, sans-serif;
    position: relative;
    background-image: 
        linear-gradient(135deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%);
}.program_outcomes::before {
    right: -10%;
    transform: translateZ(0);
    opacity: 0.6;
    background: linear-gradient(145deg, rgb(213,183,195,0.5), rgb(185,150,173,0.5));
    height: 300px;
    content: "";
    filter: blur(80px);
    width: 300px;
    z-index: 0;
    position: absolute;
    top: -10%;
}.program_outcomes::after {
    width: 400px;
    content: "";
    bottom: -10%;
    left: -10%;
    position: absolute;
    opacity: 0.5;
    z-index: 0;
    filter: blur(100px);
    height: 400px;
    background: linear-gradient(225deg, rgb(185,150,173,0.5), rgb(213,183,195,0.5));
    transform: translateZ(0);
}.program_outcomes .container {
    display: flex;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    flex-direction: column;
    max-width: 1200px;
    gap: 60px;
}.program_outcomes .img_item {
    width: 100%;
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    height: auto;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    border-radius: 5px;
    object-fit: cover;
    box-shadow: 
        15px 15px 30px rgba(0,0,0,0.1),
        -15px -15px 30px rgba(255,255,255,0.7),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
    max-height: 500px;
}.program_outcomes .img_item:hover {
    box-shadow: 
        20px 20px 40px rgba(0,0,0,0.15),
        -20px -20px 40px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.program_outcomes .how_grow {
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    position: relative;
    box-shadow: 
        10px 10px 20px rgba(0,0,0,0.05),
        -10px -10px 20px rgba(255,255,255,0.9),
        inset 2px 2px 3px rgba(255,255,255,0.9),
        inset -2px -2px 3px rgba(0,0,0,0.05);
    padding: 40px;
    border-radius: 5px;
}.program_outcomes .text_box_content {
    position: relative;
}.program_outcomes h1 {
    color: #000000;
    margin-bottom: 30px;
    font-size: 43px;
    line-height: 1.3;
    transition: transform 0.4s ease-out;
    position: relative;
    font-weight: 700;
    transform: translateY(0);
}.program_outcomes h1::after {
    left: 0;
    content: "";
    transform-origin: left center;
    bottom: -10px;
    border-radius: 2px;
    position: absolute;
    width: 120px;
    background: linear-gradient(90deg, rgb(213,183,195), rgb(185,150,173));
    height: 4px;
    transition: width 0.4s ease-out;
}.program_outcomes .how_grow:hover h1 {
    transform: translateY(-5px);
}.program_outcomes .how_grow:hover h1::after {
    width: 180px;
}.program_outcomes ul {
    margin: 0;
    gap: 20px;
    list-style: none;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.program_outcomes li {
    padding: 20px;
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    position: relative;
    transform: translateZ(0);
    transition: all 0.3s ease;
    box-shadow: 
        5px 5px 10px rgba(0,0,0,0.03),
        -5px -5px 10px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
    border-radius: 4px;
}.program_outcomes li:hover {
    transform: translateY(-5px);
    box-shadow: 
        8px 8px 16px rgba(0,0,0,0.05),
        -8px -8px 16px rgba(255,255,255,0.9),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
}.program_outcomes li p {
    gap: 15px;
    margin: 0;
    font-size: 17px;
    display: flex;
    color: #000000;
    align-items: flex-start;
    line-height: 1.6;
}.program_outcomes svg {
    margin-top: 2px;
    transform: scale(0.9);
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.1));
    transition: transform 0.3s ease, filter 0.3s ease;
    flex-shrink: 0;
}.program_outcomes li:hover svg {
    transform: scale(1.1);
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.15));
}.program_outcomes svg path {
    transition: fill 0.3s ease;
}.program_outcomes li:hover svg path {
    fill: rgb(213,183,195);
}

@media (min-width: 992px) {.program_outcomes .container {
    flex-direction: row;
    align-items: center;
}.program_outcomes .img_item {
    height: auto;
    width: 45%;
    max-height: 600px;
}.program_outcomes .how_grow {
    margin-left: -50px;
    width: 55%;
}.program_outcomes ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.program_outcomes {
    padding: 80px 0;
}.program_outcomes .container {
    padding: 0 20px;
}.program_outcomes .how_grow {
    padding: 30px;
}.program_outcomes h1 {
    font-size: calc(43px * 0.85);
}.program_outcomes ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {.program_outcomes {
    padding: 60px 0;
}.program_outcomes .img_item {
    max-height: 350px;
}.program_outcomes .how_grow {
    padding: 25px;
}.program_outcomes h1 {
    font-size: calc(43px * 0.7);
}.program_outcomes li {
    padding: 15px;
}.program_outcomes li p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.program_outcomes {
    padding: 40px 0;
}.program_outcomes .container {
    gap: 30px;
}.program_outcomes .img_item {
    max-height: 250px;
}.program_outcomes .how_grow {
    padding: 20px;
}.program_outcomes h1 {
    margin-bottom: 20px;
    font-size: calc(43px * 0.6);
}.program_outcomes h1::after {
    height: 3px;
    width: 80px;
}.program_outcomes li {
    padding: 12px;
}.program_outcomes svg {
    transform: scale(0.8);
}}header .top_sitewrap {
    overflow: hidden;
    justify-content: space-between;
    box-shadow: 0 0 20px 2px rgb(213,183,195,0.5);
    left: 0;
    position: relative;
    display: flex;
    background: linear-gradient(to right, rgb(185,150,173) 0%, rgb(213,183,195,0.5) 100%);
    width: 100%;
    border-radius: 0;
    align-items: center;
    padding: 1.5rem;
    z-index: 99;
}header .top_sitewrap::before {
    top: -50%;
    content: "";
    z-index: -1;
    position: absolute;
    width: 200%;
    background: radial-gradient(circle, rgb(185,150,173,0.5) 1%, transparent 10%);
    animation: backgroundShift 20s linear infinite;
    left: -50%;
    background-size: 15px 15px;
    height: 200%;
    opacity: 0.3;
}header .top_sitewrap::after {
    top: 0;
    width: 100%;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, transparent 48%, rgb(185,150,173) 49%, rgb(185,150,173) 51%, transparent 52%);
    left: 0;
    content: "";
    animation: gradientSlide 5s ease infinite;
    background-size: 200% 200%;
    z-index: -1;
}header .top_sitewrap .nav_skill {
    position: relative;
    overflow: visible;
}header .top_sitewrap .nav_skill::after {
    transform-origin: left;
    background: rgb(185,150,173);
    box-shadow: 0 0 8px 2px rgb(185,150,173);
    width: 100%;
    position: absolute;
    bottom: -8px;
    transform: scaleX(0);
    animation: neonPulse 3s infinite alternate;
    left: 0;
    height: 2px;
    content: "";
}header .top_sitewrap .nav_skill .first_class {
    position: relative;
    transition: all 0.5s ease;
    transform: perspective(800px) rotateY(0deg);
    display: block;
}header .top_sitewrap .nav_skill .first_class:hover {
    transform: perspective(800px) rotateY(15deg);
}header .top_sitewrap .nav_skill svg {
    filter: drop-shadow(0 0 5px rgb(185,150,173,0.5));
    width: 120px;
    height: auto;
}header .top_sitewrap .main_guide {
    position: relative;
    list-style: none;
    margin: 0;
    perspective: 800px;
    padding: 0;
    display: flex;
}header .top_sitewrap .main_guide::before {
    box-shadow: 0 0 10px 2px rgb(213,183,195);
    background: rgb(213,183,195);
    height: 2px;
    transform: scaleX(0.5);
    top: 105%;
    width: 100%;
    animation: neonPulse 4s infinite alternate-reverse;
    left: 0;
    content: "";
    position: absolute;
}header .top_sitewrap .top_mentor {
    transform-style: preserve-3d;
    transform: translateZ(0);
    margin: 0 0.5rem;
    position: relative;
    transition: transform 0.3s ease;
}header .top_sitewrap .top_mentor:hover {
    transform: translateZ(20px);
}header .top_sitewrap .top_mentor a {
    border: 1px solid transparent;
    position: relative;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    padding: 0.5rem 1rem;
    display: block;
    font-size: 18px;
}header .top_sitewrap .top_mentor a::before {
    transition: opacity 0.3s ease, transform 0.3s ease;
    top: 0;
    transform: scale(0.9);
    left: 0;
    border-radius: 10px;
    opacity: 0;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    background: rgb(213,183,195,0.5);
    height: 100%;
}header .top_sitewrap .top_mentor a:hover {
    color: rgb(185,150,173);
    border: 1px solid rgb(185,150,173,0.5);
    text-shadow: 0 0 5px rgb(185,150,173,0.5);
}header .top_sitewrap .top_mentor a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .top_sitewrap {
    flex-direction: column;
    box-sizing: border-box;
    margin-left: calc(-50vw + 50%);
    padding: 1rem;
    width: 100vw;
}header .top_sitewrap .nav_skill {
    margin-bottom: 1.5rem;
}header .top_sitewrap .main_guide {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .top_sitewrap .main_guide::before {
    bottom: -10px;
    top: auto;
}header .top_sitewrap .top_mentor {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .top_sitewrap {
    padding: 0.75rem;
}header .top_sitewrap .main_guide {
    flex-direction: column;
    align-items: center;
}header .top_sitewrap .top_mentor {
    text-align: center;
    width: 100%;
    margin: 0.25rem 0;
}header .top_sitewrap .nav_skill svg {
    width: 100px;
}header .top_sitewrap .nav_skill::after {
    left: 10%;
    width: 80%;
}}.education_framework {
    position: relative;
    padding: 130px 0;
    background: rgb(239,215,226);
    overflow: hidden;
}.education_framework::before {
    z-index: 1;
    opacity: 0.2;
    left: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgb(213,183,195,0.5) 0%, transparent 40%),
        radial-gradient(circle at 85% 30%, rgb(185,150,173,0.5) 0%, transparent 40%);
    top: 0;
    width: 100%;
    position: absolute;
    content: '';
}.education_framework .how_grow {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.education_framework .text_box_content {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 60px 70px;
    max-width: 700px;
    border-radius: 28px;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
}.education_framework .text_box_content::before {
    z-index: -1;
    left: -10px;
    top: -10px;
    animation: rotate-gradient 15s linear infinite;
    right: -10px;
    border-radius: calc(28px + 10px);
    bottom: -10px;
    background: linear-gradient(45deg, 
        rgb(213,183,195,0.5), 
        transparent 40%, 
        transparent 60%, 
        rgb(185,150,173,0.5)
    );
    content: '';
    position: absolute;
}.education_framework .text_box_content::after {
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(239,215,226);
    top: 0;
    border-radius: 28px;
    position: absolute;
    margin: 3px;
    z-index: -1;
}.education_framework .text_box_content h2 {
    font-weight: 700;
    color: #ffffff;
    font-size: 35px;
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
}.education_framework .text_box_content h2::before {
    width: 100%;
    opacity: 0.7;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    height: 8px;
    content: '';
    background: linear-gradient(90deg, rgb(213,183,195), rgb(185,150,173));
    border-radius: 10px;
    left: 0;
    transform: translateY(5px);
    bottom: -4px;
    position: absolute;
}.education_framework .text_box_content:hover h2::before {
    transform: translateY(0);
    opacity: 1;
}.education_framework .text_box_content p {
    line-height: 1.8;
    font-size: 17px;
    position: relative;
    z-index: 2;
    color: #ffffff;
}.education_framework::after {
    content: '';
    opacity: 0.8;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgb(239,215,226));
    left: 0;
    z-index: 1;
    position: absolute;
    height: 100px;
}.education_framework .how_grow::before {
    top: 20%;
    position: absolute;
    left: -5%;
    background: rgb(213,183,195);
    filter: blur(30px);
    height: 40px;
    opacity: 0.1;
    content: '';
    transform: rotate(-35deg);
    width: 40%;
    animation: wave-motion 15s infinite alternate;
}.education_framework .how_grow::after {
    transform: rotate(25deg);
    filter: blur(25px);
    content: '';
    opacity: 0.1;
    height: 30px;
    width: 30%;
    animation: wave-motion 12s infinite alternate-reverse;
    right: -5%;
    bottom: 10%;
    background: rgb(185,150,173);
    position: absolute;
}@keyframes rotate-gradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes wave-motion {
    0% {
        transform: rotate(-35deg) translateY(0);
    }
    50% {
        transform: rotate(-30deg) translateY(20px);
    }
    100% {
        transform: rotate(-35deg) translateY(0);
    }
}

.education_framework .text_box_content p::after {
    content: '';
    background: rgb(213,183,195,0.5);
    bottom: -20px;
    filter: blur(20px);
    right: -20px;
    height: 60px;
    position: absolute;
    animation: pulse 8s infinite;
    opacity: 0.3;
    border-radius: 50%;
    width: 60px;
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.5;
    }
}

.education_framework .text_box_content p::first-line {
    font-weight: 600;
    color: rgb(213,183,195);
}.education_framework .text_box_content::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
}.education_framework .text_box_content h2::after {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -15px;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(213,183,195,0.5), 
        transparent
    );
    content: '';
}

@media screen and (max-width: 992px) {.education_framework {
    padding: 100px 0;
}.education_framework .text_box_content {
    padding: 50px 50px;
}
}

@media screen and (max-width: 768px) {.education_framework {
    padding: 80px 0;
}.education_framework .text_box_content {
    padding: 40px 30px;
}.education_framework .text_box_content h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 25px;
}.education_framework .how_grow::before,
    .education_framework .how_grow::after {
    width: 50%;
}
}

@media screen and (max-width: 480px) {.education_framework {
    padding: 60px 0;
}.education_framework .text_box_content {
    padding: 30px 20px;
    border-radius: calc(28px * 0.8);
}.education_framework .text_box_content h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 20px;
}.education_framework .text_box_content p {
    font-size: calc(17px * 0.9);
}.education_framework .text_box_content::before {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            90% 100%, 
            0% 100%
        );
}}.training_specialist {
    perspective: 1000px;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgb(213,183,195,0.5) 100%);
    position: relative;
}.training_specialist::before {
    position: absolute;
    top: 0;
    height: 100%;
    animation: rotateBackground 15s linear infinite;
    background: conic-gradient(from 225deg at 50% 50%, rgb(185,150,173,0.5) 0%, transparent 25%, rgb(213,183,195,0.5) 50%, transparent 75%, rgb(185,150,173,0.5) 100%);
    content: "";
    opacity: 0.4;
    width: 100%;
    left: 0;
}.training_specialist .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
}.training_specialist .student_insights {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(185,150,173,0.5),
                0 10px 0 -5px rgb(213,183,195,0.5);
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 1.5rem;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    grid-template-rows: auto auto;
    padding: 3rem;
    position: relative;
    grid-template-areas:
        "photo quote"
        "info quote";
    transition: transform 0.5s ease;
    backdrop-filter: blur(10px);
    transform: rotateY(-5deg);
    border-radius: 24px;
}.training_specialist .student_insights:hover {
    transform: rotateY(0);
}.training_specialist .img_item {
    height: 220px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(213,183,195,0.5);
    grid-area: photo;
    width: 220px;
    border-radius: 50%;
    transform: translateZ(30px);
    border: 5px solid #ffffff;
}.training_specialist .student_insights:hover .img_item {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(213,183,195);
}.training_specialist .name {
    transform: translateZ(20px);
    display: block;
    grid-area: info;
    color: #000000;
    margin-top: 1rem;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}.training_specialist .student_insights span:not(.name) {
    display: block;
    font-weight: 600;
    font-size: 17px;
    color: rgb(213,183,195);
    margin-top: 3.5rem;
    grid-area: info;
    transform: translateZ(15px);
}.training_specialist .work_milestones {
    font-size: calc(17px * 1.1);
    grid-area: quote;
    border-radius: 0 24px 24px 0;
    position: relative;
    font-weight: 400;
    border-left: 4px solid rgb(185,150,173);
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    transform: translateZ(10px);
    line-height: 1.6;
    padding: 1.5rem 2rem;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}.training_specialist .work_milestones::before {
    width: 100%;
    background: linear-gradient(45deg, transparent 40%, rgb(185,150,173,0.5) 40%, rgb(185,150,173,0.5) 60%, transparent 60%);
    position: absolute;
    content: "";
    height: 100%;
    background-size: 200% 200%;
    left: 0;
    mix-blend-mode: overlay;
    animation: shimmer 3s infinite linear;
    opacity: 0.2;
    top: 0;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.training_specialist .student_insights {
    grid-template-columns: 1fr;
    padding: 2rem;
    grid-template-areas:
            "img_item"
            "request_info"
            "work_milestones";
    grid-template-rows: auto auto auto;
}.training_specialist .img_item {
    height: 180px;
    margin: 0 auto;
    width: 180px;
}.training_specialist .name,
    .training_specialist .student_insights span:not(.name) {
    margin-top: 1rem;
    text-align: center;
}.training_specialist .student_insights span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.training_specialist {
    padding: 4rem 0;
}.training_specialist .student_insights {
    transform: none;
    padding: 1.5rem;
}.training_specialist .img_item {
    width: 140px;
    height: 140px;
}.training_specialist .work_milestones {
    padding: 1rem;
    font-size: 17px;
}}.info_details {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(239,215,226) 0%, rgb(213,183,195,0.5) 40%, rgb(239,215,226) 100%);
    position: relative;
    isolation: isolate;
}.info_details::before {
    z-index: -1;
    content: "";
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 5px, rgba(255, 255, 255, 0.03) 5px, rgba(255, 255, 255, 0.03) 10px),
        repeating-linear-gradient(90deg, transparent, transparent 5px, rgba(255, 255, 255, 0.03) 5px, rgba(255, 255, 255, 0.03) 10px);
    inset: 0;
    position: absolute;
}.info_details::after {
    width: 100%;
    top: 0;
    background: radial-gradient(circle at 30% 50%, rgb(213,183,195,0.5) 0%, transparent 50%);
    position: absolute;
    left: 0;
    animation: pulseGlow 15s infinite alternate;
    content: "";
    z-index: -2;
    height: 100%;
    opacity: 0.4;
}@keyframes pulseGlow {
    0% {
        opacity: 0.2;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}

.info_details .container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}.info_details .container::before {
    height: 400px;
    z-index: -1;
    opacity: 0.1;
    right: -200px;
    content: "";
    filter: blur(100px);
    top: -200px;
    width: 400px;
    border-radius: 50%;
    background: rgb(185,150,173,0.5);
    position: absolute;
}.info_details .talk_form {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1fr;
    display: grid;
    position: relative;
    gap: 3rem 2rem;
}.info_details .help_form {
    position: relative;
    border-radius: 23px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    padding: 2.5rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
}.info_details .help_form:nth-child(1) {
    display: flex;
    grid-row: 1 / 3;
    flex-direction: column;
    justify-content: space-between;
    grid-column: 1 / 2;
}.info_details .help_form:nth-child(2) {
    padding: 0;
    position: relative;
    border: none;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    overflow: hidden;
    aspect-ratio: 16/9;
}.info_details .help_form:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}.info_details .help_form::before {
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    width: 2px;
    transform: scaleY(0.6);
    background: linear-gradient(to bottom, transparent, rgb(213,183,195), transparent);
    left: 0;
    opacity: 0;
    top: 0;
    content: "";
    height: 100%;
}.info_details .help_form:hover::before {
    transform: scaleY(1);
    opacity: 1;
}.info_details .help_form:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.info_details .help_form h2 {
    font-weight: 700;
    font-size: 35px;
    color: #ffffff;
    position: relative;
    margin-bottom: 2rem;
    display: inline-block;
}.info_details .help_form h2::after {
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    bottom: -10px;
    height: 3px;
    width: 40px;
    background: rgb(213,183,195);
}.info_details .help_form:hover h2::after {
    width: 100%;
}.info_details .write_experts {
    padding-left: 15px;
    position: relative;
    font-weight: 600;
    font-size: calc(14px * 1.3);
    color: rgb(185,150,173);
    margin-bottom: 1.5rem;
}.info_details .write_experts::before {
    background: rgb(213,183,195);
    top: 50%;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    border-radius: 50%;
    width: 8px;
    left: 0;
    height: 8px;
}.info_details .send_info {
    position: relative;
    color: #000000;
    margin-bottom: 2.5rem;
    font-size: 14px;
    line-height: 1.8;
    max-width: 90%;
}.info_details .help_form p {
    align-items: center;
    display: flex;
    font-size: 14px;
    color: #000000;
    margin-bottom: 1.5rem;
}.info_details .help_form p span {
    transition: color 0.3s ease;
    font-weight: 600;
    padding-bottom: 2px;
    color: #ffffff;
    position: relative;
    margin-left: 0.5rem;
}.info_details .help_form p span::after {
    left: 0;
    width: 0;
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    background: rgb(213,183,195);
    height: 1px;
}.info_details .help_form p:hover span::after {
    width: 100%;
}.info_details .edu_form {
    position: relative;
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 2.5rem;
    border-left: 3px solid rgb(185,150,173);
    background: rgba(0, 0, 0, 0.1);
}.info_details .edu_form::before {
    right: 0;
    top: 0;
    height: 1px;
    width: 30%;
    content: "";
    background: linear-gradient(to right, transparent, rgb(185,150,173,0.5));
    position: absolute;
}.info_details .edu_form::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 30%;
    background: linear-gradient(to right, rgb(185,150,173,0.5), transparent);
    left: 0;
    height: 1px;
}.info_details .edu_form h3 {
    font-size: 22px;
    font-weight: 600;
    color: rgb(185,150,173);
    align-items: center;
    margin-bottom: 1.2rem;
    display: flex;
}.info_details .edu_form h3::before {
    margin-right: 8px;
    height: 18px;
    content: "";
    border-radius: 50%;
    width: 18px;
    background: 
        linear-gradient(45deg, rgb(213,183,195) 0%, rgb(213,183,195) 40%, transparent 40%),
        linear-gradient(-45deg, rgb(185,150,173) 0%, rgb(185,150,173) 40%, transparent 40%);
    display: inline-block;
}.info_details .msg_support {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}.info_details .msg_support span {
    position: relative;
    border-radius: 10px;
    color: #000000;
    overflow: hidden;
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    font-size: calc(14px * 0.85);
}.info_details .msg_support span::before {
    position: absolute;
    content: "";
    z-index: -1;
    opacity: 0;
    height: 100%;
    top: 0;
    background: rgb(213,183,195);
    width: 100%;
    transition: opacity 0.3s ease;
    left: 0;
}.info_details .msg_support span:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.info_details .msg_support span:hover::before {
    opacity: 0.1;
}.info_details .help_form .img_item {
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 23px;
    position: relative;
}.info_details .help_form .img_item::after {
    height: 100%;
    mix-blend-mode: overlay;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    background: 
        linear-gradient(135deg, rgb(213,183,195,0.5) 0%, transparent 100%),
        linear-gradient(45deg, transparent 70%, rgb(185,150,173,0.5) 100%);
    z-index: 1;
    position: absolute;
}.info_details .help_form .img_item::before {
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0;
    content: "";
    left: 0;
}.info_details .get_contactform {
    align-content: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 100%;
    gap: 1rem;
}.info_details .get_contactform a {
    overflow: hidden;
    text-decoration: none;
    padding: 1.2rem;
    border-radius: 10px;
    grid-column: span 3;
    background: rgba(0, 0, 0, 0.15);
    position: relative;
    display: flex;
    transition: all 0.4s ease;
    align-items: center;
}.info_details .get_contactform a::before {
    top: 0;
    height: 100%;
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(213,183,195);
    content: "";
    width: 3px;
    left: 0;
}.info_details .get_contactform a::after {
    content: "";
    z-index: -1;
    background: rgb(213,183,195);
    width: 100%;
    top: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0;
}.info_details .get_contactform a:hover {
    transform: translateX(5px);
}.info_details .get_contactform a:hover::before {
    width: 6px;
}.info_details .get_contactform a:hover::after {
    opacity: 0.05;
}.info_details .get_contactform a span {
    font-size: calc(14px * 0.9);
    display: inline-block;
    font-weight: 600;
    color: rgb(185,150,173);
    margin-right: 2rem;
    width: 80px;
}.info_details .get_contactform a p {
    transition: transform 0.3s ease;
    margin: 0;
    font-size: 14px;
    flex-grow: 1;
    color: #ffffff;
}.info_details .get_contactform a:hover p {
    transform: translateX(5px);
}.info_details svg {
    transition: all 0.3s ease;
    margin-right: 1rem;
    width: 22px;
    height: 22px;
}.info_details svg path {
    transition: fill 0.3s ease;
    fill: rgb(185,150,173);
}.info_details .get_contactform a:hover svg {
    transform: scale(1.1) rotate(5deg);
}.info_details .get_contactform a:hover svg path {
    fill: rgb(213,183,195);
}

@media (max-width: 1024px) {.info_details .talk_form {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 2rem;
}.info_details .help_form:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.info_details .help_form:nth-child(2) {
    aspect-ratio: 21/9;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.info_details .help_form:nth-child(3) {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
}.info_details .get_contactform {
    grid-template-columns: repeat(2, 1fr);
}.info_details .get_contactform a {
    grid-column: span 1;
}.info_details .get_contactform a:last-child {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.info_details {
    padding: 4rem 0;
}.info_details .talk_form {
    gap: 1.5rem;
}.info_details .help_form {
    padding: 2rem;
}.info_details .help_form:nth-child(2) {
    aspect-ratio: 16/9;
}.info_details .get_contactform {
    grid-template-columns: 1fr;
}.info_details .get_contactform a {
    grid-column: span 1;
}.info_details .get_contactform a:last-child {
    grid-column: span 1;
}.info_details .msg_support {
    gap: 0.6rem;
}.info_details .msg_support span {
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 480px) {.info_details {
    padding: 3rem 0;
}.info_details .talk_form {
    gap: 1.2rem;
}.info_details .help_form {
    padding: 1.5rem;
}.info_details .help_form h2 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.9);
}.info_details .write_experts {
    font-size: 14px;
}.info_details .send_info {
    margin-bottom: 1.5rem;
}.info_details .edu_form {
    margin-top: 1.5rem;
    padding: 1rem;
}.info_details .get_contactform a {
    padding: 1rem;
}.info_details .get_contactform a span {
    margin-right: 1rem;
    width: 60px;
}}

.info_details .container::after {
    position: absolute;
    background: 
        radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 60%),
        repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.03) 0deg, rgba(255, 255, 255, 0) 5deg, rgba(255, 255, 255, 0.03) 10deg);
    border-radius: 50%;
    z-index: -1;
    animation: rotate 30s linear infinite;
    content: "";
    bottom: -100px;
    left: -100px;
    height: 200px;
    width: 200px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}