* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.header-page-V {
    flex: 1 0 auto;
}

.container {
    width: 1134px;
    margin: auto;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

svg {
    height: 30px;
    width: 30px;
}

.reach-out-A .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

.reach-out-A .message-box-4 {
    box-shadow: 0 25px 50px rgb(170,181,218,0.5);
    display: flex;
    background: rgb(128,145,197,0.5);
    align-items: stretch;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.reach-out-A h2 {
    font-size: 41px;
    margin-bottom: 2.5rem;
    padding-left: 2rem;
    color: #ffffff;
    text-align: left;
    position: relative;
    font-weight: 700;
}

.reach-out-A .request-message-S h3::after {
    content: '';
    bottom: 0;
    position: absolute;
    width: 50px;
    left: 0;
    height: 3px;
    background: rgb(170,181,218);
}

.reach-out-A .request-message-S input:not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
    transition: all 0.3s ease;
    background: rgb(128,145,197,0.5);
    border-radius: 10px;
    position: relative;
    padding: 1rem 1.5rem;
    color: #ffffff;
    font-size: 18px;
    border: 1px solid rgb(170,181,218,0.5);
    outline: none;
}

.reach-out-A .request-message-S .help-help-5 input[type="checkbox"] {
    height: 22px;
    appearance: none;
    border: 2px solid rgb(170,181,218,0.5);
    transition: all 0.3s ease;
    background: rgb(128,145,197,0.5);
    border-radius: 10px;
    position: relative;
    width: 22px;
    cursor: pointer;
}

.reach-out-A .request-message-S .inquiry-feedback-z {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    border: none;
    transition: all 0.3s ease;
    background: rgb(170,181,218);
    border-radius: 10px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    padding: 1rem;
}

header:before {
    background-size: 200% 100%;
    animation: gradientMove 6s infinite linear;
    position: absolute;
    background: linear-gradient(90deg, rgb(170,181,218), rgb(128,145,197), rgb(170,181,218));
    top: 0;
    height: 4px;
    left: 0;
    width: 100%;
    content: '';
}

header .nav-study-r:after {
    left: 0;
    height: 2px;
    bottom: 0;
    transform-origin: center;
    width: 100%;
    transform: scaleX(0);
    content: '';
    background-color: rgb(170,181,218);
    position: absolute;
    transition: transform 0.3s ease;
}

header .first-pagebar-V {
    align-items: center;
    padding: 5px 10px;
    transition: all 0.3s ease;
    display: flex;
    position: relative;
    text-decoration: none;
}

header .first-pagebar-V:hover svg {
    transform: scale(1.05);
}

.leadership-profile-o::before {
    left: 0;
    top: 0;
    filter: blur(60px);
    content: "";
    z-index: 1;
    height: 100%;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(128,145,197,0.5) 0deg,
        rgb(170,181,218,0.5) 90deg,
        rgb(212,217,239) 180deg,
        rgb(170,181,218,0.5) 270deg,
        rgb(128,145,197,0.5) 360deg
    );
    position: absolute;
    opacity: 0.4;
    width: 100%;
}

.leadership-profile-o .picture-O:hover {
    filter: saturate(1.2);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}



.leadership-profile-o .picture-O:hover {
    animation: pulse 1.5s infinite;
}

.leadership-profile-o .work-record-E:hover {
    transform: rotateY(0deg) translateZ(50px);
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}

.leadership-profile-o .work-record-E:hover::before {
    transform: scale(1);
}

.leadership-profile-o .name {
    color: rgb(170,181,218);
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.leadership-profile-o .work-record-E > div:nth-child(2) {
    opacity: 0.9;
    letter-spacing: 1px;
    color: rgb(128,145,197);
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: 20px;
}

.opening-board-Q {
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,217,239) 0%, #ffffff 100%);
    position: relative;
}

.opening-board-Q .skill-upfast-i::after {
    height: 4px;
    bottom: 0;
    border-radius: 10px;
    transition: width 0.4s ease;
    position: absolute;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(170,181,218) 0%, rgb(128,145,197) 100%);
    left: 0;
}

.opening-board-Q .edu-open-q::before {
    right: 0;
    background: linear-gradient(135deg, rgb(170,181,218,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    content: "";
    bottom: 0;
    z-index: 1;
    position: absolute;
    top: 0;
}

.learning-system-f {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(125deg, rgb(212,217,239), rgb(128,145,197,0.5) 70%);
    padding: 8rem 0;
}

.learning-system-f::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(170,181,218,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(128,145,197,0.5) 0%, transparent 40%);
    position: absolute;
    top: -25%;
    height: 150%;
    z-index: 1;
    transform: rotate(-15deg);
    width: 150%;
    left: -25%;
    opacity: 0.5;
    content: "";
    animation: rotateBg 25s linear infinite;
}

.learning-system-f h3::before,
.learning-system-f h3::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(170,181,218), transparent);
    height: 2px;
}

.learning-system-f h3::before {
    bottom: -15px;
    transform: translateX(-50%);
    animation: expandLine 3s ease-in-out infinite alternate;
    left: 50%;
    width: 200px;
}

.learning-system-f span::after {
    animation: glowPulse 4s ease-in-out infinite alternate;
    left: -5px;
    transform: translateZ(-10px);
    opacity: 0.3;
    right: -5px;
    content: "";
    background: linear-gradient(
        45deg,
        rgb(170,181,218,0.5),
        rgb(128,145,197,0.5),
        rgb(170,181,218,0.5)
    );
    bottom: -5px;
    filter: blur(10px);
    z-index: -2;
    top: -5px;
    position: absolute;
    border-radius: 15px;
}

.support-A::after {
    position: absolute;
    bottom: -30px;
    animation: pulse 8s infinite alternate ease-in-out;
    width: 200px;
    right: -30px;
    height: 200px;
    filter: blur(40px);
    opacity: 0.1;
    z-index: 0;
    border-radius: 50%;
    background: rgb(170,181,218);
    content: "";
    transform: translate(30%, 30%);
}

.support-A .assist-support-h {
    padding: 40px;
    gap: 40px;
    display: grid;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    position: relative;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
}

.support-A h6 {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 8px;
}

.support-A .contact-map-7 > div {
    transform: translateX(0);
    transition: transform 0.3s ease-out;
}

.support-A .help-request-t:hover {
    color: rgb(170,181,218);
}

.support-A .help-request-t:hover:after {
    width: 100%;
}

.support-A svg {
    fill: none;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.support-A .help-request-t:hover svg,
.support-A h6:hover svg {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.company-overview-j::after {
    content: '';
    width: 40%;
    top: -10%;
    height: 70%;
    transform: rotate(-15deg) skewX(-15deg);
    animation: float 15s ease-in-out infinite;
    right: -5%;
    background: rgb(170,181,218);
    z-index: 1;
    opacity: 0.15;
    position: absolute;
}

.company-overview-j .headline-wrap-u {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 40px;
    opacity: 0;
    animation: slideUpFade 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(30px);
    display: flex;
}

.company-overview-j .headline-wrap-u {
    margin: 0 auto;
    max-width: 90%;
}

.company-overview-j .headline-wrap-u div div {
    opacity: 0;
    column-count: 1;
    font-size: 16px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    animation: fadeInText 1s ease forwards 0.9s;
    line-height: 1.8;
}

.secure-safekeeping-A h1 {
    margin-bottom: 20px;
    font-size: 48px;
    color: rgb(170,181,218);
    font-weight: 700;
}

.secure-safekeeping-A h3, .secure-safekeeping-A h4, .secure-safekeeping-A h5, .secure-safekeeping-A h6 {
    margin: 1rem 0;
}

.secure-safekeeping-A div {
    margin-bottom: 20px;
}

.gratitudeWeb-e::before {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: float 15s ease-in-out infinite alternate;
    content: "";
    top: -30%;
    filter: blur(30px);
    position: absolute;
    opacity: 0.3;
    width: 60%;
    height: 70%;
    z-index: 0;
    transform: rotate(-15deg);
    right: -10%;
    background: linear-gradient(145deg, rgb(170,181,218,0.5) 0%, rgb(128,145,197,0.5) 100%);
}

.gratitudeWeb-e .story-visual-v:hover {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08),
                -15px -15px 40px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.gratitudeWeb-e .story-visual-v:hover > div:first-child::after {
    width: 120px;
}

.gratitudeWeb-e h5 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin: 0;
    line-height: 1.4;
    font-size: 23px;
}

.gratitudeWeb-e p {
    font-size: 15px;
    transition: color 0.3s ease;
    color: #000000;
    line-height: 1.8;
    margin: 0;
}

.gratitudeWeb-e a::before {
    height: 2px;
    transform: scaleX(0);
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(170,181,218,0.5) 0%, rgb(128,145,197) 100%);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    bottom: 0;
    position: absolute;
    left: 0;
    transform-origin: right;
}

.statistics-information-Z::after {
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
    background: linear-gradient(45deg, rgb(170,181,218,0.5) 0%, transparent 50%);
}

.statistics-information-Z .statistics-zone-q svg path {
    stroke-width: 0.5;
    fill: rgb(170,181,218);
    stroke: #ffffff;
}

.statistics-information-Z .statistics-value-O::after {
    position: absolute;
    height: 3px;
    left: 0;
    width: 80px;
    bottom: 0;
    content: '';
    background: linear-gradient(to right, rgb(170,181,218), transparent);
}

.statistics-information-Z .statistics-extra-q {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    padding: 25px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.statistics-information-Z .statistics-extra-q span {
    position: relative;
    color: #ffffff;
    font-size: 23px;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

.statistics-information-Z .expert-benefits-X:has(.statistics-extra-q:nth-child(2):last-child) {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}



.statistics-information-Z .statistics-extra-q::before {
    height: 40px;
    border-top-right-radius: 10px;
    width: 40px;
    background: linear-gradient(135deg, transparent, rgb(170,181,218,0.5));
    top: 0;
    right: 0;
    content: '';
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0;
}

.program-information-t::before {
    width: 40%;
    height: 60%;
    position: absolute;
    content: "";
    background: linear-gradient(145deg, rgb(128,145,197,0.5) 0%, rgb(170,181,218,0.5) 100%);
    opacity: 0.5;
    top: -5%;
    right: -10%;
    filter: blur(60px);
    z-index: 0;
    transform: rotate(-15deg);
}

.program-information-t h2::after {
    display: block;
    animation: expandLine 0.6s ease-out 1s forwards;
    transform-origin: left;
    height: 4px;
    background: linear-gradient(90deg, rgb(170,181,218), rgb(128,145,197));
    transform: scaleX(0);
    margin-top: 15px;
    content: "";
    width: 80px;
}

.program-information-t .picture-O::after {
    z-index: 2;
    height: 120%;
    top: -10%;
    content: "";
    mix-blend-mode: overlay;
    background: linear-gradient(135deg, rgb(128,145,197,0.5) 0%, transparent 70%);
    opacity: 0.5;
    position: absolute;
    animation: shimmer 8s infinite alternate ease-in-out;
    left: -10%;
    width: 120%;
}

.program-information-t .description {
    animation: fadeInUp 0.8s ease-out 0.8s forwards;
    position: relative;
    color: #000000;
    transform: translateY(15px);
    margin-bottom: 1.5rem;
    opacity: 0;
    font-size: 18px;
    line-height: 1.8;
}

.future-members-e {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(212,217,239);
}

.future-members-e .story-visual-v {
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    background: rgb(212,217,239);
    position: relative;
    padding: 50px;
    border-radius: 15px;
}

.future-members-e div p {
    margin: 0;
    font-size: 18px;
    display: flex;
    background: rgb(212,217,239);
    padding: 25px;
    flex: 1 1 calc(33.333% - 20px);
    transition: all 0.3s ease;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    min-width: 250px;
    align-items: center;
    position: relative;
    color: #000000;
    overflow: hidden;
    border-radius: 15px;
    line-height: 1.6;
}

.future-members-e div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,181,218);
}

.future-members-e div p:hover svg path {
    fill: rgb(128,145,197);
}

.join-our-mailing-list-n::before {
    transform: rotate(-15deg);
    height: 200%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
    position: absolute;
    top: -50%;
    content: "";
    background: rgb(128,145,197,0.5);
    width: 70%;
    left: -10%;
    z-index: -1;
}

.join-our-mailing-list-n .story-visual-v::before {
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    background: #ffffff;
    transform-origin: left bottom;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    content: "";
    position: absolute;
    opacity: 0.9;
    left: 0;
}

.join-our-mailing-list-n h4::after {
    position: absolute;
    transition: width 0.3s ease;
    bottom: -10px;
    background: rgb(170,181,218);
    width: 50px;
    content: "";
    height: 3px;
    left: 0;
}

.join-our-mailing-list-n .input_holder input[type="email"]:focus {
    border-color: rgb(170,181,218);
    box-shadow: 0 0 0 3px rgb(170,181,218,0.5);
}

.join-our-mailing-list-n .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.3;
}

.join-our-mailing-list-n .input_holder input[type="submit"]::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: -100%;
    transition: left 0.6s ease;
}

.join-our-mailing-list-n .input_holder span:last-child {
    align-self: flex-start;
}

.pricing-level-x::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    content: "";
}

.pricing-level-x .package-deals-c {
    gap: 30px;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-level-x .package-deals-c li:nth-child(1) {
    animation-delay: 0.3s;
}

.pricing-level-x .package-deals-c li:nth-child(3) {
    animation-delay: 0.5s;
}

.pricing-level-x .fee-chart-z:hover {
    transform: translateY(-8px) scale(1.02);
}

.pricing-level-x .fee-chart-z:hover::before {
    left: 100%;
}

.pricing-level-x .fee-chart-z:hover .cost-matrix-X {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.pricing-level-x .cost-matrix-X::after {
    transform-origin: left;
    content: '';
    transform: scaleX(0);
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(170,181,218), rgb(128,145,197));
    height: 5px;
    width: 100%;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.pricing-level-x .enroll-cost-E h4 {
    margin: 0 0 20px;
    font-size: 18px;
    position: relative;
    transition: transform 0.3s ease;
    color: rgb(170,181,218);
    padding-bottom: 15px;
    font-weight: 700;
}

.pricing-level-x .fee-deals-a {
    margin-top: auto;
    font-weight: 700;
    align-self: flex-start;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    color: #ffffff;
    padding: 10px 20px;
    position: relative;
    background: linear-gradient(135deg, rgb(170,181,218) 0%, rgb(170,181,218,0.5) 100%);
    border-radius: 10px;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: calc(18px + 4px);
}

footer::after {
    left: 0;
    top: 0;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    z-index: -1;
    content: "";
    right: 0;
    bottom: 0;
    position: absolute;
    background-size: 20px 20px;
}

.terms-legal-9 .company_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex: 1 1 400px;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    position: relative;
}

.terms-legal-9 .music-edu-p {
    flex: 1 1 calc(100% - 480px);
    gap: 2rem;
    flex-direction: column;
    display: flex;
    min-width: 400px;
}

.terms-legal-9 .first-teach-6 h5 {
    margin: 0 0 1.5rem;
    font-size: 23px;
    font-weight: 600;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    color: #ffffff;
}

.terms-legal-9 .first-teach-6 .top-site-O a::before {
    content: "";
    top: 0;
    background: #ffffff;
    opacity: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 3px;
    transition: all 0.3s ease;
}

.login-footer-Q .hackathon-o {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding: 0.7rem 2rem;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    text-align: center;
    position: relative;
    font-size: 13px;
}



@media screen and (max-width: 1200px) {.reach-out-A .picture-O {
    margin-left: -3%;
}
}



@media screen and (max-width: 480px) {.reach-out-A .message-box-4 {
    border-radius: 0;
}.reach-out-A .request-message-S {
    padding: 2rem 1.5rem;
}}



@media (max-width: 991px) {header .container {
    padding: 15px;
}header .first-teach-6 {
    gap: 20px;
}header .nav-study-r:before {
    left: -10px;
}header .first-pagebar-V svg {
    height: 38px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .first-pagebar-V svg {
    height: 32px;
}}



@media (max-width: 991px) {.opening-board-Q {
    padding: 60px 20px;
}.opening-board-Q .skill-upfast-i {
    font-size: calc(46px * 0.85);
}.opening-board-Q .edu-open-q > div {
    padding: 40px 30px;
}.opening-board-Q .edu-open-q p {
    max-width: 100%;
    font-size: 17px;
}.opening-board-Q .edu-open-q h3 {
    padding: 12px 20px;
    font-size: calc(28px * 0.85);
}
}



@media (max-width: 767px) {.opening-board-Q {
    padding: 40px 15px;
}.opening-board-Q .why-mission-n {
    margin-bottom: 30px;
}.opening-board-Q .skill-upfast-i {
    font-size: calc(46px * 0.75);
    margin-bottom: 15px;
}.opening-board-Q .edu-open-q > div {
    padding: 30px 20px;
}.opening-board-Q .edu-open-q p {
    font-size: calc(17px * 0.9);
    padding-left: 10px;
    margin-bottom: 20px;
}.opening-board-Q .edu-open-q h3 {
    font-size: calc(28px * 0.7);
    padding: 10px 15px;
}
}



@media (min-width: 768px) {.support-A {
    padding: 80px 0;
    margin: 100px 0;
}.support-A h1 {
    font-size: calc(45px * 1.1);
    margin-bottom: 60px;
}.support-A .assist-support-h {
    gap: 30px;
    padding: 60px;
    grid-template-columns: 1.5fr 1fr 1fr;
}.support-A .assist-support-h > div {
    padding: 20px 30px;
}.support-A .assist-support-h > div:first-child {
    border-left: 3px solid rgb(128,145,197,0.5);
    grid-column: 1;
}.support-A .contact-map-7 {
    gap: 20px;
}.support-A span {
    margin-left: 34px;
}
}



@media screen and (min-width: 992px) {.company-overview-j {
    padding: 180px 0 160px;
}.company-overview-j::after {
    height: 80%;
    top: -15%;
    right: -2%;
    width: 35%;
}.company-overview-j h2 {
    margin-left: 60px;
}.company-overview-j .headline-wrap-u {
    margin-right: 60px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 70px;
    margin-left: 60px;
}.company-overview-j .headline-wrap-u:hover {
    transform: perspective(1000px) rotateY(0deg);
}.company-overview-j .headline-wrap-u div div {
    column-count: 2;
    column-gap: 50px;
}
}



@media (max-width: 991px) {.gratitudeWeb-e {
    padding: 3rem 0;
}.gratitudeWeb-e .story-visual-v {
    padding: 2.5rem;
}.gratitudeWeb-e h5 {
    font-size: calc(23px - 2px);
}
}



@media (max-width: 767px) {.gratitudeWeb-e {
    padding: 2.5rem 0;
}.gratitudeWeb-e .story-visual-v {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.gratitudeWeb-e h5 {
    font-size: calc(23px - 4px);
    padding-left: 20px;
}.gratitudeWeb-e h5::before {
    width: 22px;
    font-size: 12px;
    left: -15px;
    height: 22px;
}.gratitudeWeb-e p {
    font-size: calc(15px - 1px);
}
}



@media screen and (max-width: 768px) {.statistics-information-Z {
    padding: 60px 0;
}.statistics-information-Z .statistics-value-O {
    margin-bottom: 20px;
    font-size: calc(37px * 0.9);
}.statistics-information-Z .pro-gains-L {
    font-size: calc(17px * 0.95);
}.statistics-information-Z .expert-benefits-X {
    gap: 20px;
}.statistics-information-Z .statistics-extra-q {
    padding: 20px;
}.statistics-information-Z .statistics-extra-q span {
    font-size: calc(23px * 0.9);
}.statistics-information-Z .statistics-extra-q p {
    font-size: calc(17px * 0.85);
}
}



@media (min-width: 768px) {.program-information-t {
    padding: 8rem 0;
}.program-information-t h2 {
    font-size: calc(34px * 1.2);
    max-width: 80%;
}.program-information-t .training-plan-0 {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.program-information-t .picture-O {
    height: 500px;
    transform: perspective(1000px) rotateY(-3deg);
}.program-information-t .picture-O:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program-information-t .headline-wrap-u {
    padding: 3rem;
}
}



@media (max-width: 991px) {.future-members-e {
    padding: 80px 0;
}.future-members-e .story-visual-v {
    padding: 40px 30px;
}.future-members-e h4 {
    margin-bottom: 40px;
    font-size: calc(33px - 2px);
}.future-members-e div {
    gap: 20px;
}.future-members-e div p {
    padding: 20px;
}.future-members-e div p svg {
    min-width: 35px;
    height: 35px;
    width: 35px;
    margin-right: 15px;
}
}



@media (min-width: 768px) {.join-our-mailing-list-n {
    padding: 5rem 3rem;
}.join-our-mailing-list-n .story-visual-v {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
    align-items: center;
}.join-our-mailing-list-n h4 {
    margin: 0;
    font-size: 18px;
}.join-our-mailing-list-n .input_holder {
    align-items: stretch;
    flex-direction: row;
}.join-our-mailing-list-n .input_holder span:first-child {
    flex: 1;
}
}



@media (max-width: 480px) {.join-our-mailing-list-n {
    padding: 3rem 1rem;
}.join-our-mailing-list-n .story-visual-v {
    padding: 1.25rem;
}.join-our-mailing-list-n h4 {
    font-size: calc(18px * 0.8);
}}



@media (max-width: 480px) {.pricing-level-x {
    padding: 40px 0;
}.pricing-level-x h2 {
    font-size: calc(33px - 6px);
}.pricing-level-x .enroll-cost-E {
    min-height: 280px;
    padding: 20px;
}.pricing-level-x .enroll-cost-E p {
    margin-bottom: 20px;
    font-size: calc(13px - 3px);
}.pricing-level-x .fee-deals-a {
    padding: 8px 15px;
}}



@media (max-width: 992px) {.terms-legal-9 {
    padding: 3.5rem 0 2rem;
}.terms-legal-9 .container {
    flex-direction: column;
    gap: 2.5rem;
}.terms-legal-9 .company_holder,
    .terms-legal-9 .music-edu-p {
    flex: 1 1 100%;
    min-width: 100%;
}.terms-legal-9 .first-teach-6 {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}
}



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



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



@keyframes fadeSlideRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes floatContent {
    0%, 100% {
        transform: translateZ(30px) translateY(-20px) rotateX(2deg);
    }
    50% {
        transform: translateZ(30px) translateY(-10px) rotateX(-2deg);
    }
}



@keyframes glowPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(10px);
    }
    50% {
        opacity: 0.6;
        filter: blur(15px);
    }
}



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}



@keyframes slideUpFade {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



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



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



@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes shimmer {
    0% {
        transform: translate(-10%, -10%) scale(1.1);
    }
    100% {
        transform: translate(5%, 5%) scale(1);
    }
}

