* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container {
    max-width: 100%;
    width: 1158px;
    margin: auto;
}.nav_sitebar {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.gift_card {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.wrapper-structure {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our_team {
    position: relative;
    padding: 120px 0 160px;
    z-index: 1;
    overflow: hidden;
}.our_team::before {
    right: 0;
    content: "";
    z-index: -1;
    left: 0;
    position: absolute;
    bottom: 0;
    backdrop-filter: blur(5px);
    top: 0;
    background: linear-gradient(135deg, 
        rgba(#000000, 0.85) 0%,
        rgba(#000000, 0.75) 50%,
        rgba(rgb(198,178,201), 0.65) 100%);
}.our_team::after {
    position: absolute;
    bottom: -75px;
    background: #ffffff;
    left: -25%;
    transform: rotate(-3deg);
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
    z-index: -1;
    height: 150px;
    content: "";
    width: 150%;
}.our_team .container {
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    perspective: 1000px;
}.our_team h2 {
    transform: translateZ(0);
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 33px);
    font-weight: 700;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative;
}.our_team h2::after {
    content: "";
    background: rgb(198,178,201);
    height: 4px;
    width: 80px;
    bottom: -15px;
    transform: scaleX(1);
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform-origin: left center;
}.our_team:hover h2::after {
    transform: scaleX(1.5);
}.our_team .text_box_wrap {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(rgb(198,178,201), 0.1);
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    padding: 50px;
}.our_team .text_box_wrap::before {
    background: linear-gradient(to bottom, 
        rgb(198,178,201) 0%, 
        rgb(114,114,187) 100%);
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    width: 6px;
    top: 0;
}.our_team .text_box_wrap:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 
                0 10px 25px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(rgb(198,178,201), 0.15);
    transform: translateY(-5px);
}.our_team .text_box_wrap > div {
    z-index: 2;
    position: relative;
}.our_team .text_box_wrap p {
    font-weight: 600;
    display: inline-block;
    color: rgb(198,178,201);
    margin-bottom: 20px;
    position: relative;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
}.our_team .text_box_wrap p::after {
    background: linear-gradient(to right, 
        rgb(198,178,201) 0%, 
        rgb(114,114,187) 100%);
    left: 0;
    transform: scaleX(0.3);
    bottom: -8px;
    width: 100%;
    position: absolute;
    content: "";
    transform-origin: left center;
    height: 2px;
    transition: transform 0.4s ease-out;
}.our_team .text_box_wrap:hover p::after {
    transform: scaleX(1);
}.our_team .text_box_wrap div div {
    column-gap: 40px;
    line-height: 1.8;
    column-count: 1;
    opacity: 0.9;
    font-size: 13px;
    max-width: 100%;
    transform: translateZ(0);
    text-align: justify;
    color: #000000;
}

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

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

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

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

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

@media (hover: hover) {.our_team .text_box_wrap::after {
    left: 0;
    width: 100%;
    pointer-events: none;
    content: "";
    transition: opacity 0.5s ease;
    top: 0;
    opacity: 0;
    position: absolute;
    background: linear-gradient(135deg, 
            rgba(rgb(198,178,201,0.5), 0.05) 0%,
            rgba(rgb(198,178,201,0.5), 0) 50%);
    height: 100%;
    z-index: 1;
}.our_team .text_box_wrap:hover::after {
    opacity: 1;
}}.data_statistics {
    overflow: hidden;
    padding: 100px 0;
    color: #ffffff;
    isolation: isolate;
    position: relative;
}.data_statistics::before {
    width: 100%;
    top: 0;
    content: '';
    z-index: -1;
    opacity: 0.9;
    position: absolute;
    background: linear-gradient(135deg, #000000 0%, rgb(114,114,187) 100%);
    height: 100%;
    left: 0;
}.data_statistics .container {
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.data_statistics .statistics_highlights {
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.data_statistics .expert_pros {
    z-index: 10;
    align-items: center;
    top: -30px;
    background: rgb(198,178,201);
    justify-content: center;
    transform: rotate(-15deg);
    border-radius: 50% 5px 50% 50%;
    right: 30px;
    position: absolute;
    width: 120px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    display: flex;
    height: 120px;
}.data_statistics .expert_pros svg {
    width: 60px;
    height: 60px;
    transform: rotate(15deg);
    fill: #ffffff;
}.data_statistics .expert_pros svg path {
    fill: #ffffff;
}.data_statistics .value_statistics {
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding-left: 20px;
    font-size: 48px;
    border-left: 5px solid rgb(198,178,201);
}.data_statistics .statistics_advantage {
    max-width: 70%;
    position: relative;
    padding-bottom: 20px;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    margin-bottom: 60px;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}.data_statistics .statistics_advantage::after {
    background: rgb(198,178,201);
    position: absolute;
    content: '';
    bottom: 0;
    height: 2px;
    left: 0;
    width: 100px;
    opacity: 0.8;
}.data_statistics .statistics_extras {
    gap: 30px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}.data_statistics .statistics_extras::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(198,178,201), transparent);
    width: 100%;
    height: 1px;
    content: '';
    left: 0;
    top: -20px;
}.data_statistics .top_statistics {
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: row;
    flex: 1 1 calc(25% - 30px);
    align-items: center;
    min-width: 200px;
    position: relative;
    padding: 0;
}.data_statistics .top_statistics:hover {
    transform: translateY(-10px);
}.data_statistics .extra_pro {
    height: 70px;
    margin-right: 15px;
    min-width: 70px;
    justify-content: center;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: transparent;
    position: relative;
    border-radius: 15px;
    border: 2px solid rgb(198,178,201);
}.data_statistics .extra_pro::before {
    top: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    opacity: 0.4;
    height: 100%;
    background: rgb(198,178,201);
}.data_statistics .extra_pro svg {
    width: 35px;
    height: 35px;
    fill: rgb(198,178,201);
}.data_statistics .extra_pro svg path {
    fill: rgb(198,178,201);
}.data_statistics .top_statistics span {
    line-height: 1;
    margin-right: 10px;
    font-size: calc(22px * 1.5);
    display: block;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    color: #ffffff;
}.data_statistics .top_statistics p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}

@media screen and (max-width: 1200px) {.data_statistics .top_statistics {
    flex: 1 1 calc(33.33% - 30px);
}
}

@media screen and (max-width: 991px) {.data_statistics {
    padding: 80px 0;
}.data_statistics .expert_pros {
    height: 100px;
    right: 25px;
    width: 100px;
    top: -25px;
}.data_statistics .expert_pros svg {
    width: 50px;
    height: 50px;
}.data_statistics .statistics_advantage {
    max-width: 85%;
    margin-bottom: 50px;
}.data_statistics .statistics_extras {
    justify-content: flex-start;
}.data_statistics .top_statistics {
    flex: 1 1 calc(50% - 30px);
}
}

@media screen and (max-width: 767px) {.data_statistics {
    padding: 60px 0;
}.data_statistics .statistics_highlights {
    gap: 40px;
}.data_statistics .expert_pros {
    height: 80px;
    right: 20px;
    top: -20px;
    width: 80px;
}.data_statistics .expert_pros svg {
    width: 40px;
    height: 40px;
}.data_statistics .value_statistics {
    font-size: calc(48px * 0.8);
    padding-left: 15px;
}.data_statistics .statistics_advantage {
    max-width: 100%;
    font-size: calc(12px * 0.95);
    margin-bottom: 40px;
}.data_statistics .statistics_extras {
    gap: 25px;
    flex-direction: column;
}.data_statistics .top_statistics {
    flex: 1 1 100%;
    width: 100%;
}.data_statistics .extra_pro {
    min-width: 60px;
    height: 60px;
}.data_statistics .extra_pro svg {
    width: 30px;
    height: 30px;
}.data_statistics .top_statistics span {
    font-size: calc(36px * 1.2);
}
}

@media screen and (max-width: 480px) {.data_statistics {
    padding: 50px 0;
}.data_statistics .expert_pros {
    top: -15px;
    right: 15px;
    height: 70px;
    width: 70px;
    border-radius: 15px 5px 15px 15px;
}.data_statistics .expert_pros svg {
    width: 35px;
    height: 35px;
}.data_statistics .value_statistics {
    padding-left: 12px;
    border-left: 3px solid rgb(198,178,201);
    font-size: calc(48px * 0.7);
}.data_statistics .statistics_advantage {
    margin-bottom: 30px;
    font-size: calc(12px * 0.9);
}.data_statistics .top_statistics {
    align-items: center;
}.data_statistics .extra_pro {
    height: 50px;
    min-width: 50px;
    border-radius: 10px;
}.data_statistics .extra_pro svg {
    width: 25px;
    height: 25px;
}.data_statistics .top_statistics span {
    font-size: calc(36px * 1.1);
}.data_statistics .top_statistics p {
    font-size: calc(12px * 0.85);
}}.find_us {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: #ffffff;
}.find_us::before {
    top: 0;
    filter: blur(50px);
    background: 
        radial-gradient(circle at 20% 20%, rgb(198,178,201,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(114,114,187,0.5) 0%, transparent 30%);
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
}.find_us .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
}.find_us .connect_team {
    background: transparent;
    border-radius: 22px;
    position: relative;
    flex-direction: column;
    display: flex;
    overflow: visible;
}.find_us .write_form {
    text-align: center;
    color: #ffffff;
    margin: 0 0 50px;
    padding: 15px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 28px;
    z-index: 10;
    display: flex;
    background: rgb(198,178,201);
    font-weight: 700;
    border-radius: 10px;
    position: relative;
    align-items: center;
    justify-content: center;
}.find_us .write_form svg {
    stroke-linejoin: round;
    stroke-linecap: round;
    width: 28px;
    margin-right: 12px;
    stroke-width: 2;
    fill: none;
    animation: gentleRotate 8s infinite linear;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    height: 28px;
    stroke: #ffffff;
}@keyframes gentleRotate {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(5deg);
    }
    75% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.find_us .write_form span {
    -webkit-background-clip: text !important;
    padding: 0 10px;
    color: transparent;
    background: linear-gradient(90deg, rgb(198,178,201), rgb(114,114,187));
    display: inline-block;
    background-clip: text !important;
}.find_us .write_form::before {
    left: 50%;
    filter: blur(50px);
    transform: translate(-50%, -50%);
    width: 120px;
    opacity: 0.4;
    background: rgb(198,178,201,0.5);
    position: absolute;
    height: 120px;
    z-index: -1;
    border-radius: 50%;
    content: '';
    top: 50%;
}.find_us .write_form::after {
    border-top: 10px solid rgb(198,178,201);
    border-right: 15px solid transparent;
    transform: translateX(-50%);
    bottom: -10px;
    content: '';
    left: 50%;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
}.find_us .video_thumbnail {
    top: 0;
    border-radius: 10px;
    right: 15px;
    position: absolute;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    height: 100%;
    left: 15px;
}.find_us .video_thumbnail::before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.7) 100%);
    left: 0;
}.find_us .video_thumbnail::after {
    animation: pulse 3s infinite;
    border: 3px solid #ffffff;
    height: 60px;
    bottom: 30px;
    width: 60px;
    opacity: 0.8;
    border-radius: 50%;
    z-index: 2;
    left: 30px;
    position: absolute;
    content: '';
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.6;
    }
}
@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.find_us .message_us {
    z-index: 2;
    transform: translateZ(0);
    background: #ffffff;
    border-radius: 10px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}.find_us .message_us:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.find_us .message_us::before {
    width: 100%;
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    border-radius: 10px 10px 0 0;
    height: 5px;
    background: linear-gradient(to right, rgb(198,178,201), rgb(114,114,187));
}.find_us .message_us p {
    align-items: center;
    padding-left: 42px;
    color: #000000;
    margin: 0 0 22px;
    position: relative;
    display: flex;
    font-size: 16px;
}.find_us .message_us p:last-child {
    margin-bottom: 0;
}.find_us .message_us p svg {
    background: rgb(220,219,210);
    border-radius: 50%;
    padding: 4px;
    left: 0;
    position: absolute;
    fill: #000000;
    box-sizing: content-box;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
}.find_us .message_us p:hover svg {
    stroke: rgb(114,114,187);
    transform: translateY(-50%) scale(1.2);
    background: rgb(198,178,201);
}.find_us .message_us p svg path {
    stroke-dashoffset: 40;
    animation: drawSvgPath 1.5s forwards ease-out;
    stroke-dasharray: 40;
}.find_us .message_us p:nth-child(1) svg path {
    animation-delay: 0.1s;
}.find_us .message_us p:nth-child(2) svg path {
    animation-delay: 0.2s;
}.find_us .message_us p:nth-child(3) svg path {
    animation-delay: 0.3s;
}.find_us .message_us p:nth-child(4) svg path {
    animation-delay: 0.4s;
}.find_us .message_us p:nth-child(5) svg path {
    animation-delay: 0.5s;
}@keyframes drawSvgPath {
    to {
        stroke-dashoffset: 0;
    }
}
.find_us .message_us p span {
    position: relative;
    z-index: 1;
}.find_us .message_us p a {
    color: rgb(198,178,201);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}.find_us .message_us p a:hover {
    color: rgb(114,114,187);
}.find_us .contact_list {
    padding: 40px;
    overflow: hidden;
    background: rgb(220,219,210);
    border-radius: 10px;
    position: relative;
}.find_us .contact_list::before {
    height: 100%;
    opacity: 0.1;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(198,178,201,0.5) 49%, rgb(198,178,201,0.5) 51%, transparent 52%) 0 0/30px 30px,
        linear-gradient(-45deg, transparent 48%, rgb(114,114,187,0.5) 49%, rgb(114,114,187,0.5) 51%, transparent 52%) 0 0/30px 30px;
    z-index: 1;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
}.find_us .reach_form {
    font-size: 19px;
    text-align: center;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #000000;
    margin: 0 0 30px;
    font-weight: 600;
    z-index: 2;
}.find_us .reach_form svg {
    height: 22px;
    fill: none;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 22px;
    margin-right: 10px;
    stroke-linecap: round;
    stroke: rgb(198,178,201);
}.find_us .reach_form svg circle {
    animation: clockwise 10s linear infinite;
    transform-origin: center;
}@keyframes clockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.find_us .reach_form::after {
    content: '';
    left: 50%;
    width: 40px;
    bottom: -10px;
    background: rgb(198,178,201);
    position: absolute;
    height: 2px;
    transform: translateX(-50%);
}.find_us .contact_widget {
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    z-index: 2;
    gap: 20px;
}.find_us .feedback_form {
    background: #ffffff;
    align-items: center;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: calc(16px - 1px);
    position: relative;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: left;
    padding: 15px 15px 15px 40px;
    color: #000000;
    display: flex;
}.find_us .feedback_form svg {
    fill: none;
    left: 12px;
    stroke-width: 2;
    height: 16px;
    top: 50%;
    stroke: rgb(198,178,201);
    stroke-linejoin: round;
    opacity: 0.8;
    position: absolute;
    stroke-linecap: round;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    width: 16px;
}.find_us .feedback_form:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    color: #000000;
}.find_us .feedback_form:hover svg {
    stroke: rgb(114,114,187);
    opacity: 1;
    transform: translateY(-50%) rotate(15deg);
}.find_us .feedback_form::before {
    transform-origin: left;
    width: 100%;
    left: 0;
    transform: scaleX(0);
    top: 0;
    content: '';
    position: absolute;
    height: 3px;
    transition: transform 0.3s ease;
    background: linear-gradient(to right, rgb(198,178,201), rgb(114,114,187));
}.find_us .feedback_form:hover::before {
    transform: scaleX(1);
}.find_us .feedback_form:nth-child(odd)::after {
    width: 10px;
    background: rgb(198,178,201,0.5);
    right: -5px;
    content: '';
    position: absolute;
    bottom: -5px;
    height: 10px;
    border-radius: 50%;
}
@media (min-width: 992px) {.find_us .connect_team {
    padding: 50px 0;
}.find_us .message_us p svg {
    height: 26px;
    width: 26px;
}.find_us .reach_form svg {
    height: 24px;
    width: 24px;
    margin-right: 12px;
}.find_us .feedback_form svg {
    height: 18px;
    width: 18px;
}
}
@media (min-width: 768px) and (max-width: 991px) {.find_us {
    padding: 80px 0;
}.find_us .write_form {
    margin-bottom: 40px;
}.find_us .write_form svg {
    width: 24px;
    margin-right: 10px;
    height: 24px;
}.find_us .message_us,
    .find_us .contact_list {
    padding: 30px;
}.find_us .message_us p svg {
    width: 22px;
    height: 22px;
}.find_us .reach_form svg {
    width: 20px;
    height: 20px;
}.find_us .contact_widget {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 767px) {.find_us {
    padding: 60px 0;
}.find_us .write_form {
    font-size: calc(28px - 4px);
    margin-bottom: 30px;
}.find_us .write_form svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}.find_us .message_us,
    .find_us .contact_list {
    padding: 25px;
}.find_us .message_us p {
    padding-left: 30px;
}.find_us .message_us p svg {
    height: 20px;
    width: 20px;
}.find_us .reach_form svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}.find_us .contact_widget {
    gap: 15px;
    grid-template-columns: 1fr;
}.find_us .feedback_form {
    padding: 12px 12px 12px 35px;
}.find_us .feedback_form svg {
    width: 14px;
    left: 10px;
    height: 14px;
}}.get_in_touch {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,219,210) 0%, rgba(0, 0, 0, 0.03) 100%);
    padding: 80px 0;
    position: relative;
}.get_in_touch::before {
    right: 0;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(198,178,201), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(114,114,187), 0.05) 0%, transparent 30%);
    z-index: 0;
    bottom: 0;
}.get_in_touch::after {
    background-size: 20px 20px;
    background-image: 
        linear-gradient(90deg, rgba(rgb(198,178,201), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(198,178,201), 0.03) 1px, transparent 1px);
    left: 0;
    opacity: 0.6;
    animation: gridMove 20s linear infinite;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    z-index: 1;
    width: 100%;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.get_in_touch .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.get_in_touch h2 {
    font-size: 35px;
    left: 50%;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #000000;
    position: relative;
    transform: translateX(-50%);
}.get_in_touch h2::after {
    width: 70%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(198,178,201), transparent);
    position: absolute;
    left: 15%;
    bottom: -15px;
    content: "";
}.get_in_touch .message_box {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(198,178,201), 0.05);
    display: flex;
}.get_in_touch .message_box:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(198,178,201), 0.1);
    transform: translateY(-5px);
}.get_in_touch .message_box::before {
    width: 5px;
    background: linear-gradient(to bottom, rgb(198,178,201), rgb(114,114,187));
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
}.get_in_touch .video_thumbnail {
    overflow: hidden;
    position: relative;
    width: 45%;
}.get_in_touch .video_thumbnail::after {
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, 
                rgba(rgb(198,178,201), 0.3) 0%, 
                rgba(rgb(114,114,187), 0.3) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    mix-blend-mode: overlay;
    content: "";
}.get_in_touch .video_thumbnail::before {
    transform: rotate(45deg);
    content: "";
    width: 150%;
    top: -100px;
    left: -100px;
    z-index: 2;
    animation: shine 6s infinite;
    height: 150px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.get_in_touch .message_list {
    position: relative;
    width: 55%;
    padding: 50px 40px;
}.get_in_touch .message_list::before {
    border-radius: 50%;
    right: -50px;
    content: "";
    position: absolute;
    z-index: 0;
    width: 200px;
    top: -50px;
    background: radial-gradient(circle, rgba(rgb(198,178,201), 0.05) 0%, transparent 70%);
    height: 200px;
}.get_in_touch form {
    position: relative;
    z-index: 2;
}.get_in_touch form h3 {
    color: #000000;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
    font-size: 21px;
}.get_in_touch form h3::after {
    height: 2px;
    position: absolute;
    content: "";
    width: 40px;
    background: rgb(198,178,201);
    bottom: -10px;
    left: 0;
}.get_in_touch form input[type="text"] {
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
    border: 1px solid rgba(#000000, 0.1);
    font-size: 15px;
    margin-bottom: 20px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgba(#ffffff, 0.8);
    position: relative;
}.get_in_touch form input[type="text"]:focus {
    border-color: rgb(198,178,201);
    outline: none;
    box-shadow: 0 0 0 3px rgba(rgb(198,178,201), 0.1);
    background: #ffffff;
}.get_in_touch form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.get_in_touch form input[type="text"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.get_in_touch .query_inquiry {
    margin-bottom: 30px;
    align-items: flex-start;
    position: relative;
    display: flex;
}.get_in_touch .query_inquiry input[type="checkbox"] {
    height: 0;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    width: 0;
}.get_in_touch .query_inquiry label {
    padding-left: 35px;
    line-height: 1.4;
    cursor: pointer;
    font-size: 12px;
    user-select: none;
    color: #000000;
    position: relative;
}.get_in_touch .query_inquiry label::before {
    position: absolute;
    transition: all 0.3s ease;
    top: 0;
    content: "";
    height: 22px;
    left: 0;
    width: 22px;
    border: 1px solid rgba(#000000, 0.2);
    background: rgba(#ffffff, 0.8);
    border-radius: 10px;
}.get_in_touch .query_inquiry input[type="checkbox"]:checked + label::before {
    border-color: rgb(198,178,201);
    background: rgb(198,178,201);
}.get_in_touch .query_inquiry input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    content: "";
    height: 12px;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 6px;
}.get_in_touch .query_inquiry label a {
    position: relative;
    transition: all 0.3s ease;
    color: rgb(198,178,201);
    text-decoration: none;
}.get_in_touch .query_inquiry label a::after {
    transform: scaleX(0);
    transition: transform 0.3s ease;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    transform-origin: left;
    background: rgb(198,178,201);
    height: 1px;
}.get_in_touch .query_inquiry label a:hover {
    color: rgb(114,114,187);
}.get_in_touch .query_inquiry label a:hover::after {
    background: rgb(114,114,187);
    transform: scaleX(1);
}.get_in_touch .feedback_request {
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, rgb(198,178,201), rgb(114,114,187));
    overflow: hidden;
    border: none;
    z-index: 1;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    padding: 15px 20px;
}.get_in_touch .feedback_request::before {
    content: "";
    background: linear-gradient(90deg, rgb(114,114,187), rgb(198,178,201));
    left: 0;
    width: 100%;
    top: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    opacity: 0;
    position: absolute;
    height: 100%;
}.get_in_touch .feedback_request:hover::before {
    opacity: 1;
}.get_in_touch .feedback_request:active {
    transform: translateY(2px);
}.get_in_touch svg {
    fill: rgb(198,178,201);
    width: 20px;
    transition: fill 0.3s ease;
    height: 20px;
    margin-right: 10px;
}.get_in_touch svg path {
    fill: rgb(198,178,201);
    transition: fill 0.3s ease;
}.get_in_touch svg:hover,
.get_in_touch svg:hover path {
    fill: rgb(114,114,187);
}.get_in_touch form input {
    background: rgb(220,219,210);
}
@media (max-width: 1024px) {.get_in_touch {
    padding: 60px 0;
}.get_in_touch .container {
    padding: 0 15px;
}.get_in_touch h2 {
    margin-bottom: 40px;
}.get_in_touch .message_list {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.get_in_touch {
    padding: 50px 0;
}.get_in_touch h2 {
    margin-bottom: 30px;
}.get_in_touch .message_box {
    flex-direction: column;
}.get_in_touch .video_thumbnail {
    width: 100%;
    height: 250px;
}.get_in_touch .message_list {
    width: 100%;
    padding: 30px 25px;
}.get_in_touch form h3 {
    margin-bottom: 25px;
}.get_in_touch form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.get_in_touch .query_inquiry {
    margin-bottom: 25px;
}.get_in_touch .feedback_request {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.get_in_touch {
    padding: 40px 0;
}.get_in_touch h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.85);
}.get_in_touch .video_thumbnail {
    height: 200px;
}.get_in_touch .message_list {
    padding: 25px 20px;
}.get_in_touch form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 20px;
}.get_in_touch form input[type="text"] {
    padding: 10px 12px;
    margin-bottom: 12px;
}.get_in_touch .query_inquiry {
    margin-bottom: 20px;
}.get_in_touch .query_inquiry label {
    padding-left: 30px;
    font-size: calc(12px * 0.9);
}.get_in_touch .query_inquiry label::before {
    height: 18px;
    width: 18px;
}.get_in_touch .query_inquiry input[type="checkbox"]:checked + label::after {
    top: 3px;
    left: 6px;
    height: 10px;
    width: 5px;
}.get_in_touch .feedback_request {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.get_in_touch::after,
    .get_in_touch .video_thumbnail::before {
    animation: none;
}.get_in_touch .message_box:hover {
    transform: none;
}}.tyWrap {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(220,219,210) 0%, #ffffff 100%);
}.tyWrap::before {
    top: -10%;
    filter: blur(25px);
    width: 40%;
    right: -5%;
    background: linear-gradient(120deg, rgb(198,178,201,0.5) 0%, rgb(114,114,187,0.5) 100%);
    z-index: 0;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    opacity: 0.4;
    height: 70%;
    animation: float 15s ease-in-out infinite;
    content: "";
}.tyWrap::after {
    position: absolute;
    bottom: -5%;
    left: -2%;
    z-index: 0;
    animation: float 18s ease-in-out infinite reverse;
    transform: rotate(10deg) skewX(-10deg);
    filter: blur(20px);
    width: 30%;
    height: 60%;
    background: linear-gradient(220deg, rgb(114,114,187,0.5) 0%, rgb(198,178,201,0.5) 100%);
    content: "";
    opacity: 0.3;
}.tyWrap .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
}.tyWrap .training_pro {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-left: 5px solid rgb(198,178,201);
    background-color: #ffffff;
    transform: perspective(1000px) rotateX(1deg);
    padding: 3.5rem;
    position: relative;
}.tyWrap .training_pro:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.tyWrap .training_pro::before {
    height: 100%;
    content: "";
    mask-size: 200% 200%;
    background: linear-gradient(to right, 
               #ffffff 0%, 
               rgba(255, 255, 255, 0.8) 100%);
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.7) 50%, #000 75%);
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    animation: shimmerMask 8s infinite linear;
}.tyWrap .training_pro > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.tyWrap .training_pro > div:first-child::after {
    background: linear-gradient(90deg, rgb(198,178,201) 0%, rgb(114,114,187) 100%);
    bottom: -1rem;
    width: 60px;
    position: absolute;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
    left: 0;
    height: 4px;
    transform-origin: left center;
}.tyWrap .training_pro:hover > div:first-child::after {
    width: 120px;
}.tyWrap h5 {
    transform: translateZ(0);
    color: #000000;
    animation: fadeInUp 0.8s forwards 0.2s;
    opacity: 0;
    position: relative;
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
}.tyWrap a {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(0);
    text-decoration: none;
    display: block;
}.tyWrap a:hover {
    transform: translateY(-3px);
}.tyWrap p {
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.7;
    opacity: 0;
    color: #000000;
    animation: fadeInUp 0.8s forwards 0.5s;
    font-size: 12px;
    font-weight: 400;
}

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

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

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

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

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

@media (max-width: 576px) {.tyWrap {
    padding: 3rem 0;
}.tyWrap .training_pro {
    padding: 1.5rem;
    border-left-width: 3px;
}.tyWrap .training_pro > div:first-child::after {
    height: 3px;
    width: 50px;
}.tyWrap .training_pro:hover > div:first-child::after {
    width: 80px;
}.tyWrap h5 {
    font-size: calc(18px * 0.85);
}.tyWrap p {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}}.gift_card {
    color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 6rem 0 4rem;
}.gift_card::before {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    background: #000000;
    content: "";
    top: 0;
    opacity: 0.85;
    left: 0;
}.gift_card::after {
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 30px 30px;
    animation: gridAnimate 15s linear infinite;
    position: absolute;
    background: 
        linear-gradient(rgba(rgb(198,178,201), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(198,178,201), 0.2) 1px, transparent 1px);
    content: "";
    left: 0;
    z-index: -1;
    opacity: 0.15;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.gift_card .container {
    grid-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}.gift_card .company_holder {
    grid-row: 1;
    grid-column: 1 / 5;
    position: relative;
}.gift_card .company_holder::before {
    top: -20px;
    height: 60px;
    border-left: 2px solid rgb(198,178,201);
    position: absolute;
    opacity: 0.7;
    content: "";
    left: -20px;
    width: 60px;
    border-top: 2px solid rgb(198,178,201);
}.gift_card .company_holder::after {
    position: absolute;
    opacity: 0.7;
    border-bottom: 2px solid rgb(198,178,201);
    border-right: 2px solid rgb(198,178,201);
    width: 60px;
    height: 60px;
    bottom: -20px;
    content: "";
    right: -20px;
}.gift_card .company_holder h3 {
    position: relative;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #ffffff, rgb(198,178,201));
    display: inline-block;
    font-size: 29px;
    -webkit-background-clip: text !important;
}.gift_card .company_holder h3::after {
    height: 2px;
    bottom: -5px;
    box-shadow: 0 0 10px rgb(198,178,201);
    position: absolute;
    background: rgb(198,178,201);
    content: "";
    width: 30%;
    left: 0;
}.gift_card .donate_btn {
    color: #ffffff;
    margin-top: 1.5rem;
    line-height: 1.6;
    font-size: 18px;
    opacity: 0.8;
}.gift_card .conduct_code {
    grid-row: 1;
    justify-content: flex-end;
    grid-column: 6 / 13;
    display: flex;
}.gift_card .top_sitebar {
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    width: 100%;
}.gift_card .top_class {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 10px;
    padding: 1.5rem;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}.gift_card .top_class:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    transform: translateY(-5px);
}.gift_card .top_class::before {
    left: 0;
    width: 3px;
    transition: height 0.3s ease;
    background: rgb(198,178,201);
    position: absolute;
    height: 0;
    top: 0;
    content: "";
}.gift_card .top_class:hover::before {
    height: 100%;
}.gift_card .top_class h5 {
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    color: rgb(114,114,187);
    font-size: 22px;
    position: relative;
}.gift_card .top_class h5::before {
    background: rgb(198,178,201);
    position: absolute;
    border-radius: 50%;
    top: 50%;
    content: "";
    box-shadow: 0 0 10px rgb(198,178,201);
    transform: translateY(-50%);
    left: 0;
    height: 5px;
    width: 5px;
}.gift_card .top_class .top_sitebar {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}.gift_card .top_class .top_sitebar a {
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 18px;
    z-index: 1;
    opacity: 0.7;
    color: #ffffff;
    position: relative;
    padding: 0.4rem 1rem;
}.gift_card .top_class .top_sitebar a::before {
    top: 0;
    background: linear-gradient(90deg, rgba(rgb(198,178,201,0.5), 0.1), transparent);
    transform: translateX(-100%);
    z-index: -1;
    transition: transform 0.3s ease;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
}.gift_card .top_class .top_sitebar a:hover {
    opacity: 1;
    color: #ffffff;
    padding-left: 1.5rem;
}.gift_card .top_class .top_sitebar a:hover::before {
    transform: translateX(0);
}.footer_social {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    grid-column: 1 / 13;
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    grid-row: 2;
    margin-top: 4rem;
}.footer_social::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(198,178,201), transparent);
    position: absolute;
    width: 60%;
}.footer_social .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.footer_social .calc_foot {
    opacity: 0.7;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
}

@media screen and (max-width: 992px) {.gift_card .container {
    grid-template-columns: repeat(1, 1fr);
}.gift_card .company_holder {
    grid-column: 1;
    grid-row: 1;
}.gift_card .conduct_code {
    grid-column: 1;
    margin-top: 2rem;
    grid-row: 2;
}.footer_social {
    margin-top: 3rem;
    grid-row: 3;
}
}

@media screen and (max-width: 768px) {.gift_card {
    padding: 4rem 0 3rem;
}.gift_card .top_sitebar {
    gap: 2rem;
    grid-template-columns: 1fr;
}.gift_card .top_class {
    padding: 1.2rem;
}.gift_card .top_class h5 {
    font-size: calc(22px * 0.9);
}.gift_card .company_holder::before,
    .gift_card .company_holder::after {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.gift_card {
    padding: 3rem 0 2rem;
}.gift_card .company_holder h3 {
    font-size: calc(29px * 0.9);
}.gift_card .donate_btn {
    font-size: calc(18px * 0.9);
}.gift_card .top_class .top_sitebar a {
    font-size: calc(18px * 0.9);
}.footer_social {
    padding: 1rem 0;
    margin-top: 2rem;
}}.title_board {
    position: relative;
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin: 0;
}.title_board .learn_top {
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
    min-height: 100vh;
}.title_board .learn_top::before {
    bottom: 0;
    z-index: 1;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(198,178,201,0.5), rgb(114,114,187,0.5));
    animation: gradientShift 15s infinite alternate ease-in-out;
    right: 0;
    backdrop-filter: blur(2px);
    position: absolute;
    left: 0;
}.title_board .learn_top::after {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
    position: absolute;
    content: "";
    background-image: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    z-index: 2;
    height: 100%;
}.title_board .our_journey {
    transform: perspective(1200px) rotateX(2deg);
    padding: 4rem 3rem;
    backdrop-filter: blur(8px);
    background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.05)
  );
    width: 92%;
    z-index: 3;
    animation: floatIn 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
    transform-origin: center bottom;
    max-width: 1200px;
}.title_board .our_journey > div:first-child {
    opacity: 0;
    transform: translateX(-10px);
    position: relative;
    animation: slideRight 0.8s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.title_board .our_journey > div:last-child {
    border-left: 3px solid rgb(198,178,201);
    position: relative;
    animation: slideLeft 0.8s 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    opacity: 0;
    transform: translateX(10px);
    padding-left: 2rem;
}.title_board .title_style_header {
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
    position: relative;
    font-size: clamp(2.5rem, 5vw, 46px);
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}.title_board h3 {
    color: #ffffff;
    margin: 0 0 1.5rem;
    position: relative;
    line-height: 1.4;
    font-weight: 600;
    font-size: clamp(1.2rem, 3vw, 19px);
}.title_board p {
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    font-size: clamp(1rem, 2vw, 13px);
}.title_board .title_style_header::before {
    bottom: -20px;
    left: 0;
    width: 60px;
    background: rgb(198,178,201);
    position: absolute;
    animation: expandWidth 1.2s 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform: scaleX(0);
    transform-origin: left;
    height: 8px;
    content: "";
}.title_board .title_style_header::after {
    width: 60px;
    content: "";
    right: 30px;
    height: 60px;
    position: absolute;
    animation: rotateIn 1.5s 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    opacity: 0.6;
    border: 2px solid rgb(114,114,187);
    transform: rotate(45deg) scale(0);
    top: -30px;
}

@keyframes gradientShift {
  0% {
    background: linear-gradient(135deg, rgb(198,178,201,0.5), rgb(114,114,187,0.5));
  }
  50% {
    background: linear-gradient(225deg, rgb(114,114,187,0.5), rgb(198,178,201,0.5));
  }
  100% {
    background: linear-gradient(315deg, rgb(198,178,201,0.5), rgb(114,114,187,0.5));
  }
}

@keyframes floatIn {
  0% {
    opacity: 0;
    transform: perspective(1200px) rotateX(10deg) translateY(50px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px) rotateX(2deg) translateY(0);
  }
}

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

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

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

@keyframes rotateIn {
  0% {
    transform: rotate(45deg) scale(0);
    opacity: 0;
  }
  100% {
    transform: rotate(45deg) scale(1);
    opacity: 0.6;
  }
}

@media (min-width: 768px) {.title_board .our_journey {
    padding: 5rem 4rem;
    gap: 3rem;
    grid-template-columns: 1.2fr 1fr;
}.title_board .our_journey > div:last-child {
    border-left: 3px solid rgb(198,178,201);
    padding-left: 3rem;
}.title_board .title_style_header::before {
    width: 80px;
}
}

@media (min-width: 1200px) {.title_board .our_journey {
    gap: 4rem;
    padding: 6rem 5rem;
}.title_board .title_style_header {
    margin-bottom: 1.5rem;
}.title_board .our_journey > div:first-child {
    position: relative;
}.title_board .our_journey > div:first-child::after {
    transform: translateY(-50%);
    width: 1px;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(255, 255, 255, 0.5), transparent);
    height: 80%;
    right: -2rem;
    top: 50%;
}
}

@media (max-width: 767px) {.title_board .learn_top {
    min-height: 100vh;
}.title_board .our_journey {
    gap: 2rem;
    padding: 3rem 2rem;
}.title_board .our_journey > div:last-child {
    padding-left: 1.5rem;
}.title_board .title_style_header::before {
    width: 50px;
    height: 6px;
    bottom: -15px;
}.title_board .title_style_header::after {
    right: 20px;
    top: -20px;
    width: 40px;
    height: 40px;
}
}

@media (max-width: 480px) {.title_board .our_journey {
    padding: 2.5rem 1.5rem;
}.title_board .our_journey > div:last-child {
    border-left-width: 2px;
    padding-left: 1rem;
}}.join_our_community {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(198,178,201,0.5) 0%, rgb(114,114,187) 100%);
    overflow: hidden;
    position: relative;
}.join_our_community::before {
    left: -5%;
    animation: subtle-shift 20s infinite linear;
    width: 110%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 15px,
        rgba(255, 255, 255, 0.03) 15px,
        rgba(255, 255, 255, 0.03) 30px
    );
    position: absolute;
    top: -5%;
    height: 110%;
    content: '';
    z-index: 0;
}.join_our_community::after {
    transform: skewX(-15deg) translateX(10%);
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1));
    content: '';
    z-index: 1;
    top: 0;
    height: 100%;
    right: 0;
    width: 40%;
    position: absolute;
}.join_our_community .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
}.join_our_community .training_pro {
    background: rgba(255, 255, 255, 0.08);
    transform: perspective(1000px) rotateY(-1deg);
    gap: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    display: grid;
    backdrop-filter: blur(8px);
    grid-template-columns: 1fr;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    border-left: 4px solid rgb(114,114,187);
}.join_our_community .training_pro:hover {
    transform: perspective(1000px) rotateY(0deg);
}.join_our_community h4 {
    transition: padding-left 0.4s ease;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.01em;
    padding-left: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    line-height: 1.4;
    margin: 0 0 1rem;
    font-size: calc(21px * 1.05);
}.join_our_community h4::before {
    height: 10px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    width: 10px;
    position: absolute;
    content: '';
    top: 50%;
    background: rgb(114,114,187);
    opacity: 0;
    left: -20px;
    transform: translateY(-50%) scale(0);
}.join_our_community .training_pro:hover h4 {
    padding-left: 20px;
}.join_our_community .training_pro:hover h4::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}.join_our_community .input_holder {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 5;
}.join_our_community .input_holder span {
    position: relative;
    overflow: hidden;
    display: block;
}.join_our_community .input_holder span::after {
    width: 100%;
    height: 2px;
    position: absolute;
    background: linear-gradient(to right, rgb(114,114,187), rgb(198,178,201));
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    bottom: 0;
    content: '';
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
}.join_our_community .input_holder span:hover::after,
.join_our_community .input_holder span:focus-within::after {
    transform: scaleX(1);
}.join_our_community input[type="email"] {
    font-family: Arial, sans-serif;
    color: #ffffff;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    background: rgba(255, 255, 255, 0.12);
    font-size: calc(12px * 1.05);
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    padding: 1.2rem 1.5rem;
}.join_our_community input[type="email"]::placeholder {
    transition: color 0.3s ease, transform 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}.join_our_community input[type="email"]:focus {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.join_our_community input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    color: rgba(255, 255, 255, 0.4);
}.join_our_community .mail_join {
    width: 100%;
    background: rgb(114,114,187);
    font-size: 18px;
    color: #ffffff;
    position: relative;
    border: none;
    padding: 1.2rem 1.8rem;
    overflow: hidden;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 600;
    cursor: pointer;
}.join_our_community .mail_join:hover {
    transform: translateY(-2px);
    background: linear-gradient(45deg, rgb(114,114,187), rgb(198,178,201));
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.15),
        0 0 0 2px rgba(255, 255, 255, 0.1);
}.join_our_community .mail_join::before {
    content: '';
    width: 100%;
    transition: left 0.6s ease;
    position: absolute;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    top: 0;
    height: 100%;
    left: -100%;
}.join_our_community .mail_join:hover::before {
    left: 100%;
}

@keyframes subtle-shift {
    0% {
        transform: translateX(0) translateY(0);
    }
    25% {
        transform: translateX(5px) translateY(-5px);
    }
    50% {
        transform: translateX(0) translateY(0);
    }
    75% {
        transform: translateX(-5px) translateY(5px);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}

@media (min-width: 768px) {.join_our_community {
    padding: 5rem 0;
}.join_our_community .training_pro {
    padding: 3.5rem 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.join_our_community h4 {
    font-size: calc(21px * 1.1);
    margin: 0;
}.join_our_community .input_holder {
    flex-direction: row;
}.join_our_community .input_holder span:first-child {
    flex: 1;
}.join_our_community .mail_join {
    width: auto;
    white-space: nowrap;
}
}

@media (min-width: 992px) {.join_our_community .training_pro {
    gap: 4rem;
    padding: 4rem 5rem;
}.join_our_community h4 {
    font-size: calc(21px * 1.15);
}.join_our_community .training_pro::before {
    position: absolute;
    width: 120px;
    right: -60px;
    z-index: -1;
    height: 120px;
    top: -60px;
    content: '';
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.join_our_community .training_pro::after {
    height: 80px;
    content: '';
    bottom: -40px;
    border-radius: 50%;
    z-index: -1;
    left: -40px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 80px;
}
}

@media (max-width: 767px) {.join_our_community {
    padding: 3rem 0;
}.join_our_community .training_pro {
    padding: 2rem;
}.join_our_community h4 {
    font-size: 21px;
    text-align: center;
}.join_our_community .input_holder {
    gap: 0.8rem;
}.join_our_community input[type="email"],
    .join_our_community .mail_join {
    padding: 1rem;
}
}

@media (max-width: 480px) {.join_our_community {
    padding: 2.5rem 0;
}.join_our_community .container {
    padding: 0 1rem;
}.join_our_community .training_pro {
    padding: 1.5rem;
}.join_our_community h4 {
    font-size: calc(21px * 0.9);
}}.take_a_spin {
    background: linear-gradient(135deg, rgb(114,114,187,0.5), rgb(198,178,201,0.5) 60%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    padding: 4rem 0;
    overflow: hidden;
    margin: 5rem 0;
    position: relative;
}.take_a_spin::before {
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 2px,
        transparent 2px,
        transparent 8px
    );
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
}.take_a_spin::after {
    right: -10%;
    content: "";
    height: 100%;
    z-index: -1;
    width: 50%;
    filter: blur(50px);
    background: radial-gradient(
        circle at center,
        rgb(198,178,201,0.5) 0%,
        transparent 70%
    );
    top: 0;
    transform: translateY(-10%) scale(1.5);
    opacity: 0.4;
    position: absolute;
}.take_a_spin .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
}.take_a_spin h2 {
    margin-left: auto;
    font-weight: 700;
    font-size: 32px;
    max-width: 85%;
    padding: 0.5rem 0;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-right: auto;
    color: #000000;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    margin-bottom: 2.5rem;
    text-align: center;
}.take_a_spin h2::after {
    transform: translateX(-50%) scaleX(0);
    content: "";
    width: 80px;
    height: 3px;
    transform-origin: center;
    left: 50%;
    position: absolute;
    bottom: -0.75rem;
    animation: underlineExpand 1.2s ease-out forwards 0.3s;
    background: rgb(198,178,201);
}.take_a_spin .training_pro {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    justify-content: center;
    max-width: 80%;
    gap: 2.5rem;
    transform: translateY(0) scale(1);
    align-items: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 3px 10px rgba(0, 0, 0, 0.05),
                inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    position: relative;
    padding: 1.5rem;
}.take_a_spin .training_pro:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.08),
                inset 0 0 0 1px rgba(255, 255, 255, 0.9);
}.take_a_spin svg {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(-5deg);
    height: 56px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    width: 56px;
    flex-shrink: 0;
}.take_a_spin .training_pro:hover svg {
    transform: rotate(5deg) scale(1.1);
}.take_a_spin svg path {
    transition: fill 0.3s ease;
    fill: rgb(198,178,201);
}.take_a_spin .training_pro:hover svg path {
    fill: rgb(114,114,187);
}.take_a_spin .feedback_request {
    min-width: 200px;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(198,178,201), rgb(114,114,187));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateZ(0);
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 1rem 2.5rem;
}.take_a_spin .feedback_request::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    transform: translateX(-100%);
    position: absolute;
}.take_a_spin .feedback_request:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px) translateZ(0);
}.take_a_spin .feedback_request:hover::before {
    transform: translateX(100%);
}.take_a_spin .feedback_request:active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(1px) translateZ(0);
}

@keyframes underlineExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 992px) {.take_a_spin {
    padding: 3.5rem 0;
}.take_a_spin h2 {
    max-width: 95%;
    font-size: calc(32px * 0.9);
}.take_a_spin .training_pro {
    padding: 1.25rem;
    max-width: 90%;
}
}

@media (max-width: 768px) {.take_a_spin {
    padding: 3rem 0;
}.take_a_spin h2 {
    font-size: calc(32px * 0.8);
    transform: perspective(1000px) rotateX(1deg);
}.take_a_spin .training_pro {
    max-width: 100%;
    flex-direction: column;
    gap: 1.5rem;
}.take_a_spin svg {
    width: 48px;
    height: 48px;
}.take_a_spin .feedback_request {
    width: 100%;
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.take_a_spin {
    margin: 3rem 0;
    padding: 2.5rem 0;
}.take_a_spin h2 {
    margin-bottom: 2rem;
    transform: none;
    font-size: calc(32px * 0.7);
}.take_a_spin .training_pro {
    padding: 1rem;
}.take_a_spin svg {
    height: 40px;
    width: 40px;
}.take_a_spin .feedback_request {
    font-size: calc(18px * 0.9);
    min-width: auto;
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 480px) {.take_a_spin h2 {
    font-size: calc(32px * 0.6);
}
}

@media (hover: none) {.take_a_spin .training_pro {
    transform: none !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                    0 3px 10px rgba(0, 0, 0, 0.05);
}.take_a_spin svg {
    transform: none !important;
}.take_a_spin .feedback_request:hover {
    transform: none;
}
}

@container (max-width: 500px) {.take_a_spin .container {
    padding: 0 1rem;
}}.price_combo {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.price_combo::before {
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    top: 0;
    right: 0;
    content: "";
    z-index: 1;
    left: 0;
}.price_combo .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.price_combo .pricing_catalog {
    perspective: 1000px;
}.price_combo h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transform: translateZ(50px);
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 32px;
}.price_combo h2::after {
    height: 3px;
    transform: translateX(-50%);
    background: rgb(198,178,201);
    width: 80px;
    bottom: -10px;
    position: absolute;
    content: "";
    box-shadow: 0 0 15px rgb(198,178,201,0.5);
    left: 50%;
}.price_combo .study_price {
    line-height: 1.6;
    text-align: center;
    max-width: 800px;
    color: #ffffff;
    opacity: 0.9;
    margin: 0 auto 60px;
    font-size: 18px;
}.price_combo .price_deals {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}.price_combo .cost_breakdown {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    transform-style: preserve-3d;
    height: 100%;
    text-decoration: none;
    will-change: transform;
}.price_combo .price_panel {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    height: 100%;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    overflow: hidden;
    padding: 8px;
    background: rgba(255, 255, 255, 0.03);
}.price_combo .price_panel::before {
    right: -5px;
    background-size: 200% 200%;
    transition: opacity 0.4s ease;
    position: absolute;
    top: -5px;
    animation: shimmer 3s infinite linear;
    opacity: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    left: -5px;
    bottom: -5px;
}.price_combo .pricing_tiers {
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    flex-direction: column;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 4px;
    display: flex;
    position: relative;
    height: 100%;
    transition: all 0.3s ease;
    padding: 35px 25px;
}.price_combo .pricing_tiers h4 {
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    font-size: 23px;
    padding-bottom: 15px;
    font-weight: 600;
}.price_combo .pricing_tiers h4::after {
    bottom: 0;
    content: "";
    position: absolute;
    height: 2px;
    background: rgb(198,178,201);
    left: 0;
    transition: width 0.3s ease;
    width: 40px;
}.price_combo .pricing_tiers p {
    font-size: calc(18px - 2px);
    line-height: 1.6;
    opacity: 0.8;
    flex-grow: 1;
    margin-bottom: 25px;
    color: #ffffff;
}.price_combo .value_plan {
    position: relative;
    border-radius: 30px;
    display: inline-block;
    font-size: calc(23px + 4px);
    overflow: hidden;
    align-self: flex-start;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(198,178,201) 0%, rgb(114,114,187) 100%);
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    color: #ffffff;
    padding: 12px 25px;
}.price_combo .value_plan::before {
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    position: absolute;
    left: -100%;
    transition: 0.5s;
}.price_combo .cost_breakdown:hover {
    transform: translateY(-10px) rotateX(5deg);
}.price_combo .cost_breakdown:hover .price_panel {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}.price_combo .cost_breakdown:hover .price_panel::before {
    opacity: 1;
}.price_combo .cost_breakdown:hover .pricing_tiers h4::after {
    width: 80px;
}.price_combo .cost_breakdown:hover .value_plan::before {
    left: 100%;
}.price_combo .cost_breakdown:hover .pricing_tiers {
    transform: translateZ(20px);
    border-color: rgba(255,255,255,0.1);
}

@keyframes shimmer {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

@media (max-width: 1200px) {.price_combo {
    padding: 100px 0;
}.price_combo .price_deals {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.price_combo .pricing_tiers {
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.price_combo {
    padding: 80px 0;
}.price_combo h2 {
    font-size: calc(32px - 4px);
}.price_combo .study_price {
    margin-bottom: 40px;
}.price_combo .price_deals {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.price_combo .pricing_tiers h4 {
    font-size: calc(23px - 1px);
}.price_combo .value_plan {
    padding: 10px 20px;
    font-size: calc(23px + 2px);
}
}

@media (max-width: 480px) {.price_combo {
    padding: 60px 0;
}.price_combo h2 {
    font-size: calc(32px - 6px);
}.price_combo .study_price {
    margin-bottom: 30px;
    font-size: calc(18px - 1px);
}.price_combo .pricing_tiers {
    padding: 25px 15px;
}.price_combo .pricing_tiers p {
    margin-bottom: 20px;
    font-size: calc(18px - 3px);
}.price_combo .value_plan {
    padding: 8px 15px;
    font-size: calc(23px + 0px);
}
}

@media (hover: none) {.price_combo .cost_breakdown:hover {
    transform: none;
}.price_combo .price_panel {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.price_combo .cost_breakdown:active {
    transform: scale(0.98);
}}header {
    z-index: 99;
    width: 100%;
    overflow: visible;
    position: relative;
    background: linear-gradient(135deg, rgb(220,219,210), #ffffff);
}header::before {
    opacity: 0.3;
    position: absolute;
    left: 0;
    height: 15px;
    bottom: 0;
    width: 100%;
    content: "";
    background-size: 20px 20px;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(198,178,201,0.5) 6px,
            rgb(198,178,201,0.5) 10px,
            transparent 10px
        ) repeat-x;
}header .nav_skill {
    display: flex;
    padding: 25px 30px;
    align-items: center;
    position: relative;
    justify-content: space-between;
}header .nav_skill::before,
header .nav_skill::after {
    width: 30%;
    position: absolute;
    height: 2px;
    background: linear-gradient(to right, rgb(198,178,201), transparent);
    content: "";
}header .nav_skill::before {
    top: 10px;
    left: 0;
}header .nav_skill::after {
    bottom: 10px;
    background: linear-gradient(to left, rgb(114,114,187), transparent);
    right: 0;
}header .nav_skill .head_section {
    position: relative;
    z-index: 2;
}header .nav_skill .head_section::before {
    z-index: -1;
    opacity: 0.05;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    width: 140%;
    top: -20%;
    background: rgb(198,178,201,0.5);
    transition: transform 0.5s ease-in-out;
    left: -20%;
    content: "";
    position: absolute;
    height: 140%;
}header .nav_skill .head_section:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .nav_skill .head_section .top_site {
    transition: transform 0.3s ease;
    display: block;
}header .nav_skill .head_section:hover .top_site {
    transform: translateY(-3px);
}header .nav_skill .head_section .top_site svg {
    height: 45px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    width: auto;
}header .nav_skill .top_class {
    position: relative;
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}header .nav_skill .top_class::before {
    height: 100%;
    z-index: -1;
    background: rgb(114,114,187,0.5);
    position: absolute;
    transition: all 0.5s ease;
    opacity: 0.05;
    width: 100%;
    top: 0;
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    left: 0;
}header .nav_skill .top_class:hover::before {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.08;
}header .nav_skill .top_class .head_main {
    margin: 0 8px;
    position: relative;
}header .nav_skill .top_class .head_main a {
    color: #000000;
    overflow: hidden;
    transition: all 0.4s ease;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    display: block;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 10px 15px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}header .nav_skill .top_class .head_main a:hover {
    color: #ffffff;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}header .nav_skill .top_class .head_main a::before {
    left: 0;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    transform-origin: right top;
    transform: scale(0);
    height: 100%;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    position: absolute;
    content: "";
    background: rgb(198,178,201);
    top: 0;
    z-index: -1;
    width: 100%;
}header .nav_skill .top_class .head_main a:hover::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(1);
}header .nav_skill .top_class .head_main:nth-child(2n) a::before {
    background: rgb(114,114,187);
    transform-origin: left bottom;
}header .nav_skill .top_class .head_main:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .nav_skill .top_class .head_main:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .nav_skill {
    padding: 20px 15px;
    flex-direction: column;
}header .nav_skill .head_section {
    margin-bottom: 15px;
}header .nav_skill .top_class {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .nav_skill .top_class .head_main {
    margin: 5px;
}header .nav_skill .top_class .head_main a {
    padding: 8px 12px;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header .nav_skill {
    padding: 15px 10px;
}header .nav_skill .head_section .top_site svg {
    height: 40px;
}header .nav_skill .top_class .head_main a {
    font-size: calc(13px - 2px);
    padding: 6px 10px;
}}.privacy_reserve {
    background-color: rgb(220,219,210);
    border: 1px solid #000000;
    padding: 30px;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}.privacy_reserve h1 {
    font-size: 30px;
    color: #000000;
    margin: 20px 0;
    font-weight: 700;
    text-transform: uppercase;
}.privacy_reserve h2 {
    margin: 15px 0;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}.privacy_reserve h3, .privacy_reserve h4, .privacy_reserve h5, .privacy_reserve h6 {
    margin: 10px 0;
    color: #000000;
    font-size: 24px;
}.privacy_reserve ul {
    padding-left: 20px;
    color: #000000;
    margin: 15px 0;
    list-style-type: square;
}.privacy_reserve li {
    line-height: 1.8;
    font-size: 12px;
}
@media only screen and (max-width: 800px) {.privacy_reserve {
    padding: 20px;
}.privacy_reserve h1 {
    font-size: 24px;
}.privacy_reserve h2 {
    font-size: 19px;
}.privacy_reserve ul {
    font-size: 12px;
}}
.client_feedback {
    background: rgb(220,219,210);
    position: relative;
    padding: 8rem 2rem;
    overflow: hidden;
}.client_feedback::before {
    top: 0;
    z-index: 0;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, transparent 49.5%, rgb(198,178,201,0.5) 49.5%, rgb(198,178,201,0.5) 50.5%, transparent 50.5%);
    width: 100%;
    position: absolute;
    left: 0;
}.client_feedback::after {
    content: "";
    width: 100%;
    height: 40%;
    left: 0;
    position: absolute;
    background: linear-gradient(to top, rgb(114,114,187,0.5) 0%, transparent 100%);
    bottom: 0;
    opacity: 0.1;
    z-index: 0;
}.client_feedback .training_pro {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1400px;
}.client_feedback h4 {
    text-align: center;
    font-weight: 700;
    font-size: 33px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5rem;
    color: #000000;
}.client_feedback h4::before {
    bottom: -15px;
    background: rgb(198,178,201);
    content: "";
    transform: translateX(-50%);
    width: 60px;
    position: absolute;
    left: 50%;
    height: 3px;
}.client_feedback h4::after {
    width: 30px;
    transform: translateX(-50%);
    bottom: -25px;
    height: 3px;
    position: absolute;
    content: "";
    background: rgb(114,114,187);
    left: 50%;
}.client_feedback .rating_reviews {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}.client_feedback .feedback_zone {
    padding: 3rem;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}.client_feedback .feedback_zone:nth-child(odd) {
    transform: translateX(0);
    background: linear-gradient(45deg, rgb(220,219,210) 0%, #ffffff 100%);
    border-right: 1px solid rgb(114,114,187,0.5);
}.client_feedback .feedback_zone:nth-child(even) {
    border-left: 1px solid rgb(114,114,187,0.5);
    transform: translateX(0);
    background: linear-gradient(135deg, #ffffff 0%, rgb(220,219,210) 100%);
}.client_feedback .feedback_zone:nth-child(odd):hover {
    transform: translateX(20px);
}.client_feedback .feedback_zone:nth-child(even):hover {
    transform: translateX(-20px);
}.client_feedback .feedback_zone::before {
    width: 80%;
    height: 1px;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(198,178,201,0.5), transparent);
    left: 10%;
    content: "";
    bottom: 0;
}.client_feedback .feedback_zone:last-child::before,
.client_feedback .feedback_zone:nth-last-child(2):last-child::before {
    display: none;
}.client_feedback .feedback_zone .video_thumbnail {
    width: 120px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: relative;
    border-radius: 0;
    margin-bottom: 2rem;
    height: 120px;
    transition: all 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.client_feedback .feedback_zone:hover .video_thumbnail {
    transform: rotate(15deg);
}.client_feedback .feedback_zone .video_thumbnail::before {
    background: linear-gradient(45deg, rgb(198,178,201,0.5), transparent 70%);
    z-index: 1;
    opacity: 0;
    right: 0;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease;
}.client_feedback .feedback_zone:hover .video_thumbnail::before {
    opacity: 0.5;
}.client_feedback .feedback_zone span {
    padding: 0 1rem;
    font-size: 22px;
    transition: all 0.4s ease;
    text-align: center;
    font-weight: 600;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
}.client_feedback .feedback_zone:hover span {
    color: rgb(198,178,201);
}.client_feedback .feedback_zone span::after {
    position: absolute;
    background: rgb(114,114,187);
    content: "";
    transition: all 0.4s ease;
    bottom: -8px;
    left: 50%;
    width: 40px;
    height: 2px;
    transform: translateX(-50%) scaleX(0);
}.client_feedback .feedback_zone:hover span::after {
    transform: translateX(-50%) scaleX(1);
}.client_feedback .feedback_zone p {
    position: relative;
    margin-top: 1rem;
    padding: 0 1rem;
    line-height: 1.7;
    transition: all 0.4s ease;
    color: #000000;
    max-width: 100%;
    font-size: 12px;
    text-align: center;
}.client_feedback .feedback_zone:hover p {
    transform: scale(1.02);
}.client_feedback .feedback_zone:nth-child(4n+1),
.client_feedback .feedback_zone:nth-child(4n+4) {
    background: linear-gradient(45deg, rgb(220,219,210) 0%, #ffffff 100%);
}.client_feedback .feedback_zone:nth-child(4n+2),
.client_feedback .feedback_zone:nth-child(4n+3) {
    background: linear-gradient(135deg, #ffffff 0%, rgb(220,219,210) 100%);
}

@media (max-width: 1200px) {.client_feedback .feedback_zone {
    padding: 2.5rem;
}.client_feedback .feedback_zone .video_thumbnail {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 992px) {.client_feedback {
    padding: 6rem 1.5rem;
}.client_feedback h4 {
    margin-bottom: 4rem;
    font-size: calc(33px * 0.9);
}.client_feedback .rating_reviews {
    grid-template-columns: 1fr;
}.client_feedback .feedback_zone {
    padding: 3rem 2rem;
}.client_feedback .feedback_zone:nth-child(n) {
    border-bottom: 1px solid rgb(114,114,187,0.5);
    transform: translateX(0);
    border: none;
}.client_feedback .feedback_zone:nth-child(odd):hover,
    .client_feedback .feedback_zone:nth-child(even):hover {
    transform: translateY(-10px);
}.client_feedback .feedback_zone::before {
    display: none;
}
}

@media (max-width: 768px) {.client_feedback {
    padding: 5rem 1rem;
}.client_feedback h4 {
    margin-bottom: 3rem;
    font-size: calc(33px * 0.8);
}.client_feedback .feedback_zone {
    padding: 2.5rem 1.5rem;
}.client_feedback .feedback_zone .video_thumbnail {
    width: 90px;
    height: 90px;
}}.learning_impact {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(220,219,210) 0%, rgb(114,114,187,0.5) 100%);
}.learning_impact::before {
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.05) 0px,
    rgba(255, 255, 255, 0.05) 2px,
    transparent 2px,
    transparent 10px
  );
    pointer-events: none;
    width: 100%;
    position: absolute;
    height: 100%;
}.learning_impact::after {
    height: 200%;
    transform: rotate(-15deg);
    top: -50%;
    z-index: 0;
    position: absolute;
    width: 80%;
    background: radial-gradient(circle at center, rgb(114,114,187,0.5) 0%, transparent 60%);
    content: "";
    right: -20%;
}.learning_impact .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.learning_impact .training_pro {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    gap: 40px;
}.learning_impact .text_box_wrap {
    backdrop-filter: blur(10px);
    transform: translateY(0);
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
    flex: 1;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.learning_impact .text_box_wrap:hover {
    transform: translateY(-5px);
}.learning_impact .text_box_wrap::before {
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(198,178,201), rgb(114,114,187));
    height: 100%;
    content: "";
    left: 0;
    width: 5px;
}.learning_impact h4 {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 25px;
    color: #000000;
    position: relative;
    letter-spacing: -0.01em;
    font-size: calc(23px * 1.1);
}.learning_impact h4::after {
    height: 3px;
    width: 70px;
    margin-top: 15px;
    content: "";
    display: block;
    background: rgb(198,178,201);
}.learning_impact .text_box_wrap > div {
    gap: 20px;
    flex-direction: column;
    display: flex;
}.learning_impact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.learning_impact li {
    margin-bottom: 20px;
    transform: translateX(0);
    transition: transform 0.4s ease;
}.learning_impact li:hover {
    transform: translateX(5px);
}.learning_impact li p {
    gap: 15px;
    line-height: 1.6;
    display: flex;
    margin: 0;
    color: #000000;
    font-size: 13px;
    align-items: flex-start;
}.learning_impact li p span:first-child {
    background: linear-gradient(135deg, #ffffff 0%, rgb(220,219,210) 100%);
    display: flex;
    width: 40px;
    flex-shrink: 0;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 18px;
    height: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    justify-content: center;
    padding: 8px;
}.learning_impact li:hover p span:first-child {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    transform: scale(1.1) rotate(5deg);
}.learning_impact li p span:last-child {
    padding-left: 5px;
    font-weight: 400;
    position: relative;
}.learning_impact li p span:last-child::before {
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    background: rgb(114,114,187);
    bottom: -5px;
    height: 1px;
}.learning_impact li:hover p span:last-child::before {
    width: 100%;
}.learning_impact svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 24px;
    height: 24px;
}.learning_impact li:hover svg {
    transform: rotate(15deg);
}.learning_impact svg path {
    fill: rgb(198,178,201);
    transition: fill 0.3s ease;
}.learning_impact li:hover svg path {
    fill: rgb(114,114,187);
}.learning_impact .video_thumbnail {
    object-fit: cover;
    width: 100%;
    max-height: 450px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    border-radius: 10px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-5deg);
}.learning_impact .video_thumbnail:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {.learning_impact {
    padding: 150px 0;
}.learning_impact .training_pro {
    align-items: center;
    flex-direction: row;
    gap: 60px;
}.learning_impact .text_box_wrap {
    padding: 40px;
}.learning_impact .text_box_wrap > div {
    gap: 30px;
    flex-direction: row;
}.learning_impact h4 {
    font-size: 23px;
}.learning_impact .video_thumbnail {
    max-width: 45%;
    max-height: 550px;
}
}

@media screen and (min-width: 992px) {.learning_impact {
    padding: 180px 0;
}.learning_impact .training_pro {
    gap: 80px;
}.learning_impact h4 {
    margin-bottom: 35px;
    font-size: calc(37px * 0.75);
}.learning_impact li p {
    font-size: calc(13px * 1.05);
}.learning_impact .video_thumbnail {
    max-width: 48%;
    max-height: 650px;
}
}

@media screen and (max-width: 767px) {.learning_impact {
    padding: 80px 0;
}.learning_impact h4 {
    font-size: calc(22px * 1.2);
}.learning_impact li p {
    line-height: 1.5;
    font-size: calc(13px * 0.95);
}.learning_impact li p span:first-child {
    height: 32px;
    width: 32px;
}.learning_impact svg {
    width: 20px;
    height: 20px;
}.learning_impact .video_thumbnail {
    max-height: 350px;
}
}

@media screen and (max-width: 480px) {.learning_impact {
    padding: 60px 0;
}.learning_impact .text_box_wrap {
    padding: 20px;
}.learning_impact h4 {
    margin-bottom: 20px;
}.learning_impact li {
    margin-bottom: 15px;
}.learning_impact li p {
    gap: 10px;
}.learning_impact .video_thumbnail {
    max-height: 280px;
}}.cookie_dialog_notice {
    overflow: hidden;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    justify-content: center;
    border-top: 3px solid rgb(198,178,201);
    background: rgb(220,219,210);
    transition: transform 0.3s ease-in-out;
    display: flex;
    padding: 1rem 0;
    align-items: center;
    z-index: 90;
    bottom: 0;
    position: fixed;
}#dataProtectionBox {
    display: none;
}#dataProtectionBox:checked ~ .cookie_dialog_notice {
    visibility: hidden;
    opacity: 0;
}.cookie_dialog_notice .container {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    padding: 0 15px;
    z-index: 1;
    gap: 1rem;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    justify-content: space-between;
}.privacy_learn {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-right: 1rem;
}.privacy_learn svg {
    width: 50px;
    fill: rgb(198,178,201);
    height: 50px;
}.cookies_tech {
    min-width: 300px;
    margin-bottom: 20px;
    flex: 1;
}.cookies_tech h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: rgb(198,178,201);
    font-size: 1.5rem;
}.cookies_tech p {
    font-size: 1rem;
    color: #000000;
}.data_policy {
    text-decoration: none;
    background: rgb(198,178,201);
    cursor: pointer;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
    display: inline-block;
    font-size: 1rem;
    border-radius: 10px;
    border: none;
    padding: 0.75rem 1.5rem;
}.cookie_button.track_manage {
    background: rgb(198,178,201);
}.cookie_button.cookie_tips {
    margin-left: 0.5rem;
    background: #000000;
}.data_policy:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.cookie_tips:hover {
    background: rgb(198,178,201);
}.cookie_dialog_notice p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(198,178,201);
}.cookie_dialog_notice p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookie_dialog_notice .container {
    flex-direction: column;
    align-items: center;
}.privacy_learn {
    margin-bottom: 1rem;
    margin-right: 0;
}.cookies_tech {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.cookie_tips {
    margin-left: 0;
    margin-top: 0.5rem;
}}
.leadership_profile {
    overflow: hidden;
    position: relative;
    background: linear-gradient(150deg, rgb(220,219,210) 0%, #000000 100%);
    padding: 8rem 0;
    min-height: 700px;
}.leadership_profile::before {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(198,178,201,0.5) 85%, rgb(198,178,201,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(114,114,187,0.5) 85%, rgb(114,114,187,0.5) 88%, transparent 88%);
    content: "";
    opacity: 0.1;
    animation: gridFlow 20s linear infinite;
    top: 0;
    background-size: 150px 150px;
    height: 100%;
}.leadership_profile .container {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
}.leadership_profile .feedback_zone {
    background: transparent;
    display: grid;
    gap: 20px 30px;
    position: relative;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    grid-template-columns: 45% 1fr;
    min-height: 580px;
    grid-template-rows: auto auto 1fr;
}.leadership_profile .feedback_zone::before {
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    border-radius: 26px;
    right: 0;
    top: 50%;
    left: 0;
    opacity: 0.3;
    content: "";
    height: 90%;
    transform: translateY(-50%);
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, rgb(198,178,201,0.5) 0%, transparent 50%);
    filter: blur(40px);
}.leadership_profile .feedback_zone::after {
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    border-radius: 26px;
    backdrop-filter: blur(15px);
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: -2;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}.leadership_profile .video_thumbnail {
    overflow: hidden;
    z-index: 2;
    transform: scale(1);
    grid-area: photo;
    height: 100%;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 26px 0 0 26px;
    filter: contrast(1.1) brightness(1.05);
    position: relative;
}.leadership_profile .feedback_zone:hover .video_thumbnail {
    transform: scale(1.02);
    filter: contrast(1.2) brightness(1.1);
}.leadership_profile .video_thumbnail::before {
    animation: pulseOpacity 3s ease-in-out infinite;
    top: 0;
    z-index: 3;
    width: 10px;
    opacity: 0.7;
    content: "";
    background: rgb(198,178,201);
    position: absolute;
    height: 100%;
    left: 0;
}.leadership_profile .name {
    z-index: 3;
    position: relative;
    grid-area: name;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: end;
    margin-top: 80px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 28px;
    transform: translateX(0);
}.leadership_profile .feedback_zone:hover .name {
    transform: translateX(15px);
}.leadership_profile .name::after {
    width: 0;
    height: 2px;
    position: absolute;
    background: rgb(198,178,201);
    content: "";
    bottom: 0;
    transition: width 0.5s ease;
    left: 0;
}.leadership_profile .feedback_zone:hover .name::after {
    width: 60%;
}.leadership_profile .feedback_zone span:not(.name) {
    grid-area: job;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    position: relative;
    display: inline-block;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateX(0);
    backdrop-filter: blur(5px);
    font-size: 23px;
    color: rgb(114,114,187);
    z-index: 3;
    border-radius: 10px;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.2);
    align-self: start;
}.leadership_profile .feedback_zone:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(15px);
}.leadership_profile .exp_box {
    margin-right: 0;
    width: 95%;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    border-left: 4px solid rgb(114,114,187);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    color: #ffffff;
    transform: translateY(0);
    font-size: 13px;
    line-height: 1.8;
    padding: 2rem;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    align-self: start;
    grid-area: quote;
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 26px;
    z-index: 2;
}.leadership_profile .feedback_zone:hover .exp_box {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateX(15px) translateY(-5px);
}.leadership_profile .container::after {
    bottom: -150px;
    z-index: -1;
    height: 300px;
    width: 300px;
    right: -150px;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(114,114,187,0.5) 0%, transparent 70%);
    filter: blur(70px);
    opacity: 0.3;
    animation: pulseGlow 10s ease-in-out infinite alternate;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.leadership_profile .feedback_zone {
    grid-template-columns: 1fr;
    grid-template-areas:
            "video_thumbnail"
            "name"
            "career_experience"
            "exp_box";
    grid-template-rows: auto auto auto auto;
    gap: 20px;
}.leadership_profile .video_thumbnail {
    height: 350px;
    border-radius: 26px 26px 0 0;
}.leadership_profile .video_thumbnail::before {
    height: 10px;
    width: 100%;
}.leadership_profile .name {
    text-align: center;
    margin-top: 0;
}.leadership_profile .name::after {
    left: 50%;
    transform: translateX(-50%);
}.leadership_profile .feedback_zone:hover .name {
    transform: translateY(-5px);
}.leadership_profile .feedback_zone span:not(.name) {
    margin: 0 auto;
}.leadership_profile .feedback_zone:hover span:not(.name) {
    transform: translateY(-5px);
}.leadership_profile .exp_box {
    width: 90%;
    border-left: none;
    border-top: 4px solid rgb(114,114,187);
    margin: 0 auto;
}.leadership_profile .feedback_zone:hover .exp_box {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.leadership_profile {
    padding: 5rem 0;
}.leadership_profile .video_thumbnail {
    height: 250px;
}.leadership_profile .name {
    font-size: 23px;
}.leadership_profile .feedback_zone span:not(.name) {
    padding: 0.5rem 1rem;
    font-size: 13px;
}.leadership_profile .exp_box {
    width: 95%;
    font-size: calc(13px * 0.9);
    padding: 1.5rem;
    line-height: 1.6;
}}.course_program_details {
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
    background: rgb(220,219,210);
    min-height: 100vh;
    justify-content: center;
    display: flex;
    align-items: center;
}.course_program_details .knowledge_plan {
    width: 45%;
    z-index: 1;
    top: 50%;
    overflow: hidden;
    position: absolute;
    border-bottom-left-radius: 150px;
    transform: translateY(-50%);
    right: 0;
    height: 70vh;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.08);
    border-top-left-radius: 150px;
}.course_program_details .knowledge_plan::before {
    height: 100%;
    background: linear-gradient(90deg, rgb(220,219,210), transparent);
    top: 0;
    position: absolute;
    pointer-events: none;
    left: 0;
    width: 100px;
    z-index: 2;
    content: "";
}.course_program_details .job_training {
    height: 500%;
    width: 100%;
    animation: carousel-vertical 25s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    flex-direction: column;
    display: flex;
}.course_program_details .knowledge_plan:hover .job_training {
    animation-play-state: paused;
}.course_program_details .lesson_plan {
    width: 100%;
    flex-shrink: 0;
    height: 20%;
    position: relative;
}.course_program_details .lesson_plan img {
    width: 100%;
    filter: brightness(1.05) contrast(1.08);
    object-position: center;
    object-fit: cover;
    transition: transform 0.7s ease;
    height: 100%;
}.course_program_details .lesson_plan:hover img {
    transform: scale(1.05);
}.course_program_details .container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    justify-content: flex-start;
    z-index: 2;
    width: 100%;
}.course_program_details .training_pro {
    padding-right: 10%;
    width: 60%;
}.course_program_details .career_class {
    padding: 3.5rem;
    border-radius: 12px;
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
}.course_program_details .career_class::before {
    height: calc(100% - 3rem);
    border: 1px solid rgb(198,178,201,0.5);
    opacity: 0.3;
    top: 1.5rem;
    left: 1.5rem;
    position: absolute;
    content: "";
    pointer-events: none;
    border-radius: 10px;
    width: calc(100% - 3rem);
}.course_program_details .career_class h3 {
    color: rgb(198,178,201);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1.25rem;
}.course_program_details .career_class p {
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 2rem;
}.course_program_details .career_class .feedback_request {
    padding: 0.9rem 2.25rem;
    color: #ffffff;
    position: relative;
    font-size: 19px;
    border-radius: 12px;
    overflow: hidden;
    font-weight: 600;
    background: rgb(198,178,201);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    z-index: 1;
    display: inline-block;
}.course_program_details .career_class .feedback_request::before {
    transform: translateX(-100%);
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    z-index: -1;
    transition: transform 0.6s ease;
    content: "";
    left: 0;
    width: 100%;
}.course_program_details .career_class .feedback_request:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.course_program_details .career_class .feedback_request:hover::before {
    transform: translateX(100%);
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.course_program_details {
    padding: 3rem 2rem;
}.course_program_details .knowledge_plan {
    border-bottom-left-radius: 100px;
    height: 60vh;
    border-top-left-radius: 100px;
    width: 40%;
}.course_program_details .training_pro {
    padding-right: 5%;
    width: 65%;
}.course_program_details .career_class {
    padding: 2.5rem;
}.course_program_details .career_class::before {
    top: 1rem;
    height: calc(100% - 2rem);
    left: 1rem;
    width: calc(100% - 2rem);
}.course_program_details .career_class h3 {
    font-size: calc(28px * 0.9);
}

}

@media (max-width: 767px) {.course_program_details {
    padding: 3rem 1.5rem;
    min-height: auto;
    display: block;
}.course_program_details .knowledge_plan {
    border-radius: 0;
    position: relative;
    width: 100%;
    border-bottom-left-radius: 50px;
    right: auto;
    margin-bottom: 2rem;
    border-bottom-right-radius: 50px;
    top: auto;
    transform: none;
    height: 40vh;
}.course_program_details .knowledge_plan::before {
    width: 100%;
    top: auto;
    bottom: 0;
    height: 100px;
    background: linear-gradient(0deg, rgb(220,219,210), transparent);
}.course_program_details .job_training {
    width: 500%;
    height: 100%;
    flex-direction: row;
    animation: carousel-horizontal-mobile 20s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}.course_program_details .lesson_plan {
    width: 20%;
    height: 100%;
}.course_program_details .container {
    justify-content: center;
    width: 100%;
}.course_program_details .training_pro {
    width: 100%;
    max-width: 500px;
    padding-right: 0;
}.course_program_details .career_class {
    padding: 2rem 1.5rem;
}.course_program_details .career_class::before {
    width: calc(100% - 1.5rem);
    left: 0.75rem;
    top: 0.75rem;
    height: calc(100% - 1.5rem);
}.course_program_details .career_class h3 {
    font-size: 18px;
}.course_program_details .career_class p {
    margin-bottom: 1.5rem;
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.course_program_details .career_class .feedback_request {
    padding: 0.8rem 1.5rem;
    text-align: center;
    width: 100%;
}
    
    @keyframes carousel-horizontal-mobile {
        0%, 16% {
            transform: translateX(0);
        }
        20%, 36% {
            transform: translateX(-20%);
        }
        40%, 56% {
            transform: translateX(-40%);
        }
        60%, 76% {
            transform: translateX(-60%);
        }
        80%, 96% {
            transform: translateX(-80%);
        }
        100% {
            transform: translateX(0);
        }
    }
}