* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.template-cta-exp {
    flex: 0 0 auto;
}.container-wrap-exp {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    width: thin;
    height: 6px;
}::-webkit-scrollbar-button {
    height: 3px;
}::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 12.1vh;
    box-shadow: inset -1px 5px 0px 8px rgba(0, 0, 0, 0.2);
}::-webkit-scrollbar-thumb {
    background: rgb(138,143,167);
    border: 2px groove #ffffff;
    animation: shift_scrollbar 4.7s linear 4;
    box-shadow: 1px 2px 4px -1px rgba(0, 0, 0, 0.4);
    min-height: 98px;
    border-radius: 0.4em;
}

::-webkit-scrollbar-thumb:hover {
}::-webkit-scrollbar-corner {
    background: rgb(255, 255, 255, 0.5);
}* {
    scrollbar-color: rgb(138,143,167,0.5) rgb(176,181,197,0.5);
    scrollbar-width: auto;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 4px;
}::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
}}

svg {
    width: 30px;
    height: 30px;
}.nav-begin-exp {
    flex: 1 0 auto;
}.container {
    width: 1176px;
    margin: auto;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.cookie-popup-interrupt-exp {
    background: rgb(138,143,167);
    padding: 15px 20px;
    width: 100%;
    z-index: 90;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    border-top: 3px solid rgb(176,181,197);
}.visitor-privacy-exp {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.cookie-expand-exp {
    flex-shrink: 0;
    margin-right: 20px;
}.cookie-expand-exp svg {
    height: 50px;
    width: 50px;
    fill: rgb(176,181,197);
}.cookie-rules-exp {
    display: flex;
    justify-content: center;
    max-width: 600px;
    flex-direction: column;
}.cookie-popup-interrupt-exp h5 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 700;
}.cookie-popup-interrupt-exp p {
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
}.data-consent-exp {
    background: rgb(176,181,197);
    margin-left: 10px;
    transition: none;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    min-width: 150px;
    padding: 10px 20px;
    border: 2px solid rgb(176,181,197);
    border-radius: 10px;
    flex-shrink: 0;
    text-align: center;
}.data-consent-exp:hover {
    background: rgb(176,181,197,0.5);
    border-color: rgb(176,181,197,0.5);
}.cookie-popup-interrupt-exp p a {
    text-decoration: none;
    border-bottom: 2px solid rgb(176,181,197);
    color: rgb(176,181,197);
}.cookie-popup-interrupt-exp p a:hover {
    color: rgb(138,143,167);
    border-bottom-color: rgb(138,143,167);
}
@media only screen and (max-width: 1200px) {.cookie-popup-interrupt-exp {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.cookie-expand-exp {
    display: none;
}.visitor-privacy-exp {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie-popup-interrupt-exp h5, .cookie-popup-interrupt-exp p {
    text-align: center;
}.cookie-rules-exp {
    margin-bottom: 15px;
}.data-consent-exp {
    margin-top: 10px;
    margin-left: 0;
}}
#cookiePolicyPopup-exp {
    display: none;
}#cookiePolicyPopup-exp:checked ~ .cookie-popup-interrupt-exp {
    opacity: 0;
    visibility: hidden;
}.tariff-box-exp {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.tariff-box-exp::before {
    background: linear-gradient(135deg, rgba(18, 46, 101, 0.85), rgba(44, 62, 80, 0.9));
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    position: absolute;
}.tariff-box-exp .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.basic-rates-exp {
    position: relative;
}.tariff-box-exp h2 {
    color: #ffffff;
    animation: titleFadeIn 0.8s ease-out forwards;
    text-align: center;
    position: relative;
    font-size: 31px;
    margin-bottom: 25px;
    transform: translateY(0);
    font-weight: 700;
}.tariff-box-exp .fee-chart-exp {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    animation: fadeIn 0.8s ease-out 0.3s forwards;
    margin: 0 auto 60px;
    opacity: 0;
    text-align: center;
    max-width: 700px;
    position: relative;
}.tariff-box-exp .plan-deals-exp {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0;
}.tariff-box-exp .plan-deals-exp li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.tariff-box-exp .pay-options-exp {
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    display: block;
    transform: translateZ(0);
    height: 100%;
}.tariff-box-exp .pay-options-exp:hover {
    transform: translateY(-10px) scale(1.02);
}.tariff-box-exp .pricing-pack-exp {
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.85));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
}.tariff-box-exp .pay-options-exp:hover .pricing-pack-exp {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 240, 240, 0.9));
}.tariff-box-exp .pricing-pack-exp::before {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(176,181,197), rgb(138,143,167));
    top: 0;
    left: 0;
    height: 6px;
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    transform-origin: left;
    position: absolute;
    content: "";
    width: 100%;
}.tariff-box-exp .pay-options-exp:hover .pricing-pack-exp::before {
    transform: scaleX(1);
}.tariff-box-exp .program-rate-exp {
    box-sizing: border-box;
    flex-direction: column;
    height: 100%;
    display: flex;
    padding: 35px 30px;
}.tariff-box-exp .program-rate-exp h4 {
    color: #000000;
    padding-bottom: 15px;
    font-size: calc(23px * 1.1);
    transition: color 0.3s ease;
    margin: 0 0 20px;
    position: relative;
    font-weight: 700;
}.tariff-box-exp .pay-options-exp:hover .program-rate-exp h4 {
    color: rgb(176,181,197);
}.tariff-box-exp .program-rate-exp h4::after {
    transition: width 0.4s ease;
    left: 0;
    height: 3px;
    background: rgb(176,181,197);
    content: "";
    width: 40px;
    position: absolute;
    bottom: 0;
}.tariff-box-exp .pay-options-exp:hover .program-rate-exp h4::after {
    width: 60px;
}.tariff-box-exp .program-rate-exp p {
    word-break: break-word;
    color: #000000;
    margin: 0 0 25px;
    line-height: 1.6;
    font-size: calc(15px * 0.95);
    overflow-wrap: break-word;
    flex-grow: 1;
}.tariff-box-exp .price-tiers-exp {
    border-radius: 50px;
    padding: 12px 25px;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(255, 255, 255, 0.9));
    overflow: hidden;
    font-size: calc(23px * 1.4);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    position: relative;
    align-self: flex-start;
    color: #000000;
    font-weight: 700;
}.tariff-box-exp .pay-options-exp:hover .price-tiers-exp {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(176,181,197,0.5), rgb(176,181,197));
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
}.tariff-box-exp .price-tiers-exp::before {
    position: absolute;
    content: "";
    transition: left 0.7s ease;
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
}.tariff-box-exp .pay-options-exp:hover .price-tiers-exp::before {
    left: 100%;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 1200px) {.tariff-box-exp {
    padding: 100px 0;
}.tariff-box-exp .plan-deals-exp {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}

@media (max-width: 991px) {.tariff-box-exp {
    padding: 80px 0;
}.tariff-box-exp h2 {
    font-size: calc(31px * 0.9);
}.tariff-box-exp .fee-chart-exp {
    font-size: calc(15px * 0.95);
    margin-bottom: 50px;
}.tariff-box-exp .plan-deals-exp {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.tariff-box-exp .program-rate-exp {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.tariff-box-exp {
    padding: 70px 0;
}.tariff-box-exp h2 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.85);
}.tariff-box-exp .fee-chart-exp {
    font-size: calc(15px * 0.9);
    margin-bottom: 40px;
}.tariff-box-exp .plan-deals-exp {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.tariff-box-exp .program-rate-exp h4 {
    font-size: 23px;
}.tariff-box-exp .program-rate-exp p {
    font-size: calc(15px * 0.9);
    margin-bottom: 20px;
}.tariff-box-exp .price-tiers-exp {
    padding: 10px 20px;
    font-size: calc(23px * 1.3);
}
}

@media (max-width: 480px) {.tariff-box-exp {
    padding: 60px 0;
}.tariff-box-exp h2 {
    font-size: calc(31px * 0.8);
}.tariff-box-exp .fee-chart-exp {
    margin-bottom: 35px;
    font-size: calc(15px * 0.85);
}.tariff-box-exp .program-rate-exp {
    padding: 25px 20px;
}.tariff-box-exp .program-rate-exp h4 {
    padding-bottom: 12px;
    margin-bottom: 15px;
}.tariff-box-exp .program-rate-exp p {
    font-size: calc(15px * 0.85);
    line-height: 1.5;
}.tariff-box-exp .price-tiers-exp {
    font-size: calc(23px * 1.2);
    padding: 8px 18px;
}}.company-info-exp {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 120px 0;
}.company-info-exp::before {
    content: "";
    height: 100%;
    background-size: 40px 40px;
    width: 100%;
    left: 0;
    opacity: 0.15;
    z-index: 1;
    position: absolute;
    background: 
        linear-gradient(0deg, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, transparent 51%, transparent 100%),
        linear-gradient(90deg, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, transparent 51%, transparent 100%);
    top: 0;
}.company-info-exp::after {
    filter: blur(80px);
    position: absolute;
    background: linear-gradient(135deg, rgb(176,181,197) 0%, transparent 80%);
    border-radius: 50%;
    opacity: 0.25;
    animation: float 20s infinite alternate linear;
    right: -100px;
    height: 400px;
    top: -100px;
    content: "";
    z-index: 1;
    width: 400px;
}@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-50px, 50px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.company-info-exp .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.company-info-exp h2 {
    text-align: center;
    text-shadow: 0 0 20px rgb(176,181,197,0.5);
    font-size: 42px;
    margin-bottom: 60px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    letter-spacing: 2px;
}.company-info-exp h2::after {
    left: 50%;
    position: absolute;
    bottom: -20px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(176,181,197), transparent);
    width: 100px;
    transform: translateX(-50%);
    height: 3px;
}.company-info-exp .mission-block-exp {
    flex-direction: column;
    gap: 40px;
    display: flex;
}.company-info-exp .study-learn-exp {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    backdrop-filter: blur(5px);
    position: relative;
    border-radius: 29px;
    overflow: hidden;
}.company-info-exp .study-learn-exp:nth-child(1) {
    transform: translateX(-40px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
}.company-info-exp .study-learn-exp:nth-child(2) {
    transform: translateX(40px);
    background: linear-gradient(135deg, rgba(rgb(138,143,167), 0.2) 0%, rgba(rgb(138,143,167), 0.05) 100%);
}.company-info-exp .study-learn-exp::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-size: 60px 60px;
    top: 0;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%),
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%);
}.company-info-exp .study-learn-exp:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}.company-info-exp .study-learn-exp:nth-child(1):hover {
    transform: translateY(-10px) translateX(-40px);
}.company-info-exp .study-learn-exp:nth-child(2):hover {
    transform: translateY(-10px) translateX(40px);
}.company-info-exp .study-learn-exp h3 {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    margin-left: 15px;
    color: #ffffff;
}.company-info-exp .study-learn-exp h3::before {
    width: 6px;
    box-shadow: 0 0 10px rgb(176,181,197);
    border-radius: 50%;
    left: -15px;
    top: 8px;
    background: rgb(176,181,197);
    content: "";
    height: 6px;
    position: absolute;
}.company-info-exp .study-learn-exp:nth-child(2) h3::before {
    box-shadow: 0 0 10px rgb(138,143,167);
    background: rgb(138,143,167);
}.company-info-exp .study-learn-exp h3::after {
    content: "";
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
    background: rgb(176,181,197);
    width: 40px;
}.company-info-exp .study-learn-exp:nth-child(2) h3::after {
    background: rgb(138,143,167);
}.company-info-exp .study-learn-exp:hover h3::after {
    width: 80px;
}.company-info-exp .study-learn-exp p {
    letter-spacing: 0.5px;
    font-size: 13px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 300;
}.company-info-exp .container::before {
    filter: blur(80px);
    z-index: 1;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    animation: float 20s infinite alternate-reverse linear;
    bottom: -100px;
    background: linear-gradient(135deg, rgb(138,143,167) 0%, transparent 80%);
    opacity: 0.25;
    left: -100px;
    content: "";
    width: 400px;
}

@media screen and (max-width: 991px) {.company-info-exp {
    padding: 100px 0;
}.company-info-exp h2 {
    margin-bottom: 50px;
}.company-info-exp .study-learn-exp {
    padding: 40px;
}.company-info-exp .study-learn-exp:nth-child(1) {
    transform: translateX(-30px);
}.company-info-exp .study-learn-exp:nth-child(2) {
    transform: translateX(30px);
}.company-info-exp .study-learn-exp:nth-child(1):hover {
    transform: translateY(-10px) translateX(-30px);
}.company-info-exp .study-learn-exp:nth-child(2):hover {
    transform: translateY(-10px) translateX(30px);
}
}

@media screen and (max-width: 768px) {.company-info-exp {
    padding: 80px 0;
}.company-info-exp h2 {
    font-size: calc(31px + 0.2rem);
    margin-bottom: 40px;
}.company-info-exp .study-learn-exp {
    padding: 30px;
}.company-info-exp .study-learn-exp:nth-child(1),
    .company-info-exp .study-learn-exp:nth-child(2) {
    transform: translateX(0);
}.company-info-exp .study-learn-exp:nth-child(1):hover,
    .company-info-exp .study-learn-exp:nth-child(2):hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.company-info-exp {
    padding: 60px 0;
}.company-info-exp h2 {
    font-size: 31px;
}.company-info-exp .mission-block-exp {
    gap: 30px;
}.company-info-exp .study-learn-exp {
    padding: 25px;
}.company-info-exp .study-learn-exp h3 {
    padding-bottom: 10px;
    font-size: calc(18px + 0.1rem);
    margin-bottom: 15px;
}.company-info-exp .study-learn-exp p {
    font-size: calc(13px - 0.05rem);
}}.sign-up-exp {
    isolation: isolate;
    background: rgb(220,222,228);
    position: relative;
    overflow: hidden;
    padding: 4rem;
}.sign-up-exp::before {
    background: rgb(176,181,197,0.5);
    z-index: -2;
    content: "";
    top: 0;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    width: 60%;
    height: 100%;
    opacity: 0.2;
    transform-origin: center right;
    animation: clip-shift 10s ease-in-out infinite alternate;
    position: absolute;
    right: 0;
}.sign-up-exp::after {
    content: "";
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    width: 60%;
    height: 100%;
    transform-origin: center left;
    animation: clip-shift 10s ease-in-out infinite alternate-reverse;
    z-index: -2;
    position: absolute;
    top: 0;
    opacity: 0.2;
    background: rgb(138,143,167,0.5);
    left: 0;
}.sign-up-exp .master-classes-exp {
    align-items: center;
    z-index: 1;
    display: grid;
    transform: skewY(-1deg);
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    position: relative;
}.sign-up-exp .master-classes-exp::before {
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.02) 10px,
        rgba(0, 0, 0, 0.02) 20px
    );
}.sign-up-exp p {
    font-size: calc(18px * 1.1);
    margin: 0;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    font-weight: 700;
    transform: skewY(1deg);
}.sign-up-exp p::before {
    opacity: 0.2;
    content: "";
    background: rgb(176,181,197);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: rotate-diamond 15s linear infinite;
    position: absolute;
    width: 50px;
    left: -20px;
    transform: rotate(45deg);
    top: -20px;
    height: 50px;
}.sign-up-exp p::after {
    background: rgb(138,143,167);
    height: 30px;
    width: 30px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    opacity: 0.3;
    content: "";
    bottom: -20px;
    right: 40px;
    animation: rotate-hexagon 20s linear infinite reverse;
    position: absolute;
}.sign-up-exp .input_holder {
    position: relative;
    transform: skewY(1deg);
}.sign-up-exp .input_holder::before {
    z-index: -1;
    width: 60px;
    position: absolute;
    content: "";
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    height: 60px;
    background: rgb(176,181,197,0.5);
    right: -30px;
    opacity: 0.3;
    animation: pulse-triangle 5s infinite alternate;
    top: -30px;
}.sign-up-exp .input_holder::after {
    width: 40px;
    background: rgb(138,143,167,0.5);
    content: "";
    animation: rotate-square 15s linear infinite;
    position: absolute;
    opacity: 0.2;
    height: 40px;
    z-index: -1;
    border-radius: 4px;
    transform: rotate(45deg);
    bottom: -20px;
    left: 30%;
}.sign-up-exp .subscribe-now-exp {
    border: 2px solid transparent;
    width: 100%;
    font-size: 17px;
    background-color: #ffffff;
    padding: 1.3rem 1.5rem;
    color: #000000;
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    margin-bottom: 1rem;
}.sign-up-exp .subscribe-now-exp:focus {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: rgb(176,181,197);
    outline: none;
    transform: translateY(-3px);
}.sign-up-exp .subscribe-now-exp::placeholder {
    opacity: 0.6;
    color: #000000;
}.sign-up-exp .online-training-exp {
    font-weight: 600;
    position: relative;
    font-size: 16px;
    font-family: Arial, sans-serif;
    z-index: 1;
    cursor: pointer;
    padding: 1.3rem 2rem;
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    border: none;
    background-color: rgb(176,181,197);
    width: 100%;
}.sign-up-exp .online-training-exp::before {
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    z-index: -1;
    left: -100%;
    position: absolute;
    transition: all 0.5s ease;
}.sign-up-exp .online-training-exp:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(138,143,167);
}.sign-up-exp .online-training-exp:hover::before {
    left: 100%;
}

@keyframes clip-shift {
    0% {
        clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    }
}

@keyframes rotate-diamond {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@keyframes rotate-hexagon {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-triangle {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@keyframes rotate-square {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 768px) {.sign-up-exp {
    padding: 3rem 1.5rem;
}.sign-up-exp .master-classes-exp {
    grid-template-columns: 1fr;
    gap: 2rem;
}.sign-up-exp p {
    font-size: 21px;
}.sign-up-exp .input_holder {
    margin-top: 1rem;
}.sign-up-exp .subscribe-now-exp,
    .sign-up-exp .online-training-exp {
    padding: 1rem 1.5rem;
}}.id-thankbox-exp {
    background: linear-gradient(135deg, rgb(220,222,228) 0%, rgb(176,181,197,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.id-thankbox-exp::before {
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    animation: pulse 15s infinite alternate ease-in-out;
    opacity: 0.4;
    background: radial-gradient(circle at 70% 30%, rgb(138,143,167,0.5) 0%, transparent 60%);
    left: 0;
    top: 0;
}.id-thankbox-exp::after {
    position: absolute;
    z-index: 0;
    opacity: 0.05;
    filter: blur(20px);
    width: 40%;
    bottom: -10px;
    transform: rotate(-5deg);
    right: -10px;
    background: linear-gradient(225deg, rgb(176,181,197) 0%, transparent 80%);
    content: "";
    height: 40%;
}.id-thankbox-exp .container {
    transform: translateY(20px);
    animation: slideUp 0.8s forwards 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.id-thankbox-exp h2 {
    font-size: 35px;
    margin-left: auto;
    position: relative;
    font-weight: 700;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
    margin-right: auto;
    line-height: 1.3;
    color: #000000;
    max-width: 900px;
    text-align: center;
}.id-thankbox-exp h2::after {
    position: absolute;
    left: 50%;
    width: 80px;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    border-radius: 10px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(176,181,197), rgb(138,143,167));
}.id-thankbox-exp .master-classes-exp {
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    padding: 3rem;
    position: relative;
    border-radius: 27px;
}.id-thankbox-exp .master-classes-exp::before {
    width: 6px;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(176,181,197), rgb(138,143,167));
    left: 0;
    top: 0;
    content: "";
}.id-thankbox-exp .master-classes-exp::after {
    border-radius: 50%;
    right: 10px;
    height: 120px;
    content: "";
    z-index: 0;
    background: radial-gradient(circle, rgb(176,181,197,0.5) 0%, transparent 70%);
    width: 120px;
    opacity: 0.2;
    top: 10px;
    position: absolute;
}.id-thankbox-exp .master-classes-exp:hover {
    transform: translateY(-5px);
}.id-thankbox-exp ul {
    padding: 0;
    z-index: 1;
    position: relative;
    list-style: none;
    margin: 0;
}.id-thankbox-exp li {
    padding-left: 2rem;
    position: relative;
}.id-thankbox-exp li::before {
    animation: appearDot 0.4s forwards 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    position: absolute;
    border-radius: 50%;
    background: rgb(176,181,197);
    height: 8px;
    transform: scale(0);
    left: 0;
    width: 8px;
    top: 8px;
    content: "";
}.id-thankbox-exp li span {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    position: relative;
    animation: fadeIn 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 15px;
    opacity: 0;
    display: block;
    color: #000000;
    transform: translateY(10px);
}

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

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

@keyframes appearDot {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@media (max-width: 991px) {.id-thankbox-exp {
    padding: 4rem 0;
}.id-thankbox-exp h2 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.9);
}.id-thankbox-exp .master-classes-exp {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.id-thankbox-exp {
    padding: 3rem 0;
}.id-thankbox-exp h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.8);
    line-height: 1.4;
}.id-thankbox-exp h2::after {
    width: 60px;
    bottom: -12px;
}.id-thankbox-exp .master-classes-exp {
    padding: 2rem 1.5rem;
}.id-thankbox-exp .master-classes-exp::after {
    height: 80px;
    width: 80px;
}.id-thankbox-exp li {
    padding-left: 1.5rem;
}
}

@media (max-width: 480px) {.id-thankbox-exp {
    padding: 2.5rem 0;
}.id-thankbox-exp .container {
    padding: 0 1.25rem;
}.id-thankbox-exp h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.5rem;
}.id-thankbox-exp h2::after {
    height: 2px;
    bottom: -10px;
    width: 50px;
}.id-thankbox-exp .master-classes-exp {
    padding: 1.5rem 1.25rem;
}.id-thankbox-exp li span {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}}.educational-yield-exp {
    overflow: hidden;
    background: rgb(138,143,167);
    position: relative;
    padding: 120px 0;
}.educational-yield-exp::before {
    background: linear-gradient(135deg, rgb(176,181,197,0.5) 0%, transparent 70%);
    height: 100%;
    content: '';
    position: absolute;
    opacity: 0.15;
    width: 100%;
    left: 0;
    top: 0;
}.educational-yield-exp::after {
    opacity: 0.2;
    background: radial-gradient(ellipse at center, transparent 60%, rgb(138,143,167,0.5) 100%);
    content: '';
    left: -50%;
    height: 200%;
    position: absolute;
    width: 200%;
    top: -50%;
    animation: rotate 60s linear infinite;
}.educational-yield-exp .master-classes-exp {
    position: relative;
    grid-template-rows: auto 1fr;
    margin: 0 auto;
    grid-template-areas:
        "header photo"
        "content photo";
    z-index: 1;
    max-width: 1280px;
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
    display: grid;
    gap: 30px 60px;
}.educational-yield-exp .photo-grid-exp {
    overflow: hidden;
    border-radius: 0 17px 17px 0;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    position: relative;
    grid-area: photo;
    height: 550px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    z-index: 2;
}.educational-yield-exp .photo-grid-exp::before {
    width: 100%;
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #000000 0%, transparent 30%);
    height: 100%;
}.educational-yield-exp .photo-grid-exp::after {
    z-index: 2;
    width: 30%;
    animation: pulse 5s infinite alternate;
    right: 0;
    top: 0;
    position: absolute;
    mix-blend-mode: overlay;
    background: linear-gradient(to left, rgb(176,181,197,0.5) 0%, transparent 100%);
    content: '';
    height: 100%;
}.educational-yield-exp h2 {
    color: #ffffff;
    margin: 0;
    grid-area: header;
    font-weight: 700;
    animation: slideIn 0.8s forwards;
    font-size: 48px;
    transform: translateX(-30px);
    opacity: 0;
    position: relative;
    padding-left: 30px;
}.educational-yield-exp h2::before {
    width: 20px;
    top: 50%;
    content: '';
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    height: 4px;
    background: rgb(176,181,197);
}.educational-yield-exp .text_main_holder {
    grid-area: content;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 30px;
}.educational-yield-exp .text_main_holder::before {
    width: 180px;
    content: '';
    opacity: 0.3;
    animation: rotate 30s linear infinite;
    left: -100px;
    z-index: -1;
    top: -80px;
    border-radius: 40%;
    border: 1px solid rgb(138,143,167,0.5);
    height: 180px;
    position: absolute;
}.educational-yield-exp .text_main_holder > div {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    align-items: flex-start;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    animation-delay: calc(var(--i, 0) * 0.15s);
    transform: translateY(30px);
    opacity: 0;
    padding: 25px;
    animation: fadeUp 0.5s forwards;
    position: relative;
    border-radius: 10px;
    gap: 15px;
    backdrop-filter: blur(10px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
}.educational-yield-exp .text_main_holder > div:nth-child(1) {
    --i: 1;
}.educational-yield-exp .text_main_holder > div:nth-child(2) {
    --i: 2;
}.educational-yield-exp .text_main_holder > div:nth-child(3) {
    --i: 3;
}.educational-yield-exp .text_main_holder > div:nth-child(4) {
    --i: 4;
}.educational-yield-exp .text_main_holder > div:nth-child(5) {
    --i: 5;
}.educational-yield-exp .text_main_holder > div:nth-child(6) {
    --i: 6;
}.educational-yield-exp .text_main_holder > div:nth-child(7) {
    --i: 7;
}.educational-yield-exp .text_main_holder > div:nth-child(8) {
    --i: 8;
}.educational-yield-exp .text_main_holder > div::before {
    height: 1px;
    right: 0;
    width: 60%;
    background: linear-gradient(to right, transparent, rgb(176,181,197,0.5));
    content: '';
    bottom: 0;
    position: absolute;
}.educational-yield-exp .text_main_holder > div::after {
    content: '';
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(138,143,167), 0.05) 100%);
}.educational-yield-exp .text_main_holder svg {
    height: 36px;
    transition: transform 0.3s ease;
    width: 36px;
    flex-shrink: 0;
}.educational-yield-exp .text_main_holder svg path {
    fill: rgb(176,181,197);
}.educational-yield-exp .text_main_holder > div:hover svg {
    transform: translateY(-5px);
}.educational-yield-exp .text_main_holder > div:hover svg path {
    fill: rgb(138,143,167);
}.educational-yield-exp .text_main_holder p {
    font-size: 16px;
    margin: 0;
    color: #ffffff;
    line-height: 1.6;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.6;
    }
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 1024px) {.educational-yield-exp .master-classes-exp {
    gap: 40px;
    grid-template-areas:
            "header"
            "photo-grid-exp"
            "nav-begin-exp";
    grid-template-columns: 1fr;
}.educational-yield-exp .photo-grid-exp {
    height: 400px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    border-radius: 17px;
}.educational-yield-exp h2 {
    text-align: center;
    transform: translateY(-30px);
    padding-left: 0;
}.educational-yield-exp h2::before {
    transform: translateX(-50%);
    left: 50%;
    top: auto;
    width: 60px;
    bottom: -15px;
}
}

@media (max-width: 768px) {.educational-yield-exp {
    padding: 80px 0;
}.educational-yield-exp .text_main_holder {
    gap: 20px;
    grid-template-columns: 1fr;
}.educational-yield-exp .photo-grid-exp {
    height: 350px;
}.educational-yield-exp h2 {
    font-size: 32px;
}
}

@media (max-width: 576px) {.educational-yield-exp {
    padding: 60px 0;
}.educational-yield-exp .photo-grid-exp {
    height: 280px;
}.educational-yield-exp .text_main_holder > div {
    padding: 20px;
}.educational-yield-exp .text_main_holder svg {
    width: 30px;
    height: 30px;
}}.teaching-history-exp {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(220,222,228) 0%, #ffffff 100%);
    padding: 5rem 0;
}.teaching-history-exp::before {
    height: 80%;
    content: "";
    position: absolute;
    top: -10%;
    width: 30%;
    opacity: 0.4;
    filter: blur(40px);
    right: -5%;
    z-index: 0;
    transform: rotate(-15deg);
    background: linear-gradient(45deg, rgb(138,143,167,0.5) 0%, rgb(176,181,197,0.5) 100%);
}.teaching-history-exp::after {
    width: 40%;
    transform: rotate(10deg);
    left: -5%;
    opacity: 0.3;
    bottom: -10%;
    background: linear-gradient(-45deg, rgb(176,181,197,0.5) 0%, rgb(138,143,167,0.5) 100%);
    z-index: 0;
    content: "";
    height: 70%;
    position: absolute;
    filter: blur(50px);
}.teaching-history-exp .container {
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.teaching-history-exp .testimonial-feedback-exp {
    grid-template-columns: 1fr;
    border-left: 4px solid rgb(138,143,167);
    backdrop-filter: blur(10px);
    gap: 2rem;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    background: rgba(255, 255, 255, 0.85);
    display: grid;
}.teaching-history-exp .testimonial-feedback-exp:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.teaching-history-exp .photo-grid-exp {
    margin: 0 auto;
    transition: all 0.4s ease-out;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    height: 180px;
    transform: rotate(-3deg);
    width: 180px;
}.teaching-history-exp .photo-grid-exp:hover {
    transform: rotate(0deg) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.teaching-history-exp .photo-grid-exp::after {
    left: 10px;
    pointer-events: none;
    content: "";
    border: 2px solid rgba(255, 255, 255, 0.3);
    top: 10px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    border-radius: 5px;
}.teaching-history-exp .name {
    color: #000000;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    display: inline-block;
    margin-bottom: 0.5rem;
}.teaching-history-exp .name::after {
    left: 0;
    width: 40%;
    height: 3px;
    content: "";
    bottom: -5px;
    position: absolute;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(138,143,167) 0%, transparent 100%);
}.teaching-history-exp .testimonial-feedback-exp:hover .name::after {
    width: 70%;
}.teaching-history-exp .emp-container-exp {
    position: relative;
    padding-left: 1.5rem;
    font-size: 12px;
    color: #000000;
    border-left: 2px solid rgb(138,143,167,0.5);
    line-height: 1.7;
    margin: 0;
}.teaching-history-exp .emp-container-exp::before {
    opacity: 0.3;
    color: rgb(138,143,167,0.5);
    font-family: serif;
    content: "";
    left: -10px;
    font-size: 5rem;
    top: -20px;
    position: absolute;
}

@media (min-width: 768px) {.teaching-history-exp {
    padding: 7rem 0;
}.teaching-history-exp .testimonial-feedback-exp {
    padding: 3rem;
    grid-template-rows: auto 1fr;
    gap: 2.5rem;
    grid-template-columns: 220px 1fr;
}.teaching-history-exp .testimonial-feedback-exp > div:nth-child(1) {
    grid-row: 1 / 3;
}.teaching-history-exp .photo-grid-exp {
    width: 220px;
    margin: 0;
    height: 280px;
}.teaching-history-exp .emp-container-exp {
    font-size: calc(12px + 0.1rem);
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.teaching-history-exp .testimonial-feedback-exp {
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 300px 1fr;
}.teaching-history-exp .photo-grid-exp {
    height: 350px;
    width: 280px;
}.teaching-history-exp .name {
    font-size: calc(24px + 0.2rem);
}.teaching-history-exp .emp-container-exp {
    padding-left: 2.5rem;
    line-height: 1.8;
    font-size: calc(12px + 0.2rem);
}
}

@media (min-width: 1200px) {.teaching-history-exp .container {
    padding: 0 2rem;
}.teaching-history-exp .testimonial-feedback-exp {
    transform: perspective(1500px) rotateY(-3deg);
    gap: 4rem;
    grid-template-columns: 350px 1fr;
    padding: 5rem;
}.teaching-history-exp .photo-grid-exp {
    height: 400px;
    width: 320px;
}
}

@media (max-width: 767px) {.teaching-history-exp .testimonial-feedback-exp > div:nth-child(2) {
    text-align: center;
}.teaching-history-exp .name::after {
    left: 50%;
    transform: translateX(-50%);
}.teaching-history-exp .emp-container-exp {
    text-align: left;
    padding: 1.5rem;
}}.primary-page-exp {
    overflow: hidden;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(135deg, rgba(94,170,168,0.05) 0%, rgba(94,170,168,0.1) 100%);
    display: flex;
    min-height: 100vh;
}.primary-page-exp .photo-grid-exp {
    width: 100%;
    z-index: 0;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    left: 0;
    position: absolute;
    top: 0;
}.primary-page-exp .photo-grid-exp::after {
    background: linear-gradient(145deg, 
        rgba(94,170,168,0.9) 0%, 
        rgba(94,170,168,0.7) 30%, 
        rgba(94,170,168,0.5) 60%, 
        rgba(94,170,168,0.3) 100%);
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    mix-blend-mode: multiply;
}.primary-page-exp .master-classes-exp {
    display: flex;
    animation: slideUp 1s ease-out forwards;
    max-width: 1200px;
    transform: translateY(2rem);
    flex-direction: column;
    z-index: 1;
    width: 90%;
    position: relative;
    padding: 2rem;
    margin: 0 auto;
}.primary-page-exp h1 {
    opacity: 0;
    transform: translateX(-20px);
    font-size: 43px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: relative;
    color: #ffffff;
    margin-bottom: 1.5rem;
    max-width: 70%;
    line-height: 1.2;
    animation: slideRight 0.8s 0.3s ease-out forwards;
    font-weight: 700;
}.primary-page-exp h1::after {
    height: 4px;
    transform: scaleX(0);
    content: "";
    animation: scaleIn 0.6s 0.8s ease-out forwards;
    left: 0;
    background: rgb(138,143,167);
    bottom: -0.5rem;
    position: absolute;
    width: 80px;
    transform-origin: left;
}.primary-page-exp .text-wrapper-exp {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    max-width: 550px;
    border-left: 4px solid rgb(138,143,167);
    background: rgba(255,255,255,0.9);
    position: relative;
    padding: 2.5rem;
}.primary-page-exp .text-wrapper-exp:hover {
    transform: perspective(1000px) rotateY(0);
}.primary-page-exp .text-wrapper-exp p {
    color: #000000;
    opacity: 0;
    margin-bottom: 2rem;
    line-height: 1.6;
    animation: fadeIn 1s 0.6s ease-out forwards;
    font-size: calc(13px * 1.1);
    position: relative;
}.primary-page-exp .fast-skill-exp {
    margin: 2rem 0;
    justify-content: center;
    display: flex;
    position: relative;
}.primary-page-exp .fast-skill-exp::before,
.primary-page-exp .fast-skill-exp::after {
    content: "";
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(94,170,168,0.6), transparent);
    width: 100%;
}.primary-page-exp .fast-skill-exp::before {
    top: -1rem;
}.primary-page-exp .fast-skill-exp::after {
    bottom: -1rem;
}.primary-page-exp .fast-skill-exp svg {
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    width: 120px;
    height: 120px;
    transform: scale(0);
    animation: scaleIn 0.5s 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}.primary-page-exp .fast-skill-exp svg path {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
}.primary-page-exp .fast-skill-exp svg:hover path {
    fill: rgb(74,150,148);
}.primary-page-exp .fast-skill-exp svg text {
    opacity: 0;
    font-family: Arial, sans-serif;
    animation: fadeIn 0.5s 1.2s ease-out forwards;
}.primary-page-exp h6 {
    animation: slideUp 0.5s 1s ease-out forwards;
    transform: translateY(20px);
    margin-top: 2rem;
    opacity: 0;
    text-align: center;
}.primary-page-exp h6 .reach-inquiry-exp {
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    z-index: 1;
    position: relative;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    padding: 0.8rem 2rem;
    background: rgb(138,143,167);
    overflow: hidden;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
}.primary-page-exp h6 .reach-inquiry-exp::before {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    left: -100%;
    transition: left 0.6s ease;
}.primary-page-exp h6 .reach-inquiry-exp:hover {
    transform: translateY(-3px);
    background: rgb(74,150,148);
    box-shadow: 0 8px 20px rgba(94,170,168,0.4);
}.primary-page-exp h6 .reach-inquiry-exp:hover::before {
    left: 100%;
}

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

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

@media screen and (max-width: 1200px) {.primary-page-exp .master-classes-exp {
    width: 95%;
}.primary-page-exp h1 {
    font-size: calc(43px * 0.9);
    max-width: 80%;
}
}

@media screen and (max-width: 992px) {.primary-page-exp {
    height: auto;
    min-height: 90vh;
}.primary-page-exp .photo-grid-exp {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.primary-page-exp h1 {
    max-width: 90%;
    font-size: calc(43px * 0.85);
}.primary-page-exp .text-wrapper-exp {
    padding: 2rem;
    max-width: 500px;
}.primary-page-exp .fast-skill-exp svg {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 768px) {.primary-page-exp {
    min-height: 80vh;
}.primary-page-exp .master-classes-exp {
    padding: 1.5rem;
    transform: translateY(1rem);
}.primary-page-exp h1 {
    max-width: 100%;
    font-size: calc(43px * 0.8);
}.primary-page-exp .text-wrapper-exp {
    transform: perspective(1000px) rotateY(0);
    max-width: 100%;
    padding: 1.5rem;
}.primary-page-exp .text-wrapper-exp p {
    font-size: 13px;
}.primary-page-exp .fast-skill-exp svg {
    width: 90px;
    height: 90px;
}
}

@media screen and (max-width: 576px) {.primary-page-exp {
    min-height: 70vh;
}.primary-page-exp .photo-grid-exp {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}.primary-page-exp .master-classes-exp {
    padding: 1rem;
}.primary-page-exp h1 {
    margin-bottom: 1rem;
    font-size: calc(43px * 0.7);
}.primary-page-exp h1::after {
    width: 60px;
    height: 3px;
}.primary-page-exp .text-wrapper-exp {
    padding: 1.25rem;
    border-left-width: 3px;
}.primary-page-exp .fast-skill-exp svg {
    height: 80px;
    width: 80px;
}.primary-page-exp h6 .reach-inquiry-exp {
    padding: 0.7rem 1.5rem;
}}.template-cta-exp {
    z-index: 1;
    padding: 5rem 0 3rem;
    position: relative;
    color: #ffffff;
}.template-cta-exp::before {
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(176,181,197,0.5) 100%);
    position: absolute;
    backdrop-filter: blur(8px);
    left: 0;
    top: 0;
    width: 100%;
    content: "";
}.template-cta-exp .container {
    position: relative;
    display: grid;
    gap: 3rem;
    grid-template-columns: 1.5fr 2fr;
}.template-cta-exp .company_holder {
    padding-left: 2rem;
    animation: borderPulse 4s infinite alternate;
    border-left: 2px solid rgb(176,181,197);
    position: relative;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(176,181,197);
    }
    50% {
        border-left-color: rgb(138,143,167);
    }
    100% {
        border-left-color: rgb(176,181,197);
    }
}

.template-cta-exp .company_holder h3 {
    -webkit-background-clip: text !important;
    font-size: calc(35px * 1.2);
    background: linear-gradient(to right, #ffffff, rgb(138,143,167));
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    margin-bottom: 1.5rem;
    font-weight: 700;
}.template-cta-exp .challenge-cta-exp {
    opacity: 0.8;
    margin-top: 1rem;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
}.template-cta-exp .student-aid-exp {
    justify-content: flex-end;
    display: flex;
}.template-cta-exp .page-top-exp {
    gap: 4rem;
    display: flex;
}.template-cta-exp .nav-wrap-exp {
    position: relative;
}.template-cta-exp .nav-wrap-exp::before {
    height: 40px;
    position: absolute;
    left: -20px;
    width: 40px;
    opacity: 0.4;
    border-top: 1px solid rgb(176,181,197);
    border-left: 1px solid rgb(176,181,197);
    top: -10px;
    content: "";
}.template-cta-exp .nav-wrap-exp::after {
    bottom: -10px;
    position: absolute;
    right: -20px;
    content: "";
    border-bottom: 1px solid rgb(176,181,197);
    width: 40px;
    border-right: 1px solid rgb(176,181,197);
    opacity: 0.4;
    height: 40px;
}.template-cta-exp .nav-wrap-exp h5 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(138,143,167);
}.template-cta-exp .nav-wrap-exp .page-top-exp {
    flex-direction: column;
    gap: 0.8rem;
    display: flex;
}.template-cta-exp .nav-wrap-exp .page-top-exp a {
    transition: all 0.3s ease;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    padding-left: 1rem;
    opacity: 0.8;
    color: #ffffff;
}.template-cta-exp .nav-wrap-exp .page-top-exp a::before {
    left: 0;
    background-color: rgb(176,181,197);
    height: 5px;
    content: "";
    border-radius: 50%;
    position: absolute;
    transition: all 0.3s ease;
    width: 5px;
    top: 50%;
    transform: translateY(-50%);
}.template-cta-exp .nav-wrap-exp .page-top-exp a:hover {
    opacity: 1;
    color: rgb(176,181,197);
    transform: translateX(5px);
}.template-cta-exp .nav-wrap-exp .page-top-exp a:hover::before {
    background-color: rgb(138,143,167);
    width: 7px;
    height: 7px;
}.affiliate-cta-exp {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2rem;
    position: relative;
    padding: 1.5rem 0;
    background-color: rgba(0, 0, 0, 0.5);
}.affiliate-cta-exp::before {
    content: "";
    opacity: 0.5;
    height: 1px;
    left: 0;
    background: linear-gradient(to right, transparent, rgb(176,181,197), transparent);
    top: 0;
    width: 100%;
    position: absolute;
}.affiliate-cta-exp .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.affiliate-cta-exp .price-table-exp {
    opacity: 0.7;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

@media screen and (max-width: 992px) {.template-cta-exp .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.template-cta-exp .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.template-cta-exp .student-aid-exp {
    justify-content: flex-start;
}.template-cta-exp .page-top-exp {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.template-cta-exp {
    padding: 3rem 0 2rem;
}.template-cta-exp .page-top-exp {
    gap: 2rem;
    flex-direction: column;
}.template-cta-exp .nav-wrap-exp::before,
    .template-cta-exp .nav-wrap-exp::after {
    display: none;
}.template-cta-exp .nav-wrap-exp {
    margin-bottom: 1.5rem;
}.affiliate-cta-exp {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.template-cta-exp .company_holder h3 {
    font-size: 35px;
}.template-cta-exp .nav-wrap-exp h5 {
    font-size: calc(21px * 1.1);
}.template-cta-exp .nav-wrap-exp .page-top-exp a {
    font-size: calc(16px * 0.9);
}}header {
    background: linear-gradient(135deg, rgb(220,222,228), #ffffff);
    z-index: 99;
    overflow: visible;
    position: relative;
    width: 100%;
}header::before {
    position: absolute;
    opacity: 0.3;
    width: 100%;
    background-size: 20px 20px;
    height: 15px;
    content: "";
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(176,181,197,0.5) 6px,
            rgb(176,181,197,0.5) 10px,
            transparent 10px
        ) repeat-x;
    left: 0;
    bottom: 0;
}header .header-pro-exp {
    position: relative;
    display: flex;
    align-items: center;
    padding: 25px 30px;
    justify-content: space-between;
}header .header-pro-exp::before,
header .header-pro-exp::after {
    content: "";
    background: linear-gradient(to right, rgb(176,181,197), transparent);
    width: 30%;
    position: absolute;
    height: 2px;
}header .header-pro-exp::before {
    left: 0;
    top: 10px;
}header .header-pro-exp::after {
    background: linear-gradient(to left, rgb(138,143,167), transparent);
    right: 0;
    bottom: 10px;
}header .header-pro-exp .header-learn-exp {
    z-index: 2;
    position: relative;
}header .header-pro-exp .header-learn-exp::before {
    content: "";
    transition: transform 0.5s ease-in-out;
    position: absolute;
    top: -20%;
    opacity: 0.05;
    height: 140%;
    background: rgb(176,181,197,0.5);
    width: 140%;
    left: -20%;
    z-index: -1;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
}header .header-pro-exp .header-learn-exp:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .header-pro-exp .header-learn-exp .site-top-exp {
    display: block;
    transition: transform 0.3s ease;
}header .header-pro-exp .header-learn-exp:hover .site-top-exp {
    transform: translateY(-3px);
}header .header-pro-exp .header-learn-exp .site-top-exp svg {
    width: auto;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    height: 45px;
}header .header-pro-exp .nav-wrap-exp {
    padding: 0;
    position: relative;
    list-style: none;
    display: flex;
    margin: 0;
}header .header-pro-exp .nav-wrap-exp::before {
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.05;
    z-index: -1;
    transition: all 0.5s ease;
    content: "";
    background: rgb(138,143,167,0.5);
}header .header-pro-exp .nav-wrap-exp:hover::before {
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}header .header-pro-exp .nav-wrap-exp .top-core-exp {
    margin: 0 8px;
    position: relative;
}header .header-pro-exp .nav-wrap-exp .top-core-exp a {
    transition: all 0.4s ease;
    color: #000000;
    overflow: hidden;
    text-decoration: none;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    display: block;
    font-weight: 600;
    font-size: 17px;
    font-family: Arial, sans-serif;
    padding: 10px 15px;
    position: relative;
}header .header-pro-exp .nav-wrap-exp .top-core-exp a:hover {
    color: #ffffff;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}header .header-pro-exp .nav-wrap-exp .top-core-exp a::before {
    width: 100%;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    z-index: -1;
    content: "";
    transform: scale(0);
    left: 0;
    position: absolute;
    background: rgb(176,181,197);
    transform-origin: right top;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    top: 0;
    height: 100%;
}header .header-pro-exp .nav-wrap-exp .top-core-exp a:hover::before {
    transform: scale(1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}header .header-pro-exp .nav-wrap-exp .top-core-exp:nth-child(2n) a::before {
    background: rgb(138,143,167);
    transform-origin: left bottom;
}header .header-pro-exp .nav-wrap-exp .top-core-exp:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .header-pro-exp .nav-wrap-exp .top-core-exp:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .header-pro-exp {
    flex-direction: column;
    padding: 20px 15px;
}header .header-pro-exp .header-learn-exp {
    margin-bottom: 15px;
}header .header-pro-exp .nav-wrap-exp {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .header-pro-exp .nav-wrap-exp .top-core-exp {
    margin: 5px;
}header .header-pro-exp .nav-wrap-exp .top-core-exp a {
    padding: 8px 12px;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header .header-pro-exp {
    padding: 15px 10px;
}header .header-pro-exp .header-learn-exp .site-top-exp svg {
    height: 40px;
}header .header-pro-exp .nav-wrap-exp .top-core-exp a {
    font-size: calc(17px - 2px);
    padding: 6px 10px;
}}.confidential-cordon-exp {
    overflow: hidden;
    color: #000000;
    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    background-color: rgb(138,143,167);
    padding: 30px;
}.confidential-cordon-exp h1 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 43px;
    color: rgb(176,181,197);
    font-weight: 700;
}.confidential-cordon-exp h2 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 36px;
    margin-top: 25px;
    color: rgb(176,181,197);
}.confidential-cordon-exp h3, .confidential-cordon-exp h4, .confidential-cordon-exp h5, .confidential-cordon-exp h6 {
    font-size: 18px;
    margin-bottom: 10px;
    color: rgb(176,181,197);
    margin-top: 20px;
    font-weight: 400;
}.confidential-cordon-exp li {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 10px;
}.confidential-cordon-exp section {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 15px;
}.confidential-cordon-exp p, .confidential-cordon-exp span, .confidential-cordon-exp div {
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 15px;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {.confidential-cordon-exp {
    padding: 20px;
}.confidential-cordon-exp h1 {
    font-size: calc(18px - 5px);
    margin-top: 25px;
    margin-bottom: 15px;
}.confidential-cordon-exp h2 {
    font-size: calc(18px - 3px);
    margin-top: 20px;
    margin-bottom: 10px;
}.confidential-cordon-exp h3, .confidential-cordon-exp h4, .confidential-cordon-exp h5, .confidential-cordon-exp h6 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: calc(18px - 2px);
}.confidential-cordon-exp ul, .confidential-cordon-exp ol {
    padding: 5px 0;
    margin: 10px 0;
}.confidential-cordon-exp li {
    margin-bottom: 5px;
    font-size: calc(15px - 1px);
}.confidential-cordon-exp p, .confidential-cordon-exp span, .confidential-cordon-exp div {
    font-size: calc(15px - 1px);
    margin-bottom: 4px;
}}.contact-box-exp {
    position: relative;
    color: #ffffff;
    background: #000000;
    padding: 100px 0;
    overflow: hidden;
}.contact-box-exp::before {
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    opacity: 0.2;
    background: linear-gradient(135deg, rgb(176,181,197,0.5) 0%, transparent 50%, rgb(138,143,167,0.5) 100%);
    position: absolute;
    content: "";
    width: 100%;
}.contact-box-exp::after {
    background: linear-gradient(90deg, transparent, rgb(176,181,197), transparent);
    content: "";
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
}.contact-box-exp .photo-grid-exp {
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.15;
    left: 0;
    z-index: 0;
    filter: saturate(0.6) contrast(1.3);
    mix-blend-mode: luminosity;
    height: 100%;
}.contact-box-exp .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.contact-box-exp h3 {
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 41px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(176,181,197,0.5), 0 0 20px rgb(176,181,197,0.5);
    position: relative;
}.contact-box-exp h3::before {
    content: "";
    width: 200px;
    box-shadow: 0 0 10px rgb(176,181,197), 0 0 20px rgb(176,181,197);
    bottom: -20px;
    height: 3px;
    position: absolute;
    background: rgb(176,181,197);
    left: calc(50% - 100px);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}.contact-box-exp .connect-grid-exp {
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(176,181,197,0.5);
    flex-wrap: wrap;
    border-radius: 0;
    display: flex;
    background: rgba(15, 15, 20, 0.8);
    clip-path: polygon(
        0 0, 
        calc(100% - 20px) 0, 
        100% 20px, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        20px 100%, 
        0 calc(100% - 20px)
    );
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 15px rgb(176,181,197,0.5);
}.contact-box-exp .connect-grid-exp::before {
    left: 0;
    height: 2px;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(176,181,197), transparent);
    right: 0;
    z-index: 3;
    content: "";
}.contact-box-exp .connect-grid-exp::after {
    z-index: 3;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(138,143,167), transparent);
    bottom: 0;
    right: 0;
    height: 2px;
    left: 0;
    position: absolute;
}.contact-box-exp .feedback-block-exp {
    z-index: 2;
    position: relative;
    flex: 1 1 60%;
    padding: 50px;
}.contact-box-exp .feedback-block-exp h3 {
    margin-bottom: 30px;
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-shadow: none;
    color: rgb(176,181,197);
}.contact-box-exp .feedback-block-exp h3::before {
    display: none;
}.contact-box-exp .feedback-block-exp input[type="text"],
.contact-box-exp .feedback-block-exp textarea {
    margin-bottom: 20px;
    font-size: 17px;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(176,181,197);
    width: 100%;
    color: #ffffff;
    border-radius: 0;
    font-family: Arial, sans-serif;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgb(176,181,197,0.5);
    padding: 16px 20px;
}.contact-box-exp .feedback-block-exp input[type="text"]::placeholder,
.contact-box-exp .feedback-block-exp textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact-box-exp .feedback-block-exp input[type="text"]:focus,
.contact-box-exp .feedback-block-exp textarea:focus {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(176,181,197,0.5);
    outline: none;
    border-color: rgb(176,181,197);
}.contact-box-exp .feedback-block-exp textarea {
    resize: vertical;
    min-height: 150px;
}.contact-box-exp .feedback-block-exp .message-links-exp {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.contact-box-exp .feedback-block-exp .message-links-exp input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-box-exp .feedback-block-exp .message-links-exp label {
    cursor: pointer;
    line-height: 1.6;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    padding-left: 35px;
}.contact-box-exp .feedback-block-exp .message-links-exp label::before {
    top: 2px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgb(176,181,197,0.5);
    left: 0;
    width: 20px;
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    height: 20px;
}.contact-box-exp .feedback-block-exp .message-links-exp input[type="checkbox"]:checked + label::before {
    border-color: rgb(176,181,197);
    box-shadow: 0 0 10px rgb(176,181,197,0.5);
    background: rgb(176,181,197);
}.contact-box-exp .feedback-block-exp .message-links-exp input[type="checkbox"]:checked + label::after {
    height: 12px;
    top: 4px;
    content: "";
    width: 6px;
    border-width: 0 2px 2px 0;
    left: 7px;
    position: absolute;
    transform: rotate(45deg);
    border: solid #ffffff;
}.contact-box-exp .feedback-block-exp .message-links-exp a {
    border-bottom: 1px solid rgb(176,181,197,0.5);
    color: rgb(176,181,197);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}.contact-box-exp .feedback-block-exp .message-links-exp a:hover {
    text-shadow: 0 0 5px rgb(138,143,167);
    color: rgb(138,143,167);
    border-bottom-color: rgb(138,143,167);
}.contact-box-exp .feedback-block-exp .reach-inquiry-exp {
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    font-size: 19px;
    background: rgb(176,181,197);
    padding: 16px 30px;
    border: none;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}.contact-box-exp .feedback-block-exp .reach-inquiry-exp::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    content: "";
    width: 100%;
    left: -100%;
    transition: all 0.5s ease;
    top: 0;
}.contact-box-exp .feedback-block-exp .reach-inquiry-exp:hover {
    transform: translateY(-2px);
    background: rgb(138,143,167);
    box-shadow: 0 0 20px rgb(138,143,167,0.5);
}.contact-box-exp .feedback-block-exp .reach-inquiry-exp:hover::before {
    left: 100%;
}.contact-box-exp .inquiry-request-exp {
    z-index: 2;
    position: relative;
    border-left: 1px solid rgb(176,181,197,0.5);
    padding: 50px;
    background: rgba(0, 0, 0, 0.4);
    flex: 1 1 35%;
}.contact-box-exp .inquiry-request-exp h4 {
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(138,143,167);
}.contact-box-exp .inquiry-request-exp h4::after {
    height: 2px;
    left: 0;
    background: rgb(138,143,167);
    box-shadow: 0 0 10px rgb(138,143,167);
    width: 50px;
    position: absolute;
    content: "";
    bottom: -10px;
}.contact-box-exp .inquiry-request-exp .feedback-message-exp {
    margin: 0;
    padding: 0;
    list-style: none;
}.contact-box-exp .inquiry-request-exp .feedback-message-exp li {
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.3);
    align-items: center;
    border: 1px solid rgb(138,143,167,0.5);
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
    display: flex;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
}.contact-box-exp .inquiry-request-exp .feedback-message-exp li::after {
    width: 3px;
    position: absolute;
    left: 0;
    opacity: 0.7;
    background: rgb(138,143,167);
    content: "";
    top: 0;
    height: 100%;
}.contact-box-exp .inquiry-request-exp .feedback-message-exp li:hover {
    box-shadow: 0 0 15px rgb(138,143,167,0.5);
    transform: translateX(5px);
    border-color: rgb(138,143,167);
}.contact-box-exp .inquiry-request-exp .feedback-message-exp li svg {
    width: 22px;
    margin-right: 15px;
    transition: all 0.3s ease;
    height: 22px;
}.contact-box-exp .inquiry-request-exp .feedback-message-exp li:hover svg {
    transform: scale(1.1);
}.contact-box-exp .inquiry-request-exp .feedback-message-exp li svg path {
    transition: all 0.3s ease;
    fill: rgb(138,143,167);
}.contact-box-exp .inquiry-request-exp .feedback-message-exp li:hover svg path {
    fill: #ffffff;
    filter: drop-shadow(0 0 3px rgb(138,143,167));
}.contact-box-exp .inquiry-request-exp .feedback-message-exp li span {
    color: #ffffff;
    font-size: 17px;
}.contact-box-exp .inquiry-request-exp .feedback-message-exp li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}.contact-box-exp .inquiry-request-exp .feedback-message-exp li a:hover {
    text-shadow: 0 0 5px rgb(138,143,167,0.5);
    color: rgb(138,143,167);
}

@keyframes flicker {
    0% { opacity: 1; }
    3% { opacity: 0.8; }
    6% { opacity: 1; }
    7% { opacity: 0.9; }
    9% { opacity: 1; }
    11% { opacity: 0.7; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    83% { opacity: 0.8; }
    87% { opacity: 1; }
    100% { opacity: 1; }
}

@media (max-width: 992px) {.contact-box-exp {
    padding: 70px 0;
}.contact-box-exp h3 {
    font-size: calc(41px * 0.8);
}.contact-box-exp .connect-grid-exp {
    clip-path: polygon(
            0 0, 
            calc(100% - 20px) 0, 
            100% 20px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
    flex-direction: column;
}.contact-box-exp .inquiry-request-exp {
    border-top: 1px solid rgb(138,143,167,0.5);
    border-left: none;
}
}

@media (max-width: 768px) {.contact-box-exp {
    padding: 60px 0;
}.contact-box-exp h3 {
    font-size: calc(41px * 0.7);
    margin-bottom: 40px;
}.contact-box-exp h3::before {
    width: 150px;
    bottom: -15px;
    left: calc(50% - 75px);
}.contact-box-exp .feedback-block-exp,
    .contact-box-exp .inquiry-request-exp {
    padding: 40px 30px;
}.contact-box-exp .feedback-block-exp input[type="text"],
    .contact-box-exp .feedback-block-exp textarea {
    padding: 14px 16px;
}.contact-box-exp .inquiry-request-exp .feedback-message-exp li {
    padding: 12px;
}
}

@media (max-width: 576px) {.contact-box-exp {
    padding: 50px 0;
}.contact-box-exp h3 {
    font-size: calc(41px * 0.5);
    margin-bottom: 35px;
}.contact-box-exp h3::before {
    width: 100px;
    left: calc(50% - 50px);
    height: 2px;
    bottom: -12px;
}.contact-box-exp .connect-grid-exp {
    clip-path: polygon(
            0 0, 
            calc(100% - 15px) 0, 
            100% 15px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}.contact-box-exp .feedback-block-exp,
    .contact-box-exp .inquiry-request-exp {
    padding: 30px 20px;
}.contact-box-exp .feedback-block-exp input[type="text"],
    .contact-box-exp .feedback-block-exp textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact-box-exp .feedback-block-exp .message-links-exp label {
    font-size: calc(14px * 0.9);
}.contact-box-exp .feedback-block-exp .reach-inquiry-exp {
    padding: 14px 20px;
    width: 100%;
}.contact-box-exp .inquiry-request-exp .feedback-message-exp li {
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    margin-bottom: 15px;
    padding: 10px;
}}.course-structure-exp {
    position: relative;
    align-items: stretch;
    min-height: 100vh;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
}.course-structure-exp::before {
    position: absolute;
    z-index: 2;
    top: 0;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(220,222,228) 90%);
    left: 0;
    pointer-events: none;
    height: 100%;
    content: '';
    width: 100%;
}.course-structure-exp .skill-route-exp {
    position: absolute;
    width: 55%;
    height: 100%;
    top: 0;
    z-index: 1;
    right: 0;
}.course-structure-exp .skill-academy-exp {
    width: 100%;
    flex-direction: column;
    display: flex;
    animation: carousel-vertical 25s ease infinite;
    height: 500%;
}.course-structure-exp .skill-route-exp:hover .skill-academy-exp {
    animation-play-state: paused;
}.course-structure-exp .next-skill-exp {
    position: relative;
    width: 100%;
    height: 20%;
}.course-structure-exp .next-skill-exp::before {
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    z-index: 2;
    top: 0;
}.course-structure-exp .next-skill-exp img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
    transition: transform 0.8s ease;
    transform: scale(1.05);
}.course-structure-exp .next-skill-exp:hover img {
    transform: scale(1.1);
}.course-structure-exp .container {
    z-index: 5;
    width: 100%;
    align-items: center;
    display: flex;
    position: relative;
    padding: 0;
}.course-structure-exp .master-classes-exp {
    padding-left: 8%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 45%;
}.course-structure-exp .tech-learn-exp {
    padding: 3.5rem;
    max-width: 550px;
    background: linear-gradient(135deg, #ffffff 0%, rgb(220,222,228) 100%);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 5px solid rgb(176,181,197);
    position: relative;
    border-radius: 0 16px 16px 0;
}.course-structure-exp .tech-learn-exp::before {
    position: absolute;
    pointer-events: none;
    content: '';
    bottom: 20px;
    border-left: none;
    right: 20px;
    top: 20px;
    border-radius: 0 10px 10px 0;
    left: 20px;
    border: 1px solid rgb(138,143,167,0.5);
}.course-structure-exp .tech-learn-exp h3 {
    padding-bottom: 15px;
    font-size: 46px;
    position: relative;
    color: rgb(176,181,197);
    font-weight: 700;
    margin-bottom: 1.5rem;
}.course-structure-exp .tech-learn-exp h3::after {
    bottom: 0;
    height: 3px;
    position: absolute;
    width: 80px;
    content: '';
    background: rgb(138,143,167);
    left: 0;
}.course-structure-exp .tech-learn-exp p {
    line-height: 1.8;
    margin-bottom: 2.5rem;
    font-size: 16px;
    color: #000000;
}.course-structure-exp .tech-learn-exp .reach-inquiry-exp {
    overflow: hidden;
    background: linear-gradient(45deg, rgb(176,181,197) 0%, rgb(138,143,167) 100%);
    font-size: 18px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    z-index: 1;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    padding: 1.2rem 2.5rem;
}.course-structure-exp .tech-learn-exp .reach-inquiry-exp::before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0;
    background: linear-gradient(45deg, rgb(138,143,167) 0%, rgb(176,181,197) 100%);
    transition: opacity 0.3s ease;
    z-index: -1;
    content: '';
}.course-structure-exp .tech-learn-exp .reach-inquiry-exp:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.course-structure-exp .tech-learn-exp .reach-inquiry-exp:hover::before {
    opacity: 1;
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (min-width: 1440px) {.course-structure-exp .master-classes-exp {
    padding-left: 10%;
}.course-structure-exp .tech-learn-exp {
    max-width: 650px;
}
}

@media screen and (max-width: 1200px) {.course-structure-exp .skill-route-exp {
    width: 50%;
}.course-structure-exp .master-classes-exp {
    width: 50%;
    padding-left: 5%;
}.course-structure-exp .tech-learn-exp {
    padding: 2.5rem;
}
}

@media screen and (max-width: 992px) {.course-structure-exp {
    flex-direction: column;
    min-height: auto;
}.course-structure-exp .skill-route-exp {
    height: 400px;
    position: relative;
    width: 100%;
}.course-structure-exp .skill-academy-exp {
    animation: carousel-horizontal 25s ease infinite;
    width: 500%;
    flex-direction: row;
    height: 100%;
}.course-structure-exp .next-skill-exp {
    height: 100%;
    width: 20%;
}.course-structure-exp .next-skill-exp::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.course-structure-exp .container {
    padding: 3rem 1rem;
}.course-structure-exp .master-classes-exp {
    margin: 0 auto;
    padding-left: 0;
    max-width: 800px;
    width: 100%;
}.course-structure-exp .tech-learn-exp {
    border-radius: 16px;
    max-width: 100%;
    border-left: none;
    border-top: 5px solid rgb(176,181,197);
}.course-structure-exp .tech-learn-exp::before {
    top: 20px;
    right: 20px;
    border-top: none;
    bottom: 20px;
    border-radius: 10px;
    border: 1px solid rgb(138,143,167,0.5);
    left: 20px;
}
}

@media screen and (max-width: 768px) {.course-structure-exp .skill-route-exp {
    height: 350px;
}.course-structure-exp .container {
    padding: 2.5rem 1rem;
}.course-structure-exp .tech-learn-exp {
    padding: 2rem;
}.course-structure-exp .tech-learn-exp h3 {
    font-size: calc(46px * 0.8);
}

}

@media screen and (max-width: 576px) {.course-structure-exp .skill-route-exp {
    height: 300px;
}.course-structure-exp .container {
    padding: 2rem 1rem;
}.course-structure-exp .tech-learn-exp {
    padding: 1.5rem;
}.course-structure-exp .tech-learn-exp h3 {
    font-size: calc(46px * 0.7);
}.course-structure-exp .tech-learn-exp p {
    margin-bottom: 2rem;
    font-size: calc(16px * 0.9);
}.course-structure-exp .tech-learn-exp .reach-inquiry-exp {
    width: 100%;
    padding: 1rem;
    text-align: center;
}.course-structure-exp .tech-learn-exp::before {
    display: none;
}
}

@keyframes carousel-horizontal {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}