﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    min-height: 100%;
    color: #000000;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    height: 100%;
}.container {
    margin: auto;
    width: 1108px;
    max-width: 100%;
}header,footer {
    width: 100%;
}.footer_edu {
    flex: 0 0 auto;
}.site_nav {
    flex: 1 0 auto;
}.wrapper-padding {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.service_info {
    background: linear-gradient(120deg, rgb(196,195,184) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}.service_info::before {
    position: absolute;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    opacity: 0.04;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(167,161,166,0.5) 0,
        rgb(167,161,166,0.5) 1px,
        transparent 1px,
        transparent 50px
    );
    top: 0;
    height: 100%;
}.service_info .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.service_info .get_contactinfo {
    background: transparent;
    position: relative;
    border-radius: 23px;
    z-index: 2;
}.service_info h3 {
    font-family: Arial, sans-serif;
    font-size: 34px;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    color: #000000;
    display: inline-block;
}.service_info h3::after {
    background: linear-gradient(90deg, rgb(167,161,166), rgb(124,117,127));
    border-radius: 10px;
    position: absolute;
    bottom: -5px;
    height: 3px;
    width: 100%;
    left: 0;
    content: '';
}.service_info .edu_help {
    line-height: 1.6;
    color: #000000;
    max-width: 700px;
    font-size: 16px;
    margin-bottom: 50px;
}.service_info .instant_request {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    padding: 40px;
    display: grid;
    gap: 30px;
    position: relative;
    border-radius: 23px;
    background: #ffffff;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}.service_info .instant_request::before {
    position: absolute;
    background-size: 30px 30px;
    left: 0;
    content: '';
    opacity: 0.15;
    width: 100%;
    background: 
        linear-gradient(135deg, transparent 49.5%, rgb(167,161,166,0.5) 49.5%, rgb(167,161,166,0.5) 50.5%, transparent 50.5%),
        linear-gradient(45deg, transparent 49.5%, rgb(124,117,127,0.5) 49.5%, rgb(124,117,127,0.5) 50.5%, transparent 50.5%);
    border-radius: 23px;
    top: 0;
    z-index: -1;
    height: 100%;
}.service_info .instant_request > span {
    padding-left: 35px;
    transition: transform 0.3s ease;
    position: relative;
}.service_info .instant_request > span:hover {
    transform: translateX(5px);
}.service_info .instant_request > span p {
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 16px;
    margin: 0;
    color: #000000;
}.service_info .instant_request > span > span {
    display: block;
    color: #000000;
    font-size: 16px;
}.service_info .instant_request > span a {
    position: relative;
    font-weight: 600;
    transition: color 0.3s ease;
    color: rgb(167,161,166);
    text-decoration: none;
}.service_info .instant_request > span a::after {
    width: 0;
    content: '';
    background: rgb(124,117,127);
    transition: width 0.3s ease;
    bottom: -2px;
    position: absolute;
    left: 0;
    height: 1px;
}.service_info .instant_request > span a:hover {
    color: rgb(124,117,127);
}.service_info .instant_request > span a:hover::after {
    width: 100%;
}.service_info .instant_request > span svg {
    height: 24px;
    transition: transform 0.3s ease;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    top: 0;
    stroke: rgb(167,161,166);
    fill: none;
    position: absolute;
    width: 24px;
    left: 0;
}.service_info .instant_request > span:nth-child(even) svg {
    stroke: rgb(124,117,127);
}.service_info .instant_request > span:hover svg {
    transform: scale(1.1);
}.service_info .instant_request > span svg path {
    transition: stroke-dasharray 0.3s ease;
}.service_info .instant_request > span:hover svg path {
    stroke-dasharray: 5;
    animation: dash 1.5s linear infinite;
}@keyframes dash {
    to {
        stroke-dashoffset: 10;
    }
}

.service_info .contact_details {
    padding-top: 30px;
    grid-column: 1 / -1;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 10px;
}.service_info .contact_details h4 {
    font-size: 23px;
    font-weight: 600;
    display: inline-block;
    color: #000000;
    position: relative;
    margin-right: 20px;
}.service_info .contact_details h4::after {
    background: rgb(124,117,127);
    width: 40px;
    left: 0;
    content: '';
    height: 2px;
    position: absolute;
    bottom: -5px;
}.service_info .contact_details span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    margin-bottom: 10px;
    padding: 8px 15px;
    border-radius: 10px;
    color: #000000;
    background: rgb(196,195,184);
}.service_info .contact_details span:hover {
    background-color: rgb(167,161,166,0.5);
    transform: translateY(-3px);
}.service_info .contact_details svg {
    stroke-width: 2px;
    fill: none;
    margin-right: 5px;
    stroke-linecap: round;
    height: 18px;
    stroke: rgb(124,117,127);
    width: 18px;
    vertical-align: middle;
    stroke-linejoin: round;
}.service_info .contact_details span:hover svg {
    animation: rotate 1s ease-in-out;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.service_info .contact_details h4 {
    width: 100%;
    margin-bottom: 20px;
}.service_info {
    padding: 70px 0;
}.service_info .instant_request {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 30px;
    gap: 25px;
}.service_info h3 {
    font-size: calc(34px - 2px);
}.service_info .instant_request > span svg {
    width: 22px;
    height: 22px;
}
}

@media (max-width: 767px) {.service_info {
    padding: 60px 0;
}.service_info .instant_request {
    grid-template-columns: 1fr;
    padding: 25px;
    gap: 20px;
}.service_info h3 {
    font-size: calc(34px - 4px);
}.service_info .edu_help {
    margin-bottom: 35px;
}.service_info .contact_details span {
    margin-bottom: 8px;
    padding: 6px 12px;
    margin-right: 8px;
}.service_info .instant_request > span svg {
    height: 20px;
    width: 20px;
}.service_info .contact_details svg {
    width: 16px;
    height: 16px;
}
}

@media (max-width: 479px) {.service_info {
    padding: 50px 0;
}.service_info .instant_request {
    gap: 15px;
    padding: 20px;
}.service_info h3 {
    font-size: calc(34px - 6px);
}.service_info .edu_help {
    font-size: calc(16px - 1px);
    margin-bottom: 30px;
}.service_info .instant_request > span {
    padding-left: 25px;
}.service_info .instant_request > span::before {
    width: 15px;
}.service_info .contact_details {
    padding-top: 20px;
}.service_info .contact_details h4 {
    margin-bottom: 15px;
    font-size: calc(23px - 2px);
}.service_info .contact_details span {
    font-size: calc(16px - 1px);
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px 10px;
}.service_info .instant_request > span svg {
    width: 18px;
    height: 18px;
}.service_info .contact_details svg {
    width: 14px;
    height: 14px;
}
}

@media (hover: none) {.service_info .instant_request > span:hover {
    transform: none;
}.service_info .contact_details span:hover {
    transform: none;
    background-color: rgb(196,195,184);
}.service_info .instant_request > span a:hover {
    color: rgb(167,161,166);
}.service_info .instant_request > span a:hover::after {
    width: 0;
}.service_info .instant_request > span:hover svg {
    transform: none;
}.service_info .instant_request > span:hover svg path {
    stroke-dasharray: none;
    animation: none;
}.service_info .contact_details span:hover svg {
    animation: none;
}}.educational_gains {
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(196,195,184) 100%);
    padding: 80px 0;
    overflow: hidden;
}.educational_gains::before {
    left: 0;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(167,161,166,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 70%, rgb(124,117,127,0.5) 0%, transparent 30%);
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.4;
}.educational_gains::after {
    opacity: 0.1;
    top: 0;
    content: "";
    animation: movePattern 60s linear infinite;
    position: absolute;
    left: 0;
    height: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    #ffffff 0px,
    #ffffff 1px,
    transparent 1px,
    transparent 15px
  );
    width: 100%;
}@keyframes movePattern {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

.educational_gains .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.educational_gains .path_impact {
    position: relative;
    display: flex;
    background: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    align-items: center;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.6);
    gap: 40px;
    padding: 40px;
}.educational_gains .path_impact::before {
    height: 8px;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.7;
    background: linear-gradient(90deg, 
    rgb(167,161,166), 
    rgb(124,117,127), 
    rgb(167,161,166));
    animation: gradientShift 8s linear infinite;
    content: "";
    position: absolute;
    background-size: 200% 100%;
}@keyframes gradientShift {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}

.educational_gains .post_image_grid {
    border-radius: 10px;
    transition: all 0.5s ease;
    flex: 0 0 40%;
    transform-origin: center;
    max-width: 450px;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
}.educational_gains .post_image_grid:hover {
    transform: scale(1.03);
    box-shadow: 
    15px 15px 35px rgba(0, 0, 0, 0.15),
    -7px -7px 25px rgba(255, 255, 255, 0.8);
}.educational_gains .message_wrap {
    position: relative;
    flex: 1;
}.educational_gains h3 {
    font-weight: 700;
    padding-bottom: 15px;
    color: rgb(167,161,166);
    margin-bottom: 25px;
    position: relative;
    font-size: 31px;
}.educational_gains h3::after {
    bottom: 0;
    border-radius: 10px;
    height: 3px;
    width: 60px;
    background: linear-gradient(to right, rgb(167,161,166), rgb(124,117,127));
    left: 0;
    content: "";
    position: absolute;
    transition: width 0.3s ease;
}.educational_gains .message_wrap:hover h3::after {
    width: 120px;
}.educational_gains ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.educational_gains li {
    transition: all 0.3s ease;
    margin-bottom: 16px;
    position: relative;
    transform: translateX(0);
    padding-left: 12px;
}.educational_gains li:last-child {
    margin-bottom: 0;
}.educational_gains li::before {
    background: linear-gradient(to bottom, rgb(167,161,166,0.5), rgb(124,117,127,0.5));
    border-radius: 10px;
    top: 0;
    height: 100%;
    transition: all 0.3s ease;
    left: 0;
    opacity: 0.5;
    width: 3px;
    position: absolute;
    content: "";
}.educational_gains li:hover {
    transform: translateX(8px);
}.educational_gains li:hover::before {
    opacity: 1;
    width: 5px;
}.educational_gains li p {
    color: #000000;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
    display: flex;
    align-items: center;
    margin: 0;
    transition: all 0.3s ease;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.03),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
    padding: 15px;
    gap: 15px;
    font-size: 17px;
    border-radius: 10px;
}.educational_gains li:hover p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -5px -5px 15px rgba(255, 255, 255, 1);
}.educational_gains svg {
    border-radius: 12px;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    width: 24px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgb(167,161,166,0.5), rgb(124,117,127,0.5));
    height: 24px;
    transition: all 0.3s ease;
}.educational_gains svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.educational_gains li:hover svg {
    transform: rotate(10deg);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgb(167,161,166), rgb(124,117,127));
}

@media (max-width: 992px) {.educational_gains {
    padding: 60px 0;
}.educational_gains .path_impact {
    padding: 30px;
    flex-direction: column;
}.educational_gains .post_image_grid {
    margin: 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 450px;
}
}

@media (max-width: 768px) {.educational_gains {
    padding: 50px 0;
}.educational_gains h3 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 576px) {.educational_gains {
    padding: 40px 0;
}.educational_gains .path_impact {
    padding: 25px 20px;
}.educational_gains h3 {
    padding-bottom: 10px;
    font-size: calc(31px * 0.85);
    margin-bottom: 20px;
}.educational_gains li {
    margin-bottom: 12px;
}.educational_gains li p {
    gap: 12px;
    font-size: calc(17px * 1);
    padding: 12px;
}.educational_gains svg {
    border-radius: 10px;
    width: 20px;
    padding: 8px;
    height: 20px;
}}.privacy_hub {
    padding: 40px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: rgb(196,195,184);
    font-family: Arial, sans-serif;
}.privacy_hub h1 {
    margin-bottom: 20px;
    font-size: 48px;
    color: rgb(167,161,166);
    font-weight: 700;
}.privacy_hub h2 {
    color: rgb(124,117,127);
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 33px;
    font-weight: 600;
}.privacy_hub h3, .privacy_hub h4, .privacy_hub h5, .privacy_hub h6 {
    font-weight: 400;
    color: rgb(167,161,166);
    margin: 1rem 0;
}.privacy_hub ul {
    margin-left: 20px;
    list-style-type: disc;
}.privacy_hub ol {
    list-style-type: decimal;
    margin-left: 20px;
}.privacy_hub li {
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
    margin-bottom: 10px;
}.privacy_hub section {
    margin-top: 20px;
    margin-bottom: 20px;
}.privacy_hub p {
    color: #000000;
    line-height: 1.8;
    font-size: 13px;
    margin-bottom: 15px;
}.privacy_hub span {
    font-weight: 600;
    color: rgb(124,117,127);
}.privacy_hub div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy_hub {
    padding: 20px 10px;
}.privacy_hub h1 {
    font-size: calc(21px - 5px);
}.privacy_hub h2 {
    font-size: calc(21px - 5px);
}.privacy_hub p, .privacy_hub li {
    font-size: calc(13px - 2px);
}}
header {
    z-index: 100;
    width: 100%;
    background: rgb(196,195,184);
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 1rem 0;
}header::before {
    position: absolute;
    background: linear-gradient(to right, 
        rgb(167,161,166,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(124,117,127,0.5) 100%);
    content: '';
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    top: 0;
}header .container {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0 2%;
    position: relative;
    z-index: 1;
}header .header_page {
    grid-template-columns: 1fr 3fr 1fr;
    display: grid;
    align-items: center;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    gap: 1rem;
}header .nav_block {
    grid-area: logo;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    position: relative;
    justify-content: center;
    text-decoration: none;
}header .nav_block::after {
    width: 50%;
    position: absolute;
    content: '';
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(167,161,166), 
        rgb(124,117,127), 
        rgb(167,161,166), 
        transparent);
    height: 2px;
    left: 50%;
    bottom: 0;
}header .nav_block svg {
    width: 160px;
    transition: all 0.3s ease;
    height: auto;
}header .nav_block:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
    transform: translateY(-3px);
}header .top_info {
    grid-area: menu;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    border-radius: 29px;
    gap: 0.5rem;
    padding: 0.6rem;
    align-items: center;
    display: flex;
    justify-content: center;
}header .nav_expert {
    font-weight: 400;
    color: #000000;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 17px;
    background: #ffffff;
    border-radius: 10px;
    padding: 0.4rem 0.8rem;
    text-align: center;
    text-decoration: none;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}header .nav_expert:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(167,161,166), rgb(124,117,127));
    color: #ffffff;
    box-shadow: 0 3px 8px rgb(167,161,166,0.5);
}

@media (max-width: 991px) {header .nav_block svg {
    width: 140px;
}header .top_info {
    padding: 0.5rem;
    gap: 0.4rem;
}header .nav_expert {
    padding: 0.35rem 0.6rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header .header_page {
    grid-template-areas:
            "logo"
            "top_info";
    grid-template-columns: 1fr;
}header .nav_block {
    padding: 0.4rem;
}header .nav_block svg {
    width: 130px;
}header .top_info {
    padding: 0.4rem;
    flex-wrap: wrap;
}header .nav_expert {
    padding: 0.3rem 0.5rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav_block svg {
    width: 120px;
}header .top_info {
    overflow-x: auto;
    padding: 0.4rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .top_info::-webkit-scrollbar {
    height: 2px;
}header .top_info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(167,161,166);
}header .nav_expert {
    white-space: nowrap;
    flex-shrink: 0;
}}.statistics_information {
    padding: 120px 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background-color: #000000;
}.statistics_information::before {
    top: 0;
    content: "";
    background: radial-gradient(ellipse at bottom right, rgb(124,117,127,0.5) 0%, transparent 70%);
    z-index: -2;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
}.statistics_information::after {
    position: absolute;
    background: radial-gradient(ellipse at top left, rgb(167,161,166,0.5) 0%, transparent 70%);
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    z-index: -1;
    left: 0;
}.statistics_information .container {
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    max-width: 1200px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.05) 100%);
    z-index: 1;
    border-radius: 12px;
    padding: 30px;
    margin: 0 auto;
}.statistics_information h2 {
    color: #ffffff;
    font-size: 38px;
    text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    font-weight: 700;
    display: inline-block;
}.statistics_information h2::after {
    bottom: -20px;
    content: "";
    height: 4px;
    background: linear-gradient(to right, rgb(167,161,166), rgb(124,117,127));
    left: 50%;
    width: 80px;
    border-radius: 10px;
    transform: translateX(-50%);
    position: absolute;
}.statistics_information ul {
    list-style: none;
    position: relative;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    display: grid;
    padding: 0;
    margin: 0;
}.statistics_information ul::before {
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    height: 1px;
    top: -30px;
    background: linear-gradient(90deg, transparent, rgb(167,161,166,0.5), transparent);
}.statistics_information .statistics_extra {
    display: grid;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    min-height: 170px;
    grid-template-columns: 80px 1fr;
    gap: 20px;
    padding: 30px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 12px;
}.statistics_information .statistics_extra::before {
    border-radius: 10px;
    left: 0;
    top: 0;
    width: 4px;
    content: "";
    background: linear-gradient(to bottom, rgb(167,161,166), rgb(124,117,127));
    position: absolute;
    height: 100%;
}.statistics_information .statistics_extra::after {
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    z-index: -1;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(rgb(167,161,166,0.5), 0.1) 0%, transparent 100%);
}.statistics_information .statistics_extra:hover {
    background: rgba(rgb(167,161,166,0.5), 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px) scale(1.02);
}.statistics_information .statistics_extra p {
    font-weight: 700;
    margin: 0;
    font-size: 3rem;
    line-height: 1;
    place-self: center;
    color: #ffffff;
    position: relative;
    grid-row: 1 / span 2;
    grid-column: 1;
}.statistics_information .statistics_extra p::after {
    width: 100%;
    transform-origin: center;
    position: absolute;
    transform: scaleX(0);
    bottom: -15px;
    left: 0;
    height: 2px;
    transition: transform 0.4s ease;
    background: rgb(167,161,166,0.5);
    content: "";
}.statistics_information .statistics_extra:hover p::after {
    transform: scaleX(1);
}.statistics_information .statistics_extra span {
    align-self: center;
    grid-column: 2;
    position: relative;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}.statistics_information svg {
    bottom: 20px;
    fill: rgb(167,161,166);
    height: 40px;
    width: 40px;
    opacity: 0.3;
    transition: all 0.4s ease;
    position: absolute;
    right: 20px;
}.statistics_information svg path {
    fill: rgb(167,161,166);
}.statistics_information .statistics_extra:hover svg {
    transform: rotate(15deg) scale(1.2);
    opacity: 0.6;
}.statistics_information ul:has(.statistics_extra:only-child) {
    margin: 0 auto;
    max-width: 600px;
    grid-template-columns: 1fr;
}.statistics_information ul:has(.statistics_extra:only-child) .statistics_extra {
    grid-template-columns: 120px 1fr;
    padding: 40px;
}.statistics_information ul:has(.statistics_extra:only-child) .statistics_extra p {
    font-size: 4rem;
}.statistics_information ul:has(.statistics_extra:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.statistics_information ul:has(.statistics_extra:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.statistics_information ul:has(.statistics_extra:nth-child(4):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.statistics_information ul:has(.statistics_extra:nth-child(4):last-child) .statistics_extra {
    text-align: center;
    padding: 30px 20px;
    grid-template-columns: 1fr;
}.statistics_information ul:has(.statistics_extra:nth-child(4):last-child) .statistics_extra p {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 15px;
}.statistics_information ul:has(.statistics_extra:nth-child(4):last-child) .statistics_extra span {
    grid-row: 2;
    grid-column: 1;
}.statistics_information ul:has(.statistics_extra:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(5, 1fr);
}.statistics_information ul:has(.statistics_extra:nth-child(5):nth-last-child(-n+1)) .statistics_extra {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 30px 15px;
}.statistics_information ul:has(.statistics_extra:nth-child(5):nth-last-child(-n+1)) .statistics_extra p {
    grid-row: 1;
    margin-bottom: 15px;
    font-size: 2.5rem;
    grid-column: 1;
}.statistics_information ul:has(.statistics_extra:nth-child(5):nth-last-child(-n+1)) .statistics_extra span {
    grid-column: 1;
    grid-row: 2;
}.statistics_information ul:has(.statistics_extra:nth-child(n+6):nth-child(-n+10)) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

@media screen and (min-width: 1441px) {.statistics_information {
    padding: 150px 0;
}.statistics_information .container {
    padding: 50px;
}.statistics_information h2 {
    font-size: calc(38px * 1.2);
}
}

@media screen and (max-width: 1200px) {.statistics_information {
    padding: 100px 0;
}.statistics_information ul:has(.statistics_extra:nth-child(4):last-child), 
    .statistics_information ul:has(.statistics_extra:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.statistics_information .statistics_extra p {
    font-size: 2.5rem;
}
}

@media screen and (max-width: 991px) {.statistics_information {
    padding: 80px 0;
}.statistics_information h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 50px;
}.statistics_information ul {
    gap: 20px;
}.statistics_information ul:has(.statistics_extra:nth-child(3):last-child), 
    .statistics_information ul:has(.statistics_extra:nth-child(4):last-child), 
    .statistics_information ul:has(.statistics_extra:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}.statistics_information .statistics_extra {
    grid-template-columns: 60px 1fr;
    padding: 25px;
    min-height: 150px;
}.statistics_information .statistics_extra p {
    font-size: 2.2rem;
}.statistics_information svg {
    bottom: 15px;
    right: 15px;
    height: 35px;
    width: 35px;
}
}

@media screen and (max-width: 767px) {.statistics_information {
    padding: 70px 0;
}.statistics_information .container {
    padding: 25px;
}.statistics_information h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 40px;
}.statistics_information ul {
    gap: 20px;
    display: flex;
    flex-direction: column;
}.statistics_information .statistics_extra {
    min-height: auto;
    grid-template-columns: 60px 1fr;
}.statistics_information .statistics_extra p {
    font-size: 2.2rem;
}.statistics_information ul:has(.statistics_extra:only-child) .statistics_extra p {
    font-size: 3rem;
}.statistics_information ul:has(.statistics_extra:nth-child(4):last-child) .statistics_extra,
    .statistics_information ul:has(.statistics_extra:nth-child(5):nth-last-child(-n+1)) .statistics_extra {
    text-align: left;
    grid-template-columns: 60px 1fr;
}.statistics_information ul:has(.statistics_extra:nth-child(4):last-child) .statistics_extra p,
    .statistics_information ul:has(.statistics_extra:nth-child(5):nth-last-child(-n+1)) .statistics_extra p {
    grid-column: 1;
    margin-bottom: 0;
    grid-row: 1 / span 2;
}.statistics_information ul:has(.statistics_extra:nth-child(4):last-child) .statistics_extra span,
    .statistics_information ul:has(.statistics_extra:nth-child(5):nth-last-child(-n+1)) .statistics_extra span {
    grid-column: 2;
    grid-row: 1;
}
}

@media screen and (max-width: 480px) {.statistics_information {
    padding: 60px 0;
}.statistics_information .container {
    padding: 20px;
}.statistics_information h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 35px;
}.statistics_information h2::after {
    height: 3px;
    width: 60px;
    bottom: -15px;
}.statistics_information ul {
    gap: 15px;
}.statistics_information .statistics_extra {
    padding: 20px;
}.statistics_information .statistics_extra p {
    font-size: 2rem;
}.statistics_information .statistics_extra span {
    font-size: calc(13px * 0.9);
}.statistics_information svg {
    bottom: 10px;
    height: 30px;
    right: 10px;
    width: 30px;
}.statistics_information ul:has(.statistics_extra:only-child) .statistics_extra {
    grid-template-columns: 80px 1fr;
    padding: 25px;
}.statistics_information ul:has(.statistics_extra:only-child) .statistics_extra p {
    font-size: 2.5rem;
}}.title_screen {
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    width: 100%;
}.title_screen .main_entry {
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 100vh;
    padding: 2rem;
    position: relative;
}.title_screen .main_entry::before {
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
}.title_screen .knowledge_study {
    max-width: 1200px;
    padding: 3.5rem;
    width: 100%;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 16px;
    position: relative;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
    20px 20px 60px rgba(0, 0, 0, 0.3),
    -20px -20px 60px rgba(255, 255, 255, 0.08),
    inset 2px 2px 4px rgba(255, 255, 255, 0.1),
    inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.15);
    z-index: 2;
}.title_screen .knowledge_study:hover {
    box-shadow: 
    25px 25px 70px rgba(0, 0, 0, 0.4),
    -25px -25px 70px rgba(255, 255, 255, 0.1),
    inset 3px 3px 6px rgba(255, 255, 255, 0.15),
    inset -3px -3px 6px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg);
}.title_screen .knowledge_study > div:first-child {
    position: relative;
    margin-bottom: 2.5rem;
}.title_screen .knowledge_study > div:first-child::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(167,161,166), transparent);
    height: 4px;
    left: 0;
    width: 40%;
    border-radius: 2px;
    bottom: -1.25rem;
}.title_screen .title_style_header {
    color: #ffffff;
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.25, 1, 0.5, 1);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    opacity: 0;
    font-size: calc(40px * 1.2);
    font-weight: 700;
    transform: translateX(-10px);
    margin: 0;
    line-height: 1.2;
}.title_screen h3 {
    color: #ffffff;
    opacity: 0;
    transform: translateX(-10px);
    line-height: 1.4;
    animation: slideInTitle 0.8s 0.4s forwards cubic-bezier(0.25, 1, 0.5, 1);
    margin: 0 0 1.5rem;
    font-size: calc(24px * 1.1);
    font-weight: 600;
}.title_screen p {
    color: #ffffff;
    font-weight: 400;
    position: relative;
    line-height: 1.6;
    padding-left: 20px;
    opacity: 0;
    transform: translateX(-10px);
    animation: slideInTitle 0.8s 0.6s forwards cubic-bezier(0.25, 1, 0.5, 1);
    font-size: calc(14px * 1.1);
    max-width: 80%;
    margin: 0;
}.title_screen p::before {
    background: rgb(167,161,166);
    border-radius: 50%;
    top: 0.5rem;
    width: 8px;
    position: absolute;
    box-shadow: 0 0 10px 2px rgb(167,161,166,0.5);
    height: 8px;
    left: 0;
    content: "";
}

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

@media screen and (min-width: 1400px) {.title_screen .knowledge_study {
    padding: 4.5rem;
    max-width: 1400px;
}.title_screen .title_style_header {
    font-size: calc(40px * 1.4);
}.title_screen h3 {
    font-size: calc(24px * 1.2);
}.title_screen p {
    font-size: calc(14px * 1.2);
}
}

@media screen and (max-width: 992px) {.title_screen .knowledge_study {
    padding: 3rem;
}.title_screen .title_style_header {
    font-size: 40px;
}
}

@media screen and (max-width: 768px) {.title_screen .main_entry {
    padding: 1.5rem;
}.title_screen .knowledge_study {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.title_screen p {
    max-width: 100%;
}
}

@media screen and (max-width: 576px) {.title_screen .main_entry {
    padding: 1rem;
    min-height: 90vh;
}.title_screen .knowledge_study {
    box-shadow: 
      10px 10px 30px rgba(0, 0, 0, 0.3),
      -10px -10px 30px rgba(255, 255, 255, 0.05),
      inset 1px 1px 2px rgba(255, 255, 255, 0.1),
      inset -1px -1px 2px rgba(0, 0, 0, 0.1);
    transform: none;
    padding: 2rem;
}.title_screen .title_style_header {
    font-size: calc(28px * 1.1);
}.title_screen h3 {
    font-size: 24px;
    margin-bottom: 1rem;
}.title_screen p {
    font-size: 14px;
}.title_screen .knowledge_study > div:first-child {
    margin-bottom: 2rem;
}}.subscribe_to_newsletter {
    padding: 4rem 0;
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.12);
    background: linear-gradient(135deg, rgb(124,117,127,0.5), rgb(167,161,166,0.5));
    position: relative;
    overflow: hidden;
}.subscribe_to_newsletter::before {
    height: 150%;
    opacity: 0.6;
    top: -25%;
    position: absolute;
    left: -25%;
    pointer-events: none;
    width: 150%;
    content: "";
    background: radial-gradient(ellipse at center, transparent 60%, rgb(124,117,127,0.5) 100%);
    animation: pulse 12s ease-in-out infinite;
}.subscribe_to_newsletter::after {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.05) 20%, transparent 80%);
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    -webkit-backdrop-filter: blur(30px);
    width: 100%;
    backdrop-filter: blur(30px);
    pointer-events: none;
    height: 100%;
}.subscribe_to_newsletter .container {
    max-width: 1140px;
    padding: 0 15px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.subscribe_to_newsletter .path_impact {
    box-shadow: 
        20px 20px 40px -12px rgba(0, 0, 0, 0.15),
        -10px -10px 20px -8px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    transform: perspective(1000px) rotateX(2deg);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 12px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 3.5rem 3rem;
    background: rgba(255, 255, 255, 0.09);
    position: relative;
}.subscribe_to_newsletter .path_impact:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        25px 25px 50px -15px rgba(0, 0, 0, 0.18),
        -12px -12px 25px -10px rgba(255, 255, 255, 0.12),
        inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}.subscribe_to_newsletter .path_impact::before {
    transition: all 0.4s ease;
    pointer-events: none;
    opacity: 0;
    border-radius: 8px;
    top: 15px;
    position: absolute;
    height: calc(100% - 30px);
    content: "";
    left: 15px;
    transform: scale(0.98);
    width: calc(100% - 30px);
    border: 1px dashed rgba(255, 255, 255, 0.2);
}.subscribe_to_newsletter .path_impact:hover::before {
    opacity: 1;
    transform: scale(1);
}.subscribe_to_newsletter h3 {
    margin-bottom: 2rem;
    max-width: 90%;
    position: relative;
    font-size: calc(18px * 1.05);
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}.subscribe_to_newsletter h3::after {
    height: 3px;
    border-radius: 1.5px;
    background: linear-gradient(90deg, rgb(167,161,166), transparent);
    bottom: -10px;
    left: 0;
    position: absolute;
    content: "";
    width: 80px;
}.subscribe_to_newsletter .input_holder {
    margin-top: 1.5rem;
    gap: 1.25rem;
    position: relative;
    flex-direction: column;
    display: flex;
}.subscribe_to_newsletter .input_holder div {
    flex: 1;
    position: relative;
}.subscribe_to_newsletter input[type="email"] {
    box-shadow: 
        inset 2px 2px 5px rgba(0, 0, 0, 0.1),
        inset -2px -2px 5px rgba(255, 255, 255, 0.05);
    padding: 1.2rem 1.5rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    font-family: Arial, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 400;
    width: 100%;
    font-size: 16px;
    transition: all 0.3s ease;
}.subscribe_to_newsletter input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}.subscribe_to_newsletter input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 5px 15px -5px rgba(0, 0, 0, 0.1),
        inset 2px 2px 5px rgba(0, 0, 0, 0.05),
        inset -2px -2px 5px rgba(255, 255, 255, 0.08);
    outline: none;
    background: rgba(255, 255, 255, 0.09);
}.subscribe_to_newsletter input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.subscribe_to_newsletter .join_panel {
    font-family: Arial, sans-serif;
    padding: 1.2rem 2rem;
    overflow: hidden;
    border: none;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    background: linear-gradient(135deg, rgb(124,117,127), rgb(167,161,166));
    font-weight: 600;
    box-shadow: 
        0 10px 20px -8px rgb(124,117,127,0.5),
        0 5px 10px -5px rgba(0, 0, 0, 0.2);
    align-self: flex-start;
    display: inline-block;
    border-radius: 8px;
    font-size: 20px;
    position: relative;
}.subscribe_to_newsletter .join_panel::before {
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}.subscribe_to_newsletter .join_panel::after {
    left: -100px;
    height: 150%;
    width: 20px;
    top: -25%;
    content: "";
    transform: rotate(20deg);
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
}.subscribe_to_newsletter .join_panel:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 15px 25px -10px rgb(124,117,127,0.5),
        0 5px 15px -5px rgba(0, 0, 0, 0.3);
}.subscribe_to_newsletter .join_panel:hover::before {
    opacity: 1;
}.subscribe_to_newsletter .join_panel:hover::after {
    left: 120%;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.subscribe_to_newsletter .join_panel:active {
    transform: translateY(0);
    box-shadow: 
        0 5px 10px -5px rgb(124,117,127,0.5),
        0 2px 5px -2px rgba(0, 0, 0, 0.2);
}

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

@media (min-width: 768px) {.subscribe_to_newsletter .input_holder {
    align-items: center;
    flex-direction: row;
}.subscribe_to_newsletter .join_panel {
    white-space: nowrap;
    min-width: 180px;
}.subscribe_to_newsletter h3 {
    max-width: 80%;
    font-size: calc(18px * 1.2);
}.subscribe_to_newsletter .path_impact {
    padding: 4rem 4.5rem;
}
}

@media (max-width: 767px) {.subscribe_to_newsletter {
    padding: 3rem 0;
}.subscribe_to_newsletter .path_impact {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 2rem;
}.subscribe_to_newsletter h3 {
    max-width: 100%;
    font-size: 18px;
    margin-bottom: 1.5rem;
}.subscribe_to_newsletter .join_panel {
    text-align: center;
    width: 100%;
}.subscribe_to_newsletter input[type="email"] {
    padding: 1rem 1.2rem;
}
}

@media (max-width: 480px) {.subscribe_to_newsletter {
    padding: 2.5rem 0;
}.subscribe_to_newsletter .path_impact {
    padding: 2rem 1.5rem;
}.subscribe_to_newsletter h3 {
    font-size: calc(18px * 0.9);
}.subscribe_to_newsletter h3::after {
    width: 60px;
}.subscribe_to_newsletter .input_holder {
    gap: 1rem;
}
}

@media (prefers-reduced-motion: reduce) {.subscribe_to_newsletter::before,
    .subscribe_to_newsletter .path_impact,
    .subscribe_to_newsletter .path_impact:hover,
    .subscribe_to_newsletter .path_impact::before,
    .subscribe_to_newsletter .path_impact:hover::before,
    .subscribe_to_newsletter input[type="email"]::placeholder,
    .subscribe_to_newsletter input[type="email"]:focus::placeholder,
    .subscribe_to_newsletter .join_panel,
    .subscribe_to_newsletter .join_panel:hover,
    .subscribe_to_newsletter .join_panel::after,
    .subscribe_to_newsletter .join_panel:hover::after {
    transition: none;
    animation: none;
    transform: none;
}}.attempt_now {
    background: linear-gradient(135deg, rgb(167,161,166,0.5), rgb(124,117,127));
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 
                inset 0 1px 3px rgba(255, 255, 255, 0.3);
    z-index: 1;
}.attempt_now::before {
    transform: rotate(-15deg);
    background: radial-gradient(circle at center, transparent 30%, rgb(124,117,127,0.5) 70%);
    width: 200%;
    left: -50%;
    top: -50%;
    z-index: -1;
    animation: pulse 15s infinite alternate;
    position: absolute;
    height: 200%;
    content: "";
    opacity: 0.1;
}.attempt_now::after {
    right: 0;
    background: linear-gradient(45deg, 
                rgba(255, 255, 255, 0.05) 25%, 
                transparent 25%,
                transparent 50%, 
                rgba(255, 255, 255, 0.05) 50%,
                rgba(255, 255, 255, 0.05) 75%, 
                transparent 75%);
    position: absolute;
    filter: blur(2px);
    background-size: 60px 60px;
    bottom: 0;
    opacity: 0.4;
    left: 0;
    z-index: -1;
    top: 0;
    content: "";
}.attempt_now .container {
    z-index: 2;
    perspective: 1000px;
    align-items: center;
    transform-style: preserve-3d;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 1140px;
    display: flex;
    position: relative;
    gap: 2.5rem;
}.attempt_now h6 {
    line-height: 1.5;
    font-size: calc(23px * 1.1);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    max-width: 800px;
    transform: translateZ(20px);
    transition: transform 0.3s ease-out;
    font-family: Arial, sans-serif;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 0 1rem;
    color: #ffffff;
    margin: 0;
}.attempt_now .container div {
    transform: translateZ(40px);
    transition: transform 0.3s ease-out;
    display: flex;
    justify-content: center;
}.attempt_now .container:hover h6 {
    transform: translateZ(30px);
}.attempt_now .container:hover div {
    transform: translateZ(50px);
}.attempt_now .reach_panel {
    display: inline-flex;
    background: #ffffff;
    font-size: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15),
                inset 0 -4px 0 rgba(0, 0, 0, 0.1),
                0 0 0 4px rgba(255, 255, 255, 0.15);
    position: relative;
    font-weight: 700;
    text-decoration: none;
    padding: 1rem 2.5rem;
    transform: translateY(0) scale(1);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    color: rgb(167,161,166);
    align-items: center;
    z-index: 3;
    justify-content: center;
}.attempt_now .reach_panel::before {
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0.7;
    width: 100%;
    background: linear-gradient(135deg, 
                rgba(255, 255, 255, 0.2) 0%, 
                rgba(255, 255, 255, 0) 50%,
                rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100%;
    transition: opacity 0.4s ease;
    top: 0;
}.attempt_now .reach_panel::after {
    content: "";
    width: 200%;
    position: absolute;
    opacity: 0;
    height: 200%;
    top: -50%;
    background: radial-gradient(circle, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0) 70%);
    left: -50%;
    transform: scale(0);
    transition: transform 0.8s ease, opacity 0.8s ease;
    z-index: -1;
}.attempt_now .reach_panel span {
    z-index: 2;
    transition: transform 0.3s ease;
    position: relative;
}.attempt_now .reach_panel:hover {
    background: #ffffff;
    color: rgb(124,117,127);
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2),
                inset 0 -4px 0 rgba(0, 0, 0, 0.1),
                0 0 0 6px rgba(255, 255, 255, 0.2);
}.attempt_now .reach_panel:hover::before {
    opacity: 1;
}.attempt_now .reach_panel:hover::after {
    transform: scale(1);
    opacity: 0.2;
}.attempt_now .reach_panel:hover span {
    transform: translateY(-2px);
}.attempt_now .reach_panel:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2),
                inset 0 -2px 0 rgba(0, 0, 0, 0.1),
                0 0 0 4px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease;
    transform: translateY(2px) scale(0.98);
}

@keyframes pulse {
    0% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.15;
        transform: rotate(-15deg) scale(1.05);
    }
    100% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
}

@media (max-width: 991px) {.attempt_now {
    padding: 3.5rem 1.5rem;
}.attempt_now h6 {
    font-size: calc(16px * 1.1);
    max-width: 600px;
}.attempt_now .reach_panel {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 768px) {.attempt_now {
    padding: 3rem 1rem;
}.attempt_now .container {
    gap: 2rem;
}.attempt_now h6 {
    max-width: 100%;
    font-size: 16px;
}.attempt_now .reach_panel {
    font-size: calc(16px * 0.95);
    padding: 0.8rem 2rem;
}
}

@media (max-width: 576px) {.attempt_now {
    padding: 2.5rem 0.8rem;
}.attempt_now .container {
    gap: 1.8rem;
}.attempt_now h6 {
    line-height: 1.4;
    padding: 0 0.5rem;
    font-size: calc(16px * 0.9);
}.attempt_now .reach_panel {
    font-size: calc(16px * 0.9);
    padding: 0.7rem 1.8rem;
}
}

@media (max-width: 480px) {.attempt_now {
    padding: 2rem 0.5rem;
}.attempt_now .container {
    gap: 1.5rem;
}.attempt_now h6 {
    font-size: calc(16px * 0.85);
}.attempt_now .reach_panel {
    font-size: calc(16px * 0.85);
    padding: 0.7rem 1.6rem;
}
}

@media (hover: none) {.attempt_now .container h6,
    .attempt_now .container div {
    transform: translateZ(0);
}.attempt_now .container:hover h6,
    .attempt_now .container:hover div {
    transform: translateZ(0);
}}.connect_form {
    padding: 100px 0;
    background: rgb(196,195,184);
    position: relative;
    overflow: hidden;
}.connect_form::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(167,161,166,0.5) 0,
        rgb(167,161,166,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0.07;
    z-index: 1;
    top: 0;
}.connect_form::after {
    z-index: 1;
    background-size: 30px 30px;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    opacity: 0.07;
    background-image: 
        linear-gradient(rgb(124,117,127,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(124,117,127,0.5) 1px, transparent 1px);
}.connect_form .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
}.connect_form h2 {
    margin-bottom: 20px;
    color: #000000;
    transform: translateX(-50%);
    display: inline-block;
    left: 50%;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
}.connect_form h2::before {
    background: rgb(167,161,166);
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    left: calc(50% - 40px);
    width: 80px;
}.connect_form h2::after {
    background: rgb(124,117,127);
    bottom: 0;
    height: 4px;
    width: 30px;
    content: "";
    position: absolute;
    left: calc(50% - 15px);
}.connect_form .inquiry_links {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    display: flex;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    margin-top: 50px;
}.connect_form .post_image_grid {
    min-height: 550px;
    flex: 0 0 45%;
    position: relative;
}.connect_form .post_image_grid::before {
    background: linear-gradient(
        135deg, 
        rgba(rgb(167,161,166), 0.4), 
        rgba(rgb(124,117,127), 0.4)
    );
    z-index: 1;
    content: "";
    position: absolute;
    inset: 0;
}.connect_form .connect_inquiry {
    flex-direction: column;
    position: relative;
    display: flex;
    flex: 0 0 55%;
    justify-content: center;
    padding: 60px;
}.connect_form .connect_inquiry::before {
    border: 30px solid rgb(167,161,166,0.5);
    z-index: 0;
    height: 150px;
    right: -75px;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: -75px;
    width: 150px;
}.connect_form .connect_inquiry::after {
    background: rgb(124,117,127,0.5);
    height: 100px;
    bottom: -50px;
    position: absolute;
    border-radius: 0;
    width: 100px;
    transform: rotate(45deg);
    z-index: 0;
    content: "";
    left: -50px;
}.connect_form form {
    z-index: 2;
    position: relative;
}.connect_form form h3 {
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}.connect_form form h3::after {
    left: 0;
    bottom: -15px;
    background: rgb(167,161,166);
    position: absolute;
    height: 2px;
    width: 50%;
    content: "";
}.connect_form form input[type="text"] {
    width: 100%;
    background: transparent;
    margin-bottom: 25px;
    font-size: 17px;
    border-bottom: 2px solid rgb(196,195,184);
    transition: all 0.3s ease;
    color: #000000;
    padding: 20px 25px;
    border: none;
}.connect_form form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(167,161,166);
}.connect_form form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.connect_form form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}.connect_form .request_grid {
    margin-bottom: 40px;
    position: relative;
}.connect_form .request_grid input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_form .request_grid label {
    cursor: pointer;
    position: relative;
    line-height: 1.5;
    font-size: 12px;
    color: #000000;
    padding-left: 35px;
}.connect_form .request_grid label::before {
    width: 22px;
    background: transparent;
    content: "";
    border: 2px solid rgb(196,195,184);
    transition: all 0.3s ease;
    top: 0;
    position: absolute;
    left: 0;
    height: 22px;
}.connect_form .request_grid input[type="checkbox"]:checked + label::before {
    border-color: rgb(167,161,166);
    background: rgb(167,161,166);
}.connect_form .request_grid input[type="checkbox"]:checked + label::after {
    top: 4px;
    transform: rotate(45deg);
    height: 12px;
    border-width: 0 2px 2px 0;
    width: 6px;
    position: absolute;
    left: 8px;
    content: "";
    border: solid #ffffff;
}.connect_form .request_grid label a {
    text-decoration: none;
    color: rgb(167,161,166);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}.connect_form .request_grid label a::after {
    transform: scaleX(1);
    width: 100%;
    background: rgb(167,161,166);
    content: "";
    transform-origin: left;
    transition: transform 0.3s ease;
    height: 1px;
    left: 0;
    position: absolute;
    bottom: -1px;
}.connect_form .request_grid label a:hover {
    color: rgb(124,117,127);
}.connect_form .request_grid label a:hover::after {
    transform: scaleX(0);
    background: rgb(124,117,127);
}.connect_form .reach_panel {
    z-index: 1;
    border: none;
    font-weight: 600;
    background: rgb(167,161,166);
    cursor: pointer;
    position: relative;
    width: auto;
    color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    display: inline-block;
    padding: 18px 40px;
    font-size: 15px;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
}.connect_form .reach_panel::before {
    height: 100%;
    z-index: -1;
    top: 0;
    background: rgb(124,117,127);
    transition: width 0.5s ease;
    left: -10px;
    position: absolute;
    content: "";
    width: 0;
    transform: skewX(-25deg);
}.connect_form .reach_panel:hover::before {
    width: 150%;
}.connect_form svg {
    transition: all 0.3s ease;
    stroke: rgb(167,161,166);
    fill: none;
    height: 24px;
    stroke-width: 2;
    width: 24px;
}.connect_form svg path {
    stroke: rgb(167,161,166);
    transition: all 0.3s ease;
    fill: none;
}.connect_form svg:hover,
.connect_form svg:hover path {
    stroke: rgb(124,117,127);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.connect_form {
    padding: 80px 0;
}.connect_form .post_image_grid {
    min-height: 500px;
}.connect_form .connect_inquiry {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.connect_form {
    padding: 60px 0;
}.connect_form .inquiry_links {
    flex-direction: column;
}.connect_form .post_image_grid {
    min-height: 300px;
    width: 100%;
}.connect_form .connect_inquiry {
    width: 100%;
    padding: 40px 30px;
}.connect_form form h3 {
    margin-bottom: 30px;
}.connect_form form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.connect_form .request_grid {
    margin-bottom: 30px;
}.connect_form .reach_panel {
    width: 100%;
    padding: 15px 30px;
}
}

@media (max-width: 480px) {.connect_form {
    padding: 50px 0;
}.connect_form h2 {
    font-size: calc(36px * 0.85);
}.connect_form .inquiry_links {
    margin-top: 30px;
}.connect_form .post_image_grid {
    min-height: 200px;
}.connect_form .connect_inquiry {
    padding: 30px 20px;
}.connect_form form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.connect_form form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.connect_form .request_grid {
    margin-bottom: 25px;
}.connect_form .request_grid label {
    font-size: calc(12px * 0.9);
}.connect_form .reach_panel {
    padding: 12px 25px;
}}.who_we_are {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(196,195,184);
}.who_we_are::before {
    position: absolute;
    z-index: 1;
    opacity: 0.1;
    top: 0;
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(167,161,166,0.5) 0,
        rgb(167,161,166,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    content: "";
}.who_we_are .container {
    position: relative;
    z-index: 2;
}.who_we_are .path_impact {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}.who_we_are h3 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 36px;
    width: 100%;
    padding-left: 20px;
    color: #000000;
    border-left: 5px solid rgb(167,161,166);
    position: relative;
}.who_we_are .knowledge_studio {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    min-width: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    flex: 1;
}.who_we_are .knowledge_studio span {
    padding: 15px 25px;
    background: rgb(167,161,166);
    color: #ffffff;
    display: block;
    font-size: 22px;
    font-weight: 600;
}.who_we_are .knowledge_studio p {
    line-height: 1.7;
    padding: 25px;
    color: #000000;
    font-size: 13px;
}.who_we_are .post_image_grid {
    overflow: hidden;
    height: 300px;
    border-radius: 10px;
    position: relative;
    transition: transform 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0 25px 25px;
}.who_we_are .post_image_grid:hover {
    transform: scale(1.02);
}.who_we_are .fast_study {
    min-width: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex: 1;
    flex-direction: column;
    background: #ffffff;
    position: relative;
}.who_we_are .fast_study p {
    font-size: 13px;
    line-height: 1.7;
    padding: 25px;
    color: #000000;
    order: 2;
}.who_we_are .virtual_academy {
    height: 300px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 10px;
    transition: transform 0.4s ease;
    overflow: hidden;
    order: 1;
    margin: 0 25px 25px;
}.who_we_are .virtual_academy:hover {
    transform: scale(1.02);
}.who_we_are .virtual_academy::after {
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 100%);
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
}.who_we_are .post_image_grid::after {
    top: 0;
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
}.who_we_are .knowledge_studio::before,
.who_we_are .fast_study::before {
    content: "";
    width: 100%;
    left: 0;
    background: rgb(124,117,127);
    top: 0;
    height: 5px;
    position: absolute;
}.who_we_are .fast_study::before {
    background: rgb(167,161,166);
}

@media (min-width: 1200px) {.who_we_are .knowledge_studio,
    .who_we_are .fast_study {
    flex: 0 0 calc(50% - 25px);
}
}

@media (max-width: 1199px) and (min-width: 768px) {.who_we_are .path_impact {
    justify-content: center;
}.who_we_are .knowledge_studio,
    .who_we_are .fast_study {
    max-width: 500px;
    flex: 0 0 calc(50% - 25px);
}
}

@media (max-width: 767px) {.who_we_are {
    padding: 70px 0;
}.who_we_are .path_impact {
    gap: 40px;
    flex-direction: column;
}.who_we_are h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 25px;
}.who_we_are .knowledge_studio span {
    font-size: calc(22px * 0.95);
    padding: 12px 20px;
}.who_we_are .knowledge_studio p,
    .who_we_are .fast_study p {
    padding: 20px;
}.who_we_are .post_image_grid,
    .who_we_are .virtual_academy {
    margin: 0 20px 20px;
    height: 250px;
}
}

@media (max-width: 576px) {.who_we_are {
    padding: 50px 0;
}.who_we_are h3 {
    font-size: calc(36px * 0.8);
    padding-left: 15px;
    margin-bottom: 20px;
}.who_we_are .knowledge_studio span {
    font-size: calc(22px * 0.9);
    padding: 10px 15px;
}.who_we_are .knowledge_studio p,
    .who_we_are .fast_study p {
    font-size: calc(13px * 0.95);
    padding: 15px;
}.who_we_are .post_image_grid,
    .who_we_are .virtual_academy {
    margin: 0 15px 15px;
    height: 200px;
}
}

@media (max-width: 1600px) and (min-width: 1200px) {.who_we_are .container {
    margin: 0 auto;
    max-width: 1140px;
}
}

@media (hover: hover) {.who_we_are .knowledge_studio,
    .who_we_are .fast_study {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.who_we_are .knowledge_studio:hover,
    .who_we_are .fast_study:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}}

.who_we_are .knowledge_studio,
.who_we_are .fast_study {
    display: flex;
    flex-direction: column;
}.who_we_are .virtual_academy {
    margin-top: 25px;
}.who_we_are .virtual_academy,
.who_we_are .post_image_grid {
    min-height: 250px;
    flex: 1;
}.course_summary {
    padding: 8rem 0;
    position: relative;
    background: rgb(196,195,184);
    overflow: hidden;
}.course_summary::before {
    opacity: 0.6;
    width: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(196,195,184) 0%, rgb(167,161,166,0.5) 100%);
    height: 100%;
}.course_summary::after {
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 4rem 4rem;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(124,117,127,0.5) 15px, rgb(124,117,127,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(167,161,166,0.5) 15px, rgb(167,161,166,0.5) 16px);
    animation: gridShift 30s infinite linear;
    position: absolute;
    left: 0;
    opacity: 0.15;
    content: "";
    z-index: 1;
}.course_summary .container {
    position: relative;
    z-index: 3;
}.course_summary .path_impact {
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(8, minmax(50px, auto));
    gap: 1rem;
    display: grid;
}.course_summary .education {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    grid-row: 2 / 8;
    position: relative;
    grid-column: 1 / 9;
    background: #ffffff;
    z-index: 5;
    border-radius: 26px;
    padding: 3rem;
}.course_summary .post_image_grid {
    grid-row: 1 / 7;
    overflow: hidden;
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    grid-column: 7 / 13;
    z-index: 3;
    border-radius: 26px;
    position: relative;
}.course_summary .post_image_grid::before {
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(167,161,166,0.5) 0%, transparent 70%);
    left: 0;
    z-index: 2;
}.course_summary .post_image_grid::after {
    width: 70%;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    border: 2px solid rgb(124,117,127);
    opacity: 0.6;
    z-index: 1;
    position: absolute;
    content: "";
    height: 70%;
    border-radius: 10px;
    right: -5px;
    bottom: -5px;
}.course_summary .main_learning {
    transform: rotate(-5deg);
    z-index: 10;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 5rem;
    height: 5rem;
    align-items: center;
    display: flex;
    top: -2rem;
    transition: transform 0.3s ease-out;
    justify-content: center;
    right: 3rem;
}.course_summary .main_learning:hover {
    transform: rotate(0deg) scale(1.05);
}.course_summary .main_learning svg {
    width: 3rem;
    transition: all 0.3s ease;
    height: 3rem;
}.course_summary .main_learning:hover svg {
    transform: scale(1.1);
}.course_summary .main_learning svg path {
    fill: rgb(167,161,166);
}.course_summary h3 {
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.3;
    padding-left: 1rem;
    border-left: 4px solid rgb(167,161,166);
    font-weight: 700;
    font-size: 29px;
}.course_summary p {
    line-height: 1.8;
    margin-bottom: 0;
    color: #000000;
    position: relative;
    font-size: 13px;
}.course_summary .path_impact::before {
    content: "";
    position: absolute;
    filter: blur(100px);
    width: 12rem;
    opacity: 0.6;
    z-index: 1;
    top: -6rem;
    background: rgb(167,161,166,0.5);
    animation: moveCircle 20s infinite alternate;
    height: 12rem;
    left: -6rem;
    border-radius: 50%;
}.course_summary .path_impact::after {
    height: 8rem;
    background: rgb(124,117,127,0.5);
    position: absolute;
    bottom: -4rem;
    filter: blur(80px);
    border-radius: 50%;
    animation: moveCircle 15s infinite alternate-reverse;
    width: 8rem;
    right: -4rem;
    opacity: 0.5;
    z-index: 1;
    content: "";
}.course_summary .education::before {
    right: 0;
    position: absolute;
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, rgb(167,161,166) 0%, rgb(124,117,127) 100%);
    border-radius: 0 10px 0 10px;
    width: 100px;
    content: "";
}.course_summary .education::after {
    width: 5px;
    position: absolute;
    height: 100px;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgb(167,161,166) 0%, rgb(124,117,127) 100%);
    content: "";
    border-radius: 0 0 10px 0;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1200px) {.course_summary {
    padding: 7rem 0;
}.course_summary .path_impact {
    gap: 0.75rem;
}.course_summary .education {
    padding: 2.5rem;
    grid-column: 1 / 8;
}.course_summary .post_image_grid {
    grid-column: 6 / 13;
}.course_summary .main_learning {
    right: 2rem;
}
}

@media (max-width: 992px) {.course_summary {
    padding: 6rem 0;
}.course_summary .path_impact {
    grid-template-rows: auto auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}.course_summary .education {
    padding: 2.5rem;
    grid-column: auto;
    grid-row: 2 / 3;
}.course_summary .post_image_grid {
    height: 350px;
    grid-column: auto;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    grid-row: 1 / 2;
}.course_summary .main_learning {
    right: 3rem;
    bottom: -2rem;
    top: auto;
}.course_summary h3 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.course_summary {
    padding: 5rem 0;
}.course_summary .education {
    padding: 2rem;
}.course_summary .post_image_grid {
    height: 300px;
}.course_summary .main_learning {
    width: 4.5rem;
    bottom: -1.5rem;
    right: 2rem;
    height: 4.5rem;
}.course_summary .main_learning svg {
    height: 2.5rem;
    width: 2.5rem;
}.course_summary h3 {
    margin-bottom: 1.25rem;
    font-size: calc(29px * 0.8);
}.course_summary p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}.course_summary .education::before {
    width: 70px;
}.course_summary .education::after {
    height: 70px;
}
}

@media (max-width: 576px) {.course_summary {
    padding: 4rem 0;
}.course_summary .education {
    padding: 1.5rem;
}.course_summary .post_image_grid {
    height: 250px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
}.course_summary .main_learning {
    bottom: -1.25rem;
    height: 4rem;
    width: 4rem;
    right: 1.5rem;
}.course_summary .main_learning svg {
    width: 2.25rem;
    height: 2.25rem;
}.course_summary h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1rem;
    padding-left: 0.75rem;
}.course_summary p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.course_summary .education::before {
    width: 50px;
}.course_summary .education::after {
    height: 50px;
}.course_summary .path_impact::before,
    .course_summary .path_impact::after {
    display: none;
}}.cookieNotificationPanel {
    overflow: hidden;
    border-radius: 10px;
    width: 90%;
    font-family: Arial, sans-serif;
    z-index: 1050;
    bottom: 20px;
    transform: translateX(-50%);
    position: fixed;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    left: 50%;
}.privacy_ctrl {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    display: flex;
}.cookie_all {
    margin-bottom: 20px;
}.cookie_all svg, .cookie_all svg path, .cookie_all img {
    width: 60px;
    height: 60px;
    fill: rgb(167,161,166);
}.cookieNotificationPanel h5 {
    color: rgb(167,161,166);
    font-weight: 700;
    text-align: center;
    font-size: 23px;
    margin-bottom: 10px;
}.cookieNotificationPanel p {
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
    font-size: 17px;
}.policy_ack {
    width: calc(50% - 10px);
    padding: 10px 20px;
    background: rgb(167,161,166);
    font-size: 19px;
    text-decoration: none;
    margin: 5px;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    transition: background 0.3s ease-in-out;
}.policy_ack:hover {
    background: rgb(124,117,127);
}.cookie_button.track_cookies {
    background: rgb(124,117,127);
}.cookie_button.track_cookies:hover {
    background: rgb(124,117,127,0.5);
}.cookieNotificationPanel p a {
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    color: rgb(167,161,166);
}.cookieNotificationPanel p a:hover {
    color: rgb(124,117,127);
}#cookie_popupwindow {
    display: none;
}#cookie_popupwindow:checked ~ .cookieNotificationPanel {
    visibility: hidden;
    opacity: 0;
}.course_demographic {
    background-color: rgb(196,195,184);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.course_demographic::before {
    left: 0;
    animation: moveRays 30s linear infinite;
    height: 100%;
    z-index: 1;
    background-image: 
        linear-gradient(45deg, transparent 75%, rgb(167,161,166,0.5) 75%, transparent 76%),
        linear-gradient(135deg, transparent 75%, rgb(124,117,127,0.5) 75%, transparent 76%);
    width: 100%;
    opacity: 0.3;
    content: '';
    top: 0;
    background-size: 200px 200px;
    position: absolute;
}.course_demographic::after {
    left: 0;
    background-image: 
        linear-gradient(90deg, transparent 90%, rgb(167,161,166,0.5) 90%, rgb(167,161,166,0.5) 91%, transparent 91%),
        linear-gradient(0deg, transparent 95%, rgb(124,117,127,0.5) 95%, rgb(124,117,127,0.5) 96%, transparent 96%);
    height: 100%;
    opacity: 0.2;
    content: '';
    background-size: 120px 120px;
    animation: moveRaysVertical 20s linear infinite;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
}.course_demographic .path_impact {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
}.course_demographic h3 {
    color: rgb(167,161,166);
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    position: relative;
    margin-bottom: 3.5rem;
}.course_demographic h3::after {
    height: 2px;
    transform: translateX(-50%);
    animation: pulseLight 3s infinite alternate;
    bottom: -15px;
    left: 50%;
    width: 150px;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(167,161,166), transparent);
    position: absolute;
}.course_demographic ul {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
}.course_demographic li {
    backdrop-filter: blur(5px);
    border-radius: 24px;
    border-left: 3px solid rgb(167,161,166,0.5);
    background-color: rgba(255, 255, 255, 0.08);
    overflow: hidden;
    align-items: center;
    padding: 1.5rem 2rem;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
}.course_demographic li::before {
    z-index: -1;
    height: 100%;
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    opacity: 0.1;
    top: 0;
    width: 0;
    content: '';
    background: linear-gradient(90deg, rgb(167,161,166,0.5) 0%, transparent 100%);
    left: 0;
}.course_demographic li::after {
    height: 1px;
    bottom: 0;
    opacity: 0.5;
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(90deg, rgb(167,161,166) 0%, transparent 100%);
    width: 100%;
    box-shadow: 0 0 10px rgb(167,161,166,0.5);
}.course_demographic li:hover {
    transform: translateX(5px);
    border-left-color: rgb(167,161,166);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}.course_demographic li:hover::before {
    width: 100%;
}.course_demographic li svg {
    filter: drop-shadow(0 0 8px rgb(167,161,166,0.5));
    flex-shrink: 0;
    height: 40px;
    width: 40px;
    fill: rgb(167,161,166);
    margin-right: 1.5rem;
    transition: all 0.4s ease;
}.course_demographic li:hover svg {
    transform: scale(1.1);
    animation: flashLight 1s ease;
}.course_demographic li svg path {
    fill: rgb(167,161,166);
    transition: all 0.4s ease;
}.course_demographic li:hover svg path {
    fill: rgb(124,117,127);
}.course_demographic li {
    font-weight: 400;
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
}.course_demographic li:nth-child(1) {
    animation-delay: 0s;
}.course_demographic li:nth-child(2) {
    animation-delay: 0.1s;
}.course_demographic li:nth-child(3) {
    animation-delay: 0.2s;
}.course_demographic li:nth-child(4) {
    animation-delay: 0.3s;
}

@keyframes moveRays {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 200px 200px;
    }
}

@keyframes moveRaysVertical {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 120px 120px;
    }
}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(167,161,166,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgb(167,161,166);
    }
}

@keyframes flashLight {
    0% {
        filter: drop-shadow(0 0 8px rgb(167,161,166,0.5));
    }
    50% {
        filter: drop-shadow(0 0 25px rgb(167,161,166));
    }
    100% {
        filter: drop-shadow(0 0 8px rgb(167,161,166,0.5));
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (min-width: 992px) {.course_demographic li {
    animation: slideIn 0.5s forwards;
    opacity: 0;
}
}

@media (max-width: 991px) {.course_demographic {
    padding: 4rem 0;
}.course_demographic h3 {
    font-size: calc(28px * 0.9);
}.course_demographic li {
    padding: 1.2rem 1.8rem;
}.course_demographic li svg {
    margin-right: 1.2rem;
    height: 35px;
    width: 35px;
}
}

@media (max-width: 767px) {.course_demographic {
    padding: 3rem 0;
}.course_demographic h3 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.8);
}.course_demographic h3::after {
    width: 120px;
}.course_demographic li {
    padding: 1rem 1.5rem;
}.course_demographic li svg {
    height: 30px;
    width: 30px;
    margin-right: 1rem;
}}.tariff_row {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.tariff_row::before {
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(20, 20, 40, 0.75) 100%);
    left: 0;
    top: 0;
    content: "";
    right: 0;
    bottom: 0;
}.tariff_row .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.tariff_row .study_offers {
    perspective: 1000px;
}.tariff_row h2 {
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 28px;
    margin-bottom: 20px;
    transform: translateZ(30px);
}.tariff_row .package_pricing {
    color: #ffffff;
    font-size: 12px;
    margin: 0 auto 50px;
    max-width: 700px;
    font-weight: 400;
    opacity: 0.9;
    text-align: center;
    transform: translateZ(20px);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    line-height: 1.6;
}.tariff_row .price_sheet {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    padding: 0;
}.tariff_row .price_sheet li {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-style: preserve-3d;
}.tariff_row .study_cost {
    display: block;
    text-decoration: none;
    height: 100%;
    position: relative;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
}.tariff_row .indv_cost {
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 100%);
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
}.tariff_row .indv_cost::before {
    left: 0;
    top: 0;
    transform-origin: left;
    background: linear-gradient(90deg, 
        rgb(167,161,166) 0%,
        rgb(124,117,127) 100%);
    position: absolute;
    right: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(0.92);
    content: "";
    height: 5px;
}.tariff_row .indv_cost::after {
    opacity: 0.7;
    content: "";
    right: 10px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -2px;
    background: linear-gradient(90deg, 
        rgb(124,117,127,0.5) 0%,
        rgb(167,161,166,0.5) 100%);
    height: 2px;
    left: 10px;
    position: absolute;
    transform-origin: bottom;
}.tariff_row .fee_board {
    padding: 35px 30px;
    transform: translateZ(10px);
}.tariff_row .fee_board h4 {
    font-size: calc(24px * 1.1);
    position: relative;
    margin: 0 0 20px;
    font-weight: 700;
    color: #ffffff;
    transform: translateZ(5px);
    display: inline-block;
}.tariff_row .fee_board h4::after {
    content: "";
    position: absolute;
    height: 3px;
    background: rgb(167,161,166);
    transform-origin: left;
    width: 40px;
    bottom: -8px;
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
}.tariff_row .fee_board p {
    padding-right: 5px;
    max-height: 250px;
    hyphens: auto;
    opacity: 0.85;
    margin: 0 0 25px;
    line-height: 1.6;
    font-weight: 400;
    color: #ffffff;
    overflow-wrap: break-word;
    overflow-y: auto;
    word-wrap: break-word;
    font-size: 12px;
}.tariff_row .fee_board p::-webkit-scrollbar {
    width: 4px;
}.tariff_row .fee_board p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(167,161,166,0.5);
}.tariff_row .payment_deals {
    transform: translateZ(15px);
    text-align: right;
    margin-top: 20px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: block;
    color: #ffffff;
    font-size: calc(24px * 1.2);
}.tariff_row .payment_deals::before {
    border-radius: 50%;
    display: inline-block;
    content: "";
    height: 10px;
    background: rgb(167,161,166);
    box-shadow: 0 0 15px rgb(167,161,166);
    width: 10px;
    transform: translateY(-2px);
    margin-right: 8px;
}.tariff_row .price_sheet li:hover {
    transform: translateY(-5px) scale(1.02);
}.tariff_row .price_sheet li:hover .indv_cost {
    transform: translateZ(20px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3),
                0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
}.tariff_row .price_sheet li:hover .indv_cost::before {
    transform: scaleX(1);
}.tariff_row .price_sheet li:hover .indv_cost::after {
    opacity: 0.9;
    transform: scaleY(1.5);
}.tariff_row .price_sheet li:hover .fee_board h4::after {
    width: 100%;
}

@media (max-width: 991px) {.tariff_row {
    padding: 80px 0;
}.tariff_row h2 {
    font-size: calc(28px * 0.9);
}.tariff_row .price_sheet {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.tariff_row .fee_board {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.tariff_row {
    padding: 60px 0;
}.tariff_row h2 {
    margin-bottom: 15px;
    font-size: calc(28px * 0.8);
}.tariff_row .package_pricing {
    font-size: calc(12px * 0.95);
    margin-bottom: 40px;
}.tariff_row .price_sheet {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.tariff_row .fee_board {
    padding: 25px 20px;
}.tariff_row .fee_board h4 {
    font-size: 24px;
}.tariff_row .payment_deals {
    font-size: calc(24px * 1.1);
}
}

@media (max-width: 480px) {.tariff_row {
    padding: 50px 0;
}.tariff_row h2 {
    font-size: calc(28px * 0.7);
}.tariff_row .package_pricing {
    font-size: calc(12px * 0.9);
}.tariff_row .fee_board {
    padding: 20px 15px;
}.tariff_row .fee_board p {
    line-height: 1.5;
    font-size: calc(12px * 0.9);
    max-height: 200px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(167,161,166);
}header .top_plank .header_plank div svg, header .top_plank .header_plank div svg path {
    fill: #ffffff;
}header .top_plank .header_plank div span {
    color: #ffffff;
}header .top_plank .header_plank {
    line-height: 21px;
    font-size: 16px;
    padding: 15px 0 10px 0;
    align-items: center;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
}header .top_plank .header_plank div {
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
}header .top_plank .header_plank div img, header .top_plank .header_plank div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.appArea {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(196,195,184) 0%, rgb(196,195,184) 60%, rgba(rgb(167,161,166,0.5), 0.05) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.appArea::before,
.appArea::after {
    content: '';
    position: absolute;
    pointer-events: none;
}.appArea::before {
    left: -10%;
    transform: rotate(-15deg) translateZ(-10px);
    filter: blur(20px);
    width: 40%;
    background: linear-gradient(45deg, rgb(167,161,166,0.5) 10%, transparent 70%);
    height: 70%;
    opacity: 0.03;
    top: -5%;
}.appArea::after {
    transform: rotate(10deg) translateZ(-5px);
    bottom: -10%;
    right: -5%;
    width: 30%;
    filter: blur(15px);
    opacity: 0.04;
    height: 60%;
    background: linear-gradient(135deg, rgb(124,117,127,0.5) 10%, transparent 70%);
}.appArea .container {
    z-index: 1;
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
}.appArea h2 {
    font-weight: 700;
    position: relative;
    transform: translateZ(10px);
    max-width: 90%;
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
    color: #000000;
    font-size: 30px;
    margin-bottom: 3rem;
    line-height: 1.3;
}.appArea h2::after {
    bottom: -0.8rem;
    width: 80px;
    content: '';
    transform: translateZ(15px) scaleX(1);
    height: 3px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(167,161,166) 0%, rgb(167,161,166,0.5) 100%);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.appArea .path_impact {
    transform: translateZ(20px) rotateY(-2deg);
    box-shadow: 
        0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.07);
    margin: 1rem 0;
    padding: 2.5rem 3rem;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    border-radius: 15px;
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
}.appArea .path_impact::before {
    position: absolute;
    opacity: 0.1;
    transform: translateZ(5px);
    content: '';
    right: -10px;
    top: -10px;
    left: -10px;
    border: 1px solid rgb(167,161,166,0.5);
    bottom: -10px;
    border-radius: 100px;
    pointer-events: none;
}.appArea .path_impact:hover {
    box-shadow: 
        0 25px 35px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateZ(25px) rotateY(0deg);
}.appArea ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.appArea li {
    position: relative;
    padding-left: 0;
}.appArea li::before {
    left: -30px;
    opacity: 0.2;
    height: 60px;
    top: -20px;
    border-radius: 50%;
    transform: translateZ(15px) scale(0.95);
    transition: all 0.4s ease-out;
    position: absolute;
    background: linear-gradient(135deg, rgb(167,161,166,0.5) 0%, transparent 80%);
    content: '';
    width: 60px;
}.appArea li span {
    transform: translateZ(5px);
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    color: #000000;
    line-height: 1.7;
    display: block;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 14px;
}

@media (min-width: 992px) {.appArea {
    padding: 8rem 0;
}.appArea h2 {
    transform: translateZ(15px);
    font-size: calc(30px * 1.1);
    max-width: 80%;
}.appArea h2::after {
    width: 100px;
}.appArea .path_impact {
    margin: 2rem 0;
    padding: 3.5rem 4rem;
}.appArea li span {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}.appArea li::before {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 991px) {.appArea {
    padding: 5rem 0;
}.appArea h2 {
    max-width: 100%;
    font-size: calc(30px * 0.9);
}.appArea .path_impact {
    padding: 2rem 2.5rem;
    transform: translateZ(10px) rotateY(-1deg);
}
}

@media (max-width: 767px) {.appArea {
    padding: 4rem 0;
}.appArea h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.appArea h2::after {
    width: 60px;
    height: 2px;
}.appArea .path_impact {
    padding: 1.5rem 2rem;
    transform: translateZ(5px) rotateY(0deg);
}.appArea li::before {
    left: -20px;
    height: 40px;
    top: -15px;
    width: 40px;
}
}

@media (max-width: 480px) {.appArea {
    padding: 3rem 0;
}.appArea .container {
    padding: 0 1.5rem;
}.appArea h2 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.7);
}.appArea .path_impact {
    margin: 0.5rem 0;
    padding: 1.25rem 1.5rem;
}.appArea li span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}

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

.appArea .path_impact {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.training_specialist {
    overflow: hidden;
    position: relative;
    background-color: rgb(196,195,184);
    padding: 6rem 0;
}.training_specialist::before {
    filter: blur(50px);
    transform: rotate(-15deg);
    height: 70%;
    z-index: 0;
    width: 45%;
    background: linear-gradient(135deg, rgb(167,161,166,0.5), rgb(124,117,127,0.5));
    right: -10%;
    position: absolute;
    content: "";
    top: -10%;
}.training_specialist::after {
    bottom: -10%;
    transform: rotate(15deg);
    position: absolute;
    left: -10%;
    z-index: 0;
    width: 50%;
    filter: blur(40px);
    background: linear-gradient(225deg, rgb(124,117,127,0.5), rgb(167,161,166,0.5));
    content: "";
    height: 60%;
}.training_specialist .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
}.training_specialist .alumni_views {
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    grid-template-columns: 1fr;
    background: linear-gradient(to right bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    position: relative;
    border-left: 4px solid rgb(167,161,166);
    padding: 3rem;
    display: grid;
}.training_specialist .alumni_views > div:nth-child(1) {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(-1rem);
}.training_specialist .alumni_views > div:nth-child(1):hover {
    transform: translateY(-1.5rem) scale(1.02);
}.training_specialist .alumni_views .post_image_grid {
    position: relative;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    height: 300px;
}.training_specialist .alumni_views .post_image_grid:hover {
    clip-path: polygon(0% 5%, 100% 0%, 95% 95%, 5% 100%);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 15px 25px rgba(0,0,0,0.1);
}.training_specialist .alumni_views .post_image_grid::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(167,161,166,0.5) 0%, transparent 50%);
    z-index: 1;
}.training_specialist .alumni_views > div:nth-child(2) {
    border-left: 2px solid rgb(124,117,127);
    align-self: flex-start;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
    opacity: 0;
    transform: translateY(1rem);
    padding-left: 1rem;
}.training_specialist .alumni_views .name {
    position: relative;
    margin-bottom: 0.5rem;
    display: inline-block;
    font-size: calc(24px * 1.2);
    font-weight: 700;
    color: rgb(167,161,166);
}.training_specialist .alumni_views .name::after {
    background-color: rgb(124,117,127);
    height: 2px;
    width: 0;
    content: "";
    bottom: -5px;
    position: absolute;
    transition: width 0.4s ease;
    left: 0;
}.training_specialist .alumni_views .name:hover::after {
    width: 100%;
}.training_specialist .alumni_views > div:nth-child(2) > div {
    color: rgb(124,117,127);
    margin-top: 0.5rem;
    padding-left: 0.5rem;
    font-weight: 600;
    font-style: italic;
    font-size: calc(15px * 0.95);
    position: relative;
}.training_specialist .alumni_views > div:nth-child(2) > div::before {
    color: rgb(167,161,166);
    opacity: 0.7;
    content: "★";
    position: absolute;
    left: -10px;
}.training_specialist .alumni_views > div:nth-child(3) {
    position: relative;
    opacity: 0;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    transform: translateY(1rem);
}.training_specialist .alumni_views .career_card {
    color: #000000;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    font-size: 15px;
    line-height: 1.8;
}.training_specialist .alumni_views .career_card::before {
    font-size: 6rem;
    left: -20px;
    top: -20px;
    color: rgb(167,161,166,0.5);
    z-index: -1;
    position: absolute;
    content: "";
    font-family: Georgia, serif;
}.training_specialist .alumni_views .career_card::after {
    color: rgb(167,161,166,0.5);
    font-size: 6rem;
    font-family: Georgia, serif;
    position: absolute;
    bottom: -60px;
    z-index: -1;
    right: -20px;
    content: "";
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(2rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {.training_specialist .alumni_views {
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto 1fr;
    gap: 2rem 3rem;
}.training_specialist .alumni_views > div:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}.training_specialist .alumni_views > div:nth-child(2) {
    grid-column: 2 / 3;
    align-self: flex-end;
    grid-row: 1 / 2;
}.training_specialist .alumni_views > div:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.training_specialist .alumni_views .post_image_grid {
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
    height: 100%;
    min-height: 400px;
}.training_specialist .alumni_views .post_image_grid:hover {
    clip-path: polygon(5% 0%, 95% 0%, 100% 95%, 0% 100%);
}.training_specialist .alumni_views .name {
    font-size: calc(24px * 1.5);
}.training_specialist .alumni_views .career_card {
    font-size: calc(15px * 1.05);
    padding: 2rem;
}
}

@media (min-width: 1024px) {.training_specialist {
    padding: 8rem 0;
}.training_specialist .alumni_views {
    transform: perspective(1200px) rotateX(1deg) rotateY(-1deg);
    gap: 3rem 4rem;
    padding: 4rem;
    margin: 0 2rem;
    grid-template-columns: 400px 1fr;
}.training_specialist .alumni_views:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
}.training_specialist .alumni_views .post_image_grid {
    min-height: 500px;
}.training_specialist .alumni_views > div:nth-child(2) {
    padding-left: 1.5rem;
}.training_specialist .alumni_views .name {
    margin-bottom: 1rem;
    font-size: calc(24px * 1.7);
}.training_specialist .alumni_views > div:nth-child(2) > div {
    font-size: calc(15px * 1.1);
}.training_specialist .alumni_views .career_card {
    font-size: calc(15px * 1.1);
    line-height: 1.9;
    padding: 2.5rem;
}}.course_methodology {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(167,161,166,0.5) 0%, rgb(124,117,127,0.5) 100%);
}.course_methodology::before {
    opacity: 0.08;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    position: absolute;
    transform: perspective(1000px) rotateX(5deg);
    z-index: -1;
    top: -5%;
    width: 104%;
    height: 110%;
    left: -2%;
}.course_methodology::after {
    animation: pulse 8s ease-in-out infinite alternate;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    height: 100%;
    transform-origin: top right;
    background: rgb(124,117,127);
    z-index: -1;
    opacity: 0.06;
    width: 40%;
    filter: blur(20px);
    content: "";
}.course_methodology .container {
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.course_methodology .path_impact {
    justify-content: flex-start;
    position: relative;
    display: flex;
    align-items: center;
}.course_methodology .path_impact > div {
    transform: translateX(0) translateY(0);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    max-width: 800px;
    background: rgba(255, 255, 255, 0.94);
    padding: 3.5rem 3rem;
    backdrop-filter: blur(10px) saturate(180%);
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}.course_methodology .path_impact > div:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-8px);
}.course_methodology h3 {
    color: rgb(167,161,166);
    font-weight: 700;
    font-size: calc(37px * 0.85);
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}.course_methodology h3::after {
    transition: width 0.3s ease-out;
    left: 0;
    width: 60%;
    bottom: -10px;
    height: 3px;
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, rgb(167,161,166) 0%, rgb(124,117,127) 100%);
    position: absolute;
}.course_methodology .path_impact > div:hover h3::after {
    width: 90%;
}.course_methodology p {
    color: #000000;
    line-height: 1.7;
    position: relative;
    margin-bottom: 0;
    font-size: 18px;
    font-family: Arial, sans-serif;
}.course_methodology p span {
    display: block;
    position: relative;
}.course_methodology p span::before {
    top: 0.8rem;
    width: 0.5rem;
    transform: scale(0);
    opacity: 0;
    left: -1.5rem;
    position: absolute;
    border-radius: 50%;
    background: rgb(124,117,127);
    content: "";
    height: 0.5rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
}.course_methodology .path_impact > div:hover p span::before {
    transform: scale(1);
    opacity: 1;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.06;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.05) rotate(2deg);
    }
}

@media (max-width: 991px) {.course_methodology {
    padding: 5rem 0;
}.course_methodology .path_impact > div {
    padding: 2.5rem 2rem;
    max-width: 100%;
}.course_methodology h3 {
    font-size: calc(37px * 0.75);
}
}

@media (max-width: 767px) {.course_methodology {
    padding: 4rem 0;
}.course_methodology::before {
    opacity: 0.05;
}.course_methodology .path_impact > div {
    transform: none !important;
    padding: 2rem 1.5rem;
}.course_methodology h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.2rem;
}.course_methodology p {
    font-size: calc(18px * 0.95);
}.course_methodology h3::after {
    width: 40%;
}.course_methodology .path_impact > div:hover h3::after {
    width: 70%;
}
}

@media (max-width: 480px) {.course_methodology {
    padding: 3rem 0;
}.course_methodology .path_impact > div {
    padding: 1.5rem 1.2rem;
}.course_methodology h3 {
    font-size: calc(37px * 0.65);
    margin-bottom: 1rem;
}.course_methodology p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.course_methodology h3::after {
    height: 2px;
}.course_methodology p span::before {
    display: none;
}}footer {
    position: relative;
    background-color: #000000;
    margin-top: 0;
}footer::before {
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    opacity: 0.9;
    width: 100%;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(167,161,166,0.5) 50%,
    #000000 100%);
    left: 0;
}.footer_edu {
    padding: 60px 0 40px;
    background-color: transparent;
    z-index: 5;
    position: relative;
}.footer_edu .container {
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 30px;
}.footer_edu .company_holder {
    grid-column: span 4;
    padding: 30px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
}.footer_edu .company_holder h3 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 30px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}.footer_edu .company_holder h3::after {
    width: 100%;
    background: rgb(167,161,166);
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
    bottom: -8px;
}.footer_edu .goal_footer {
    opacity: 0.8;
    line-height: 1.6;
    font-size: 13px;
    color: #ffffff;
}.footer_edu .discord_cta {
    grid-column: span 8;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 30px;
}.footer_edu .top_info {
    padding: 30px;
    position: relative;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
}.footer_edu .top_info h5 {
    font-weight: 600;
    font-size: 22px;
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
}.footer_edu .top_info h5::after {
    height: 2px;
    width: 100%;
    background: rgb(124,117,127);
    bottom: -8px;
    position: absolute;
    left: 0;
    content: "";
}.footer_edu .top_info .head_section {
    grid-gap: 15px;
    display: grid;
}.footer_edu .top_info .head_section a {
    font-size: 13px;
    padding-left: 15px;
    text-decoration: none;
    color: #ffffff;
    opacity: 0.8;
    display: block;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
}.footer_edu .top_info .head_section a::before {
    position: absolute;
    top: 50%;
    background: rgb(124,117,127);
    height: 6px;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    border-radius: 50%;
    content: "";
}.footer_edu .top_info .head_section a:hover {
    opacity: 1;
    color: rgb(167,161,166);
    transform: translateX(5px);
}.assign_help {
    z-index: 5;
    position: relative;
    padding: 25px 0;
    margin-top: 40px;
    background-color: rgba(0, 0, 0, 0.2);
}.assign_help .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.assign_help .lesson_cta {
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
    font-size: 12px;
}

@media (max-width: 991px) {.footer_edu .container {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.footer_edu .company_holder {
    grid-column: span 12;
}.footer_edu .discord_cta {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}

@media (max-width: 767px) {.footer_edu {
    padding: 40px 0 30px;
}.footer_edu .discord_cta {
    grid-template-columns: 1fr;
}.footer_edu .company_holder {
    padding: 25px;
}.footer_edu .top_info {
    padding: 25px;
}.footer_edu .company_holder h3 {
    font-size: calc(30px - 2px);
}.footer_edu .top_info h5 {
    font-size: calc(22px - 1px);
}
}

@media (max-width: 575px) {.footer_edu {
    padding: 30px 0 20px;
}.footer_edu .company_holder,
  .footer_edu .top_info {
    padding: 20px;
}.footer_edu .company_holder h3 {
    font-size: calc(30px - 4px);
}.assign_help {
    padding: 20px 0;
}}

.footer_edu .company_holder:hover,
.footer_edu .top_info:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}.footer_edu .container::before {
    z-index: -1;
    width: 100%;
    content: "";
    opacity: 0.05;
    background: 
    linear-gradient(to right, rgb(167,161,166,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(167,161,166,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    position: absolute;
    pointer-events: none;
    height: 100%;
    left: 0;
    top: 0;
}.footer_edu .company_holder::before {
    height: 100%;
    background: rgb(167,161,166);
    width: 5px;
    position: absolute;
    opacity: 0.5;
    content: "";
    top: 0;
    left: 0;
}.footer_edu .top_info::before {
    height: 100%;
    left: 0;
    content: "";
    opacity: 0.5;
    width: 5px;
    position: absolute;
    background: rgb(124,117,127);
    top: 0;
}footer::after {
    background: linear-gradient(to right,
    rgb(167,161,166),
    rgb(124,117,127),
    rgb(167,161,166));
    bottom: 0;
    width: 100%;
    opacity: 0.3;
    height: 5px;
    left: 0;
    position: absolute;
    z-index: 2;
    content: "";
}.footer_edu .head_section {
    position: relative;
}.footer_edu .head_section::after {
    content: "";
    bottom: -15px;
    opacity: 0.2;
    height: 1px;
    background: rgb(124,117,127,0.5);
    left: 0;
    width: 100%;
    position: absolute;
}.footer_edu .top_info h5,
.footer_edu .company_holder h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}.footer_edu .top_info:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}.footer_edu .top_info:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.assign_help .lesson_cta {
    position: relative;
    display: inline-block;
}.assign_help .lesson_cta::before {
    transform: translateY(-50%);
    top: 50%;
    content: "";
    height: 1px;
    opacity: 0.5;
    left: -40px;
    background: rgb(167,161,166);
    position: absolute;
    width: 30px;
}.assign_help .lesson_cta::after {
    position: absolute;
    background: rgb(167,161,166);
    width: 30px;
    right: -40px;
    content: "";
    height: 1px;
    top: 50%;
    opacity: 0.5;
    transform: translateY(-50%);
}