﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
}.head_study {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.wrapper-container {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1160px;
}svg {
    width: 30px;
    height: 30px;
}.ar_tools {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our_mission {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0 140px;
}.our_mission::before {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    content: "";
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 40%,
        rgba(0, 0, 0, 0.65) 100%);
    bottom: 0;
}.our_mission::after {
    height: 200%;
    transform: rotate(-15deg);
    z-index: 2;
    right: -50%;
    top: -50%;
    position: absolute;
    pointer-events: none;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, 
        rgb(160,183,206,0.5) 0%,
        transparent 65%);
}.our_mission .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
    padding: 0 20px;
    position: relative;
}.our_mission h2 {
    color: #ffffff;
    display: inline-block;
    transform: translateX(-10px);
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    font-size: calc(37px * 1.2);
}.our_mission h2::after {
    animation: lineWidth 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 3px;
    content: "";
    left: 0;
    width: 80px;
    background: rgb(160,183,206);
    bottom: -12px;
    transform-origin: left;
    position: absolute;
}@keyframes lineWidth {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

.our_mission .content_frame {
    display: flex;
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    border-left: 3px solid rgb(110,149,178);
    animation: fadeIn 1s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    padding: 40px;
    transform: translateY(20px);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.our_mission .content_frame > div {
    position: relative;
}.our_mission .content_frame p {
    color: rgb(110,149,178);
    transform: translateX(-10px);
    display: inline-block;
    font-weight: 600;
    font-size: calc(13px * 1.5);
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 20px;
}.our_mission .content_frame p::before {
    width: 10px;
    left: -20px;
    transform: translateY(-50%);
    height: 10px;
    content: "";
    background-color: rgb(160,183,206);
    position: absolute;
    top: 50%;
}.our_mission .content_frame div div {
    column-gap: 40px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.8;
    column-count: 1;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
}

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

@media (min-width: 992px) {.our_mission {
    padding: 150px 0 180px;
}.our_mission .container {
    padding: 0 40px;
}.our_mission h2 {
    margin-bottom: 60px;
    font-size: calc(37px * 1.4);
}.our_mission .content_frame {
    width: calc(100% - 40px);
    padding: 60px;
    margin-left: 40px;
}
}

@media (min-width: 1200px) {.our_mission .content_frame {
    width: calc(100% - 80px);
    margin-left: 80px;
}.our_mission .content_frame div div {
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.our_mission {
    padding: 80px 0 100px;
}.our_mission h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 1.1);
}.our_mission .content_frame {
    padding: 30px;
}
}

@media (hover: hover) {.our_mission .content_frame:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 20px rgba(rgb(160,183,206,0.5), 0.2);
    transform: translateY(-5px);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}}

.our_mission .container {
    animation: slideUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

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

@media (prefers-reduced-motion) {.our_mission .container,
    .our_mission .content_frame,
    .our_mission h2::after {
    transform: none;
    animation: none;
    opacity: 1;
}}.pricing_cluster {
    background-color: rgb(205,217,232);
    padding: 100px 0;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.pricing_cluster::before {
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgba(rgb(110,149,178,0.5), 0.05) 0%, rgba(rgb(160,183,206,0.5), 0.08) 100%);
    top: 0;
    z-index: 0;
    width: 100%;
}.pricing_cluster .container {
    padding: 0 20px;
    max-width: 1400px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.pricing_cluster .rate_schemes {
    display: flex;
    flex-direction: column;
}.pricing_cluster .price_schemes {
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
    transform: translateY(20px);
    margin-bottom: 60px;
}.pricing_cluster .price_schemes h2 {
    display: inline-block;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    font-size: 35px;
}.pricing_cluster .price_schemes h2::after {
    background: linear-gradient(90deg, rgb(110,149,178), rgb(160,183,206));
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    position: absolute;
    border-radius: 2px;
    content: "";
}.pricing_cluster .cost_breakdown {
    line-height: 1.6;
    font-size: 17px;
    margin-top: 25px;
    color: #000000;
    max-width: 800px;
}.pricing_cluster .promo_plans {
    margin-top: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    gap: 30px;
}.pricing_cluster .learning_packages {
    animation: fadeUp 0.8s ease-out forwards;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(30px);
    display: block;
    perspective: 1000px;
    animation-delay: calc(0.15s * var(--i, 1));
    opacity: 0;
}.pricing_cluster .learning_packages:nth-child(1) {
    --i: 1;
}.pricing_cluster .learning_packages:nth-child(2) {
    --i: 2;
}.pricing_cluster .learning_packages:nth-child(3) {
    --i: 3;
}.pricing_cluster .learning_packages:nth-child(4) {
    --i: 4;
}.pricing_cluster .fee_board {
    height: 100%;
    background-color: #ffffff;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    overflow: hidden;
    transform-style: preserve-3d;
}.pricing_cluster .learning_packages:hover .fee_board {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(160,183,206,0.5), 0.1);
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
}.pricing_cluster .value_pricing {
    min-height: 250px;
    z-index: 2;
    padding: 35px 30px;
    position: relative;
    box-sizing: border-box;
}.pricing_cluster .value_pricing h3 {
    font-size: calc(23px + 2px);
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    transition: transform 0.3s ease;
    position: relative;
    color: #000000;
}.pricing_cluster .learning_packages:hover .value_pricing h3 {
    transform: translateX(5px);
    color: rgb(160,183,206);
}.pricing_cluster .learn_rates {
    display: block;
    color: rgb(110,149,178);
    font-size: calc(23px + 4px);
    margin: 20px 0;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
}.pricing_cluster .learn_rates::before {
    left: 0;
    position: absolute;
    top: -10px;
    border-radius: 2px;
    width: 40px;
    background: linear-gradient(90deg, rgb(110,149,178), transparent);
    content: "";
    height: 3px;
}.pricing_cluster .learning_packages:hover .learn_rates {
    color: rgb(160,183,206);
    transform: scale(1.05);
}.pricing_cluster .value_pricing p {
    overflow-wrap: break-word;
    font-size: 17px;
    hyphens: auto;
    word-break: normal;
    word-wrap: break-word;
    color: #000000;
    white-space: normal;
    line-height: 1.6;
    transition: color 0.3s ease;
    margin-top: 15px;
}.pricing_cluster .image_circle {
    overflow: hidden;
    width: 100%;
    position: relative;
    transition: all 0.5s ease;
    height: 200px;
}.pricing_cluster .image_circle::after {
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    transition: opacity 0.4s ease;
    opacity: 0.6;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}.pricing_cluster .learning_packages:hover .image_circle {
    transform: scale(1.05);
}.pricing_cluster .learning_packages:hover .image_circle::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.pricing_cluster .rate_schemes {
    flex-direction: row-reverse;
}.pricing_cluster .price_schemes {
    width: 30%;
    margin-bottom: 0;
    padding-left: 50px;
}.pricing_cluster .promo_plans {
    width: 70%;
}.pricing_cluster .price_schemes h2 {
    font-size: calc(35px + 4px);
}
}

@media (max-width: 1199px) {.pricing_cluster {
    padding: 80px 0;
}.pricing_cluster .price_schemes {
    margin: 0 auto 50px;
    max-width: 800px;
    text-align: center;
}.pricing_cluster .price_schemes h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 767px) {.pricing_cluster {
    padding: 60px 0;
}.pricing_cluster .promo_plans {
    gap: 20px;
    grid-template-columns: 1fr;
}.pricing_cluster .value_pricing {
    padding: 25px 20px;
}.pricing_cluster .image_circle {
    height: 180px;
}.pricing_cluster .price_schemes h2 {
    font-size: calc(35px - 2px);
}.pricing_cluster .cost_breakdown {
    font-size: calc(17px - 1px);
}
}

@media (hover: none) {.pricing_cluster .learning_packages:hover .fee_board {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.pricing_cluster .learning_packages:hover .value_pricing h3 {
    transform: none;
}.pricing_cluster .learning_packages:hover .learn_rates {
    transform: none;
}.pricing_cluster .learning_packages:hover .image_circle {
    transform: none;
}}.connect_with_us {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    background: rgb(205,217,232);
}.connect_with_us::before {
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    top: 0;
    z-index: 0;
    left: 0;
}.connect_with_us .container {
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.connect_with_us h2 {
    text-align: center;
    color: rgb(110,149,178);
    position: relative;
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 700;
}.connect_with_us h2::after {
    transform: translateX(-50%);
    width: 60px;
    position: absolute;
    content: "";
    height: 3px;
    background: rgb(160,183,206);
    left: 50%;
    bottom: -15px;
}.connect_with_us .help_inquiry {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    gap: 0;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    display: grid;
    border-radius: 11px;
    background: #ffffff;
}.connect_with_us .image_circle {
    border-top-right-radius: 11px;
    grid-column: 2;
    transition: transform 0.6s ease;
    grid-row: 1;
    border-bottom-right-radius: 11px;
    min-height: 500px;
    height: 100%;
}.connect_with_us .help_request {
    grid-row: 1;
    padding: 50px 40px;
    grid-column: 1;
    background: #ffffff;
}.connect_with_us #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.connect_with_us h3 {
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(160,183,206);
    font-size: 18px;
}.connect_with_us input[type="text"] {
    border: 1px solid rgb(205,217,232);
    color: #000000;
    transition: all 0.3s ease;
    padding: 15px 20px;
    font-size: 18px;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
}.connect_with_us input[type="text"]:focus {
    border-color: rgb(160,183,206);
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}.connect_with_us input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.connect_with_us .inquiry_feedback {
    align-items: flex-start;
    display: flex;
    margin-top: 10px;
    gap: 10px;
}.connect_with_us .inquiry_feedback input[type="checkbox"] {
    border-radius: 10px;
    position: relative;
    margin-top: 2px;
    width: 24px;
    appearance: none;
    cursor: pointer;
    height: 24px;
    border: 2px solid rgb(205,217,232);
    flex-shrink: 0;
}.connect_with_us .inquiry_feedback input[type="checkbox"]:checked {
    background: rgb(160,183,206);
    border-color: rgb(160,183,206);
}.connect_with_us .inquiry_feedback input[type="checkbox"]:checked::after {
    position: absolute;
    color: #ffffff;
    top: 50%;
    font-size: 16px;
    content: "✓";
    transform: translate(-50%, -50%);
    left: 50%;
}.connect_with_us .inquiry_feedback label {
    line-height: 1.5;
    font-size: 18px;
    color: #000000;
}.connect_with_us .inquiry_feedback a {
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(160,183,206);
    text-decoration: none;
}.connect_with_us .inquiry_feedback a:hover {
    color: rgb(110,149,178);
}.connect_with_us .message_list {
    background: rgb(160,183,206);
    overflow: hidden;
    border-radius: 10px;
    font-size: 17px;
    position: relative;
    cursor: pointer;
    letter-spacing: 1px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 35px;
    margin-top: 10px;
    align-self: flex-start;
    transition: all 0.3s ease;
}.connect_with_us .message_list::before {
    position: absolute;
    height: 100%;
    top: 0;
    transition: all 0.6s ease;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
}.connect_with_us .message_list:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(110,149,178);
    transform: translateY(-3px);
}.connect_with_us .message_list:hover::before {
    left: 100%;
}.connect_with_us svg {
    width: 22px;
    margin-right: 10px;
    fill: rgb(160,183,206);
    vertical-align: middle;
    height: 22px;
}.connect_with_us svg path {
    fill: rgb(160,183,206);
}

@media (max-width: 992px) {.connect_with_us .help_inquiry {
    grid-template-columns: 1fr;
}.connect_with_us .image_circle {
    border-top-left-radius: 11px;
    grid-column: 1;
    min-height: 300px;
    grid-row: 1;
    border-radius: 0;
    border-top-right-radius: 11px;
}.connect_with_us .help_request {
    padding: 40px 30px;
    grid-row: 2;
    grid-column: 1;
}
}

@media (max-width: 768px) {.connect_with_us {
    padding: 50px 0;
}.connect_with_us h2 {
    margin-bottom: 30px;
    font-size: calc(30px - 4px);
}.connect_with_us .help_request {
    padding: 30px 25px;
}.connect_with_us .image_circle {
    min-height: 250px;
}
}

@media (max-width: 576px) {.connect_with_us {
    padding: 40px 0;
}.connect_with_us .container {
    padding: 0 15px;
}.connect_with_us h2::after {
    width: 40px;
}.connect_with_us .help_request {
    padding: 25px 20px;
}.connect_with_us #contact {
    gap: 20px;
}.connect_with_us .message_list {
    padding: 14px 20px;
    width: 100%;
}.connect_with_us .image_circle {
    min-height: 200px;
}}.future_members {
    position: relative;
    overflow: hidden;
    background-color: rgb(205,217,232);
    padding: 5rem 0;
    z-index: 1;
}.future_members::before,
.future_members::after {
    top: 0;
    z-index: -1;
    opacity: 0;
    animation: beamScan 8s infinite ease-out;
    width: 1px;
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(160,183,206) 50%, 
        transparent 80%);
    content: '';
    position: absolute;
    height: 100%;
}.future_members::before {
    left: 25%;
    animation-delay: 0s;
}.future_members::after {
    animation-delay: 4s;
    right: 25%;
}.future_members .diff_block {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
}.future_members .diff_block::before,
.future_members .diff_block::after {
    opacity: 0;
    position: absolute;
    left: 0;
    animation: horizontalBeam 10s infinite ease-out;
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(110,149,178) 50%, 
        transparent 90%);
    width: 100%;
    z-index: -1;
    content: '';
    height: 1px;
}.future_members .diff_block::before {
    animation-delay: 2s;
    top: 30%;
}.future_members .diff_block::after {
    animation-delay: 6s;
    bottom: 30%;
}.future_members h3 {
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    font-weight: 600;
    margin-bottom: 3.5rem;
    font-size: 34px;
    color: rgb(160,183,206);
}.future_members h3::after {
    bottom: -15px;
    width: 100px;
    content: '';
    height: 2px;
    transform: translateX(-50%) scaleX(0.3);
    animation: pulseLine 4s infinite ease-in-out;
    position: absolute;
    opacity: 0.7;
    background: rgb(160,183,206);
    left: 50%;
}.future_members ul {
    gap: 1.2rem;
    flex-direction: column;
    list-style: none;
    margin: 0;
    display: flex;
    padding: 0;
}.future_members ul li {
    overflow: hidden;
    padding: 1.3rem 1.5rem;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    font-size: 14px;
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    font-weight: 400;
}.future_members ul li::before {
    height: 100%;
    transition: transform 0.4s ease;
    transform-origin: top;
    position: absolute;
    width: 3px;
    opacity: 0.5;
    left: 0;
    background: linear-gradient(to bottom, 
        rgb(110,149,178,0.5), 
        rgb(160,183,206,0.5));
    transform: scaleY(0);
    top: 0;
    content: '';
}.future_members ul li::after {
    width: 100%;
    position: absolute;
    transform: translateX(-100%);
    z-index: -1;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(160,183,206,0.5) 20%, 
        transparent 80%);
    left: 0;
    transition: transform 0.5s ease;
    top: 0;
    height: 100%;
    opacity: 0;
}.future_members ul li:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #000000;
}.future_members ul li:hover::before {
    transform: scaleY(1);
}.future_members ul li:hover::after {
    transform: translateX(100%);
    opacity: 0.15;
}.future_members ul li svg {
    transition: all 0.4s ease;
    margin-right: 1.5rem;
    height: 28px;
    z-index: 1;
    position: relative;
    flex-shrink: 0;
    width: 28px;
}.future_members ul li:hover svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}.future_members ul li svg path {
    fill: rgb(160,183,206);
    transition: fill 0.4s ease;
}.future_members ul li:hover svg path {
    fill: rgb(110,149,178);
    animation: flashIcon 1s ease;
}@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

.future_members::before :nth-child(1) {
    animation-delay: 1s;
}.future_members::before :nth-child(2) {
    animation-delay: 3s;
}.future_members::before :nth-child(3) {
    animation-delay: 5s;
}.future_members ul::before {
    content: '';
    height: 50px;
    opacity: 0.2;
    position: absolute;
    border: 1px solid rgb(160,183,206,0.5);
    width: 50px;
    right: 20px;
    border-radius: 50%;
    top: 20px;
}.future_members ul::after {
    opacity: 0.2;
    bottom: 20px;
    border-radius: 50%;
    content: '';
    position: absolute;
    height: 30px;
    border: 1px solid rgb(110,149,178,0.5);
    left: 20px;
    width: 30px;
}

@media (max-width: 992px) {.future_members {
    padding: 4rem 0;
}.future_members h3 {
    font-size: calc(34px * 0.9);
}.future_members ul {
    gap: 1rem;
}.future_members ul li {
    padding: 1.1rem 1.3rem;
}
}

@media (max-width: 576px) {.future_members {
    padding: 3rem 0;
}.future_members .diff_block {
    padding: 0 1.5rem;
}.future_members h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2.5rem;
}.future_members ul {
    gap: 0.8rem;
}.future_members ul li {
    padding: 1rem;
}.future_members ul li svg {
    margin-right: 1rem;
    width: 24px;
    height: 24px;
}}.privacy_block {
    border: 1px solid rgb(160,183,206,0.5);
    color: #ffffff;
    box-shadow: 0 0 20px rgb(160,183,206,0.5);
    padding: 2em;
    background-color: rgb(160,183,206);
    font-family: Arial, sans-serif;
    margin: 0 auto;
}.privacy_block h1 {
    font-weight: 700;
    color: #ffffff;
    font-size: 47px;
    text-shadow: 0 0 10px rgb(160,183,206,0.5);
    margin-bottom: 1.5em;
    text-align: center;
}.privacy_block h2 {
    margin-bottom: 1em;
    font-size: 33px;
    text-shadow: 0 0 8px rgb(110,149,178,0.5);
    font-weight: 600;
    color: rgb(110,149,178);
}.privacy_block h3,
.privacy_block h4,
.privacy_block h5,
.privacy_block h6 {
    margin-bottom: 0.75em;
    color: #ffffff;
}.privacy_block h3 {
    font-weight: 400;
    font-size: calc(20px - 0.2em);
}.privacy_block h4 {
    font-weight: 400;
    font-size: calc(20px - 0.4em);
}.privacy_block h5 {
    font-size: 20px;
    font-weight: 300;
}.privacy_block h6 {
    font-weight: 300;
    font-size: 18px;
}.privacy_block ul,
.privacy_block ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
}.privacy_block ul {
    list-style-type: circle;
}.privacy_block ol {
    list-style-type: decimal;
}.privacy_block li {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0.75em;
}.privacy_block p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 1.5em;
}.privacy_block span {
    font-weight: 600;
    color: rgb(160,183,206);
}.privacy_block div {
    margin-bottom: 1.5em;
}
@media only screen and (max-width: 800px) {.privacy_block {
    border-radius: 10px;
    padding: 1em;
}.privacy_block h1 {
    font-size: calc(20px - 0.5em);
}.privacy_block h2 {
    font-size: calc(20px - 0.4em);
}.privacy_block p,
    .privacy_block li {
    font-size: calc(14px - 0.2em);
}}
.privacy_block h1::after {
    border-radius: 10px;
    display: block;
    margin: 0.5em auto 0;
    box-shadow: 0 0 10px rgb(160,183,206,0.5);
    background-color: rgb(160,183,206);
    height: 4px;
    width: 80px;
    content: "";
}.privacy_block h2::after {
    display: block;
    margin: 0.5em auto 0;
    border-radius: 10px;
    content: "";
    width: 60px;
    height: 3px;
    background-color: rgb(110,149,178);
    box-shadow: 0 0 8px rgb(110,149,178,0.5);
}.privacy_block ul li::before,
.privacy_block ol li::before {
    display: inline-block;
    content: "";
    margin-right: 0.5em;
    width: 8px;
    box-shadow: 0 0 5px rgb(160,183,206,0.5);
    border-radius: 50%;
    background-color: rgb(160,183,206);
    height: 8px;
}.privacy_block a {
    text-decoration: underline;
    color: rgb(160,183,206);
    box-shadow: 0 0 5px rgb(160,183,206,0.5);
}.privacy_block a:hover {
    color: rgb(110,149,178);
    box-shadow: 0 0 5px rgb(110,149,178,0.5);
}.privacy_block blockquote {
    padding: 1.5em;
    margin: 1em 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-left: 5px solid rgb(160,183,206);
    font-style: italic;
    box-shadow: 0 0 10px rgb(160,183,206,0.5);
    color: #ffffff;
}.cookie_message_window {
    position: fixed;
    justify-content: center;
    width: 100%;
    display: flex;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    background: rgb(205,217,232);
    z-index: 100;
    padding: 20px 0;
    bottom: 0;
    border-top: 3px solid rgb(160,183,206);
}.visitor_controls {
    border-radius: 11px;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    display: flex;
    padding: 20px;
    align-items: center;
    border: 2px solid rgb(160,183,206);
    max-width: 1200px;
    background: rgba(0, 0, 0, 0.5);
}.learn_prefs {
    margin-right: 20px;
    flex-shrink: 0;
}.learn_prefs svg {
    width: 50px;
    height: 50px;
    fill: rgb(160,183,206);
}.cookie_preference {
    color: #ffffff;
    flex-grow: 1;
    text-align: left;
}.cookie_preference h5 {
    letter-spacing: 1px;
    color: rgb(160,183,206);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 23px;
}.cookie_preference p {
    line-height: 1.5;
    font-size: 16px;
    margin: 0;
    color: #ffffff;
}.cookie_preference p a {
    color: rgb(160,183,206);
    text-decoration: underline;
}.online_cookies {
    background: rgb(160,183,206);
    min-width: 120px;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
    flex-shrink: 0;
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}.cookie_button.data_control {
    margin-right: 10px;
}#cookiePopupMessage {
    display: none;
}#cookiePopupMessage:checked ~ .cookie_message_window {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.visitor_controls {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.learn_prefs {
    margin-bottom: 20px;
    margin-right: 0;
}.online_cookies {
    margin: 10px 0;
    width: 100%;
    max-width: 250px;
}}
.education_history {
    background: linear-gradient(135deg, rgb(205,217,232) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.education_history::before {
    position: absolute;
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(160,183,206,0.5) 90deg, transparent 180deg, rgb(110,149,178,0.5) 270deg, transparent 360deg);
    opacity: 0.2;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    animation: rotateBg 30s linear infinite;
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.education_history .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
}.education_history .client_views {
    grid-gap: 1.5rem;
    padding: 3rem;
    backdrop-filter: blur(8px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
    background-color: rgba(0, 0, 0, 0.5);
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: minmax(250px, 35%) 1fr;
    border-radius: 19px;
}.education_history .client_views:hover {
    transform: perspective(1000px) rotateX(0);
}.education_history .image_circle {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    height: 100%;
    transform: translateZ(20px);
    transition: transform 0.3s ease;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    grid-area: photo;
    border-radius: 19px;
    min-height: 350px;
}.education_history .client_views:hover .image_circle {
    transform: translateZ(30px);
}.education_history .name {
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    grid-area: name;
    transform: translateZ(10px);
    margin-bottom: 0.5rem;
    font-size: 35px;
}.education_history .client_views span:not(.name) {
    color: rgb(110,149,178);
    transform: translateZ(5px);
    font-weight: 600;
    font-size: 19px;
    grid-area: job;
    margin-bottom: 1rem;
}.education_history .job_background {
    line-height: 1.6;
    grid-area: quote;
    border-radius: 10px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    position: relative;
    transform: translateZ(15px);
    padding: 1.5rem;
    font-size: 15px;
    border-left: 4px solid rgb(160,183,206);
    color: #ffffff;
}.education_history .job_background::before {
    background: linear-gradient(90deg, rgb(160,183,206,0.5) 0%, transparent 100%);
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    border-radius: 10px;
    mix-blend-mode: overlay;
    height: 100%;
    top: 0;
    opacity: 0.1;
}

@media (max-width: 991px) {.education_history .client_views {
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
    grid-template-columns: 1fr 1fr;
}.education_history .image_circle {
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
    min-height: 300px;
}
}

@media (max-width: 767px) {.education_history {
    padding: 3rem 0;
}.education_history .client_views {
    grid-template-areas:
            "image_circle"
            "name"
            "employee_content"
            "job_background";
    grid-template-columns: 1fr;
    padding: 2rem;
}.education_history .image_circle {
    min-height: 250px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}}.check_it_out_now {
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(160,183,206) 0%, rgb(110,149,178) 50%, rgb(160,183,206) 100%);
    z-index: 1;
}.check_it_out_now::before {
    width: 100%;
    opacity: 0.05;
    top: 0;
    background-size: 60px 60px;
    animation: crystalBackground 30s linear infinite;
    left: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    content: '';
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 52%);
}.check_it_out_now::after {
    left: 0;
    opacity: 0.1;
    background: radial-gradient(
        circle at 30% 40%,
        #ffffff 0%,
        transparent 60%
    ),
    radial-gradient(
        circle at 70% 60%,
        #ffffff 0%,
        transparent 60%
    );
    position: absolute;
    top: 0;
    content: '';
    z-index: -1;
    height: 100%;
    filter: blur(50px);
    width: 100%;
}.check_it_out_now .diff_block {
    clip-path: polygon(
        4% 0%, 
        96% 0%, 
        100% 4%, 
        100% 96%, 
        96% 100%, 
        4% 100%, 
        0% 96%, 
        0% 4%
    );
    flex-direction: column;
    display: flex;
    align-items: center;
    max-width: 1000px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 25px 45px rgba(0, 0, 0, 0.1),
        0 0 30px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    justify-content: center;
    position: relative;
    background: rgba(255, 255, 255, 0.07);
    padding: 60px;
    border-radius: 14px;
    z-index: 2;
    margin: 0 auto;
}.check_it_out_now .diff_block::before {
    bottom: -2px;
    z-index: -1;
    top: -2px;
    left: -2px;
    animation: borderGlow 5s ease infinite;
    content: '';
    opacity: 0.5;
    clip-path: polygon(
        4% 0%, 
        96% 0%, 
        100% 4%, 
        100% 96%, 
        96% 100%, 
        4% 100%, 
        0% 96%, 
        0% 4%
    );
    right: -2px;
    filter: blur(20px);
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(160,183,206,0.5),
        rgb(110,149,178,0.5),
        rgb(160,183,206,0.5)
    );
}.check_it_out_now .diff_block::after {
    top: 0;
    opacity: 0.3;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        );
    left: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
    content: '';
}.check_it_out_now h3 {
    text-align: center;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 31px;
    position: relative;
    margin-bottom: 50px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    font-weight: 700;
}.check_it_out_now h3::before {
    border-radius: 50%;
    height: 30px;
    opacity: 0.6;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: translateX(-50%);
    left: 50%;
    animation: orbitalSpin 10s linear infinite;
    width: 30px;
    content: '';
    top: -40px;
    position: absolute;
}.check_it_out_now h3::after {
    left: 50%;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    position: absolute;
    box-shadow: 0 0 10px #ffffff;
    content: '';
    height: 2px;
    bottom: -15px;
    width: 50px;
    transform: translateX(-50%);
}.check_it_out_now .help_question {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 16px 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    border-radius: 10px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    backdrop-filter: blur(5px);
    display: inline-block;
    z-index: 1;
    font-weight: 600;
    overflow: hidden;
    clip-path: polygon(
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%, 
        0% 5%
    );
}.check_it_out_now .help_question::before {
    opacity: 0;
    z-index: -1;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
    transition: opacity 0.4s ease;
    left: 0;
    width: 100%;
}.check_it_out_now .help_question::after {
    transform: rotate(25deg);
    width: 40%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    top: -50%;
    left: -100%;
    content: '';
    transition: all 0.6s ease;
    z-index: 1;
    height: 200%;
    position: absolute;
}.check_it_out_now .help_question:hover {
    color: rgb(160,183,206);
    border-color: transparent;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.8);
}.check_it_out_now .help_question:hover::before {
    opacity: 1;
}.check_it_out_now .help_question:hover::after {
    left: 150%;
}

@media screen and (max-width: 992px) {.check_it_out_now {
    padding: 90px 0;
}.check_it_out_now .diff_block {
    padding: 50px 40px;
    max-width: 90%;
}.check_it_out_now h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 45px;
}.check_it_out_now h3::before {
    top: -35px;
    width: 25px;
    height: 25px;
}.check_it_out_now h3::after {
    width: 45px;
}.check_it_out_now .help_question {
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.check_it_out_now {
    padding: 70px 0;
}.check_it_out_now .diff_block {
    padding: 40px 30px;
}.check_it_out_now h3 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.8);
    letter-spacing: 3px;
}.check_it_out_now h3::before {
    top: -30px;
    width: 20px;
    height: 20px;
}.check_it_out_now h3::after {
    width: 40px;
}.check_it_out_now .help_question {
    padding: 12px 35px;
    font-size: calc(14px * 0.95);
    letter-spacing: 1.5px;
}
}

@media screen and (max-width: 576px) {.check_it_out_now {
    padding: 60px 0;
}.check_it_out_now .diff_block {
    padding: 30px 20px;
}.check_it_out_now h3 {
    font-size: calc(31px * 0.7);
    letter-spacing: 2px;
    margin-bottom: 35px;
}.check_it_out_now h3::before {
    height: 15px;
    width: 15px;
    top: -25px;
}.check_it_out_now h3::after {
    width: 35px;
}.check_it_out_now .help_question {
    letter-spacing: 1px;
    padding: 10px 30px;
    font-size: calc(14px * 0.9);
}}

@keyframes crystalBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes borderGlow {
    0% {
        filter: blur(20px);
        opacity: 0.5;
    }
    50% {
        filter: blur(25px);
        opacity: 0.7;
    }
    100% {
        filter: blur(20px);
        opacity: 0.5;
    }
}

@keyframes orbitalSpin {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}.thanks_note {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(110,149,178,0.5) 0%, rgb(205,217,232) 100%);
    overflow: hidden;
}.thanks_note::before {
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(160,183,206,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(110,149,178,0.5) 0%, transparent 60%);
    width: 100%;
    opacity: 0.6;
    height: 100%;
    left: 0;
    z-index: 0;
    top: 0;
}.thanks_note::after {
    z-index: 1;
    animation: float 8s ease-in-out infinite;
    position: absolute;
    transform: rotate(15deg);
    width: 200px;
    height: 200px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
    content: "";
    border: 2px solid rgb(160,183,206,0.5);
    right: -50px;
    top: -50px;
}.thanks_note .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
    z-index: 2;
    position: relative;
}.thanks_note .diff_block {
    display: flex;
    position: relative;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transform: perspective(1000px) rotateY(2deg);
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.95));
    padding: 50px;
}.thanks_note .diff_block:hover {
    transform: perspective(1000px) rotateY(0deg);
}.thanks_note .diff_block::before {
    left: 0;
    background: linear-gradient(90deg, 
        rgb(160,183,206) 0%, 
        rgb(110,149,178) 50%, 
        rgb(160,183,206) 100%);
    content: "";
    width: 100%;
    top: 0;
    background-size: 200% auto;
    position: absolute;
    animation: gradient-shift 6s linear infinite;
    height: 5px;
}.thanks_note .diff_block > div:first-child {
    position: relative;
    margin-bottom: 30px;
    padding-left: 20px;
}.thanks_note .diff_block > div:first-child::before {
    content: "";
    position: absolute;
    width: 4px;
    left: 0;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(110,149,178);
}.thanks_note h5 {
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    position: relative;
    font-size: 18px;
    transition: transform 0.3s ease;
    transform: translateX(0);
    margin: 0;
}.thanks_note .diff_block:hover h5 {
    transform: translateX(5px);
}.thanks_note .diff_block > div:last-child {
    transition: all 0.4s ease;
    background: linear-gradient(120deg, rgba(255,255,255,0.7), rgba(255,255,255,0.9));
    border-left: 2px solid rgb(160,183,206,0.5);
    padding: 20px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}.thanks_note .diff_block > div:last-child:hover {
    border-left-width: 4px;
    background: linear-gradient(120deg, rgba(255,255,255,0.9), rgba(255,255,255,1));
}.thanks_note p {
    margin: 0;
    color: #000000;
    font-size: 12px;
    transition: transform 0.3s ease;
    line-height: 1.7;
}.thanks_note a {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}.thanks_note a::after {
    content: "";
    transition: width 0.5s ease;
    left: 0;
    background: rgb(160,183,206);
    height: 2px;
    bottom: 0;
    position: absolute;
    width: 0;
}.thanks_note a:hover::after {
    width: 100%;
}.thanks_note a:hover p {
    transform: translateY(-3px);
}

@keyframes gradient-shift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

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

@media (max-width: 992px) {.thanks_note {
    padding: 70px 0;
}.thanks_note .diff_block {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(1deg);
}.thanks_note h5 {
    font-size: calc(18px - 2px);
}.thanks_note .diff_block > div:last-child {
    padding: 15px;
}
}

@media (max-width: 768px) {.thanks_note {
    padding: 50px 0;
}.thanks_note .diff_block {
    padding: 30px 20px;
    transform: none;
}.thanks_note .diff_block::before {
    height: 3px;
}.thanks_note .diff_block > div:first-child {
    margin-bottom: 20px;
}.thanks_note h5 {
    font-size: calc(18px - 4px);
}.thanks_note p {
    font-size: calc(12px - 1px);
}.thanks_note .diff_block > div:last-child {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}
}

@media (max-width: 576px) {.thanks_note {
    padding: 40px 0;
}.thanks_note .diff_block {
    padding: 25px 15px;
}.thanks_note .diff_block > div:first-child::before {
    width: 3px;
}.thanks_note .diff_block > div:last-child {
    clip-path: none;
    padding: 10px;
}.thanks_note p {
    font-size: calc(12px - 2px);
    line-height: 1.6;
}
}

@media (hover: none) {.thanks_note .diff_block {
    transform: none;
}.thanks_note .diff_block:hover h5 {
    transform: none;
}.thanks_note a:hover p {
    transform: none;
}}.title_intro {
    align-items: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
    height: 100vh;
    width: 100%;
    background: rgb(205,217,232);
}.title_intro .image_circle {
    z-index: 1;
    animation: subtle-zoom 20s infinite alternate ease-in-out;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(1.05);
    position: absolute;
    left: 0;
}.title_intro .image_circle::after {
    background: linear-gradient(135deg, 
                rgba(0,0,0,0.8) 0%, 
                rgba(0,0,0,0.6) 40%, 
                rgba(0,0,0,0.4) 70%, 
                rgba(0,0,0,0.2) 100%);
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    z-index: 2;
}.title_intro .diff_block {
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
                rgba(255,255,255,0.08) 0%, 
                rgba(255,255,255,0.03) 100%);
    flex-direction: column;
    animation: float 8s infinite ease-in-out;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 1200px;
    border-radius: 23px;
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1), 
                0 0 0 1px rgba(255,255,255,0.1) inset;
    display: flex;
    width: 85%;
    z-index: 3;
    padding: 3rem;
}.title_intro .diff_block:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.25), 
                0 8px 25px rgba(0,0,0,0.15), 
                0 0 0 1px rgba(255,255,255,0.15) inset;
}.title_intro h1 {
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    animation: slide-in 0.7s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
    font-size: 39px;
    font-weight: 700;
    transform: translateX(-5px);
}.title_intro h1::after {
    height: 3px;
    animation: line-grow 0.7s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -10px;
    transform: scaleX(0);
    content: '';
    transform-origin: left;
    width: 80px;
    background: rgb(160,183,206);
    position: absolute;
    left: 0;
}.title_intro .content_frame {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    flex-direction: column;
}.title_intro p {
    animation: fade-up 0.7s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 80%;
    opacity: 0;
    color: #ffffff;
    font-size: calc(17px * 1.2);
    transform: translateY(10px);
    margin-bottom: 0.5rem;
    line-height: 1.6;
}.title_intro .course_lead {
    margin: 1rem 0;
    justify-content: center;
    width: 100%;
    align-items: center;
    opacity: 0;
    display: flex;
    animation: scale-in 0.7s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(0.9);
}.title_intro svg {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                filter 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.2));
}.title_intro svg:hover {
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.3)) 
            brightness(1.1);
    transform: scale(1.05) rotate(2deg);
}.title_intro svg path {
    fill: rgb(160,183,206);
    transition: fill 0.3s ease;
}.title_intro svg:hover path {
    fill: rgb(110,149,178);
}.title_intro svg text {
    transition: fill 0.3s ease, transform 0.3s ease;
    font-family: Arial, sans-serif;
}.title_intro svg:hover text {
    fill: #ffffff;
}.title_intro h6 {
    animation: fade-up 0.7s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin-top: 1rem;
    transform: translateY(10px);
    opacity: 0;
    align-self: flex-start;
}.title_intro .message_list {
    will-change: transform, box-shadow;
    box-shadow: 0 4px 15px rgba(rgb(160,183,206,0.5), 0.3),
                0 0 0 1px rgba(255,255,255,0.1) inset;
    background: linear-gradient(135deg, 
                rgb(160,183,206) 0%, 
                rgb(110,149,178) 100%);
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    justify-content: center;
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    display: inline-flex;
    position: relative;
    padding: 0.8rem 2rem;
}.title_intro .message_list::before {
    content: '';
    transition: left 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgba(255,255,255,0.2) 50%, 
                transparent 100%);
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    position: absolute;
}.title_intro .message_list:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(rgb(160,183,206,0.5), 0.4),
                0 0 0 1px rgba(255,255,255,0.15) inset;
}.title_intro .message_list:hover::before {
    left: 100%;
}.title_intro .message_list:active {
    box-shadow: 0 2px 8px rgba(rgb(160,183,206,0.5), 0.3),
                0 0 0 1px rgba(255,255,255,0.05) inset;
    transform: translateY(1px);
}

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

@keyframes subtle-zoom {
    0% { transform: scale(1.05); }
    100% { transform: scale(1.12); }
}

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

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

@keyframes scale-in {
    0% { transform: scale(0.9); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

@keyframes line-grow {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

@media (max-width: 992px) {.title_intro .diff_block {
    width: 90%;
    padding: 2.5rem;
}.title_intro h1 {
    font-size: calc(39px * 0.9);
}.title_intro p {
    font-size: 17px;
    max-width: 100%;
}.title_intro svg {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 768px) {.title_intro {
    height: auto;
    min-height: 100vh;
}.title_intro .diff_block {
    width: 90%;
    padding: 2rem;
    margin: 3rem 0;
}.title_intro h1 {
    font-size: calc(39px * 0.8);
}.title_intro p {
    font-size: calc(17px * 0.95);
}.title_intro .message_list {
    padding: 0.7rem 1.8rem;
}.title_intro .course_lead {
    margin: 0.5rem 0;
}.title_intro svg {
    height: 90px;
    width: 90px;
}
}

@media (max-width: 576px) {.title_intro .diff_block {
    padding: 1.5rem;
    width: 92%;
}.title_intro h1 {
    font-size: calc(39px * 0.7);
}.title_intro p {
    max-width: 100%;
    font-size: calc(17px * 0.9);
}.title_intro .message_list {
    font-size: calc(14px * 0.9);
    padding: 0.6rem 1.5rem;
}.title_intro svg {
    width: 80px;
    height: 80px;
}.title_intro h1::after {
    width: 60px;
}
}

@media (max-width: 380px) {.title_intro .diff_block {
    padding: 1.2rem;
}.title_intro h1 {
    font-size: calc(39px * 0.6);
}.title_intro p {
    font-size: calc(17px * 0.85);
}.title_intro svg {
    height: 70px;
    width: 70px;
}}.reach_us {
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(205,217,232) 0%, rgb(160,183,206,0.5) 100%);
    position: relative;
}.reach_us::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(110,149,178,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(160,183,206,0.5) 0%, transparent 40%);
}.reach_us::after {
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    position: absolute;
    z-index: 0;
    content: "";
    background-size: 100px 100px;
    top: 0;
    width: 100%;
    opacity: 0.05;
    height: 100%;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(160,183,206,0.5) 25%, transparent 25%), 
        linear-gradient(-45deg, rgb(160,183,206,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(160,183,206,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(160,183,206,0.5) 75%);
    animation: backgroundMove 30s linear infinite;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    }
    100% {
        background-position: 100px 100px, 100px 150px, 150px 50px, 50px 100px;
    }
}

.reach_us .container {
    position: relative;
    padding: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    z-index: 1;
    border-radius: 13px;
}.reach_us .contact_us {
    backdrop-filter: blur(5px);
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    display: grid;
}.reach_us .ask_questions {
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
    border-radius: 13px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    padding: 30px;
}.reach_us .ask_questions::before {
    pointer-events: none;
    content: "";
    transform: rotate(45deg);
    height: 200%;
    left: -50%;
    position: absolute;
    width: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.03), transparent);
    top: -50%;
    animation: shimmer 10s linear infinite;
}@keyframes shimmer {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) rotate(45deg);
    }
}

.reach_us .ask_questions:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    border-color: rgb(160,183,206,0.5);
}.reach_us .ask_questions h2 {
    color: rgb(160,183,206);
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}.reach_us .ask_questions h2::after {
    bottom: -10px;
    left: 0;
    height: 3px;
    content: "";
    position: absolute;
    border-radius: 10px;
    background: rgb(160,183,206);
    width: 50px;
}.reach_us .request_info {
    color: #ffffff;
    font-weight: 600;
    font-size: calc(17px * 1.2);
    margin-bottom: 15px;
}.reach_us .write_page {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 17px;
    color: #000000;
}.reach_us .ask_questions p {
    align-items: center;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1.5;
    color: #000000;
    display: flex;
}.reach_us .ask_questions p span {
    color: #ffffff;
    margin-left: 10px;
    display: inline-block;
}.reach_us .support_request {
    padding: 20px;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}.reach_us .support_request::before {
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent, rgba(rgb(160,183,206,0.5), 0.1));
    content: "";
    height: 100%;
    pointer-events: none;
    width: 100%;
}.reach_us .support_request h3 {
    font-weight: 600;
    font-size: 23px;
    color: #ffffff;
    margin-bottom: 15px;
}.reach_us .msg_support {
    flex-direction: column;
    display: flex;
    gap: 10px;
}.reach_us .msg_support span {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 17px;
    color: #000000;
}.reach_us .msg_support span:hover {
    transform: translateX(5px);
    color: #ffffff;
    border-bottom-color: rgb(160,183,206);
}.reach_us .ask_questions .image_circle {
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    border-radius: 13px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    width: 100%;
}.reach_us .ask_questions .image_circle::after {
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgb(160,183,206,0.5) 100%);
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.5;
    transition: all 0.3s ease;
    height: 100%;
}.reach_us .ask_questions .image_circle:hover {
    transform: perspective(1000px) rotateY(0deg);
}.reach_us .ask_questions .image_circle:hover::after {
    opacity: 0.2;
}.reach_us .help_form {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-direction: column;
}.reach_us .help_form a {
    background: rgba(255, 255, 255, 0.05);
    flex-direction: column;
    text-decoration: none;
    border-left: 3px solid transparent;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    padding: 15px;
    border-radius: 10px;
}.reach_us .help_form a::before {
    left: 0;
    content: "";
    width: 3px;
    top: 0;
    position: absolute;
    transition: height 0.3s ease;
    height: 0%;
    background: rgb(160,183,206);
}.reach_us .help_form a:hover {
    background: rgba(255, 255, 255, 0.1);
    border-left-color: rgb(160,183,206);
    transform: translateX(5px);
}.reach_us .help_form a:hover::before {
    height: 100%;
}.reach_us .help_form a span {
    margin-bottom: 5px;
    color: rgb(110,149,178);
    font-size: 19px;
    font-weight: 600;
}.reach_us .help_form a p {
    color: #ffffff;
    font-size: 17px;
    transition: all 0.3s ease;
    margin: 0;
}.reach_us .help_form a:hover p {
    color: rgb(160,183,206);
}.reach_us svg {
    transition: all 0.3s ease;
    height: 20px;
    width: 20px;
    fill: rgb(110,149,178);
    margin-right: 10px;
}.reach_us svg path {
    transition: all 0.3s ease;
    fill: rgb(110,149,178);
}.reach_us .help_form a:hover svg,
.reach_us .help_form a:hover svg path {
    fill: rgb(160,183,206);
}.reach_us .ask_questions p:hover svg,
.reach_us .ask_questions p:hover svg path {
    fill: rgb(160,183,206);
}

@media screen and (max-width: 1024px) {.reach_us {
    padding: 60px 0;
}.reach_us .contact_us {
    grid-template-columns: 1fr 1fr;
}.reach_us .ask_questions:nth-child(1) {
    grid-column: 1 / 3;
}
}

@media screen and (max-width: 768px) {.reach_us {
    padding: 40px 0;
}.reach_us .ask_questions .image_circle {
    height: 280px;
}.reach_us .contact_us {
    grid-template-columns: 1fr;
}.reach_us .ask_questions:nth-child(1) {
    grid-column: auto;
}.reach_us .ask_questions {
    padding: 20px;
}.reach_us .ask_questions h2 {
    font-size: calc(37px * 0.9);
}.reach_us .support_request {
    padding: 15px;
}
}

@media screen and (max-width: 480px) {.reach_us {
    padding: 30px 0;
}.reach_us .container {
    padding: 10px;
}.reach_us .contact_us {
    gap: 20px;
}.reach_us .ask_questions h2::after {
    width: 40px;
}.reach_us .help_form a {
    padding: 12px;
}.reach_us .msg_support span {
    font-size: calc(17px * 0.9);
}}.program_information {
    display: flex;
    background: rgb(160,183,206);
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    perspective: 1500px;
    padding: 100px 0;
    align-items: center;
}.program_information::before {
    content: "";
    left: 0;
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(160,183,206,0.5) 50%, rgb(160,183,206,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(160,183,206,0.5) 50%, rgb(160,183,206,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    animation: gridPulse 8s linear infinite;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0.08;
}.program_information::after {
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.2;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 30% 20%, rgb(160,183,206,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(110,149,178,0.5) 0%, transparent 50%);
    z-index: 2;
    mix-blend-mode: screen;
}.program_information .container {
    z-index: 5;
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 30px;
}.program_information .training_map {
    grid-template-columns: 2fr 3fr;
    position: relative;
    display: grid;
    transform-style: preserve-3d;
    grid-gap: 0;
}.program_information .content_frame {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(160,183,206,0.5);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    z-index: 15;
    border-left: 3px solid rgb(160,183,206);
    backdrop-filter: blur(20px);
    border-radius: 0;
    position: relative;
    transform: translateZ(50px);
    background: rgba(0, 0, 0, 0.7);
    padding: 60px;
}.program_information .content_frame::before {
    left: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    top: 0;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(160,183,206,0.5) 50%, rgb(160,183,206,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    content: "";
    height: 100%;
    opacity: 0.05;
}.program_information .content_frame::after {
    animation: rotateConic 10s linear infinite;
    opacity: 0.2;
    background: 
        conic-gradient(from 0deg, rgb(160,183,206,0.5) 0deg, transparent 120deg);
    height: 150px;
    bottom: 0;
    transform: translate(50%, 50%);
    border-radius: 50%;
    content: "";
    width: 150px;
    position: absolute;
    right: 0;
}.program_information .content_frame h2 {
    color: #ffffff;
    letter-spacing: 2px;
    position: relative;
    text-shadow: 0 0 15px rgb(160,183,206,0.5);
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 41px;
    text-transform: uppercase;
    font-weight: 700;
}.program_information .content_frame h2::after {
    width: 100px;
    bottom: 0;
    content: "";
    position: absolute;
    box-shadow: 0 0 15px rgb(160,183,206);
    left: 0;
    background: rgb(160,183,206);
    height: 3px;
}.program_information .content_frame .description {
    padding-left: 20px;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: relative;
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 30px;
    opacity: 0.9;
}.program_information .content_frame .description::before {
    opacity: 0.7;
    left: 0;
    color: rgb(110,149,178);
    position: absolute;
    content: ">";
}.program_information .content_frame .description:last-child {
    margin-bottom: 0;
}.program_information .hud-element {
    position: absolute;
    border: 1px solid rgb(160,183,206,0.5);
    opacity: 0.2;
    z-index: 5;
}.program_information .image_circle {
    position: relative;
    width: 100%;
    transform: translateZ(0) rotateY(-10deg);
    transform-origin: right center;
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
    border-radius: 0;
    z-index: 10;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    overflow: hidden;
    height: 650px;
}.program_information .image_circle::before {
    z-index: 1;
    left: 0;
    height: 100%;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
}.program_information .image_circle::after {
    height: 100%;
    animation: scanlines 8s linear infinite;
    position: absolute;
    content: "";
    z-index: 2;
    left: 0;
    top: 0;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(rgb(160,183,206), 0.1) 2px, rgba(rgb(160,183,206), 0.1) 4px);
    mix-blend-mode: overlay;
    opacity: 0.1;
    width: 100%;
}

@keyframes gridPulse {
    0% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
    50% {
        opacity: 0.1;
        background-size: 110px 110%, 110% 110px;
    }
    100% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
}

@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
@media screen and (max-width: 1200px) {.program_information {
    padding: 80px 0;
}.program_information .content_frame {
    padding: 40px;
}.program_information .image_circle {
    height: 550px;
}
}

@media screen and (max-width: 991px) {.program_information {
    min-height: auto;
    padding: 60px 0;
}.program_information .training_map {
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.program_information .content_frame {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    transform: translateZ(0);
    padding: 30px;
}.program_information .image_circle {
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    transform: translateZ(0) rotateY(0);
}
}

@media screen and (max-width: 767px) {.program_information {
    padding: 50px 0;
}.program_information .container {
    padding: 0 20px;
}.program_information .content_frame {
    padding: 25px;
}.program_information .content_frame h2 {
    margin-bottom: 30px;
    font-size: calc(41px * 0.8);
    padding-bottom: 15px;
}.program_information .content_frame .description {
    margin-bottom: 20px;
    font-size: calc(14px * 0.95);
    padding-left: 15px;
}.program_information .image_circle {
    height: 350px;
}
}

@media screen and (max-width: 480px) {.program_information {
    padding: 40px 0;
}.program_information .container {
    padding: 0 15px;
}.program_information .content_frame {
    padding: 20px;
}.program_information .content_frame h2 {
    margin-bottom: 20px;
    font-size: calc(41px * 0.7);
}.program_information .content_frame h2::before {
    top: -20px;
    font-size: 14px;
}.program_information .image_circle {
    height: 280px;
}}header {
    z-index: 99;
    background: linear-gradient(135deg, rgb(160,183,206,0.5) 0%, rgb(110,149,178) 100%);
    overflow: visible;
    position: relative;
    width: 100%;
}header::before {
    height: 100%;
    z-index: -1;
    background: linear-gradient(145deg, rgb(110,149,178,0.5) 0%, transparent 70%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
}header .nav_learn {
    z-index: 5;
    flex-direction: row;
    display: flex;
    padding: 20px 15px;
    position: relative;
    align-items: center;
    transform: none;
    justify-content: space-between;
}header .nav_learn .top_pro {
    transition: transform 0.4s ease;
    transform: translateX(0);
    margin-right: 10px;
}header .nav_learn .top_pro:hover {
    transform: scale(1.05);
}header .nav_learn .top_pro .nav_section {
    display: inline-block;
}header .nav_learn .top_pro .nav_section svg {
    width: auto;
    height: 50px;
}header .nav_learn .head_core {
    transform: none;
    padding: 0;
    position: relative;
    border-radius: 23px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 30px;
}header .nav_learn .head_core::before {
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 23px;
    content: "";
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    transform: rotate(-2deg) scale(1.03);
    left: 0;
}header .nav_learn .head_core .nav_core {
    margin: 0 12px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}header .nav_learn .head_core .nav_core:hover {
    transform: translateY(-3px) scale(1.05);
}header .nav_learn .head_core .nav_core a {
    padding: 8px 5px;
    text-decoration: none;
    overflow: hidden;
    font-weight: 600;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 17px;
    color: #ffffff;
    position: relative;
}header .nav_learn .head_core .nav_core a::after {
    transition: transform 0.4s ease;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(110,149,178), transparent);
    width: 100%;
    position: absolute;
    transform: translateX(-100%);
}header .nav_learn .head_core .nav_core:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .nav_learn {
    align-items: center;
    flex-direction: column;
}header .nav_learn .top_pro {
    margin-bottom: 15px;
    margin-right: 0;
}header .nav_learn .head_core {
    padding: 15px;
    width: 100%;
    justify-content: center;
}header .nav_learn .head_core .nav_core {
    margin: 5px 15px 5px 0;
}header .nav_learn .head_core .nav_core a {
    padding: 5px;
    font-size: calc(17px - 2px);
}}.data_overview {
    position: relative;
    padding: 140px 0;
    z-index: 1;
    overflow: hidden;
}.data_overview::before {
    content: "";
    z-index: -1;
    left: 0;
    backdrop-filter: blur(10px);
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
}.data_overview::after {
    content: "";
    right: 0;
    height: 150%;
    z-index: -1;
    bottom: 0;
    width: 150%;
    background: radial-gradient(ellipse at bottom right, rgb(160,183,206,0.5) 0%, transparent 60%);
    position: absolute;
    animation: rotate 20s infinite linear;
}.data_overview .container {
    max-width: 1140px;
    position: relative;
    padding: 0 40px;
    margin: 0 auto;
}.data_overview .class_statistics {
    display: grid;
    gap: 20px;
    position: relative;
    grid-template-columns: 40% 60%;
}.data_overview .statistics_extras {
    background: linear-gradient(135deg, rgb(160,183,206) 0%, rgb(110,149,178) 100%);
    align-items: center;
    justify-content: center;
    height: 120px;
    z-index: 5;
    width: 120px;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    animation: pulse 6s infinite alternate ease-in-out;
    position: absolute;
    top: -40px;
    right: 15%;
}.data_overview .statistics_extras svg {
    width: 60px;
    height: 60px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}.data_overview .statistics_extras svg path {
    fill: #ffffff;
}.data_overview .expert_statistics {
    line-height: 1.5;
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 30px;
    padding-left: 50px;
    font-size: calc(37px * 1.1);
    z-index: 2;
    color: #ffffff;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
    grid-column: 1 / -1;
    border-left: 5px solid rgb(160,183,206);
    padding-right: 50px;
    font-weight: 700;
}.data_overview .edu_statistics {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    opacity: 1;
    grid-column: 1 / -1;
    margin-bottom: 60px;
    padding-left: 55px;
    max-width: 800px;
    line-height: 1.8;
    padding-right: 50px;
    letter-spacing: 0.2px;
    font-size: calc(15px * 1.05);
    color: #ffffff;
}.data_overview .gain_study {
    z-index: 2;
    padding: 0 30px;
    position: relative;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 120px;
    display: grid;
}.data_overview .growth_track {
    gap: 18px 30px;
    display: grid;
    background-color: rgba(0, 0, 0, 0.2);
    grid-template-rows: auto auto;
    border-radius: 8px;
    position: relative;
    padding: 15px;
    transition: transform 0.3s ease;
    grid-template-columns: auto 1fr;
}.data_overview .growth_track::before {
    border-radius: 3px;
    height: 0;
    top: 0;
    position: absolute;
    width: 5px;
    content: "";
    left: -20px;
    transition: height 0.3s ease;
    background: linear-gradient(to bottom, rgb(160,183,206), rgb(110,149,178));
}.data_overview .growth_track:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transform: translateX(10px);
}.data_overview .growth_track:hover::before {
    height: 100%;
}.data_overview .statistics_edge {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    width: 85px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 85px;
    border-radius: 50%;
}.data_overview .statistics_edge svg {
    filter: drop-shadow(0 4px 8px rgb(160,183,206,0.5));
    height: 42px;
    width: 42px;
}.data_overview .statistics_edge svg path {
    fill: rgb(160,183,206);
    transition: fill 0.3s ease;
}.data_overview .growth_track:hover .statistics_edge {
    background: linear-gradient(135deg, rgb(160,183,206,0.5) 0%, rgb(110,149,178,0.5) 100%);
}.data_overview .growth_track:hover .statistics_edge svg path {
    fill: #ffffff;
}.data_overview .growth_track span {
    background-clip: text !important;
    z-index: 2;
    background: linear-gradient(90deg, #ffffff, rgb(160,183,206));
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-weight: 700;
    position: relative;
    -webkit-background-clip: text !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    grid-column: 2 / 3;
    font-size: calc(38px * 1.25);
    align-self: end;
    grid-row: 1 / 2;
}.data_overview .growth_track span::after {
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 0;
    transition: width 0.3s ease;
    height: 3px;
    background: rgb(160,183,206);
    content: '';
}.data_overview .growth_track:hover span::after {
    width: 60px;
}.data_overview .growth_track p {
    font-size: calc(15px * 1.05);
    z-index: 2;
    position: relative;
    grid-column: 2 / 3;
    color: #ffffff;
    grid-row: 2 / 3;
    line-height: 1.7;
    opacity: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.2px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {.data_overview .class_statistics::before {
    top: 0;
    position: absolute;
    clip-path: polygon(0 0, 40% 0, 60% 100%, 0% 100%);
    width: 100%;
    z-index: 0;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0%, transparent 50%);
}.data_overview .class_statistics::after {
    right: 0;
    content: "";
    clip-path: polygon(100% 0, 60% 0, 40% 100%, 100% 100%);
    z-index: 0;
    width: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.07) 0%, transparent 50%);
    top: 0;
    height: 100%;
    position: absolute;
}
}

@media (max-width: 992px) {.data_overview {
    padding: 120px 0;
}.data_overview .class_statistics {
    grid-template-columns: 1fr;
}.data_overview .statistics_extras {
    top: -30px;
    right: 10%;
    width: 100px;
    height: 100px;
}.data_overview .statistics_extras svg {
    width: 50px;
    height: 50px;
}.data_overview .expert_statistics {
    margin-top: 70px;
    padding-left: 40px;
}.data_overview .edu_statistics {
    padding-left: 44px;
}.data_overview .gain_study {
    padding: 0 20px;
}
}

@media (max-width: 768px) {.data_overview {
    padding: 100px 0;
}.data_overview .statistics_extras {
    width: 90px;
    height: 90px;
    top: -25px;
}.data_overview .statistics_extras svg {
    width: 45px;
    height: 45px;
}.data_overview .expert_statistics {
    padding-left: 30px;
    margin-top: 50px;
    font-size: calc(37px * 0.95);
}.data_overview .edu_statistics {
    padding-left: 34px;
    margin-bottom: 50px;
}.data_overview .gain_study {
    padding: 0 15px;
    gap: 60px;
    grid-template-columns: 1fr;
}.data_overview .statistics_edge {
    width: 75px;
    height: 75px;
}.data_overview .statistics_edge svg {
    height: 38px;
    width: 38px;
}.data_overview .growth_track span {
    font-size: calc(38px * 1.1);
}
}

@media (max-width: 576px) {.data_overview {
    padding: 80px 0;
}.data_overview .statistics_extras {
    right: 50%;
    transform: translateX(50%);
    width: 80px;
    height: 80px;
}.data_overview .statistics_extras svg {
    height: 40px;
    width: 40px;
}.data_overview .expert_statistics {
    text-align: center;
    padding-top: 25px;
    margin-top: 70px;
    border-top: 5px solid rgb(160,183,206);
    padding-right: 20px;
    font-size: calc(37px * 0.85);
    padding-left: 20px;
    border-left: none;
}.data_overview .edu_statistics {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
}.data_overview .gain_study {
    gap: 50px;
    padding: 0 10px;
}.data_overview .growth_track {
    grid-template-columns: 1fr;
    gap: 18px;
    grid-template-rows: auto auto auto;
    padding: 20px;
    text-align: center;
}.data_overview .growth_track::before {
    width: 0;
    height: 5px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}.data_overview .growth_track:hover {
    transform: translateY(-10px);
}.data_overview .growth_track:hover::before {
    width: 60px;
    height: 5px;
}.data_overview .statistics_edge {
    grid-row: 1 / 2;
    height: 70px;
    margin: 0 auto;
    grid-column: 1 / 2;
    width: 70px;
}.data_overview .statistics_edge svg {
    height: 35px;
    width: 35px;
}.data_overview .growth_track span {
    margin-bottom: 15px;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.data_overview .growth_track span::after {
    transform: translateX(-50%);
    left: 50%;
}.data_overview .growth_track:hover span::after {
    width: 50px;
}.data_overview .growth_track p {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
}}.ar_tools {
    padding: 6rem 0 4rem;
    z-index: 1;
    position: relative;
    color: #ffffff;
}.ar_tools::before {
    top: 0;
    content: "";
    z-index: -1;
    width: 100%;
    position: absolute;
    opacity: 0.85;
    left: 0;
    background: #000000;
    height: 100%;
}.ar_tools::after {
    height: 100%;
    background-size: 30px 30px;
    left: 0;
    content: "";
    background-position: center;
    opacity: 0.15;
    z-index: -1;
    animation: gridAnimate 15s linear infinite;
    background: 
        linear-gradient(rgba(rgb(160,183,206), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(160,183,206), 0.2) 1px, transparent 1px);
    width: 100%;
    position: absolute;
    top: 0;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.ar_tools .container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2rem;
    display: grid;
}.ar_tools .company_holder {
    grid-column: 1 / 5;
    grid-row: 1;
    position: relative;
}.ar_tools .company_holder::before {
    opacity: 0.7;
    border-top: 2px solid rgb(160,183,206);
    border-left: 2px solid rgb(160,183,206);
    top: -20px;
    height: 60px;
    width: 60px;
    left: -20px;
    position: absolute;
    content: "";
}.ar_tools .company_holder::after {
    right: -20px;
    width: 60px;
    content: "";
    border-right: 2px solid rgb(160,183,206);
    position: absolute;
    height: 60px;
    opacity: 0.7;
    border-bottom: 2px solid rgb(160,183,206);
    bottom: -20px;
}.ar_tools .company_holder h3 {
    -webkit-background-clip: text !important;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #ffffff, rgb(160,183,206));
    font-size: 29px;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 700;
    position: relative;
}.ar_tools .company_holder h3::after {
    box-shadow: 0 0 10px rgb(160,183,206);
    background: rgb(160,183,206);
    width: 30%;
    height: 2px;
    bottom: -5px;
    left: 0;
    content: "";
    position: absolute;
}.ar_tools .program_foot {
    color: #ffffff;
    font-size: 18px;
    margin-top: 1.5rem;
    opacity: 0.8;
    line-height: 1.6;
}.ar_tools .guide_section {
    grid-row: 1;
    grid-column: 6 / 13;
    justify-content: flex-end;
    display: flex;
}.ar_tools .nav_expert {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    display: grid;
}.ar_tools .head_core {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(4px);
}.ar_tools .head_core:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}.ar_tools .head_core::before {
    content: "";
    height: 0;
    top: 0;
    width: 3px;
    background: rgb(160,183,206);
    position: absolute;
    transition: height 0.3s ease;
    left: 0;
}.ar_tools .head_core:hover::before {
    height: 100%;
}.ar_tools .head_core h5 {
    margin-bottom: 1.5rem;
    color: rgb(110,149,178);
    padding-left: 1rem;
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
}.ar_tools .head_core h5::before {
    position: absolute;
    background: rgb(160,183,206);
    height: 5px;
    left: 0;
    top: 50%;
    content: "";
    width: 5px;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgb(160,183,206);
}.ar_tools .head_core .nav_expert {
    flex-direction: column;
    gap: 0.7rem;
    display: flex;
}.ar_tools .head_core .nav_expert a {
    opacity: 0.7;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
    z-index: 1;
    font-size: 18px;
    padding: 0.4rem 1rem;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
}.ar_tools .head_core .nav_expert a::before {
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgba(rgb(160,183,206,0.5), 0.1), transparent);
    left: 0;
    content: "";
    transition: transform 0.3s ease;
    position: absolute;
    transform: translateX(-100%);
    z-index: -1;
    height: 100%;
}.ar_tools .head_core .nav_expert a:hover {
    padding-left: 1.5rem;
    color: #ffffff;
    opacity: 1;
}.ar_tools .head_core .nav_expert a:hover::before {
    transform: translateX(0);
}.volunteer {
    grid-column: 1 / 13;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    margin-top: 4rem;
    grid-row: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1.5rem 0;
}.volunteer::before {
    transform: translateX(-50%);
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(160,183,206), transparent);
    left: 50%;
    content: "";
    top: 0;
    width: 60%;
}.volunteer .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.volunteer .chrome_ext {
    color: #ffffff;
    opacity: 0.7;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 992px) {.ar_tools .container {
    grid-template-columns: repeat(1, 1fr);
}.ar_tools .company_holder {
    grid-row: 1;
    grid-column: 1;
}.ar_tools .guide_section {
    grid-column: 1;
    margin-top: 2rem;
    grid-row: 2;
}.volunteer {
    grid-row: 3;
    margin-top: 3rem;
}
}

@media screen and (max-width: 768px) {.ar_tools {
    padding: 4rem 0 3rem;
}.ar_tools .nav_expert {
    gap: 2rem;
    grid-template-columns: 1fr;
}.ar_tools .head_core {
    padding: 1.2rem;
}.ar_tools .head_core h5 {
    font-size: calc(20px * 0.9);
}.ar_tools .company_holder::before,
    .ar_tools .company_holder::after {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.ar_tools {
    padding: 3rem 0 2rem;
}.ar_tools .company_holder h3 {
    font-size: calc(29px * 0.9);
}.ar_tools .program_foot {
    font-size: calc(18px * 0.9);
}.ar_tools .head_core .nav_expert a {
    font-size: calc(18px * 0.9);
}.volunteer {
    padding: 1rem 0;
    margin-top: 2rem;
}
}