﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.music_edu {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    auto;
    min-height: 100%;
    height: 100%;
    color: #000000;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
}.wrapper-template {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    max-width: 100%;
    width: 1188px;
    margin: auto;
}.site_core {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy_cabinet {
    position: relative;
    background-color: var(--section-bg-color, #f8f9fa);
    overflow: hidden;
    padding: 5rem 0;
}.privacy_cabinet::before {
    z-index: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(245, 245, 250, 0.7) 0%, rgba(240, 242, 247, 0.4) 100%);
}.privacy_cabinet::after {
    top: -10%;
    clip-path: polygon(0 15%, 100% 0, 85% 100%, 0 85%);
    height: 70%;
    position: absolute;
    width: 40%;
    content: "";
    transform: rotate(-15deg);
    right: -5%;
    background: linear-gradient(145deg, var(--primary-color_opacity, rgba(65, 84, 241, 0.05)), var(--secondary-color_opacity, rgba(70, 90, 250, 0.08)));
    z-index: 0;
}.privacy_cabinet .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    transform: translateZ(0);
    padding: 0 20px;
    max-width: 1140px;
}.privacy_cabinet h1 {
    color: var(--dark-color, #252525);
    margin-bottom: 2rem;
    font-weight: var(--font-weight-bold, 700);
    transform: translateX(-10px);
    letter-spacing: -0.02em;
    position: relative;
    font-size: var(--h1-font-size, 2.5rem);
}.privacy_cabinet h1::after {
    height: 4px;
    position: absolute;
    animation: scaleWidth 0.8s ease-out forwards;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, var(--primary-color, #4154f1), var(--secondary-color, #4655fa));
    left: 0;
    bottom: -12px;
    transform-origin: left center;
}@keyframes scaleWidth {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.privacy_cabinet h2 {
    color: var(--dark-color, #252525);
    margin: 3rem 0 1.5rem;
    font-size: var(--h2-font-size, 1.8rem);
    padding-left: 16px;
    font-weight: var(--font-weight-semibold, 600);
    border-left: 3px solid var(--primary-color, #4154f1);
    position: relative;
}.privacy_cabinet h3 {
    color: var(--dark-color, #252525);
    position: relative;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.85);
    margin: 2.5rem 0 1.25rem;
    font-weight: var(--font-weight-semibold, 600);
    border-left: 2px solid var(--secondary-color, #4655fa);
    padding-left: 14px;
}.privacy_cabinet h4 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
    border-left: 1px solid var(--secondary-color, #4655fa);
    padding-left: 12px;
    font-weight: var(--font-weight-semibold, 600);
    color: var(--dark-color, #252525);
    position: relative;
    margin: 2rem 0 1rem;
}.privacy_cabinet p {
    position: relative;
    margin-bottom: 1.5rem;
    font-size: var(--p-font-size, 1rem);
    color: var(--p-color, #444444);
    max-width: 90%;
    line-height: 1.7;
    transform: translateZ(0);
}.privacy_cabinet strong {
    position: relative;
    display: inline-block;
    font-weight: var(--font-weight-semibold, 600);
    color: var(--dark-color, #252525);
}.privacy_cabinet strong::after {
    content: "";
    background-color: var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    left: 0;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
}.privacy_cabinet ul {
    position: relative;
    padding-left: 20px;
    margin: 1.5rem 0 2rem 1rem;
}.privacy_cabinet ul::before {
    border-radius: var(--border-radius-small, 3px);
    content: "";
    width: 3px;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, var(--primary-color_opacity, rgba(65, 84, 241, 0.2)), transparent);
    left: -20px;
    height: 100%;
}.privacy_cabinet li {
    font-size: var(--p-font-size, 1rem);
    margin-bottom: 1rem;
    line-height: 1.6;
    color: var(--p-color, #444444);
    padding-left: 8px;
    position: relative;
}.privacy_cabinet li::before {
    border-radius: 1px;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    width: 8px;
    left: -18px;
    top: 0.7em;
    background-color: var(--primary-color, #4154f1);
    height: 8px;
}.privacy_cabinet span {
    color: var(--p-color, #444444);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    padding: 0.5rem 0 1.5rem;
    display: block;
    line-height: 1.7;
    position: relative;
    font-size: var(--p-font-size, 1rem);
    transform: translateX(8px);
    border-left: 1px solid var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    background: linear-gradient(to right, var(--white-color, #ffffff), rgba(248, 249, 250, 0.8));
}

@media (min-width: 992px) {.privacy_cabinet {
    padding: 6rem 0;
}.privacy_cabinet .container {
    padding: 0 40px;
}.privacy_cabinet h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 1.1);
    margin-bottom: 3rem;
    transform: translateX(-15px);
}.privacy_cabinet h1::after {
    height: 5px;
    width: 120px;
    bottom: -15px;
}.privacy_cabinet h2 {
    padding-left: 20px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 1.05);
    margin: 4rem 0 2rem;
}.privacy_cabinet p {
    max-width: 85%;
    line-height: 1.75;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
}.privacy_cabinet ul {
    margin: 2rem 0 2.5rem 2rem;
}.privacy_cabinet li {
    margin-bottom: 1.2rem;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
}.privacy_cabinet span {
    transition: transform 0.3s ease;
    padding: 2rem;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    transform: translateX(15px);
}.privacy_cabinet span:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
}

@media (max-width: 767px) {.privacy_cabinet {
    padding: 3rem 0;
}.privacy_cabinet::after {
    right: -25%;
    height: 40%;
    width: 70%;
    top: -5%;
}.privacy_cabinet .container {
    padding: 0 15px;
}.privacy_cabinet h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
    margin-bottom: 1.5rem;
    transform: translateX(-5px);
}.privacy_cabinet h1::after {
    width: 60px;
}.privacy_cabinet h2 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.9);
    margin: 2.5rem 0 1.25rem;
}.privacy_cabinet h3 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
}.privacy_cabinet h4 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
}.privacy_cabinet p {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    max-width: 100%;
}.privacy_cabinet ul {
    margin: 1.25rem 0 1.75rem 0.5rem;
}.privacy_cabinet li {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    margin-bottom: 0.8rem;
}.privacy_cabinet span {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    transform: translateX(0);
    padding: 1rem;
}
}

@media (max-width: 480px) {.privacy_cabinet {
    padding: 2rem 0;
}.privacy_cabinet h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.7);
}.privacy_cabinet h2 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.8);
    margin: 2rem 0 1rem;
    padding-left: 12px;
}.privacy_cabinet h3 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
    padding-left: 10px;
}.privacy_cabinet h4 {
    padding-left: 8px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.55);
}.privacy_cabinet p, .privacy_cabinet li, .privacy_cabinet span {
    line-height: 1.6;
    font-size: calc(var(--p-font-size, 1rem) * 0.9);
}.privacy_cabinet span {
    padding: 0.875rem;
}}.our_story {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,237,239) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 80px 0;
}.our_story::before {
    content: "";
    animation: pulse 15s infinite alternate;
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 20% 30%, rgb(212,204,209,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(179,169,172,0.5) 0%, transparent 70%);
    top: 0;
    position: absolute;
}.our_story::after {
    top: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    position: absolute;
    content: "";
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 75%),
        linear-gradient(-45deg, transparent 75%, #000000 75%);
    opacity: 0.03;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    left: 0;
    background-size: 100px 100px;
}.our_story .container {
    z-index: 5;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.our_story .story_tl {
    display: flex;
    padding: 40px;
    gap: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    transition: all 0.5s ease;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    align-items: center;
    transform: translateY(0);
    border: 1px solid rgba(255, 255, 255, 0.2);
}.our_story .story_tl:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: rgb(212,204,209,0.5);
}.our_story .study_studio {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 0 0 300px;
    gap: 20px;
}.our_story .study_studio::before {
    border: 2px solid rgb(212,204,209,0.5);
    opacity: 0;
    z-index: -1;
    width: calc(100% + 30px);
    position: absolute;
    border-radius: 10px;
    content: "";
    height: calc(100% + 30px);
    transition: all 0.5s ease;
    transform: scale(0.95);
    top: -15px;
    left: -15px;
}.our_story .study_studio:hover::before {
    transform: scale(1);
    opacity: 0.5;
}.our_story .image_item {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 350px;
}.our_story .image_item::after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, transparent 50%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}.our_story .virtual_academy {
    background: rgb(212,204,209);
    position: relative;
    margin-top: -50px;
    z-index: 10;
    border-radius: 10px;
    transition: all 0.5s ease;
    padding: 20px;
    transform: translateX(0);
    margin-left: 20px;
}.our_story .study_studio:hover .virtual_academy {
    transform: translateX(-10px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}.our_story .academy_learnings {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin: 0 0 5px 0;
    font-size: 22px;
}.our_story .learn_identity {
    color: #ffffff;
    opacity: 0.9;
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.2px;
    font-weight: 400;
}.our_story .content_box_wrap {
    display: flex;
    gap: 20px;
    flex-direction: column;
    flex: 1;
}.our_story .knowledge_center {
    margin-bottom: 10px;
    display: flex;
    gap: 15px;
    align-items: center;
}.our_story .knowledge_center svg {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
    fill: rgb(212,204,209);
}.our_story .knowledge_center:hover svg {
    transform: scale(1.1) rotate(5deg);
}.our_story .knowledge_center svg path {
    fill: rgb(212,204,209);
    transition: all 0.3s ease;
}.our_story .knowledge_center:hover svg path {
    fill: rgb(179,169,172);
}.our_story h2 {
    position: relative;
    font-size: 28px;
    color: #000000;
    padding-bottom: 15px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    margin: 0 0 20px 0;
    font-weight: 700;
}.our_story h2::after {
    width: 80px;
    bottom: 0;
    left: 0;
    height: 3px;
    position: absolute;
    content: "";
    transition: all 0.5s ease;
    border-radius: 3px;
    background: linear-gradient(90deg, rgb(212,204,209) 0%, rgb(179,169,172) 100%);
}.our_story .content_box_wrap:hover h2::after {
    width: 120px;
}.our_story p {
    color: #000000;
    font-weight: 400;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@media (max-width: 992px) {.our_story {
    padding: 60px 0;
}.our_story .story_tl {
    gap: 40px;
    flex-direction: column;
    padding: 30px;
}.our_story .study_studio {
    flex: 0 0 auto;
    width: 100%;
    max-width: 500px;
}.our_story .image_item {
    height: 300px;
}.our_story .virtual_academy {
    margin-top: -40px;
    margin-left: 15px;
}.our_story h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 768px) {.our_story {
    padding: 50px 0;
}.our_story .story_tl {
    padding: 25px;
    gap: 30px;
}.our_story .study_studio {
    max-width: 400px;
}.our_story .image_item {
    height: 250px;
}.our_story .virtual_academy {
    padding: 15px;
    margin-top: -35px;
}.our_story .academy_learnings {
    font-size: calc(22px * 0.9);
}.our_story .learn_identity {
    font-size: calc(15px * 0.9);
}.our_story h2 {
    font-size: calc(28px * 0.8);
    padding-bottom: 10px;
}.our_story h2::after {
    width: 60px;
}.our_story .content_box_wrap:hover h2::after {
    width: 90px;
}.our_story p {
    font-size: calc(15px * 0.9);
}
}

@media (max-width: 576px) {.our_story {
    padding: 40px 0;
}.our_story .story_tl {
    padding: 20px;
    gap: 25px;
}.our_story .image_item {
    height: 220px;
}.our_story .virtual_academy {
    padding: 12px;
    margin-left: 10px;
    margin-top: -30px;
}.our_story .knowledge_center svg {
    width: 30px;
    height: 30px;
}.our_story h2 {
    margin-bottom: 10px;
    font-size: calc(28px * 0.7);
    padding-bottom: 8px;
}.our_story h2::after {
    height: 2px;
    width: 50px;
}.our_story .content_box_wrap:hover h2::after {
    width: 70px;
}.our_story p {
    font-size: calc(15px * 0.85);
}}.program_offerings {
    padding: 120px 0;
    overflow: hidden;
    background-color: rgb(239,237,239);
    position: relative;
}.program_offerings::before {
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(212,204,209,0.5) 0%, transparent 50%, rgb(179,169,172,0.5) 100%);
    width: 100%;
}.program_offerings::after {
    border-radius: 50%;
    content: "";
    filter: blur(80px);
    top: -50px;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    z-index: 0;
    position: absolute;
    right: -50px;
    width: 200px;
    height: 200px;
    background-color: rgb(212,204,209,0.5);
}.program_offerings .tech_training {
    display: flex;
    flex-direction: column;
    z-index: 2;
}.program_offerings .content_box_wrap {
    margin: 0 auto 60px;
    position: relative;
    width: 80%;
}.program_offerings .content_box_wrap::before {
    border-radius: 10px;
    height: 4px;
    left: 0;
    position: absolute;
    content: "";
    top: -20px;
    width: 80px;
    background: linear-gradient(90deg, rgb(212,204,209), rgb(179,169,172));
}.program_offerings .content_box_wrap h2 {
    background-image: repeating-linear-gradient(45deg, rgb(212,204,209,0.5) 0px, rgb(212,204,209,0.5) 2px, transparent 2px, transparent 8px);
    border-radius: 10px;
    font-weight: 700;
    transition: transform 0.5s ease;
    padding: 15px;
    font-size: 35px;
    transform: translateX(0);
    margin-bottom: 30px;
    color: #000000;
    position: relative;
}.program_offerings .content_box_wrap h2:hover {
    transform: translateX(10px);
}.program_offerings .content_box_wrap .description {
    padding-left: 20px;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.7;
    border-left: 2px solid rgb(212,204,209);
    font-size: 16px;
}.program_offerings .content_box_wrap .description:last-child {
    z-index: 2;
    position: relative;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    border-radius: 15px;
    padding: 30px 40px;
    color: #ffffff;
    border-left: none;
    margin-top: 30px;
    background: rgba(0, 0, 0, 0.5);
}.program_offerings .image_item {
    transition: opacity 0.5s ease, transform 0.5s ease;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    opacity: 0.2;
    height: 100%;
}.program_offerings .tech_training:hover .image_item {
    opacity: 0.3;
    transform: scale(1.05);
}.program_offerings .image_item::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(212,204,209,0.5) 0%, transparent 80%);
    height: 100%;
}.program_offerings .image_item::after {
    width: 80%;
    z-index: 1;
    height: 40%;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    background: linear-gradient(225deg, rgb(179,169,172,0.5) 0%, transparent 100%);
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

.program_offerings .tech_training::before {
    filter: blur(100px);
    bottom: -100px;
    animation: pulseAnimation 10s infinite ease-in-out;
    border-radius: 50%;
    content: "";
    z-index: -1;
    left: -50px;
    width: 200px;
    height: 200px;
    background-color: rgb(179,169,172,0.5);
    position: absolute;
}.program_offerings .tech_training::after {
    right: -20px;
    width: 40px;
    content: "";
    top: 40px;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    animation: rotateAnimation 20s infinite linear;
    height: 40px;
    border: 4px solid rgb(212,204,209,0.5);
}@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.program_offerings .content_box_wrap::after {
    width: 100px;
    animation: rotateAnimation 30s infinite linear reverse;
    content: "";
    height: 100px;
    border: 2px dashed rgb(212,204,209,0.5);
    right: -60px;
    position: absolute;
    border-radius: 50%;
    top: -40px;
    z-index: -1;
}.program_offerings .content_box_wrap .description:first-of-type {
    overflow: hidden;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(239,237,239) 10px,
        rgb(239,237,239) 12px
    );
    position: relative;
    padding: 20px;
    border-left: none;
    border-radius: 10px;
}.program_offerings .content_box_wrap .description:first-of-type::after {
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(212,204,209), transparent);
    content: "";
}.program_offerings .content_box_wrap .description:last-child::before {
    background-position: center;
    top: 0;
    filter: brightness(0.5) contrast(1.2);
    content: "";
    left: 0;
    background-size: cover;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

@media (max-width: 1024px) {.program_offerings {
    padding: 80px 0;
}.program_offerings .content_box_wrap {
    width: 90%;
}
}

@media (max-width: 768px) {.program_offerings {
    padding: 60px 0;
}.program_offerings .content_box_wrap {
    width: 100%;
    margin-bottom: 40px;
}.program_offerings .content_box_wrap h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 20px;
}.program_offerings .content_box_wrap .description:last-child {
    padding: 25px 30px;
}
}

@media (max-width: 576px) {.program_offerings {
    padding: 40px 0;
}.program_offerings .content_box_wrap h2 {
    font-size: calc(35px * 0.8);
}.program_offerings .content_box_wrap .description {
    font-size: calc(16px * 0.95);
}.program_offerings .content_box_wrap .description:last-child {
    padding: 20px;
}.program_offerings::after,
    .program_offerings .tech_training::before,
    .program_offerings .content_box_wrap::after {
    display: none;
}.program_offerings .content_box_wrap::before {
    width: 60px;
}}

.program_offerings .tech_training .content_box_wrap .description strong {
    font-weight: 600;
    color: rgb(179,169,172);
}.program_offerings .container::before {
    width: 150%;
    bottom: -40px;
    left: -25%;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(212,204,209,0.5), transparent);
    content: "";
}.program_offerings .content_box_wrap h2::after {
    left: -15px;
    background-color: rgb(212,204,209,0.5);
    width: 30px;
    filter: blur(15px);
    position: absolute;
    content: "";
    height: 30px;
    z-index: -1;
    top: -15px;
    border-radius: 50%;
}.find_support {
    border-top: 4px solid rgb(212,204,209);
    padding: 80px 0;
    position: relative;
    background: rgb(212,204,209,0.5);
    overflow: hidden;
}.find_support::before {
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
    background-image: 
    repeating-linear-gradient(90deg, 
      rgba(255, 255, 255, 0.03) 0px, 
      rgba(255, 255, 255, 0.03) 1px, 
      transparent 1px, 
      transparent 30px
    ),
    repeating-linear-gradient(0deg, 
      rgba(255, 255, 255, 0.03) 0px, 
      rgba(255, 255, 255, 0.03) 1px, 
      transparent 1px, 
      transparent 30px
    );
    content: "";
    height: 100%;
}.find_support .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.find_support .write_page {
    border-left: 1px solid rgb(212,204,209);
    background: rgb(179,169,172);
    padding: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
}.find_support h2 {
    margin: 0;
    letter-spacing: 2px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 700;
    padding: 30px;
    text-transform: uppercase;
    font-size: 38px;
}.find_support p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.find_support .learn_ask {
    padding: 30px;
    display: flex;
    justify-content: space-between;
}.find_support .assist_form {
    height: 70px;
    color: #ffffff;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    width: 70px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    background: #2a2a2a;
}.find_support .assist_form::before {
    transform: scale(0);
    content: "";
    z-index: -1;
    background: rgb(212,204,209);
    width: 100%;
    border-radius: 50%;
    height: 100%;
    left: 0;
    top: 0;
    transition: transform 0.3s ease;
    position: absolute;
}.find_support .assist_form:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 0 10px rgb(212,204,209,0.5);
    border-color: rgb(212,204,209);
}.find_support .assist_form:hover::before {
    transform: scale(0.9);
}.find_support .assist_form svg {
    height: 28px;
    width: 28px;
    transition: transform 0.3s ease;
}.find_support .assist_form:hover svg {
    transform: scale(1.2);
}.find_support .assist_form svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,204,209);
}.find_support .assist_form:hover svg path {
    fill: #ffffff;
}.find_support p svg {
    width: 22px;
    height: 22px;
    margin-right: 15px;
}.find_support p svg path {
    fill: rgb(212,204,209);
}.find_support p:nth-last-child(2) {
    padding: 25px 30px;
    align-items: center;
    border-bottom: none;
    display: flex;
}.find_support .write_page::after {
    bottom: -20px;
    background: #1a1a1a;
    position: absolute;
    width: calc(100% - 40px);
    content: "";
    height: 20px;
    right: 20px;
    z-index: -1;
}.find_support .write_page::before {
    width: 15px;
    z-index: 1;
    top: 15px;
    content: "";
    position: absolute;
    height: 15px;
    right: 15px;
    background: rgb(212,204,209);
}

@media (max-width: 991px) {.find_support {
    padding: 60px 0;
}.find_support h2 {
    padding: 25px;
    font-size: calc(38px * 0.9);
}.find_support p,
  .find_support p:nth-last-child(2) {
    padding: 20px 25px;
}.find_support .learn_ask {
    padding: 25px;
}.find_support .assist_form {
    width: 60px;
    height: 60px;
}.find_support .assist_form svg {
    width: 24px;
    height: 24px;
}
}

@media (max-width: 767px) {.find_support {
    padding: 50px 0;
}.find_support h2 {
    padding: 20px;
    font-size: calc(38px * 0.85);
}.find_support p {
    padding: 20px;
    font-size: calc(14px * 0.95);
}.find_support p:nth-last-child(2) {
    padding: 18px 20px;
}.find_support .learn_ask {
    padding: 20px;
}.find_support .assist_form {
    width: 50px;
    height: 50px;
}.find_support .assist_form svg {
    height: 20px;
    width: 20px;
}.find_support p svg {
    width: 20px;
    margin-right: 12px;
    height: 20px;
}.find_support .write_page::after {
    height: 10px;
    bottom: -10px;
}.find_support .write_page::before {
    right: 10px;
    width: 10px;
    height: 10px;
    top: 10px;
}}

.find_support .assist_form:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 5px rgb(212,204,209,0.5);
}@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgb(212,204,209,0.5);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }
}

.find_support .assist_form:hover {
    animation: pulse 1.5s infinite;
}@keyframes blink {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.7;
  }
}

.find_support .container::before {
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 50%;
    top: 15px;
    animation: blink 2s ease-in-out infinite;
    content: "";
    background: rgb(212,204,209);
    right: 45px;
}.find_support .container::after {
    left: 15px;
    letter-spacing: 1px;
    color: rgb(212,204,209);
    content: attr(data-text);
    top: -10px;
    position: absolute;
    font-size: 12px;
    text-transform: uppercase;
}.find_support .assist_form:nth-child(1) {
    transition-delay: 0.1s;
}.find_support .assist_form:nth-child(2) {
    transition-delay: 0.2s;
}.find_support .assist_form:nth-child(3) {
    transition-delay: 0.3s;
}.landing_page {
    perspective: 1000px;
    padding: 2rem;
    justify-content: center;
    display: flex;
    overflow: hidden;
    align-items: center;
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(212,204,209,0.5), rgb(239,237,239));
}.landing_page::before {
    z-index: 0;
    background: 
    radial-gradient(circle at 75% 25%, rgb(179,169,172,0.5) 0%, transparent 50%),
    radial-gradient(circle at 25% 75%, rgb(212,204,209,0.5) 0%, transparent 40%);
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    animation: pulseGradient 15s ease-in-out infinite alternate;
    left: 0;
    content: "";
}.landing_page::after {
    background: linear-gradient(225deg, rgb(179,169,172) 0%, transparent 70%);
    transform: rotate(25deg);
    width: 40%;
    height: 40%;
    right: -10%;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.1;
    animation: rotateSlow 30s linear infinite;
    top: -10%;
    position: absolute;
    z-index: 1;
}.skill_expertise {
    gap: 2rem;
    max-width: 1200px;
    position: relative;
    grid-template-columns: 1fr;
    transform: translateZ(0);
    transform-style: preserve-3d;
    width: 100%;
    display: grid;
    z-index: 2;
}.skill_expertise > div:first-child {
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(20px);
    background: linear-gradient(to right, rgba(255,255,255,0.08), rgba(255,255,255,0.15));
}.skill_expertise > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}.landing_page h3 {
    transition: color 0.3s ease;
    color: #000000;
    text-wrap: balance;
    position: relative;
    line-height: 1.4;
    font-size: calc(23px * 0.9);
    margin: 0;
    font-weight: 600;
}.landing_page h3::after {
    background: rgb(212,204,209);
    position: absolute;
    transform: scaleX(0.7);
    width: 60px;
    height: 3px;
    left: 0;
    content: "";
    transform-origin: left;
    bottom: -10px;
    transition: transform 0.4s ease-out;
}.skill_expertise > div:first-child:hover h3::after {
    transform: scaleX(1);
}.skill_expertise > div:nth-child(2) {
    position: relative;
    z-index: 3;
}.landing_page .fast_classes {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    transform: translateZ(0);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    gap: 1.5rem;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.08),
    0 0 0 1px rgba(0,0,0,0.02);
    flex-direction: column;
    display: flex;
    padding: 2.5rem;
}.landing_page .fast_classes:hover {
    box-shadow: 
    0 30px 60px rgba(0,0,0,0.1),
    0 0 0 1px rgba(0,0,0,0.03);
    transform: translateY(-10px);
}.landing_page h1 {
    font-weight: 700;
    font-size: calc(40px * 0.9);
    margin: 0;
    color: #000000;
    text-wrap: balance;
    line-height: 1.1;
    position: relative;
}.landing_page h1::before {
    width: 30px;
    transform-origin: left;
    content: "";
    left: 0;
    transition: transform 0.4s ease, width 0.4s ease;
    background: rgb(212,204,209);
    top: -15px;
    position: absolute;
    transform: scaleX(1);
    height: 5px;
}.landing_page .fast_classes:hover h1::before {
    width: 60px;
    transform: scaleX(1.2);
}.landing_page .fast_classes > div {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
    padding: 2rem;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}.landing_page .fast_classes > div::before {
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
    position: absolute;
    content: "";
    width: 100%;
}.landing_page p {
    position: relative;
    font-size: calc(18px * 1.1);
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
    transform: translateY(0);
    transition: transform 0.3s ease;
    font-weight: 400;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    z-index: 2;
}.landing_page .fast_classes:hover p {
    transform: translateY(-5px);
}

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

@keyframes rotateSlow {
  0% {
    transform: rotate(25deg);
  }
  100% {
    transform: rotate(385deg);
  }
}

@media (min-width: 768px) {.landing_page {
    padding: 3rem;
}.skill_expertise {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.landing_page h3 {
    font-size: 23px;
}.landing_page h1 {
    font-size: 40px;
}.skill_expertise > div:first-child {
    display: flex;
    align-items: center;
}
}

@media (min-width: 992px) {.landing_page {
    padding: 4rem;
}.skill_expertise {
    gap: 4rem;
}.landing_page h3 {
    font-size: calc(23px * 1.1);
}.landing_page .fast_classes {
    padding: 3rem;
}.skill_expertise > div:first-child {
    transform: translateZ(40px) translateX(-20px);
}.skill_expertise > div:first-child:hover {
    transform: translateZ(60px) translateX(-20px) translateY(-5px);
}
}

@media (max-width: 767px) {.landing_page {
    padding: 1.5rem;
}.skill_expertise > div:first-child {
    padding: 1.5rem;
}.landing_page h3 {
    font-size: calc(23px * 0.8);
}.landing_page h1 {
    font-size: calc(40px * 0.7);
}.landing_page .fast_classes {
    padding: 1.5rem;
}.landing_page p {
    font-size: 18px;
}}.contact {
    position: relative;
    padding: 80px 0;
    background: #ffffff;
    overflow: hidden;
}.contact::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    position: absolute;
    background-size: 20px 20px;
    z-index: 0;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
}.contact .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.contact h2 {
    text-align: left;
    font-weight: 700;
    margin-bottom: 50px;
    padding-left: 20px;
    font-size: 30px;
    color: #000000;
    border-left: 5px solid rgb(212,204,209);
    position: relative;
}.contact .help_map {
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
}.contact .image_item {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
}.contact .image_item::before {
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(212,204,209,0.5);
    position: absolute;
    height: 100%;
    z-index: 1;
    content: "";
    mix-blend-mode: multiply;
}.contact .request_inquiry {
    position: relative;
    padding: 60px;
    flex: 0 0 60%;
}.contact .request_inquiry::after {
    right: 0;
    z-index: -1;
    height: 150px;
    border-radius: 0 0 0 100%;
    content: "";
    top: 0;
    width: 150px;
    background: rgb(239,237,239);
    position: absolute;
}.contact #contact {
    flex-direction: column;
    display: flex;
    gap: 30px;
}.contact h3 {
    margin-bottom: 30px;
    font-size: 22px;
    color: #000000;
    position: relative;
    font-weight: 700;
}.contact h3::after {
    height: 2px;
    width: 40px;
    left: 0;
    position: absolute;
    background: rgb(212,204,209);
    bottom: -10px;
    content: "";
}.contact input[type="text"] {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    border: none;
    padding: 18px 20px;
    font-size: 17px;
    color: #000000;
    background: rgb(239,237,239);
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
}.contact input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(212,204,209,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    outline: none;
}.contact input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact .inquiry_message {
    margin-top: 5px;
    gap: 12px;
    align-items: center;
    display: flex;
}.contact .inquiry_message input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    appearance: none;
    transition: all 0.2s ease;
    height: 22px;
    border-radius: 10px;
    width: 22px;
    border: 2px solid rgb(239,237,239);
}.contact .inquiry_message input[type="checkbox"]:checked {
    border-color: rgb(212,204,209);
    background: rgb(212,204,209);
}.contact .inquiry_message input[type="checkbox"]:checked::after {
    border: solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    content: "";
    border-width: 0 2px 2px 0;
    left: 7px;
    width: 6px;
    height: 11px;
}.contact .inquiry_message label {
    font-size: 17px;
    line-height: 1.5;
    color: #000000;
}.contact .inquiry_message a {
    position: relative;
    transition: all 0.3s ease;
    color: rgb(212,204,209);
    text-decoration: none;
}.contact .inquiry_message a:hover {
    color: rgb(179,169,172);
}.contact .inquiry_message a::after {
    content: "";
    background: rgb(212,204,209);
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -2px;
    transition: all 0.3s ease;
}.contact .inquiry_message a:hover::after {
    background: rgb(179,169,172);
}.contact .contact_inquiry {
    transition: all 0.3s ease;
    margin-top: 20px;
    font-weight: 600;
    background: rgb(212,204,209);
    padding: 18px 40px;
    border-radius: 30px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgb(212,204,209,0.5);
    border: none;
    color: #ffffff;
    align-self: flex-start;
}.contact .contact_inquiry:hover {
    transform: translateY(-2px);
    background: rgb(179,169,172);
    box-shadow: 0 7px 20px rgb(179,169,172,0.5);
}.contact svg {
    height: 20px;
    width: 20px;
    fill: rgb(212,204,209);
    transition: all 0.3s ease;
}.contact svg path {
    fill: rgb(212,204,209);
    transition: all 0.3s ease;
}.contact svg:hover {
    fill: rgb(179,169,172);
}.contact svg:hover path {
    fill: rgb(179,169,172);
}

@media (max-width: 992px) {.contact .help_map {
    flex-direction: column;
}.contact .image_item {
    flex: 0 0 auto;
    min-height: 300px;
    order: 1;
}.contact .request_inquiry {
    padding: 50px 40px;
    order: 2;
    flex: 0 0 auto;
}.contact h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact {
    padding: 60px 0;
}.contact h2 {
    margin-bottom: 30px;
    font-size: calc(30px - 4px);
}.contact .request_inquiry {
    padding: 40px 30px;
}.contact #contact {
    gap: 25px;
}.contact .image_item {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact {
    padding: 40px 0;
}.contact .container {
    padding: 0 15px;
}.contact h2 {
    font-size: calc(30px - 6px);
    margin-bottom: 25px;
    padding-left: 15px;
}.contact .request_inquiry {
    padding: 30px 20px;
}.contact #contact {
    gap: 20px;
}.contact input[type="text"] {
    padding: 15px;
}.contact .contact_inquiry {
    padding: 15px 20px;
    width: 100%;
}.contact .image_item {
    min-height: 200px;
}}.price_package {
    background-color: rgb(239,237,239);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.price_package::before {
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    width: 110%;
    position: absolute;
    z-index: 0;
    height: 120%;
    content: "";
    left: -5%;
    top: -10%;
    transform: rotate(-3deg);
}.price_package .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
}.price_package .promo_plans {
    flex-direction: column;
    display: flex;
}.price_package .cost_matrix {
    position: relative;
    order: 1;
    margin-bottom: 50px;
    text-align: center;
}.price_package .cost_matrix h2 {
    font-size: 29px;
    -webkit-background-clip: text !important;
    margin-bottom: 15px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(120deg, rgb(179,169,172), rgb(212,204,209));
    -webkit-text-fill-color: transparent;
    transform: translateY(0);
    color: #000000;
    font-weight: 700;
}.price_package .cost_matrix:hover h2 {
    transform: translateY(-5px);
}.price_package .trial_offers {
    color: #000000;
    position: relative;
    font-size: 16px;
    margin: 0 auto;
    line-height: 1.6;
    max-width: 700px;
}.price_package .trial_offers::after {
    background: linear-gradient(90deg, rgb(179,169,172), rgb(212,204,209));
    content: "";
    height: 3px;
    transition: transform 0.5s ease;
    bottom: -15px;
    position: absolute;
    transform: translateX(-50%) scaleX(0.7);
    left: 50%;
    width: 100px;
}.price_package .cost_matrix:hover .trial_offers::after {
    transform: translateX(-50%) scaleX(1);
}.price_package .plan_pricing {
    gap: 30px;
    width: 100%;
    order: 2;
    grid-template-columns: repeat(1, 1fr);
    display: grid;
}.price_package .annual_fee {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    display: block;
    text-decoration: none;
    position: relative;
    perspective: 1000px;
    background-color: #ffffff;
    border-radius: 10px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    overflow: hidden;
    z-index: 1;
}.price_package .annual_fee::before {
    left: 0;
    content: "";
    top: 0;
    z-index: 2;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(179,169,172), rgb(212,204,209));
    transform: scaleX(0.85);
    transform-origin: left;
}.price_package .annual_fee:hover {
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
    transform: translateY(-10px);
}.price_package .annual_fee:hover::before {
    transform: scaleX(1);
}.price_package .basic_cost {
    flex-direction: column;
    height: 100%;
    display: flex;
}.price_package .discount_price {
    padding: 30px;
    flex-grow: 1;
    flex-direction: column;
    position: relative;
    z-index: 1;
    display: flex;
    overflow: hidden;
}.price_package .discount_price::before {
    z-index: -1;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
}.price_package .discount_price h3 {
    margin-bottom: 15px;
    font-weight: 700;
    transition: transform 0.4s ease;
    position: relative;
    color: #000000;
    font-size: calc(18px + 2px);
}.price_package .annual_fee:hover .discount_price h3 {
    transform: translateX(5px);
}.price_package .cost_summary {
    font-weight: 700;
    transition: transform 0.4s ease, color 0.4s ease;
    font-size: calc(18px + 8px);
    color: rgb(212,204,209);
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}.price_package .cost_summary::before {
    transform: scaleX(0.3);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    position: absolute;
    background: linear-gradient(90deg, rgb(179,169,172), rgb(212,204,209));
    width: 100%;
    left: 0;
    height: 2px;
    content: "";
    bottom: 0;
}.price_package .annual_fee:hover .cost_summary {
    transform: translateY(-5px);
    color: rgb(179,169,172);
}.price_package .annual_fee:hover .cost_summary::before {
    transform: scaleX(1);
}.price_package .discount_price p {
    line-height: 1.6;
    hyphens: auto;
    flex-grow: 1;
    margin-bottom: 0;
    font-size: 16px;
    word-wrap: break-word;
    color: #000000;
    max-width: 100%;
    overflow-wrap: break-word;
}.price_package .image_item {
    overflow: hidden;
    height: 200px;
    width: 100%;
    position: relative;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}.price_package .image_item::after {
    top: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 100%;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    left: 0;
    content: "";
}.price_package .annual_fee:hover .image_item {
    transform: scale(1.05);
}

@media (min-width: 768px) {.price_package .plan_pricing {
    grid-template-columns: repeat(2, 1fr);
}.price_package .discount_price {
    padding: 35px;
}.price_package .image_item {
    height: 220px;
}
}

@media (min-width: 992px) {.price_package .promo_plans {
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.price_package .cost_matrix {
    margin-bottom: 0;
    text-align: left;
    flex: 0 0 30%;
    order: 2;
}.price_package .plan_pricing {
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}.price_package .trial_offers::after {
    left: 0;
    transform: translateX(0) scaleX(0.7);
}.price_package .cost_matrix:hover .trial_offers::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.price_package {
    padding: 150px 0;
}.price_package .plan_pricing {
    gap: 40px;
}.price_package .annual_fee {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.price_package .annual_fee:hover {
    transform: translateY(-15px) scale(1.02);
}.price_package .annual_fee:nth-child(even) {
    transform: translateY(15px);
}.price_package .annual_fee:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.price_package .image_item {
    height: 250px;
}}.learning_impact {
    overflow: hidden;
    padding: 140px 0;
    background: linear-gradient(180deg, rgb(239,237,239) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.learning_impact::before {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 40px 40px;
    background-image: 
        linear-gradient(90deg, rgb(212,204,209,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(212,204,209,0.5) 1px, transparent 1px);
    opacity: 0.15;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    content: '';
}.learning_impact .story_tl {
    margin: 0 auto;
    display: flex;
    z-index: 2;
    position: relative;
    max-width: 1400px;
}.learning_impact .image_item {
    width: 40%;
    height: 130%;
    border-left: 5px solid rgb(212,204,209);
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
    z-index: 4;
    top: -15%;
    position: absolute;
    right: 0;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}.learning_impact .image_item::before {
    background: linear-gradient(to right, rgb(179,169,172,0.5) 0%, transparent 100%);
    inset: 0;
    position: absolute;
    z-index: 1;
    content: '';
}.learning_impact .image_item::after {
    box-shadow: 0 0 20px rgb(212,204,209), 0 0 40px rgb(212,204,209);
    width: 5px;
    content: '';
    position: absolute;
    animation: glow 4s infinite alternate;
    top: 10%;
    left: -10px;
    background: rgb(212,204,209);
    height: 80%;
}.learning_impact .content_box_wrap {
    position: relative;
    width: 60%;
    padding-right: 5%;
}.learning_impact h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #000000;
    background: #ffffff;
    border-left: 5px solid rgb(212,204,209);
    padding: 20px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: fit-content;
    position: relative;
    border-radius: 10px;
    font-weight: 700;
}.learning_impact .text_main_holder {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    gap: 20px;
    display: grid;
}.learning_impact .text_main_holder > div {
    text-align: center;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    transition: all 0.4s ease;
    border-radius: 10px;
    padding: 30px 20px;
    position: relative;
    z-index: 2;
    align-items: center;
    background: #ffffff;
    border-top: 3px solid transparent;
}.learning_impact .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    border-top: 3px solid rgb(212,204,209);
}.learning_impact .text_main_holder > div::before {
    left: 0;
    top: -3px;
    height: 0;
    transition: all 0.4s ease;
    position: absolute;
    z-index: -1;
    content: '';
    background: rgb(212,204,209);
    width: 0;
    box-shadow: 0 0 20px rgb(212,204,209);
}.learning_impact .text_main_holder > div:hover::before {
    width: 100%;
    box-shadow: 0 0 30px 5px rgb(212,204,209);
    height: 3px;
}.learning_impact .text_main_holder > div:nth-child(3n+1) {
    transform: translateY(20px);
}.learning_impact .text_main_holder > div:nth-child(3n+1):hover {
    transform: translateY(10px);
}.learning_impact .text_main_holder > div:nth-child(3n+3) {
    transform: translateY(-20px);
}.learning_impact .text_main_holder > div:nth-child(3n+3):hover {
    transform: translateY(-30px);
}.learning_impact .text_main_holder svg {
    padding: 15px;
    height: 70px;
    background: rgb(239,237,239);
    width: 70px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    border-radius: 50%;
}.learning_impact .text_main_holder > div:hover svg {
    transform: rotate(10deg);
    background: rgb(212,204,209,0.5);
}.learning_impact .text_main_holder svg path {
    transition: fill 0.4s ease;
    fill: rgb(212,204,209);
}.learning_impact .text_main_holder > div:hover svg path {
    fill: #000000;
}.learning_impact .text_main_holder p {
    line-height: 1.5;
    font-size: 18px;
    color: #000000;
    margin: 0;
}

@keyframes glow {
    0% { opacity: 0.5; box-shadow: 0 0 10px rgb(212,204,209), 0 0 20px rgb(212,204,209); }
    100% { opacity: 1; box-shadow: 0 0 20px rgb(212,204,209), 0 0 40px rgb(212,204,209), 0 0 60px rgb(212,204,209); }
}

@media (max-width: 1200px) {.learning_impact .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
}.learning_impact .image_item {
    width: 35%;
}
}

@media (max-width: 992px) {.learning_impact {
    padding: 100px 0;
}.learning_impact .story_tl {
    flex-direction: column;
    padding: 0 20px;
}.learning_impact .image_item {
    border-left: none;
    top: auto;
    height: 400px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    right: auto;
    margin-bottom: 50px;
    width: 100%;
    position: relative;
    border-top: 5px solid rgb(212,204,209);
}.learning_impact .image_item::after {
    top: -10px;
    width: 80%;
    left: 10%;
    height: 5px;
}.learning_impact .content_box_wrap {
    width: 100%;
    padding: 0;
}
}

@media (max-width: 768px) {.learning_impact .text_main_holder {
    grid-template-columns: 1fr;
}.learning_impact .text_main_holder > div,
    .learning_impact .text_main_holder > div:nth-child(3n+1),
    .learning_impact .text_main_holder > div:nth-child(3n+3) {
    transform: translateY(0);
}.learning_impact .text_main_holder > div:hover,
    .learning_impact .text_main_holder > div:nth-child(3n+1):hover,
    .learning_impact .text_main_holder > div:nth-child(3n+3):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 576px) {.learning_impact {
    padding: 80px 0;
}.learning_impact .image_item {
    height: 300px;
}.learning_impact h2 {
    padding: 15px 20px;
    font-size: calc(32px * 0.85);
}}.music_edu {
    z-index: 1;
    color: #ffffff;
    padding: 5rem 0 3rem;
    position: relative;
}.music_edu::before {
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(212,204,209,0.5) 100%);
    position: absolute;
    content: "";
    left: 0;
}.music_edu .container {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 3rem;
    position: relative;
}.music_edu .company_holder {
    border-left: 2px solid rgb(212,204,209);
    animation: borderPulse 4s infinite alternate;
    padding-left: 2rem;
    position: relative;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(212,204,209);
    }
    50% {
        border-left-color: rgb(179,169,172);
    }
    100% {
        border-left-color: rgb(212,204,209);
    }
}

.music_edu .company_holder h3 {
    margin-bottom: 1.5rem;
    -webkit-background-clip: text !important;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    background: linear-gradient(to right, #ffffff, rgb(179,169,172));
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    font-size: calc(33px * 1.2);
}.music_edu .carbon_cta {
    opacity: 0.8;
    line-height: 1.6;
    font-size: 12px;
    margin-top: 1rem;
    color: #ffffff;
}.music_edu .project_ref {
    justify-content: flex-end;
    display: flex;
}.music_edu .head_mainbar {
    display: flex;
    gap: 4rem;
}.music_edu .top_head {
    position: relative;
}.music_edu .top_head::before {
    height: 40px;
    width: 40px;
    border-left: 1px solid rgb(212,204,209);
    left: -20px;
    opacity: 0.4;
    border-top: 1px solid rgb(212,204,209);
    position: absolute;
    content: "";
    top: -10px;
}.music_edu .top_head::after {
    border-bottom: 1px solid rgb(212,204,209);
    right: -20px;
    height: 40px;
    opacity: 0.4;
    border-right: 1px solid rgb(212,204,209);
    bottom: -10px;
    content: "";
    position: absolute;
    width: 40px;
}.music_edu .top_head h5 {
    font-size: 19px;
    text-transform: uppercase;
    color: rgb(179,169,172);
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}.music_edu .top_head .head_mainbar {
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
}.music_edu .top_head .head_mainbar a {
    transition: all 0.3s ease;
    padding-left: 1rem;
    opacity: 0.8;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    font-size: 12px;
}.music_edu .top_head .head_mainbar a::before {
    border-radius: 50%;
    height: 5px;
    top: 50%;
    transition: all 0.3s ease;
    width: 5px;
    transform: translateY(-50%);
    position: absolute;
    background-color: rgb(212,204,209);
    content: "";
    left: 0;
}.music_edu .top_head .head_mainbar a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(212,204,209);
}.music_edu .top_head .head_mainbar a:hover::before {
    width: 7px;
    background-color: rgb(179,169,172);
    height: 7px;
}.help_center {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
    margin-top: 2rem;
}.help_center::before {
    top: 0;
    position: absolute;
    height: 1px;
    opacity: 0.5;
    background: linear-gradient(to right, transparent, rgb(212,204,209), transparent);
    left: 0;
    content: "";
    width: 100%;
}.help_center .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.help_center .footnote_ref {
    font-size: 12px;
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
}

@media screen and (max-width: 992px) {.music_edu .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.music_edu .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.music_edu .project_ref {
    justify-content: flex-start;
}.music_edu .head_mainbar {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.music_edu {
    padding: 3rem 0 2rem;
}.music_edu .head_mainbar {
    gap: 2rem;
    flex-direction: column;
}.music_edu .top_head::before,
    .music_edu .top_head::after {
    display: none;
}.music_edu .top_head {
    margin-bottom: 1.5rem;
}.help_center {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.music_edu .company_holder h3 {
    font-size: 33px;
}.music_edu .top_head h5 {
    font-size: calc(22px * 1.1);
}.music_edu .top_head .head_mainbar a {
    font-size: calc(12px * 0.9);
}}.tyPage {
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(179,169,172,0.5) 0%, rgb(212,204,209,0.5) 40%, rgb(239,237,239) 100%);
}.tyPage::before {
    width: 200%;
    left: -50%;
    background: radial-gradient(circle at center, rgb(212,204,209,0.5) 0%, transparent 70%);
    content: "";
    opacity: 0.2;
    animation: rotateGradient 30s infinite linear;
    height: 200%;
    position: absolute;
    top: -50%;
}.tyPage::after {
    pointer-events: none;
    inset: 0;
    position: absolute;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(179,169,172,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(179,169,172,0.5) 0%, transparent 6%),
        radial-gradient(circle at 40% 80%, rgb(212,204,209,0.5) 0%, transparent 5%),
        radial-gradient(circle at 65% 25%, rgb(212,204,209,0.5) 0%, transparent 7%);
}.tyPage .container {
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
}.tyPage .story_tl {
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    display: flex;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: translateZ(0);
    flex-direction: column;
    gap: 2.5rem;
    overflow: hidden;
    position: relative;
}.tyPage .story_tl::before {
    position: absolute;
    left: -100%;
    top: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    height: 100%;
    width: 100%;
    pointer-events: none;
    animation: shimmer 4s infinite;
    content: "";
}.tyPage .story_tl:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) scale(1.01);
}.tyPage .story_tl > div:first-child {
    transform: translateX(-2rem);
    animation: slideInLeft 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.2s;
    opacity: 0;
    position: relative;
}.tyPage .story_tl > div:last-child {
    animation: slideInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
    position: relative;
    transform: translateY(2rem);
    opacity: 0;
}.tyPage h5 {
    font-size: calc(23px * 1.1);
    position: relative;
    padding-bottom: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
    color: rgb(212,204,209);
    display: inline-block;
}.tyPage h5::after {
    content: "";
    background: linear-gradient(90deg, rgb(212,204,209) 0%, rgb(179,169,172) 100%);
    position: absolute;
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    height: 3px;
    left: 0;
    width: 0;
    bottom: 0;
}.tyPage p {
    color: #000000;
    margin: 0;
    z-index: 1;
    font-size: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
    line-height: 1.7;
}.tyPage a {
    backdrop-filter: blur(5px);
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}.tyPage a::before {
    content: "";
    opacity: 0;
    inset: 0;
    background: linear-gradient(135deg, rgb(212,204,209,0.5) 0%, transparent 100%);
    transition: opacity 0.4s ease;
    position: absolute;
    z-index: -1;
}.tyPage a:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.tyPage a:hover::before {
    opacity: 0.15;
}.tyPage a:hover p {
    transform: translateY(-3px);
    color: #000000;
}.tyPage a::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(179,169,172) 0%, rgb(212,204,209) 100%);
    height: 3px;
    content: "";
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
}.tyPage a:hover::after {
    transform: scaleX(1);
}

@keyframes slideInLeft {
    from {
        transform: translateX(-2rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 60%;
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}

@keyframes rotateGradient {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.tyPage {
    padding: 5rem 0;
}.tyPage .story_tl {
    gap: 2rem;
    padding: 2.5rem;
}.tyPage h5 {
    font-size: 23px;
}.tyPage p {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 767px) {.tyPage {
    padding: 4rem 0;
}.tyPage .story_tl {
    gap: 1.5rem;
    padding: 2rem;
}.tyPage h5 {
    font-size: calc(23px * 0.9);
}.tyPage h5::after {
    height: 2px;
}.tyPage a {
    padding: 1.2rem;
}
}

@media (max-width: 575px) {.tyPage {
    padding: 3rem 0;
}.tyPage .story_tl {
    padding: 1.5rem;
    gap: 1.2rem;
}.tyPage h5 {
    padding-bottom: 0.75rem;
    font-size: calc(23px * 0.85);
}.tyPage p {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}.tyPage a {
    padding: 1rem;
}.tyPage a:hover {
    transform: translateY(-3px);
}
}

@media (hover: none) {.tyPage .story_tl:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                   0 0 0 1px rgba(255, 255, 255, 0.1),
                   0 5px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.tyPage a:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}.tyPage a:hover p {
    transform: none;
}}.newsletter_signup {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: rgb(239,237,239);
}.newsletter_signup::before {
    top: -10%;
    right: -10%;
    position: absolute;
    content: "";
    width: 45%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    filter: blur(20px);
    z-index: 0;
    background: linear-gradient(
        135deg, 
        rgb(212,204,209,0.5) 0%, 
        rgba(255,255,255,0.05) 100%
    );
    transform: rotate(-15deg) skew(15deg);
    height: 80%;
}.newsletter_signup::after {
    transform: rotate(12deg) skew(-12deg);
    filter: blur(25px);
    height: 70%;
    content: "";
    border-radius: 30% 70% 50% 50% / 50% 30% 70% 50%;
    width: 35%;
    left: -8%;
    z-index: 0;
    bottom: -5%;
    background: linear-gradient(
        225deg, 
        rgb(179,169,172,0.5) 0%, 
        rgba(255,255,255,0.03) 100%
    );
    position: absolute;
}.newsletter_signup .container {
    z-index: 2;
    position: relative;
}.newsletter_signup .story_tl {
    position: relative;
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.05),
        inset 5px 5px 15px rgba(255, 255, 255, 0.05),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.03);
    transform: perspective(1000px) rotateX(2deg);
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.newsletter_signup .story_tl:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.08),
        -25px -25px 70px rgba(255, 255, 255, 0.08),
        inset 6px 6px 16px rgba(255, 255, 255, 0.08),
        inset -6px -6px 16px rgba(0, 0, 0, 0.08);
}.newsletter_signup h3 {
    transform: translateZ(10px);
    padding-left: 15px;
    font-weight: 600;
    color: #000000;
    border-left: 4px solid rgb(212,204,209);
    transition: transform 0.3s ease;
    line-height: 1.4;
    font-size: calc(19px * 1.1);
    margin-bottom: 30px;
}.newsletter_signup .story_tl:hover h3 {
    transform: translateZ(15px) translateX(5px);
}.newsletter_signup .input_holder {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    align-items: center;
    gap: 15px;
    z-index: 3;
}.newsletter_signup .input_holder div {
    position: relative;
    flex: 1;
    min-width: 250px;
}.newsletter_signup .input_holder div::before {
    left: 0;
    content: "";
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    background: linear-gradient(
        to right,
        rgb(212,204,209,0.5),
        rgb(179,169,172),
        rgb(212,204,209,0.5)
    );
    bottom: -2px;
    height: 2px;
    transform: scaleX(0);
    position: absolute;
    transform-origin: center;
}.newsletter_signup .input_holder div:hover::before,
.newsletter_signup .input_holder div:focus-within::before {
    transform: scaleX(1);
}.newsletter_signup input[type="email"] {
    transition: all 0.3s ease;
    color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    width: 100%;
    box-shadow: 
        inset 3px 3px 8px rgba(0, 0, 0, 0.03),
        inset -3px -3px 8px rgba(255, 255, 255, 0.03);
    font-size: 17px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.07);
}.newsletter_signup input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.12);
    outline: none;
    box-shadow: 
        0 5px 15px rgba(rgb(212,204,209), 0.1),
        inset 3px 3px 8px rgba(0, 0, 0, 0.04),
        inset -3px -3px 8px rgba(255, 255, 255, 0.04);
    border-color: rgb(212,204,209,0.5);
    transform: translateY(-2px);
}.newsletter_signup input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    opacity: 0.6;
    color: #000000;
}.newsletter_signup input[type="email"]:focus::placeholder {
    opacity: 0.4;
    transform: translateX(5px);
}.newsletter_signup .upgrade_skills {
    box-shadow: 
        0 8px 20px rgba(rgb(212,204,209), 0.2),
        0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border: none;
    color: #ffffff;
    border-radius: 8px;
    transition: all 0.4s ease;
    padding: 15px 30px;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(212,204,209), rgb(179,169,172));
    font-size: 20px;
}.newsletter_signup .upgrade_skills::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: all 0.6s ease;
    width: 100%;
    left: -100%;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
}.newsletter_signup .upgrade_skills:hover {
    box-shadow: 
        0 12px 25px rgba(rgb(212,204,209), 0.25),
        0 3px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.newsletter_signup .upgrade_skills:active {
    box-shadow: 
        0 5px 15px rgba(rgb(212,204,209), 0.2),
        0 1px 3px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}.newsletter_signup .upgrade_skills:hover::before {
    left: 100%;
}

@media (min-width: 992px) {.newsletter_signup .story_tl {
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 60px;
}.newsletter_signup h3 {
    font-size: 19px;
    max-width: 50%;
    margin-bottom: 0;
}.newsletter_signup .input_holder {
    width: 100%;
    max-width: 600px;
}
}

@media (max-width: 991px) {.newsletter_signup {
    padding: 60px 0;
}.newsletter_signup .story_tl {
    text-align: center;
}.newsletter_signup h3 {
    margin-bottom: 25px;
    text-align: left;
    display: inline-block;
}.newsletter_signup .input_holder {
    justify-content: center;
}
}

@media (max-width: 767px) {.newsletter_signup {
    padding: 50px 0;
}.newsletter_signup .story_tl {
    padding: 30px 20px;
}.newsletter_signup h3 {
    padding-left: 10px;
    font-size: calc(22px * 1.1);
}.newsletter_signup .input_holder {
    width: 100%;
    flex-direction: column;
}.newsletter_signup .input_holder div,
    .newsletter_signup .upgrade_skills {
    width: 100%;
}
}

@media (max-width: 480px) {.newsletter_signup {
    padding: 40px 0;
}.newsletter_signup .story_tl {
    padding: 25px 15px;
}.newsletter_signup h3 {
    margin-bottom: 20px;
    font-size: 22px;
}.newsletter_signup input[type="email"],
    .newsletter_signup .upgrade_skills {
    padding: 12px 15px;
}
}

@media (prefers-reduced-motion: reduce) {.newsletter_signup .story_tl,
    .newsletter_signup h3,
    .newsletter_signup input[type="email"],
    .newsletter_signup .upgrade_skills,
    .newsletter_signup .upgrade_skills::before,
    .newsletter_signup .input_holder div::before {
    transition: none;
}}#cookieModalWindow {
    display: none;
}#cookieModalWindow:checked ~ .popupPrivacySettings {
    opacity: 0;
    visibility: hidden;
}.popupPrivacySettings {
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(212,204,209);
    background: rgb(179,169,172);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    bottom: 0;
    padding: 20px 0;
    z-index: 90;
    width: 100%;
    position: fixed;
}.tracking_policy {
    justify-content: space-between;
    padding: 20px 5%;
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px dashed rgb(212,204,209);
    border-radius: 25px;
}.popupPrivacySettings h5 {
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 19px;
    margin: 0;
    color: rgb(212,204,209);
    text-transform: uppercase;
}.popupPrivacySettings p {
    line-height: 1.5;
    font-size: 15px;
    margin: 0;
    position: relative;
    color: #ffffff;
}.privacy_ack {
    background: rgb(212,204,209,0.5);
    display: flex;
    padding: 10px;
    align-items: center;
    border-radius: 25px;
    flex-shrink: 0;
    justify-content: center;
    margin-right: 20px;
}.privacy_ack svg {
    width: 60px;
    height: 60px;
    fill: rgb(212,204,209);
}.user_default {
    color: #000000;
    border-radius: 10px;
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    text-decoration: none;
    line-height: 40px;
    cursor: pointer;
    background: rgb(212,204,209);
    white-space: nowrap;
    border: 2px solid rgb(212,204,209);
    flex-shrink: 0;
    font-size: 14px;
    min-width: 140px;
    margin-left: 10px;
}.user_default:hover {
    background-color: rgb(179,169,172);
    box-shadow: 0 0 10px rgb(179,169,172);
}.cookie_button.cookie_explained {
    border: 2px solid rgb(179,169,172);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie_explained:hover {
    box-shadow: 0 0 10px rgb(179,169,172);
}.popupPrivacySettings p a {
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(212,204,209);
    color: rgb(212,204,209);
    text-decoration: none;
}.popupPrivacySettings p a:hover {
    color: rgb(179,169,172);
}
@media only screen and (max-width: 1200px) {.popupPrivacySettings {
    padding: 15px 0;
}.tracking_policy {
    padding: 15px 5%;
}.privacy_ack {
    display: none;
}.tracking_policy {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.popupPrivacySettings h5 {
    font-size: 18px;
    margin-bottom: 10px;
}.data_approval {
    margin-bottom: 15px;
}.user_default {
    min-width: 100%;
    margin: 10px 0;
}}
header .site_main {
    overflow: visible;
    z-index: 99;
    align-items: center;
    width: 100%;
    display: flex;
    padding: 1.5rem 0;
    box-sizing: border-box;
    position: relative;
    justify-content: space-between;
    background: linear-gradient(120deg, rgb(212,204,209) 0%, rgb(179,169,172,0.5) 100%);
}header .site_main::before {
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(179,169,172,0.5) 0%, transparent 60%);
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}header .site_main .head_nav {
    margin-left: calc((100vw - 100%) / 2);
    transform: translateY(-5px);
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}header .site_main .head_nav:hover {
    transform: translateY(0) scale(1.05);
}header .site_main .head_nav .head_main {
    display: block;
    padding: 0.5rem 1rem;
    position: relative;
}header .site_main .head_nav .head_main::before {
    background: rgba(0, 0, 0, 0.5);
    width: calc(100% + 40px);
    content: "";
    top: -10px;
    height: calc(100% + 20px);
    position: absolute;
    z-index: -1;
    left: -20px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}header .site_main .head_nav .head_main svg {
    height: 2.8rem;
    width: auto;
    filter: drop-shadow(0 0 8px #ffffff);
}header .site_main .top_head {
    padding-right: calc((100vw - 100%) / 2);
    margin: 0;
    justify-content: flex-end;
    padding: 0;
    position: relative;
    width: 80vw;
    display: flex;
    list-style: none;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(90deg, transparent, rgb(212,204,209,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
}header .site_main .top_head::before {
    left: 0;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    content: "";
    position: absolute;
}header .site_main .top_head .nav_pro {
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
    margin: 0;
}header .site_main .top_head .nav_pro a {
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    font-size: 19px;
    transform-origin: center;
    padding: 1.2rem 1.5rem;
    position: relative;
    font-weight: 600;
}header .site_main .top_head .nav_pro a::after {
    transition: width 0.3s ease;
    height: 2px;
    left: 1.5rem;
    position: absolute;
    width: 0;
    bottom: 0.8rem;
    background: rgb(179,169,172);
    content: "";
}header .site_main .top_head .nav_pro a:hover {
    color: rgb(179,169,172);
    transform: translateZ(10px);
}header .site_main .top_head .nav_pro a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .site_main {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
}header .site_main .head_nav {
    margin-left: 0;
    margin-bottom: 1rem;
}header .site_main .top_head {
    width: 100%;
    padding-right: 0;
    background: rgb(212,204,209,0.5);
    clip-path: none;
    flex-wrap: wrap;
    justify-content: center;
}header .site_main .top_head .nav_pro a {
    padding: 0.8rem 1rem;
}header .site_main .top_head .nav_pro a::after {
    bottom: 0.4rem;
    left: 1rem;
}header .site_main .top_head .nav_pro a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .site_main .top_head {
    padding: 0.5rem 0;
}header .site_main .top_head .nav_pro {
    width: 50%;
}header .site_main .top_head .nav_pro a {
    padding: 0.6rem 0.8rem;
    font-size: calc(19px - 2px);
    text-align: center;
}header .site_main .top_head .nav_pro a::after {
    display: none;
}}.developer_experience {
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(239,237,239) 0%, rgb(212,204,209,0.5) 35%, rgb(179,169,172,0.5) 100%);
}.developer_experience::before {
    animation: rotate 20s linear infinite;
    left: -10%;
    content: "";
    z-index: 0;
    position: absolute;
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(212,204,209,0.5) 120deg, transparent 180deg, rgb(179,169,172,0.5) 260deg, transparent 360deg);
    height: 200%;
    top: -50%;
    width: 200%;
    opacity: 0.2;
}@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.developer_experience .container {
    perspective: 1000px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.developer_experience .testimonials_pro {
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease;
    grid-template-areas:
    "photo quote"
    "name quote";
    background: #ffffff;
    transform: rotateX(5deg) rotateY(-2deg);
    transform-style: preserve-3d;
    border-radius: 22px;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(212,204,209,0.5);
    grid-template-rows: auto auto;
    grid-template-columns: minmax(220px, 1fr) 2fr;
    gap: 1.5rem;
    display: grid;
    padding: 2.5rem;
}.developer_experience .testimonials_pro:hover {
    transform: rotateX(0) rotateY(0);
}.developer_experience .image_item {
    grid-area: photo;
    width: 100%;
    border-radius: 22px;
    transition: transform 0.3s ease;
    box-shadow: 
    -5px 5px 0 rgb(179,169,172),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateZ(20px);
    aspect-ratio: 1/1;
}.developer_experience .testimonials_pro:hover .image_item {
    transform: translateZ(30px) scale(1.05);
}.developer_experience .name {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    color: rgb(212,204,209);
    grid-area: name;
    margin-bottom: 0.5rem;
    display: block;
    padding-left: 1rem;
    transform: translateZ(10px);
}.developer_experience .name + span {
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 1rem;
    opacity: 0.8;
    grid-area: name;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000000;
    transform: translateZ(5px);
    align-self: end;
    margin-top: 2rem;
}.developer_experience .work_view {
    transition: transform 0.3s ease;
    line-height: 1.7;
    color: #000000;
    grid-area: quote;
    transform: translateZ(15px);
    background: linear-gradient(to right, #ffffff, rgb(239,237,239));
    position: relative;
    font-size: calc(16px * 1.1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 2rem;
    border-radius: 22px;
}.developer_experience .work_view::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(212,204,209,0.5) 0%, transparent 40%, transparent 60%, rgb(179,169,172,0.5) 100%);
    height: 100%;
    opacity: 0.3;
    width: 100%;
    mix-blend-mode: overlay;
    border-radius: 22px;
}.developer_experience .testimonials_pro:hover .work_view {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.developer_experience .testimonials_pro {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "image_item"
      "name"
      "work_view";
    transform: none;
}.developer_experience .image_item {
    max-width: 200px;
    margin: 0 auto;
}.developer_experience .name,
  .developer_experience .name + span {
    text-align: center;
    padding-left: 0;
}.developer_experience .name + span {
    margin-top: 0.5rem;
}
}

@media (max-width: 576px) {.developer_experience {
    padding: 4rem 1rem;
}.developer_experience .testimonials_pro {
    padding: 1.5rem;
}.developer_experience .work_view {
    padding: 1.5rem;
}
}