* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.container {
    width: 1156px;
    margin: auto;
    max-width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.nav-prime {
    flex: 1 0 auto;
}html,body {
    scroll-behavior: smooth;
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
}::-webkit-scrollbar-button {
    height: 3px;
    width: 10px;
    background: rgb(167,199,194);
}::-webkit-scrollbar-track {
    border: 1px groove rgb(255, 255, 255, 0.5);
    border-radius: 8.3vw;
    background: linear-gradient(310deg, #ffffff 87%, rgb(255, 255, 255, 0.5) 42%, rgb(123,169,162) 1%, rgb(123,169,162,0.5) 32%, rgb(167,199,194) 70%, rgb(167,199,194,0.5) 82%, rgb(210,227,224) 59%);
    box-shadow: inset -1px 2px 7px 2px rgba(0, 0, 0, 0.5);
}::-webkit-scrollbar-thumb {
    border-radius: 13.2rem;
    border: 2px groove rgb(123,169,162);
    transition: background, box-shadow, transform 4.7s ease-in;
    min-height: 38px;
    background: rgb(123,169,162);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -2px -3px 15px -1px rgba(0, 0, 0, 0.2);
    background: radial-gradient(ellipse at center, rgb(123,169,162) 73%, rgb(123,169,162,0.5) 97%, rgb(167,199,194) 66%, rgb(167,199,194,0.5) 26%, rgb(210,227,224) 40%);
    border-color: rgb(167,199,194,0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(210,227,224);
    box-shadow: inset -5px 2px 7px 0px rgba(0, 0, 0, 0.7);
}html {
    scrollbar-color: rgb(210,227,224) rgb(167,199,194);
    scrollbar-width: auto;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 3px;
}::-webkit-scrollbar-thumb {
    background: rgb(167,199,194);
}}

.tiktok-edu {
    flex: 0 0 auto;
}.wrapper-segment {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    width: 100%;
    position: relative;
    z-index: 1;
}.tiktok-edu {
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #000000, rgb(123,169,162));
    color: #ffffff;
    position: relative;
}.tiktok-edu::before {
    top: 0;
    content: "";
    pointer-events: none;
    right: 0;
    position: absolute;
    left: 0;
    background: radial-gradient(circle at 10% 20%, rgb(123,169,162,0.5) 0%, transparent 50%);
    bottom: 0;
}.tiktok-edu::after {
    content: "";
    background: linear-gradient(45deg, transparent 40%, rgb(167,199,194,0.5) 70%, transparent 100%);
    animation: shiftGradient 15s infinite linear;
    top: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    right: 0;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.tiktok-edu .container {
    z-index: 2;
    position: relative;
}footer .webinar-live {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}footer .quick-answers {
    flex-wrap: wrap;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 20px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    transform: translateY(0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}footer .quick-answers:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}footer .info_item {
    flex: 1 1 220px;
    align-items: center;
    display: flex;
}footer .info_item svg {
    transition: transform 0.3s ease;
    fill: rgb(167,199,194);
    height: 20px;
    width: 20px;
    margin-right: 12px;
    filter: drop-shadow(0 0 3px rgb(167,199,194,0.5));
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    display: flex;
    transition: color 0.3s ease;
    font-weight: 400;
}footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(167,199,194,0.5);
    color: rgb(167,199,194);
}footer .text_main_holder {
    margin-top: 20px;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .nav-pro {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .nav-pro svg {
    transition: filter 0.3s ease;
    width: auto;
    filter: drop-shadow(0 0 5px rgb(167,199,194,0.5));
    margin-bottom: 10px;
    height: 50px;
}footer .nav-pro:hover svg {
    filter: drop-shadow(0 0 8px rgb(167,199,194));
}footer .milestone-cta {
    color: #ffffff;
    line-height: 1.5;
    opacity: 0.8;
    font-size: 14px;
    max-width: 300px;
}footer .head-primary {
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
    border-radius: 12px;
    transition: box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}footer .head-primary:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .head-primary::before {
    content: "";
    background: linear-gradient(45deg, rgb(167,199,194), transparent, rgb(123,169,162), transparent);
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    border-radius: calc(12px + 2px);
    opacity: 0;
    top: -2px;
    transition: opacity 0.5s ease;
    position: absolute;
}footer .head-primary:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .head-primary h5 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 23px;
    position: relative;
}footer .head-primary h5::after {
    width: 50px;
    background: rgb(167,199,194);
    bottom: -1px;
    content: "";
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
    left: 0;
}footer .head-primary:hover h5::after {
    width: 100px;
}footer .main-bar {
    margin-bottom: 25px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}footer .main-bar a {
    position: relative;
    font-weight: 400;
    padding-left: 15px;
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: calc(16px - 1px);
}footer .main-bar a::before {
    border-radius: 50%;
    opacity: 0.7;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    width: 6px;
    top: 50%;
    height: 6px;
    content: "";
    left: 0;
    transform: translateY(-50%) scale(0.8);
    background-color: rgb(167,199,194);
    position: absolute;
}footer .main-bar a:hover {
    padding-left: 20px;
    color: rgb(167,199,194);
}footer .main-bar a:hover::before {
    transform: translateY(-50%) scale(1);
    background-color: rgb(167,199,194);
    opacity: 1;
    box-shadow: 0 0 5px rgb(167,199,194), 0 0 10px rgb(167,199,194,0.5);
}footer .subscribe_holder {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
    background: linear-gradient(135deg, rgb(123,169,162,0.5), #000000);
    overflow: hidden;
    position: relative;
}footer .subscribe_holder::before {
    top: -50%;
    animation: pulseBackground 10s infinite ease-in-out;
    z-index: -1;
    position: absolute;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    left: -50%;
    width: 200%;
    content: "";
    height: 200%;
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}footer .subscribe_holder h5::after {
    height: 2px;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(167,199,194), transparent);
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
}footer .subscribe_holder p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 16px;
    opacity: 0.9;
    color: #ffffff;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 16px;
    border-radius: 10px;
    width: 100%;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(167,199,194);
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    box-shadow: 0 0 10px rgb(167,199,194,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub-strategy {
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    position: relative;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
    background: rgb(167,199,194);
    color: #ffffff;
    padding: 14px 24px;
}footer .sub-strategy::before {
    left: -100%;
    position: absolute;
    top: 0;
    transition: left 0.7s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    content: "";
}footer .sub-strategy:hover {
    transform: translateY(-3px);
    background: rgb(123,169,162);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .sub-strategy:hover::before {
    left: 100%;
}footer .webinar-arch {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 20px;
}footer .license-cta {
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
    letter-spacing: 0.5px;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-strategy {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .webinar-live {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .quick-answers {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .tiktok-edu {
    padding: 60px 0 30px;
}footer .quick-answers {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
}footer .info_item {
    width: 100%;
}footer .head-primary, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .head-primary h5 {
    font-size: calc(23px - 2px);
}footer .subscribe_holder p, footer .main-bar a {
    font-size: calc(16px - 2px);
}footer .webinar-arch {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .tiktok-edu {
    padding: 40px 0 20px;
}footer .quick-answers, footer .head-primary, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .sub-strategy {
    padding: 12px;
}footer .nav-pro svg {
    height: 40px;
}footer .milestone-cta {
    font-size: calc(14px - 1px);
}}.pricing-suite {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.pricing-suite::before {
    left: 0;
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
    right: 0;
}.pricing-suite .container {
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.pricing-suite .pricing-rates {
    position: relative;
    perspective: 1000px;
}.pricing-suite h2 {
    color: #ffffff;
    animation: fadeInDown 0.8s ease-out forwards;
    margin-bottom: 20px;
    transform: translateZ(50px);
    letter-spacing: 1px;
    text-shadow: 0 3px 10px rgba(0,0,0,0.3);
    font-weight: 700;
    font-size: 37px;
    text-align: center;
}.pricing-suite .study-fees {
    color: #ffffff;
    margin: 0 auto 50px;
    text-align: center;
    opacity: 0.9;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    line-height: 1.6;
    font-size: calc(17px * 1.1);
    max-width: 800px;
    transform: translateZ(30px);
}.pricing-suite .indv-cost {
    gap: 30px;
    perspective: 2000px;
    display: grid;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
}.pricing-suite .indv-cost li {
    animation: cardEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    height: 100%;
    transform: translateY(30px) rotateX(5deg);
    opacity: 0;
}.pricing-suite .indv-cost li:nth-child(1) {
    animation-delay: 0.3s;
}.pricing-suite .indv-cost li:nth-child(2) {
    animation-delay: 0.5s;
}.pricing-suite .indv-cost li:nth-child(3) {
    animation-delay: 0.7s;
}.pricing-suite .indv-cost li:nth-child(4) {
    animation-delay: 0.9s;
}.pricing-suite .price-panel {
    will-change: transform;
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    transform-style: preserve-3d;
}.pricing-suite .price-panel:hover {
    transform: translateY(-15px) scale(1.02) rotateX(2deg);
}.pricing-suite .payment-scheme {
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
    position: relative;
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 96% 100%, 0 100%);
    background: linear-gradient(135deg, rgb(167,199,194,0.5), rgb(123,169,162,0.5));
    overflow: hidden;
    height: 100%;
}.pricing-suite .price-panel:hover .payment-scheme {
    box-shadow: 0 25px 50px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.15);
    border-color: rgba(255,255,255,0.25);
}.pricing-suite .payment-scheme::before {
    transform: rotate(45deg);
    transition: all 0.4s ease;
    width: 100px;
    height: 100px;
    top: -10px;
    position: absolute;
    opacity: 0.15;
    right: -10px;
    background: rgb(123,169,162);
    content: "";
}.pricing-suite .price-panel:hover .payment-scheme::before {
    opacity: 0.25;
    transform: rotate(45deg) scale(1.2);
}.pricing-suite .trial-pricing {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    padding: 35px 30px;
    position: relative;
}.pricing-suite .price-panel:hover .trial-pricing {
    transform: translateZ(10px);
}.pricing-suite .trial-pricing h4 {
    font-weight: 700;
    margin: 0 0 20px;
    transition: transform 0.3s ease;
    color: #ffffff;
    padding-bottom: 15px;
    position: relative;
    font-size: calc(23px * 1.2);
}.pricing-suite .price-panel:hover .trial-pricing h4 {
    transform: translateY(-5px);
}.pricing-suite .trial-pricing h4::after {
    transition: width 0.4s ease;
    background: rgb(167,199,194);
    width: 50px;
    height: 3px;
    left: 0;
    position: absolute;
    content: "";
    bottom: 0;
}.pricing-suite .price-panel:hover .trial-pricing h4::after {
    width: 80px;
}.pricing-suite .trial-pricing p {
    font-size: 17px;
    opacity: 0.8;
    color: #ffffff;
    transition: opacity 0.3s ease;
    margin-bottom: 30px;
    padding-right: 10px;
    line-height: 1.6;
    max-height: 200px;
    overflow-y: auto;
}.pricing-suite .trial-pricing p::-webkit-scrollbar {
    width: 4px;
}.pricing-suite .trial-pricing p::-webkit-scrollbar-thumb {
    background: rgb(167,199,194,0.5);
    border-radius: 10px;
}.pricing-suite .price-panel:hover .trial-pricing p {
    opacity: 1;
}.pricing-suite .learn-deals {
    position: relative;
    font-size: calc(23px * 1.4);
    transition: all 0.4s ease;
    margin-top: 20px;
    color: #ffffff;
    font-weight: 700;
    display: block;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}.pricing-suite .learn-deals::before {
    content: "";
    position: absolute;
    background: rgb(123,169,162);
    top: -10px;
    height: 2px;
    transition: width 0.4s ease;
    left: 0;
    width: 30px;
}.pricing-suite .price-panel:hover .learn-deals::before {
    width: 50px;
}.pricing-suite .price-panel:hover .learn-deals {
    color: rgb(123,169,162);
    transform: scale(1.1);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px) translateZ(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(50px);
    }
}

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

@keyframes cardEntrance {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.pricing-suite {
    padding: 100px 0;
}.pricing-suite h2 {
    font-size: calc(37px * 0.9);
}.pricing-suite .study-fees {
    font-size: 17px;
    margin-bottom: 40px;
}.pricing-suite .indv-cost {
    gap: 25px;
}
}

@media (max-width: 992px) {.pricing-suite {
    padding: 80px 0;
}.pricing-suite .indv-cost {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.pricing-suite .trial-pricing {
    padding: 30px 25px;
}.pricing-suite .trial-pricing p {
    max-height: 180px;
}
}

@media (max-width: 768px) {.pricing-suite {
    padding: 70px 0;
}.pricing-suite h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 15px;
}.pricing-suite .study-fees {
    font-size: calc(17px * 0.95);
    margin-bottom: 30px;
}.pricing-suite .indv-cost {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
}.pricing-suite .payment-scheme {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 94% 100%, 0 100%);
}.pricing-suite .learn-deals {
    font-size: calc(23px * 1.2);
}
}

@media (max-width: 576px) {.pricing-suite {
    padding: 60px 0;
}.pricing-suite h2 {
    font-size: calc(37px * 0.7);
}.pricing-suite .study-fees {
    margin-bottom: 25px;
    font-size: calc(17px * 0.9);
}.pricing-suite .trial-pricing {
    padding: 25px 20px;
}.pricing-suite .trial-pricing h4 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 23px;
}.pricing-suite .trial-pricing p {
    font-size: calc(17px * 0.9);
    max-height: 150px;
    margin-bottom: 20px;
}}.title-intro {
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(123,169,162,0.5), rgb(167,199,194));
    display: flex;
    position: relative;
    overflow: hidden;
}.title-intro::before {
    top: 0;
    z-index: 1;
    content: "";
    opacity: 0.05;
    width: 100%;
    background: repeating-linear-gradient(
    45deg,
    rgb(123,169,162,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(123,169,162,0.5) 12px
  );
    left: 0;
    position: absolute;
    height: 100%;
}.title-intro::after {
    width: 50%;
    height: 50%;
    z-index: 0;
    right: -10%;
    content: "";
    top: -10%;
    background: radial-gradient(circle, rgb(167,199,194,0.5) 0%, transparent 70%);
    filter: blur(60px);
    position: absolute;
}.title-intro .skill-quick {
    gap: 3rem;
    backdrop-filter: blur(5px);
    background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.05)
  );
    width: 90%;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    position: relative;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    padding: 4rem 2rem;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    z-index: 2;
    clip-path: polygon(
    0 0,
    100% 0,
    97% 100%,
    3% 100%
  );
}.title-intro h3 {
    position: relative;
    color: #ffffff;
    transform: translateZ(20px);
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    padding-left: 1.5rem;
    margin: 0 0 1.5rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    line-height: 1.4;
}.title-intro h3::before {
    content: "";
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(167,199,194), rgb(123,169,162));
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    transform-origin: top;
    left: 0;
    animation: lineReveal 1.2s ease forwards 0.5s;
}.title-intro h1 {
    animation: textGradient 6s linear infinite;
    font-weight: 700;
    color: #ffffff;
    font-size: clamp(2.5rem, 6vw, 48px);
    -webkit-background-clip: text !important;
    background-image: linear-gradient(
    90deg,
    #ffffff,
    rgb(167,199,194,0.5)
  );
    transform: translateZ(30px);
    -webkit-text-fill-color: transparent;
    margin: 0 0 2rem;
    position: relative;
    line-height: 1.2;
    background-size: 200% auto;
    background-clip: text !important;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}.title-intro .fast-classes {
    transform: translateZ(10px);
    padding: 1rem;
    position: relative;
}.title-intro .fast-classes > div {
    border-radius: 10px;
    transform: translateZ(5px);
    transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.3, 1.2);
    box-shadow: 
    0 15px 30px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    overflow: hidden;
}.title-intro .fast-classes > div::before {
    background: linear-gradient(
    135deg,
    rgb(123,169,162,0.5),
    transparent 50%,
    rgb(167,199,194,0.5)
  );
    mix-blend-mode: overlay;
    z-index: 1;
    content: "";
    position: absolute;
    inset: 0;
}.title-intro .fast-classes > div:hover {
    transform: translateZ(20px) scale(1.02);
}.title-intro p {
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 8rem 2rem 2rem;
    position: relative;
    line-height: 1.6;
    background: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.7) 30%
  );
    z-index: 2;
    font-weight: 400;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    font-size: clamp(1rem, 1.5vw, 14px);
}

@keyframes textGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes lineReveal {
  0% { transform: scaleY(0); }
  100% { transform: scaleY(1); }
}

@media screen and (min-width: 768px) {.title-intro .skill-quick {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    padding: 5rem 3rem;
}.title-intro h3 {
    padding-left: 2rem;
    margin-top: 2rem;
}.title-intro h3::before {
    width: 6px;
}.title-intro .fast-classes {
    padding: 1.5rem;
}.title-intro p {
    padding: 10rem 3rem 3rem;
}
}

@media screen and (min-width: 1200px) {.title-intro .skill-quick {
    gap: 3rem;
    padding: 6rem 4rem;
}.title-intro h3 {
    padding-left: 3rem;
    margin-top: 3rem;
}.title-intro h3::before {
    width: 8px;
}.title-intro .fast-classes {
    padding: 2rem;
}.title-intro p {
    padding: 12rem 4rem 4rem;
}
}

@media (prefers-reduced-motion: reduce) {.title-intro .skill-quick {
    transform: none;
}.title-intro h1 {
    animation: none;
}.title-intro h3::before {
    animation: none;
    transform: scaleY(1);
}.title-intro .fast-classes > div:hover {
    transform: none;
}
}

@media (hover: hover) {.title-intro .skill-quick:hover {
    transform: perspective(1000px) rotateX(1deg) rotateY(1deg);
}.title-intro .fast-classes > div {
    cursor: pointer;
}}header {
    z-index: 100;
    padding: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgb(167,199,194,0.5) 0%, rgb(123,169,162,0.5) 100%);
    margin-top: 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}header::before {
    opacity: 0.5;
    background: 
        radial-gradient(circle at 10% 20%, rgb(167,199,194,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(123,169,162,0.5) 0%, transparent 30%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    content: '';
    z-index: -1;
    left: 0;
}header .head-prime {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 1.2rem 2.5rem;
    z-index: 5;
    position: relative;
}header .nav-pro {
    padding: 0.8rem 1.2rem;
    transition: all 0.4s ease;
    z-index: 2;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    flex: 0 0 auto;
    backdrop-filter: blur(5px);
    border-radius: 17px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}header .nav-pro:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.25);
}header .site-navbar {
    transition: all 0.3s ease;
    display: block;
}header .site-navbar img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    max-height: 40px;
}header .head-primary {
    margin: 0;
    padding: 0;
    z-index: 2;
    list-style: none;
    display: flex;
    position: relative;
}header .top-edu {
    position: relative;
    margin: 0 0.3rem;
}header .top-edu a {
    font-size: 13px;
    padding: 0.8rem 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 17px;
    position: relative;
    backdrop-filter: blur(5px);
    display: block;
    color: #ffffff;
    -webkit-backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
}header .top-edu a:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}header .top-edu a::before {
    opacity: 0;
    z-index: -1;
    content: '';
    transition: opacity 0.3s ease;
    height: 100%;
    left: 0;
    border-radius: 17px;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
}header .top-edu a:hover::before {
    opacity: 1;
}header .top-edu::after {
    transform: translateX(-50%);
    width: 0;
    left: 50%;
    border-radius: 10px;
    background: #ffffff;
    opacity: 0.7;
    position: absolute;
    bottom: -3px;
    content: '';
    transition: width 0.3s ease;
    height: 3px;
}header .top-edu:hover::after {
    width: 70%;
}header .head-prime::before {
    position: absolute;
    border-radius: 50%;
    opacity: 0.5;
    background: rgb(167,199,194,0.5);
    width: 100px;
    z-index: -1;
    top: -20px;
    height: 100px;
    content: '';
    filter: blur(40px);
    right: -20px;
}header .head-prime::after {
    filter: blur(30px);
    left: -20px;
    height: 80px;
    position: absolute;
    opacity: 0.5;
    z-index: -1;
    width: 80px;
    bottom: -20px;
    border-radius: 50%;
    content: '';
    background: rgb(123,169,162,0.5);
}header .nav-prime {
    position: relative;
    padding-top: 2rem;
    background: rgb(210,227,224);
    z-index: 1;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .nav-pro::after {
    position: absolute;
    content: '';
    opacity: 0.5;
    transition: all 0.4s ease;
    bottom: -20px;
    left: 0;
    width: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    height: 20px;
}header .nav-pro:hover::after {
    opacity: 0.7;
    transform: scaleX(0.9);
}

@media (min-width: 1400px) {header .head-prime {
    margin: 0 auto;
    max-width: 1320px;
}header .top-edu {
    margin: 0 0.5rem;
}header .top-edu a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}header .head-prime {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .nav-pro {
    margin-bottom: 0;
    padding: 0.6rem 1rem;
    border-radius: 10px;
}header .head-primary {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .top-edu a {
    font-size: calc(13px - 1px);
    border-radius: 10px;
    padding: 0.6rem 1rem;
}header .head-prime::before,
    header .head-prime::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head-prime {
    padding: 0.8rem 1.2rem;
}header .nav-pro {
    padding: 0.5rem 0.8rem;
    max-width: 140px;
}header .site-navbar img {
    max-height: 35px;
}header .head-primary {
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    overflow-x: auto;
    scrollbar-width: thin;
}header .head-primary::-webkit-scrollbar {
    height: 3px;
}header .head-primary::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .top-edu {
    flex: 0 0 auto;
    margin: 0 0.15rem;
}header .top-edu a {
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    font-size: calc(13px - 2px);
}header .top-edu::after {
    display: none;
}header .nav-pro::after {
    display: none;
}
}

@media (max-width: 479px) {header .head-prime {
    padding: 0.7rem 1rem;
}header .nav-pro {
    padding: 0.4rem 0.7rem;
    max-width: 120px;
}header .top-edu a {
    padding: 0.4rem 0.6rem;
    font-size: calc(13px - 3px);
}}.company-overview {
    overflow: hidden;
    background: rgb(210,227,224);
    padding: 110px 0;
    position: relative;
}.company-overview::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    background-image: linear-gradient(120deg, rgb(167,199,194,0.5) 0%, transparent 75%);
}.company-overview .container {
    position: relative;
    z-index: 2;
}.company-overview .proof-stats {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}.company-overview h3 {
    font-weight: 700;
    grid-column: 1 / -1;
    font-size: 40px;
    margin-bottom: 60px;
    position: relative;
    color: #000000;
    display: inline-block;
}.company-overview h3::after {
    background: rgb(167,199,194);
    bottom: -15px;
    content: "";
    position: absolute;
    height: 5px;
    left: 0;
    width: 60%;
}.company-overview .academy-roots {
    grid-column: 1 / 7;
    position: relative;
    z-index: 1;
}.company-overview .digital-education {
    position: relative;
    grid-column: 7 / -1;
    z-index: 1;
}.company-overview .academy-roots span {
    display: block;
    color: rgb(167,199,194);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}.company-overview .academy-roots p,
.company-overview .digital-education p {
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 30px;
    padding-right: 20px;
}.company-overview .pic-list,
.company-overview .smart-learning {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 0;
    height: 360px;
    box-shadow: 15px 15px 0 rgb(167,199,194,0.5);
    overflow: hidden;
}.company-overview .smart-learning {
    box-shadow: 15px 15px 0 rgb(123,169,162,0.5);
}.company-overview .pic-list:hover,
.company-overview .smart-learning:hover {
    transform: translateY(-10px);
    box-shadow: 20px 20px 0 rgb(167,199,194,0.5);
}.company-overview .smart-learning:hover {
    box-shadow: 20px 20px 0 rgb(123,169,162,0.5);
}.company-overview .academy-roots,
.company-overview .digital-education {
    position: relative;
}.company-overview .academy-roots::before {
    left: -20px;
    background: repeating-linear-gradient(
        45deg,
        rgb(167,199,194,0.5),
        rgb(167,199,194,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    content: "";
    z-index: -1;
    height: 100px;
    bottom: -20px;
    position: absolute;
    width: 100px;
}.company-overview .digital-education::before {
    z-index: -1;
    width: 100px;
    content: "";
    position: absolute;
    top: -20px;
    height: 100px;
    right: -20px;
    background: repeating-linear-gradient(
        -45deg,
        rgb(123,169,162,0.5),
        rgb(123,169,162,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
}.company-overview .pic-list::after,
.company-overview .smart-learning::after {
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
}.company-overview .pic-list::before,
.company-overview .smart-learning::before {
    transition: all 0.6s;
    z-index: 2;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    left: -100%;
    width: 100%;
    content: "";
}.company-overview .pic-list:hover::before,
.company-overview .smart-learning:hover::before {
    left: 100%;
}.company-overview .proof-stats::after {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    animation: rotate 60s linear infinite;
    top: -100px;
    height: 200px;
    border: 2px dashed rgb(167,199,194,0.5);
    right: -100px;
    content: "";
    width: 200px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.company-overview {
    padding: 90px 0;
}.company-overview h3 {
    margin-bottom: 50px;
}.company-overview .pic-list,
    .company-overview .smart-learning {
    height: 320px;
}
}

@media (max-width: 992px) {.company-overview .proof-stats {
    grid-template-columns: 1fr;
}.company-overview .academy-roots,
    .company-overview .digital-education {
    grid-column: 1 / -1;
    margin-bottom: 50px;
}.company-overview .digital-education {
    margin-bottom: 0;
}.company-overview h3 {
    margin-bottom: 40px;
}.company-overview .pic-list,
    .company-overview .smart-learning {
    height: 400px;
}.company-overview .academy-roots p,
    .company-overview .digital-education p {
    padding-right: 0;
}
}

@media (max-width: 768px) {.company-overview {
    padding: 70px 0;
}.company-overview h3 {
    margin-bottom: 35px;
    font-size: calc(40px * 0.8);
}.company-overview .academy-roots,
    .company-overview .digital-education {
    margin-bottom: 40px;
}.company-overview .pic-list,
    .company-overview .smart-learning {
    height: 350px;
    box-shadow: 10px 10px 0 rgb(167,199,194,0.5);
}.company-overview .smart-learning {
    box-shadow: 10px 10px 0 rgb(123,169,162,0.5);
}.company-overview .pic-list:hover,
    .company-overview .smart-learning:hover {
    box-shadow: 15px 15px 0 rgb(167,199,194,0.5);
}.company-overview .smart-learning:hover {
    box-shadow: 15px 15px 0 rgb(123,169,162,0.5);
}
}

@media (max-width: 576px) {.company-overview {
    padding: 50px 0;
}.company-overview h3 {
    font-size: calc(40px * 0.7);
    margin-bottom: 30px;
}.company-overview h3::after {
    width: 50%;
    bottom: -10px;
    height: 4px;
}.company-overview .academy-roots span {
    font-size: calc(18px * 0.9);
    margin-bottom: 15px;
}.company-overview .academy-roots p,
    .company-overview .digital-education p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
    margin-bottom: 20px;
}.company-overview .pic-list,
    .company-overview .smart-learning {
    height: 280px;
    box-shadow: 8px 8px 0 rgb(167,199,194,0.5);
}.company-overview .smart-learning {
    box-shadow: 8px 8px 0 rgb(123,169,162,0.5);
}.company-overview .pic-list:hover,
    .company-overview .smart-learning:hover {
    box-shadow: 10px 10px 0 rgb(167,199,194,0.5);
}.company-overview .smart-learning:hover {
    box-shadow: 10px 10px 0 rgb(123,169,162,0.5);
}.company-overview .academy-roots::before,
    .company-overview .digital-education::before {
    width: 80px;
    height: 80px;
}}

.company-overview .digital-education p {
    font-style: italic;
    padding-left: 20px;
    position: relative;
}.company-overview .digital-education p::before {
    background: rgb(123,169,162);
    left: 0;
    content: "";
    width: 4px;
    position: absolute;
    height: 100%;
    top: 0;
}.teaching-history {
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,227,224) 0%, rgb(167,199,194,0.5) 100%);
    padding: 4rem 2rem;
    position: relative;
}.teaching-history::before {
    content: "";
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    transform: rotate(-15deg);
    top: -10%;
    z-index: 1;
    animation: pulse 8s infinite alternate;
    position: absolute;
    width: 70%;
    left: -10%;
    height: 120%;
    background: rgb(123,169,162,0.5);
}.teaching-history .learning-voices {
    transform: perspective(1000px) rotateY(5deg);
    grid-template-columns: 1fr 1.2fr;
    gap: 2rem;
    position: relative;
    display: grid;
    z-index: 2;
    transition: transform 0.5s ease;
}.teaching-history .learning-voices:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.teaching-history .pic-list {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    height: 400px;
    transform: rotate(-3deg) translateY(20px);
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.teaching-history .pic-list::after {
    height: 100%;
    content: "";
    border-radius: 10px;
    top: 0;
    background: linear-gradient(45deg, rgb(167,199,194,0.5) 0%, transparent 70%);
    width: 100%;
    left: 0;
    position: absolute;
}.teaching-history .learning-voices:hover .pic-list {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) translateY(0);
}.teaching-history .emp-exp {
    position: relative;
    background: #ffffff;
    z-index: 3;
    transition: transform 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    transform: translateY(30px) rotate(2deg);
    padding: 2rem;
}.teaching-history .learning-voices:hover .emp-exp {
    transform: translateY(0) rotate(0deg);
}.teaching-history .name {
    color: rgb(167,199,194);
    position: relative;
    font-size: 38px;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.teaching-history .name::after {
    transform: scaleX(0.6);
    bottom: -8px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(123,169,162) 0%, rgb(167,199,194) 100%);
    transition: transform 0.3s ease;
    content: "";
    height: 3px;
    position: absolute;
    width: 60px;
    left: 0;
}.teaching-history .learning-voices:hover .name::after {
    transform: scaleX(1);
}.teaching-history .emp-exp > div:nth-child(2) {
    font-weight: 600;
    color: rgb(123,169,162);
    font-size: 22px;
    margin-bottom: 1.5rem;
    transform: translateX(5px);
    opacity: 0.8;
    transition: all 0.3s ease;
}.teaching-history .learning-voices:hover .emp-exp > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.teaching-history .emp-progress {
    color: #000000;
    font-size: 13px;
    padding-left: 1.5rem;
    line-height: 1.6;
    font-weight: 400;
    font-style: italic;
    position: relative;
}.teaching-history .emp-progress::before {
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(167,199,194), rgb(123,169,162));
    position: absolute;
    top: 0;
    height: 100%;
    width: 3px;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (max-width: 768px) {.teaching-history .learning-voices {
    grid-template-columns: 1fr;
}.teaching-history .pic-list {
    height: 300px;
}}.privacy-bunker {
    padding: 5rem 2rem;
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    background: linear-gradient(135deg, rgb(210,227,224) 0%, rgba(245, 247, 250, 0.95) 100%);
}.privacy-bunker::before {
    position: absolute;
    height: 100%;
    content: "";
    opacity: 0.05;
    width: 30%;
    background: linear-gradient(90deg, transparent, rgb(167,199,194,0.5));
    right: 0;
    transform: skewX(-15deg) translateX(20%);
    top: 0;
}.privacy-bunker::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(167,199,194), rgb(123,169,162), rgb(167,199,194));
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    opacity: 0.7;
    left: 0;
}.privacy-bunker .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}.privacy-bunker h1 {
    font-weight: 700;
    font-size: 41px;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    position: relative;
    transform: translateX(-0.5rem);
    color: #000000;
}.privacy-bunker h1::after {
    width: 80px;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    transform-origin: left;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(167,199,194), rgb(123,169,162));
    height: 4px;
}.privacy-bunker h1:hover::after {
    transform: scaleX(1.5);
}.privacy-bunker h2 {
    font-size: 37px;
    font-weight: 600;
    position: relative;
    margin: 2.5rem 0 1.5rem;
    color: #000000;
    padding-left: 1rem;
}.privacy-bunker h2::before {
    position: absolute;
    bottom: 0.25rem;
    top: 0.25rem;
    background: linear-gradient(to bottom, rgb(167,199,194), rgb(123,169,162));
    border-radius: 10px;
    left: 0;
    content: "";
    width: 4px;
}.privacy-bunker h3 {
    font-size: calc(37px * 0.85);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    margin: 2rem 0 1.2rem;
    padding-bottom: 0.75rem;
    font-weight: 600;
}.privacy-bunker h4 {
    font-weight: 600;
    margin: 1.8rem 0 1rem;
    font-size: calc(37px * 0.75);
    color: #000000;
}.privacy-bunker p {
    font-size: 13px;
    margin-bottom: 1.5rem;
    color: #000000;
    max-width: 95%;
    line-height: 1.75;
}.privacy-bunker p strong {
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
}.privacy-bunker p strong::after {
    width: 100%;
    background: rgb(123,169,162,0.5);
    opacity: 0.5;
    left: 0;
    height: 2px;
    bottom: -2px;
    position: absolute;
    content: "";
}.privacy-bunker ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
}.privacy-bunker li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.6;
}.privacy-bunker li::before {
    opacity: 0.8;
    content: "";
    left: 0;
    background: rgb(123,169,162);
    transform: rotate(45deg);
    position: absolute;
    top: 0.75rem;
    height: 8px;
    width: 8px;
}.privacy-bunker span {
    margin-bottom: 1.75rem;
    max-width: 95%;
    font-size: 13px;
    border-left: 2px solid rgb(123,169,162,0.5);
    line-height: 1.7;
    padding-left: 1rem;
    display: block;
}

@media screen and (min-width: 1200px) {.privacy-bunker {
    padding: 7rem 3rem;
}.privacy-bunker .container {
    grid-template-columns: 1fr;
    display: grid;
    gap: 0.5rem;
}.privacy-bunker h1 {
    font-size: calc(41px * 1.2);
    grid-column: 1 / -1;
    transform: translateX(-1rem);
}.privacy-bunker h1::after {
    width: 120px;
}.privacy-bunker h2, 
    .privacy-bunker h3, 
    .privacy-bunker h4 {
    grid-column: 1 / -1;
}.privacy-bunker p, 
    .privacy-bunker ul,
    .privacy-bunker span {
    max-width: 85%;
}
}

@media screen and (max-width: 991px) {.privacy-bunker {
    padding: 4rem 1.5rem;
}.privacy-bunker h1 {
    font-size: calc(41px * 0.9);
}.privacy-bunker h2 {
    font-size: calc(37px * 0.9);
}.privacy-bunker::before {
    width: 50%;
}
}

@media screen and (max-width: 767px) {.privacy-bunker {
    padding: 3rem 1rem;
}.privacy-bunker h1 {
    margin-bottom: 1.5rem;
    font-size: calc(41px * 0.8);
}.privacy-bunker h2 {
    margin: 2rem 0 1rem;
    font-size: calc(37px * 0.8);
}.privacy-bunker h3 {
    font-size: calc(37px * 0.7);
}.privacy-bunker h4 {
    font-size: calc(37px * 0.6);
}.privacy-bunker p,
    .privacy-bunker span,
    .privacy-bunker li {
    font-size: calc(13px * 0.95);
}.privacy-bunker ul {
    padding-left: 0.5rem;
}.privacy-bunker span {
    padding-left: 0.75rem;
}
}

@media screen and (max-width: 480px) {.privacy-bunker {
    padding: 2.5rem 1rem;
}.privacy-bunker h1::after {
    width: 60px;
}.privacy-bunker h2::before {
    width: 3px;
}.privacy-bunker li {
    padding-left: 1.25rem;
}.privacy-bunker p,
    .privacy-bunker span,
    .privacy-bunker li {
    max-width: 100%;
}}.cookieUsagePromptBar {
    position: fixed;
    bottom: 0;
    display: flex;
    padding: 20px 0;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    justify-content: center;
    background: rgb(210,227,224);
    z-index: 100;
    border-top: 3px solid rgb(167,199,194);
}.cookie-verify {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 20px;
    width: 90%;
    border-radius: 23px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(167,199,194);
    margin: auto;
    max-width: 1200px;
}.manage-tracking {
    flex-shrink: 0;
    margin-right: 20px;
}.manage-tracking svg {
    fill: rgb(167,199,194);
    width: 50px;
    height: 50px;
}.policy-opt {
    text-align: left;
    color: #ffffff;
    flex-grow: 1;
}.policy-opt h5 {
    color: rgb(167,199,194);
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 19px;
}.policy-opt p {
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
    font-size: 18px;
}.policy-opt p a {
    text-decoration: underline;
    color: rgb(167,199,194);
}.consent-edu {
    border: none;
    padding: 10px 20px;
    background: rgb(167,199,194);
    cursor: pointer;
    border-radius: 10px;
    font-size: 14px;
    flex-shrink: 0;
    text-decoration: none;
    min-width: 120px;
    text-align: center;
    color: #ffffff;
}.cookie_button.policy-ack {
    margin-right: 10px;
}#cookiePopupNotice {
    display: none;
}#cookiePopupNotice:checked ~ .cookieUsagePromptBar {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie-verify {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.manage-tracking {
    margin-right: 0;
    margin-bottom: 20px;
}.consent-edu {
    max-width: 250px;
    width: 100%;
    margin: 10px 0;
}}
.training-benefits {
    background: linear-gradient(135deg, rgb(210,227,224), #ffffff 95%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.training-benefits::before {
    width: 100%;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(167,199,194,0.5),
        transparent 2px,
        transparent 10px,
        rgb(167,199,194,0.5) 12px
    );
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    opacity: 0.05;
}.training-benefits::after {
    height: 1px;
    width: 80%;
    bottom: 0;
    position: absolute;
    transform: translateY(-2rem);
    left: 10%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(167,199,194) 50%, transparent);
}.training-benefits .container {
    margin: 0 auto;
    display: flex;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    flex-direction: column;
    z-index: 2;
}.training-benefits .pic-list {
    height: auto;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    width: 100%;
    margin-bottom: 2.5rem;
    clip-path: polygon(0 0, 100% 4%, 98% 100%, 2% 96%);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.training-benefits .pic-list:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.training-benefits .proof-stats {
    position: relative;
    transform: translateY(-30px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 2.5rem;
}.training-benefits .text-holder-wrap {
    position: relative;
}.training-benefits .text-holder-wrap::before {
    position: absolute;
    top: -15px;
    transition: transform 0.4s ease;
    width: 40px;
    content: "";
    left: 0;
    transform: scaleX(0.8);
    background: rgb(167,199,194);
    height: 4px;
}.training-benefits .proof-stats:hover .text-holder-wrap::before {
    transform: scaleX(1.2);
}.training-benefits h1 {
    line-height: 1.3;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    color: #000000;
    padding-bottom: 0.5rem;
}.training-benefits ul {
    gap: 1.5rem;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
}.training-benefits li {
    padding-left: 2.5rem;
    position: relative;
    transition: transform 0.3s ease-out;
}.training-benefits li:hover {
    transform: translateX(5px);
}.training-benefits li p {
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
    font-size: 17px;
}.training-benefits svg {
    top: 0;
    position: absolute;
    height: 24px;
    transform: translateY(2px);
    left: 0;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    width: 24px;
}.training-benefits li:hover svg {
    transform: translateY(0) scale(1.1);
}.training-benefits svg path {
    fill: rgb(167,199,194);
    transition: fill 0.3s ease;
}.training-benefits li:hover svg path {
    fill: rgb(123,169,162);
}

@media (min-width: 768px) {.training-benefits {
    padding: 8rem 0;
}.training-benefits .container {
    align-items: center;
    flex-direction: row;
}.training-benefits .pic-list {
    width: 45%;
    margin-bottom: 0;
    clip-path: polygon(0 4%, 100% 0, 96% 96%, 4% 100%);
}.training-benefits .proof-stats {
    width: 60%;
    z-index: 3;
    margin-left: -5%;
    transform: translateY(0);
}.training-benefits h1 {
    font-size: 39px;
}.training-benefits ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.training-benefits .container {
    gap: 2rem;
}.training-benefits .pic-list {
    width: 50%;
}.training-benefits .proof-stats {
    width: 55%;
}.training-benefits h1 {
    margin-bottom: 2.5rem;
}.training-benefits li {
    padding-left: 3rem;
}.training-benefits svg {
    transform: scale(1.15) translateY(2px);
}
}

@media (max-width: 767px) {.training-benefits {
    padding: 4rem 0;
}.training-benefits h1 {
    font-size: calc(34px * 0.9);
}.training-benefits ul {
    grid-template-columns: 1fr;
    gap: 1.2rem;
}.training-benefits .proof-stats {
    padding: 1.5rem;
}
}

@media (max-width: 480px) {.training-benefits {
    padding: 3rem 0;
}.training-benefits h1 {
    font-size: calc(34px * 0.8);
}.training-benefits .pic-list {
    clip-path: polygon(0 0, 100% 2%, 98% 98%, 2% 100%);
}.training-benefits .proof-stats {
    transform: translateY(-15px);
    padding: 1.25rem;
}.training-benefits li {
    padding-left: 2.2rem;
}.training-benefits li p {
    font-size: calc(17px * 0.95);
}}.tyCard {
    background: linear-gradient(135deg, rgb(210,227,224) 0%, rgba(rgb(167,199,194,0.5), 0.08) 100%);
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.tyCard::before {
    left: -50%;
    position: absolute;
    background: radial-gradient(circle at center, rgba(rgb(123,169,162,0.5), 0.03) 0%, transparent 60%);
    width: 200%;
    height: 200%;
    top: -50%;
    content: "";
    pointer-events: none;
    transform: rotate(-12deg);
    opacity: 0.8;
    animation: orbital 30s infinite linear;
}.tyCard::after {
    pointer-events: none;
    opacity: 0.4;
    left: 0;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(167,199,194,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(rgb(167,199,194,0.5), 0.06) 1px, transparent 2px),
        radial-gradient(circle at 70% 40%, rgba(rgb(167,199,194,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(rgb(167,199,194,0.5), 0.05) 1px, transparent 2px);
    background-size: 8rem 8rem;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
}.tyCard .container {
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    transform-style: preserve-3d;
    max-width: 1200px;
}.tyCard .proof-stats {
    overflow: hidden;
    mask-image: linear-gradient(
        to bottom right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.85) 100%
    );
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    transform: translateZ(0);
    position: relative;
    padding: 3.5rem;
}.tyCard .proof-stats:hover {
    transform: translateZ(20px) translateY(-5px);
}.tyCard .proof-stats > div:first-child {
    transform: translateZ(10px);
    position: relative;
}.tyCard .proof-stats > div:first-child::before {
    background: linear-gradient(90deg, transparent, rgb(167,199,194), transparent);
    height: 2px;
    transform: translateY(-50%);
    width: 2.5rem;
    position: absolute;
    content: "";
    top: 50%;
    left: -3.5rem;
}.tyCard .proof-stats > div:last-child {
    transform: translateZ(5px);
    position: relative;
}.tyCard .proof-stats > div:last-child::after {
    height: 2px;
    bottom: 2rem;
    background: linear-gradient(90deg, transparent, rgb(167,199,194), transparent);
    content: "";
    width: 2.5rem;
    right: -3.5rem;
    position: absolute;
    transform: translateY(-50%);
}.tyCard h5 {
    color: #000000;
    position: relative;
    margin: 0;
    font-weight: 700;
    font-size: 19px;
    transition: transform 0.5s ease;
    padding-left: 1.5rem;
    line-height: 1.4;
    transform: perspective(1000px) rotateX(0deg);
}.tyCard h5::before {
    content: "";
    background: rgb(167,199,194);
    left: 0;
    width: 0.5rem;
    top: 0.5rem;
    box-shadow: 0 0 10px rgba(rgb(167,199,194,0.5), 0.5);
    position: absolute;
    height: 0.5rem;
    border-radius: 50%;
    animation: pulse 3s infinite ease-in-out;
}.tyCard a {
    text-decoration: none;
    transition: transform 0.4s ease-out;
    display: block;
}.tyCard a:hover {
    transform: translateX(5px);
}.tyCard p {
    line-height: 1.8;
    position: relative;
    margin: 0;
    font-size: 17px;
    color: #000000;
    padding: 0 0 0 1.5rem;
    border-left: 1px solid rgba(rgb(167,199,194,0.5), 0.2);
    font-weight: 400;
}

@media (min-width: 768px) {.tyCard {
    padding: 8rem 0;
}.tyCard .proof-stats {
    gap: 3rem;
    padding: 4.5rem;
}.tyCard h5 {
    padding-left: 2rem;
    font-size: calc(19px * 1.1);
}.tyCard p {
    padding: 0 0 0 2rem;
    font-size: calc(17px * 1.05);
}.tyCard .proof-stats > div:first-child::before {
    width: 4rem;
}.tyCard .proof-stats > div:last-child::after {
    width: 4rem;
}
}

@media (min-width: 992px) {.tyCard {
    padding: 10rem 0;
}.tyCard .proof-stats {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}.tyCard .proof-stats > div:first-child {
    flex: 0 0 40%;
}.tyCard .proof-stats > div:last-child {
    flex: 0 0 60%;
}.tyCard .proof-stats > div:first-child::before {
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgb(167,199,194), transparent);
    height: 3rem;
    top: 50%;
    right: -2rem;
    left: auto;
}.tyCard .proof-stats > div:last-child::after {
    height: 3rem;
    bottom: 2rem;
    left: -2rem;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgb(167,199,194), transparent);
    right: auto;
}
}

@media (min-width: 1200px) {.tyCard .proof-stats {
    gap: 5rem;
    padding: 5rem;
}.tyCard h5 {
    font-size: calc(19px * 1.2);
}.tyCard p {
    font-size: calc(17px * 1.1);
}
}

@media (max-width: 767px) {.tyCard {
    padding: 4rem 0;
}.tyCard .proof-stats {
    padding: 2.5rem;
    gap: 2rem;
}.tyCard h5 {
    font-size: calc(19px * 0.95);
}.tyCard .proof-stats > div:first-child::before,
    .tyCard .proof-stats > div:last-child::after {
    display: none;
}}

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

@keyframes orbital {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}.statistics-information {
    isolation: isolate;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}.statistics-information::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.85;
    background-color: #000000;
    height: 100%;
    width: 100%;
    z-index: 1;
}.statistics-information .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
}.statistics-information .benefits-block {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 40px;
    align-items: center;
}.statistics-information .statistics-points {
    display: block;
    margin-bottom: 30px;
}.statistics-information .statistics-points svg {
    filter: drop-shadow(0 0 5px rgb(167,199,194,0.5));
    fill: rgb(167,199,194);
    height: 60px;
    width: 60px;
}.statistics-information .statistics-points svg path {
    fill: rgb(167,199,194);
}.statistics-information .edge-statistics {
    font-size: 33px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}.statistics-information .edge-statistics::after {
    background: rgb(167,199,194);
    bottom: -10px;
    left: 0;
    position: absolute;
    width: 60px;
    height: 4px;
    content: "";
}.statistics-information .expert-benefits {
    color: #ffffff;
    margin-bottom: 40px;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 90%;
    font-size: 12px;
}.statistics-information .value-statistics {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.statistics-information .statistics-growth {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 11px;
    border-left: 4px solid rgb(167,199,194);
    padding: 30px;
    display: flex;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
    position: relative;
    flex-direction: column;
}.statistics-information .statistics-growth:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}.statistics-information .statistics-advantages {
    right: 20px;
    align-items: center;
    top: 20px;
    width: 40px;
    display: flex;
    justify-content: center;
    position: absolute;
    height: 40px;
}.statistics-information .statistics-advantages svg {
    fill: rgb(123,169,162);
    width: 100%;
    height: 100%;
}.statistics-information .statistics-advantages svg path {
    fill: rgb(123,169,162);
}.statistics-information .statistics-growth span {
    line-height: 1;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 2.5rem;
    color: #ffffff;
    display: block;
}.statistics-information .statistics-growth p {
    opacity: 0.7;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.4;
}

@media screen and (max-width: 992px) {.statistics-information .benefits-block {
    grid-template-columns: 1fr;
    gap: 40px;
}.statistics-information .edge-statistics,
    .statistics-information .expert-benefits {
    text-align: center;
    max-width: 100%;
}.statistics-information .statistics-points {
    margin-right: auto;
    margin-left: auto;
}.statistics-information .edge-statistics::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media screen and (max-width: 768px) {.statistics-information {
    padding: 60px 0;
}.statistics-information .value-statistics {
    grid-template-columns: 1fr;
    gap: 20px;
}.statistics-information .statistics-growth {
    padding: 20px;
}.statistics-information .statistics-growth span {
    font-size: 2rem;
}
}

@media screen and (min-width: 993px) {.statistics-information .benefits-block > div:first-child {
    order: 2;
}.statistics-information .benefits-block > div:last-child {
    order: 1;
}}

.statistics-information .statistics-growth:nth-child(1) {
    border-left-color: rgb(167,199,194);
}.statistics-information .statistics-growth:nth-child(2) {
    border-left-color: rgb(123,169,162);
}.statistics-information .statistics-growth:nth-child(3) {
    border-left-color: rgb(167,199,194);
}.statistics-information .statistics-growth:nth-child(4) {
    border-left-color: rgb(123,169,162);
}.statistics-information .statistics-growth:nth-child(even) .statistics-advantages svg,
.statistics-information .statistics-growth:nth-child(even) .statistics-advantages svg path {
    fill: rgb(167,199,194);
}.statistics-information .statistics-growth:nth-child(odd) .statistics-advantages svg,
.statistics-information .statistics-growth:nth-child(odd) .statistics-advantages svg path {
    fill: rgb(123,169,162);
}.statistics-information .statistics-growth::after {
    height: 1px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(167,199,194,0.5), transparent);
    left: 0;
}

@media screen and (max-width: 576px) {.statistics-information {
    padding: 40px 0;
}.statistics-information .benefits-block {
    gap: 30px;
}.statistics-information .edge-statistics {
    font-size: calc(33px * 0.85);
}.statistics-information .expert-benefits {
    margin-bottom: 30px;
    font-size: calc(12px * 0.95);
}.statistics-information .statistics-growth {
    padding: 20px 15px;
}.statistics-information .statistics-advantages {
    right: 15px;
    width: 30px;
    height: 30px;
    top: 15px;
}.statistics-information .statistics-growth span {
    font-size: 1.8rem;
}.statistics-information .statistics-growth p {
    font-size: calc(12px * 0.9);
}}.course-offering {
    position: relative;
    background: linear-gradient(145deg, rgb(210,227,224) 0%, rgb(167,199,194,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
}.course-offering::before {
    height: 100%;
    opacity: 0.04;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(167,199,194,0.5),
        rgb(167,199,194,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    position: absolute;
}.course-offering .container {
    z-index: 2;
    position: relative;
}.course-offering .skill-master {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}.course-offering .text-holder-wrap {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 28px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
    position: relative;
    z-index: 3;
    transform: translateY(0);
}.course-offering .text-holder-wrap:hover {
    transform: translateY(-10px);
}.course-offering .text-holder-wrap::before {
    right: 3rem;
    background: rgb(123,169,162,0.5);
    position: absolute;
    opacity: 0.6;
    height: 8rem;
    width: 8rem;
    border-radius: 50%;
    content: "";
    top: -4rem;
    z-index: -1;
}.course-offering .text-holder-wrap h2 {
    font-size: 36px;
    display: inline-block;
    position: relative;
    color: rgb(167,199,194);
    margin-bottom: 2rem;
    font-weight: 700;
    animation: fadeInUp 0.8s ease forwards;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course-offering .text-holder-wrap h2::after {
    border-radius: 10px;
    transition: width 0.4s ease;
    background: rgb(123,169,162);
    content: "";
    bottom: -10px;
    height: 4px;
    position: absolute;
    left: 0;
    width: 3rem;
}.course-offering .text-holder-wrap:hover h2::after {
    width: 100%;
}.course-offering .text-holder-wrap .description {
    margin-bottom: 1.2rem;
    font-size: 18px;
    position: relative;
    opacity: 0;
    color: #000000;
    animation-delay: 0.2s;
    padding-left: 1rem;
    line-height: 1.7;
    animation: fadeInUp 0.8s ease forwards;
}.course-offering .text-holder-wrap .description:last-of-type {
    margin-bottom: 0;
    font-weight: 600;
    animation-delay: 0.4s;
}.course-offering .text-holder-wrap .description::before {
    width: 4px;
    height: 4px;
    background: rgb(123,169,162);
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0;
    border-radius: 50%;
}.course-offering .pic-list {
    transition: transform 0.5s ease;
    margin-top: -2rem;
    border-radius: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
    height: 320px;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
}.course-offering .pic-list:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.course-offering .pic-list::after {
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(
        to bottom right,
        rgb(167,199,194,0.5) 0%,
        transparent 40%
    );
    content: "";
}

@media (min-width: 768px) {.course-offering .skill-master {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
}.course-offering .text-holder-wrap {
    align-self: center;
    margin-right: -4rem;
    grid-column: 1 / 2;
}.course-offering .pic-list {
    margin-top: 0;
    height: 400px;
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    grid-column: 2 / 3;
}.course-offering .pic-list::before {
    height: 20px;
    left: 20px;
    width: 60%;
    content: "";
    z-index: -1;
    opacity: 0.4;
    bottom: -20px;
    position: absolute;
    filter: blur(15px);
    background: rgb(123,169,162);
}
}

@media (min-width: 992px) {.course-offering .skill-master {
    grid-template-columns: 1.2fr 0.8fr;
}.course-offering .text-holder-wrap {
    padding: 3rem;
}.course-offering .pic-list {
    margin-top: 3rem;
    height: 450px;
}.course-offering .text-holder-wrap::after {
    position: absolute;
    opacity: 0.4;
    left: 25%;
    width: 6rem;
    z-index: -1;
    border-radius: 50%;
    content: "";
    background: rgb(167,199,194,0.5);
    bottom: -3rem;
    height: 6rem;
}
}

@media (max-width: 767px) {.course-offering {
    padding: 4rem 0;
}.course-offering .pic-list {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    margin-bottom: 2rem;
}}.connect-with-us {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(210,227,224);
}.connect-with-us::before {
    width: 100%;
    opacity: 0.05;
    height: 100%;
    left: 0;
    background-image: linear-gradient(30deg, rgb(123,169,162,0.5) 12%, transparent 12.5%, transparent 87%, rgb(123,169,162,0.5) 87.5%, rgb(123,169,162,0.5)),
                      linear-gradient(150deg, rgb(123,169,162,0.5) 12%, transparent 12.5%, transparent 87%, rgb(123,169,162,0.5) 87.5%, rgb(123,169,162,0.5)),
                      linear-gradient(30deg, rgb(123,169,162,0.5) 12%, transparent 12.5%, transparent 87%, rgb(123,169,162,0.5) 87.5%, rgb(123,169,162,0.5)),
                      linear-gradient(150deg, rgb(123,169,162,0.5) 12%, transparent 12.5%, transparent 87%, rgb(123,169,162,0.5) 87.5%, rgb(123,169,162,0.5)),
                      linear-gradient(60deg, rgb(167,199,194,0.5) 25%, transparent 25.5%, transparent 75%, rgb(167,199,194,0.5) 75%, rgb(167,199,194,0.5)),
                      linear-gradient(60deg, rgb(167,199,194,0.5) 25%, transparent 25.5%, transparent 75%, rgb(167,199,194,0.5) 75%, rgb(167,199,194,0.5));
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    top: 0;
    position: absolute;
    content: '';
    background-size: 80px 140px;
}.connect-with-us .pic-list {
    height: 90%;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
    width: 45%;
    left: 0;
    border-radius: 0 26px 26px 0;
    top: 5%;
    position: absolute;
}.connect-with-us .pic-list::after {
    content: '';
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    position: absolute;
    border-radius: 0 26px 26px 0;
    top: 0;
    width: 100%;
    height: 100%;
}.connect-with-us .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.connect-with-us h3 {
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    color: rgb(167,199,194);
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    padding: 10px 30px;
    margin-bottom: 50px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 37px;
}.connect-with-us .help-info {
    overflow: hidden;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    width: 60%;
    float: right;
    flex-direction: column;
    display: flex;
    position: relative;
}.connect-with-us .help-info::before {
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, rgb(167,199,194), rgb(123,169,162));
    top: 0;
}.connect-with-us .support-reach {
    padding: 40px;
}.connect-with-us form h3 {
    text-align: left;
    padding: 0;
    color: #000000;
    margin-bottom: 30px;
    background: transparent;
    padding-bottom: 10px;
    box-shadow: none;
    display: block;
    border-bottom: 2px solid rgb(123,169,162,0.5);
    font-size: 24px;
    border-radius: 0;
    width: 100%;
}.connect-with-us input[type="text"],
.connect-with-us textarea {
    font-size: 13px;
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 15px;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgb(210,227,224);
    margin-bottom: 20px;
    color: #000000;
}.connect-with-us input[type="text"]:focus,
.connect-with-us textarea:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(167,199,194);
}.connect-with-us textarea {
    height: 130px;
    resize: none;
}.connect-with-us .help-feedback {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.connect-with-us .help-feedback input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect-with-us .help-feedback label {
    position: relative;
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
    padding-left: 30px;
}.connect-with-us .help-feedback label::before {
    border: 1px solid rgb(167,199,194);
    left: 0;
    content: '';
    position: absolute;
    top: 2px;
    border-radius: 10px;
    width: 18px;
    transition: all 0.3s ease;
    height: 18px;
}.connect-with-us .help-feedback input[type="checkbox"]:checked + label::before {
    background: rgb(167,199,194);
}.connect-with-us .help-feedback input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    border: solid #ffffff;
    width: 6px;
    border-width: 0 2px 2px 0;
    top: 6px;
    content: '';
    position: absolute;
    left: 6px;
    height: 9px;
}.connect-with-us .help-feedback a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(167,199,194);
    font-weight: 600;
}.connect-with-us .help-feedback a:hover {
    color: rgb(123,169,162);
    text-decoration: underline;
}.connect-with-us .help-query {
    transition: all 0.5s ease;
    padding: 14px 30px;
    background: linear-gradient(to right, rgb(167,199,194), rgb(167,199,194));
    font-family: Arial, sans-serif;
    border-radius: 10px;
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    font-weight: 600;
    background-size: 200% auto;
    border: none;
}.connect-with-us .help-query:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(167,199,194,0.5);
}.connect-with-us .message-request {
    color: #ffffff;
    padding: 40px;
    background: linear-gradient(135deg, rgb(167,199,194), rgb(123,169,162));
}.connect-with-us .message-request h4 {
    font-size: 24px;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    font-weight: 600;
}.connect-with-us .message-request h4::after {
    bottom: -8px;
    background: #ffffff;
    height: 2px;
    left: 0;
    content: '';
    width: 40px;
    position: absolute;
}.connect-with-us .request-feedback {
    padding: 0;
    list-style: none;
    margin: 0;
}.connect-with-us .request-feedback li {
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}.connect-with-us .request-feedback li:hover {
    transform: translateX(5px);
}.connect-with-us .request-feedback svg {
    margin-right: 15px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 3px;
    width: 22px;
}.connect-with-us .request-feedback svg path {
    fill: #ffffff;
}.connect-with-us .request-feedback span {
    font-size: 13px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}.connect-with-us .request-feedback a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.connect-with-us .request-feedback a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

@media (max-width: 992px) {.connect-with-us {
    padding: 80px 0;
}.connect-with-us .pic-list {
    display: none;
}.connect-with-us .help-info {
    margin: 0 auto;
    float: none;
    width: 100%;
    max-width: 650px;
}
}

@media (max-width: 768px) {.connect-with-us {
    padding: 60px 0;
}.connect-with-us h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 40px;
}.connect-with-us .support-reach,
    .connect-with-us .message-request {
    padding: 30px;
}.connect-with-us form h3,
    .connect-with-us .message-request h4 {
    font-size: calc(24px * 0.9);
    margin-bottom: 20px;
}
}

@media (max-width: 576px) {.connect-with-us {
    padding: 40px 0;
}.connect-with-us h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.connect-with-us .support-reach,
    .connect-with-us .message-request {
    padding: 25px 20px;
}.connect-with-us input[type="text"],
    .connect-with-us textarea {
    margin-bottom: 15px;
    padding: 12px;
}.connect-with-us textarea {
    height: 110px;
}.connect-with-us .help-query {
    width: 100%;
}
}