* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}.web-layer-container {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}.container {
    width: 1186px;
    margin: auto;
    max-width: 100%;
}.web-donate-books {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.web-first-pagebar {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.web-contact-form-section {
    padding: 80px 0;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}.web-contact-form-section::before {
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    background-size: 20px 20px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;
    top: 0;
    height: 100%;
}.web-contact-form-section .container {
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.web-contact-form-section h2 {
    border-left: 5px solid rgb(149,190,198);
    text-align: left;
    position: relative;
    margin-bottom: 50px;
    font-size: 34px;
    padding-left: 20px;
    color: #000000;
    font-weight: 700;
}.web-contact-form-section .web-support-list {
    flex-direction: row-reverse;
    display: flex;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}.web-contact-form-section .web-img-showcase {
    min-height: 500px;
    flex: 0 0 40%;
    position: relative;
}.web-contact-form-section .web-img-showcase::before {
    background: rgb(149,190,198,0.5);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    mix-blend-mode: multiply;
    width: 100%;
}.web-contact-form-section .web-inquiry-block {
    padding: 60px;
    position: relative;
    flex: 0 0 60%;
}.web-contact-form-section .web-inquiry-block::after {
    right: 0;
    width: 150px;
    background: rgb(199,218,219);
    border-radius: 0 0 0 100%;
    position: absolute;
    content: "";
    height: 150px;
    top: 0;
    z-index: -1;
}.web-contact-form-section #contact {
    display: flex;
    gap: 30px;
    flex-direction: column;
}.web-contact-form-section h3 {
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 19px;
    color: #000000;
}.web-contact-form-section h3::after {
    content: "";
    background: rgb(149,190,198);
    bottom: -10px;
    position: absolute;
    width: 40px;
    height: 2px;
    left: 0;
}.web-contact-form-section input[type="text"] {
    border: none;
    width: 100%;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 15px;
    color: #000000;
    background: rgb(199,218,219);
    padding: 18px 20px;
}.web-contact-form-section input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(149,190,198,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
}.web-contact-form-section input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.web-contact-form-section .web-contact-inquiry {
    display: flex;
    align-items: center;
    margin-top: 5px;
    gap: 12px;
}.web-contact-form-section .web-contact-inquiry input[type="checkbox"] {
    transition: all 0.2s ease;
    border-radius: 10px;
    appearance: none;
    height: 22px;
    width: 22px;
    cursor: pointer;
    border: 2px solid rgb(199,218,219);
    position: relative;
}.web-contact-form-section .web-contact-inquiry input[type="checkbox"]:checked {
    border-color: rgb(149,190,198);
    background: rgb(149,190,198);
}.web-contact-form-section .web-contact-inquiry input[type="checkbox"]:checked::after {
    border: solid #ffffff;
    height: 11px;
    transform: rotate(45deg);
    top: 3px;
    width: 6px;
    border-width: 0 2px 2px 0;
    content: "";
    position: absolute;
    left: 7px;
}.web-contact-form-section .web-contact-inquiry label {
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
}.web-contact-form-section .web-contact-inquiry a {
    color: rgb(149,190,198);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}.web-contact-form-section .web-contact-inquiry a:hover {
    color: rgb(93,149,177);
}.web-contact-form-section .web-contact-inquiry a::after {
    width: 100%;
    content: "";
    position: absolute;
    height: 1px;
    background: rgb(149,190,198);
    bottom: -2px;
    left: 0;
    transition: all 0.3s ease;
}.web-contact-form-section .web-contact-inquiry a:hover::after {
    background: rgb(93,149,177);
}.web-contact-form-section .web-inquiry-help {
    border: none;
    color: #ffffff;
    cursor: pointer;
    background: rgb(149,190,198);
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    align-self: flex-start;
    box-shadow: 0 4px 15px rgb(149,190,198,0.5);
    transition: all 0.3s ease;
    padding: 18px 40px;
    margin-top: 20px;
}.web-contact-form-section .web-inquiry-help:hover {
    transform: translateY(-2px);
    background: rgb(93,149,177);
    box-shadow: 0 7px 20px rgb(93,149,177,0.5);
}.web-contact-form-section svg {
    transition: all 0.3s ease;
    height: 20px;
    fill: rgb(149,190,198);
    width: 20px;
}.web-contact-form-section svg path {
    transition: all 0.3s ease;
    fill: rgb(149,190,198);
}.web-contact-form-section svg:hover {
    fill: rgb(93,149,177);
}.web-contact-form-section svg:hover path {
    fill: rgb(93,149,177);
}

@media (max-width: 992px) {.web-contact-form-section .web-support-list {
    flex-direction: column;
}.web-contact-form-section .web-img-showcase {
    min-height: 300px;
    order: 1;
    flex: 0 0 auto;
}.web-contact-form-section .web-inquiry-block {
    flex: 0 0 auto;
    padding: 50px 40px;
    order: 2;
}.web-contact-form-section h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.web-contact-form-section {
    padding: 60px 0;
}.web-contact-form-section h2 {
    margin-bottom: 30px;
    font-size: calc(34px - 4px);
}.web-contact-form-section .web-inquiry-block {
    padding: 40px 30px;
}.web-contact-form-section #contact {
    gap: 25px;
}.web-contact-form-section .web-img-showcase {
    min-height: 250px;
}
}

@media (max-width: 576px) {.web-contact-form-section {
    padding: 40px 0;
}.web-contact-form-section .container {
    padding: 0 15px;
}.web-contact-form-section h2 {
    margin-bottom: 25px;
    font-size: calc(34px - 6px);
    padding-left: 15px;
}.web-contact-form-section .web-inquiry-block {
    padding: 30px 20px;
}.web-contact-form-section #contact {
    gap: 20px;
}.web-contact-form-section input[type="text"] {
    padding: 15px;
}.web-contact-form-section .web-inquiry-help {
    padding: 15px 20px;
    width: 100%;
}.web-contact-form-section .web-img-showcase {
    min-height: 200px;
}}.web-pricing-deck {
    padding: 100px 0;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.web-pricing-deck::before {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgba(13, 27, 77, 0.85), rgba(20, 33, 61, 0.92));
}.web-pricing-deck .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.web-rate-choice {
    position: relative;
}.web-rate-choice::before {
    width: 200px;
    background: radial-gradient(circle, rgb(149,190,198,0.5) 5%, transparent 70%);
    filter: blur(15px);
    height: 200px;
    right: -50px;
    position: absolute;
    top: -50px;
    animation: pulseGlow 8s infinite alternate;
    content: "";
}.web-rate-choice::after {
    content: "";
    bottom: -80px;
    filter: blur(20px);
    animation: pulseGlow 10s infinite alternate-reverse;
    left: -80px;
    height: 300px;
    background: radial-gradient(ellipse, rgb(93,149,177,0.5) 5%, transparent 70%);
    position: absolute;
    width: 300px;
}.web-pricing-deck h2 {
    color: transparent;
    transform: perspective(1000px) translateZ(10px);
    background-clip: text !important;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
    background: linear-gradient(to right, #ffffff, rgb(93,149,177));
    transition: transform 0.5s ease;
    -webkit-background-clip: text !important;
}.web-pricing-deck .web-price-opts {
    line-height: 1.6;
    font-size: calc(15px * 1.1);
    transform: perspective(1000px) translateZ(5px);
    color: rgb(255, 255, 255, 0.5);
    max-width: 800px;
    text-align: center;
    margin: 0 auto 50px;
}.web-pricing-deck .web-skill-plans {
    gap: 30px;
    perspective: 1000px;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    display: grid;
}.web-pricing-deck .web-skill-plans li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.web-pricing-deck .web-skill-plans li:hover {
    z-index: 5;
    transform: translateY(-15px) rotateY(5deg);
}.web-pricing-deck .web-promo-rates {
    overflow: hidden;
    text-decoration: none;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
              0 5px 15px rgba(0, 0, 0, 0.1), 
              inset 0 1px 1px rgba(255, 255, 255, 0.1);
    display: block;
    height: 100%;
    backdrop-filter: blur(10px);
}.web-pricing-deck .web-promo-rates::before {
    transition: opacity 0.5s ease;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    content: "";
    width: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(149,190,198,0.5), transparent 70%);
    position: absolute;
}.web-pricing-deck .web-promo-rates:hover::before {
    opacity: 0.2;
}.web-pricing-deck .web-promo-rates::after {
    top: -50%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    width: 200%;
    opacity: 0;
    left: -50%;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: rotate(45deg);
    height: 200%;
    content: "";
    z-index: 1;
}.web-pricing-deck .web-promo-rates:hover::after {
    opacity: 0.3;
    left: 100%;
    top: 100%;
}.web-pricing-deck .web-price-tiers {
    flex-direction: column;
    min-height: 400px;
    z-index: 2;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    height: 100%;
}.web-pricing-deck .web-monthly-plan {
    display: flex;
    flex: 1;
    flex-direction: column;
}.web-pricing-deck .web-promo-rates h4 {
    font-weight: 600;
    transition: transform 0.3s ease;
    font-size: calc(24px * 1.1);
    position: relative;
    color: rgb(149,190,198);
    margin: 0 0 20px;
    padding-bottom: 15px;
}.web-pricing-deck .web-promo-rates:hover h4 {
    transform: translateX(5px);
}.web-pricing-deck .web-promo-rates h4::after {
    bottom: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(149,190,198), rgb(93,149,177));
    left: 0;
    height: 3px;
    width: 60px;
    transition: width 0.3s ease;
}.web-pricing-deck .web-promo-rates:hover h4::after {
    width: 100px;
}.web-pricing-deck .web-promo-rates p {
    scrollbar-width: thin;
    max-height: 250px;
    line-height: 1.6;
    font-size: 15px;
    margin: 0 0 25px;
    scrollbar-color: rgb(149,190,198) rgba(255, 255, 255, 0.1);
    flex: 1;
    overflow-wrap: break-word;
    color: #ffffff;
    word-break: normal;
    overflow-y: auto;
}.web-pricing-deck .web-promo-rates p::-webkit-scrollbar {
    width: 6px;
}.web-pricing-deck .web-promo-rates p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.web-pricing-deck .web-promo-rates p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(149,190,198);
}.web-pricing-deck .web-payment-option {
    position: relative;
    padding: 10px 20px;
    margin-top: auto;
    font-size: calc(24px * 1.3);
    background: linear-gradient(135deg, rgb(149,190,198), rgb(93,149,177));
    font-weight: 700;
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: inline-block;
    transition: all 0.3s ease;
    align-self: flex-start;
    transform: translateZ(20px);
}.web-pricing-deck .web-payment-option::before {
    left: -100%;
    transition: left 0.6s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
}.web-pricing-deck .web-promo-rates:hover .web-payment-option::before {
    left: 100%;
}

@keyframes pulseGlow {
  0% {
    transform: scale(0.8);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}

@media (max-width: 1200px) {.web-pricing-deck {
    padding: 80px 0;
}.web-pricing-deck .web-skill-plans {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.web-pricing-deck h2 {
    font-size: calc(30px * 0.9);
}.web-pricing-deck .web-price-opts {
    font-size: 15px;
    margin-bottom: 40px;
}.web-pricing-deck .web-price-tiers {
    padding: 25px;
    min-height: 350px;
}
}

@media (max-width: 768px) {.web-pricing-deck {
    padding: 60px 0;
}.web-pricing-deck .web-skill-plans {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.web-pricing-deck .web-promo-rates h4 {
    font-size: 24px;
}.web-pricing-deck .web-payment-option {
    font-size: calc(24px * 1.1);
}.web-pricing-deck .web-skill-plans li:hover {
    transform: translateY(-10px) rotateY(3deg);
}
}

@media (max-width: 576px) {.web-pricing-deck {
    padding: 50px 0;
}.web-pricing-deck h2 {
    font-size: calc(30px * 0.8);
}.web-pricing-deck .web-price-opts {
    font-size: calc(15px * 0.9);
    margin-bottom: 30px;
}.web-pricing-deck .web-skill-plans {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.web-pricing-deck .web-price-tiers {
    min-height: 300px;
    padding: 20px;
}.web-pricing-deck .web-promo-rates p {
    font-size: calc(15px * 0.9);
    max-height: 180px;
}.web-pricing-deck .web-payment-option {
    padding: 8px 15px;
}}.web-greeting-page {
    width: 100%;
    position: relative;
    overflow: hidden;
}.web-greeting-page .web-course-page {
    min-height: 650px;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100vh;
    display: flex;
}.web-greeting-page .web-course-page::before {
    background: linear-gradient(135deg, 
    rgba(var(--primary-color-rgb), 0.85) 0%, 
    rgba(var(--secondary-color-rgb), 0.75) 100%);
    bottom: 0;
    z-index: 1;
    backdrop-filter: blur(3px);
    left: 0;
    position: absolute;
    right: 0;
    content: "";
    top: 0;
}.web-greeting-page .web-course-page::after {
    width: 100%;
    top: 0;
    content: "";
    z-index: 2;
    position: absolute;
    background: 
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.05) 25%, transparent 50%),
    linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.03) 25%, transparent 50%);
    height: 100%;
    pointer-events: none;
    left: 0;
}.web-greeting-page .web-virtual-academy {
    max-width: 800px;
    width: 90%;
    transform: perspective(1000px) rotateX(2deg);
    border-left: 4px solid rgb(149,190,198);
    background: linear-gradient(145deg, 
    rgba(var(--dark-color-rgb), 0.8) 0%, 
    rgba(var(--dark-color-rgb), 0.6) 100%);
    animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    z-index: 3;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.2),
    0 5px 15px rgba(0,0,0,0.1),
    0 0 0 1px rgba(255,255,255,0.1);
    padding: 3rem;
    position: relative;
}.web-greeting-page .web-virtual-academy::before {
    border: 1px solid rgba(var(--primary-color-rgb), 0.3);
    right: 20px;
    left: -10px;
    top: -10px;
    pointer-events: none;
    position: absolute;
    bottom: 20px;
    transform: translateZ(-10px);
    z-index: -1;
    content: "";
}.web-greeting-page .web-virtual-academy::after {
    z-index: -1;
    background: linear-gradient(135deg, 
    rgba(255,255,255,0.1) 0%, 
    rgba(255,255,255,0) 50%,
    rgba(255,255,255,0.05) 100%);
    position: absolute;
    pointer-events: none;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
}.web-greeting-page h1 {
    color: #ffffff;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    font-weight: 700;
    transform: translateY(20px);
    line-height: 1.2;
    position: relative;
    margin-bottom: 1.5rem;
    opacity: 0;
    font-size: 45px;
    letter-spacing: -0.5px;
}.web-greeting-page h1::after {
    animation: lineGrow 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
    background: rgb(149,190,198);
    transform-origin: left center;
    width: 80px;
    left: 0;
    content: "";
    bottom: -12px;
    position: absolute;
    transform: scaleX(0);
    height: 3px;
}.web-greeting-page h3 {
    transform: translateY(20px);
    opacity: 0;
    color: rgba(var(--white-color-rgb), 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.5;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s forwards;
    font-size: calc(24px + 0.1rem);
    font-weight: 600;
}.web-greeting-page p {
    margin-top: 2rem;
    font-size: 18px;
    position: relative;
    font-weight: 400;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s forwards;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(20px);
    color: rgba(var(--white-color-rgb), 0.8);
}.web-greeting-page p::before {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    background: rgb(93,149,177);
    width: 30px;
    top: -12px;
}

@keyframes slideUp {
  from {
    transform: perspective(1000px) rotateX(2deg) translateY(50px);
    opacity: 0;
  }
  to {
    transform: perspective(1000px) rotateX(2deg) translateY(0);
    opacity: 1;
  }
}

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

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

@media screen and (max-width: 992px) {.web-greeting-page .web-course-page {
    min-height: 550px;
}.web-greeting-page .web-virtual-academy {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.web-greeting-page h1 {
    font-size: calc(45px - 0.5rem);
}.web-greeting-page h3 {
    font-size: 24px;
}
}

@media screen and (max-width: 768px) {.web-greeting-page .web-course-page {
    min-height: 500px;
}.web-greeting-page .web-virtual-academy {
    padding: 2rem;
    transform: none;
    width: 95%;
}.web-greeting-page h1 {
    font-size: calc(45px - 1rem);
}.web-greeting-page h3 {
    font-size: calc(24px - 0.1rem);
}.web-greeting-page p {
    font-size: calc(18px - 0.1rem);
}
}

@media screen and (max-width: 576px) {.web-greeting-page .web-course-page {
    min-height: 450px;
}.web-greeting-page .web-virtual-academy {
    padding: 1.5rem;
}.web-greeting-page h1 {
    font-size: calc(45px - 1.5rem);
    margin-bottom: 1rem;
}.web-greeting-page h1::after {
    width: 60px;
    height: 2px;
    bottom: -8px;
}.web-greeting-page h3 {
    font-size: calc(24px - 0.2rem);
    margin-bottom: 1rem;
}.web-greeting-page p {
    margin-top: 1.5rem;
    font-size: calc(18px - 0.2rem);
}}.web-company-overview {
    position: relative;
    padding: 140px 0 120px;
    background: rgb(199,218,219);
    overflow: hidden;
}.web-company-overview::before {
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.15;
    content: "";
    position: absolute;
    background: linear-gradient(125deg, rgb(149,190,198,0.5) 0%, transparent 40%, rgb(93,149,177,0.5) 80%, rgb(149,190,198,0.5) 100%);
    animation: gradientFlow 25s infinite alternate;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.web-company-overview::after {
    content: "";
    top: 0;
    height: 100%;
    background: radial-gradient(ellipse at 30% 20%, rgb(149,190,198,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 80%, rgb(93,149,177,0.5) 0%, transparent 60%);
    width: 100%;
    filter: blur(50px);
    opacity: 0.15;
    position: absolute;
    left: 0;
    z-index: 1;
    animation: pulseBackground 15s infinite alternate;
}@keyframes pulseBackground {
    0% {
        opacity: 0.1;
        filter: blur(50px);
    }
    50% {
        opacity: 0.15;
        filter: blur(70px);
    }
    100% {
        opacity: 0.1;
        filter: blur(50px);
    }
}

.web-company-overview .container {
    position: relative;
    z-index: 2;
}.web-company-overview .web-creds-block {
    position: relative;
    max-width: 100vw;
}.web-company-overview h3 {
    letter-spacing: 1px;
    font-size: 29px;
    left: 0;
    border-left: 4px solid rgb(149,190,198);
    font-weight: 700;
    transform: translateY(-100%) translateY(-30px);
    margin: 0;
    padding-left: 30px;
    position: absolute;
    color: #000000;
    top: 0;
}.web-company-overview .web-learn-online {
    padding-top: 20px;
    display: grid;
    position: relative;
    grid-template-columns: 1.6fr 1.4fr;
    gap: 20px;
    margin-left: -15%;
    margin-bottom: 100px;
    width: 115%;
}.web-company-overview .web-learn-online span {
    color: #ffffff;
    transform: skewX(-15deg);
    padding: 10px 30px;
    font-weight: 600;
    font-size: 24px;
    z-index: 10;
    top: -15px;
    background: rgb(149,190,198);
    right: 10%;
    position: absolute;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0 10px 10px 0;
}.web-company-overview .web-learn-online span::before {
    z-index: -1;
    left: -15px;
    transform: skewX(15deg);
    background: rgb(149,190,198);
    position: absolute;
    height: 100%;
    content: "";
    width: 15px;
    top: 0;
}.web-company-overview .web-learn-online p {
    background: rgba(255, 255, 255, 0.8);
    z-index: 5;
    color: #000000;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    align-self: center;
    backdrop-filter: blur(10px);
    font-size: 12px;
    border-radius: 20px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    line-height: 1.8;
    width: 110%;
    padding: 40px;
    transform: translateX(-30px);
}.web-company-overview .web-learn-online .web-img-showcase {
    grid-column: 1 / 2;
    height: 500px;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    grid-row: 1 / 2;
    z-index: 3;
}.web-company-overview .web-learn-online .web-img-showcase::before {
    content: "";
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
    height: 100%;
    z-index: 2;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
}.web-company-overview .web-guide-approach {
    margin-left: auto;
    width: 115%;
    position: relative;
    display: grid;
    grid-template-columns: 1.4fr 1.6fr;
    gap: 20px;
    margin-right: -15%;
}.web-company-overview .web-guide-approach::before {
    width: 40%;
    background: linear-gradient(to right, rgb(149,190,198,0.5), rgb(93,149,177,0.5), transparent);
    content: "";
    height: 1px;
    top: -50px;
    left: 30%;
    position: absolute;
}.web-company-overview .web-guide-approach p {
    backdrop-filter: blur(10px);
    align-self: center;
    color: #000000;
    z-index: 5;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    font-size: 12px;
    transform: translateX(30px);
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    line-height: 1.8;
    width: 110%;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    padding: 40px;
}.web-company-overview .web-guide-approach .web-learn-lab {
    border-radius: 20px 0 0 20px;
    height: 500px;
    z-index: 3;
    grid-row: 1 / 2;
    overflow: hidden;
    grid-column: 2 / 3;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}.web-company-overview .web-guide-approach .web-learn-lab::before {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    z-index: 2;
    top: 0;
}.web-company-overview .web-learn-online::after,
.web-company-overview .web-guide-approach::after {
    content: "";
    opacity: 0.15;
    animation: pulseOpacity 8s infinite alternate;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    position: absolute;
    filter: blur(80px);
    z-index: 1;
}@keyframes pulseOpacity {
    0% {
        opacity: 0.15;
        transform: scale(1);
    }
    100% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

.web-company-overview .web-learn-online::after {
    background: rgb(149,190,198);
    right: 10%;
    bottom: -100px;
}.web-company-overview .web-guide-approach::after {
    background: rgb(93,149,177);
    left: 10%;
    top: -100px;
}.web-company-overview .web-learn-online::before,
.web-company-overview .web-guide-approach::before {
    content: "";
    width: 300px;
    background: linear-gradient(to right, transparent, rgb(149,190,198,0.5) 50%, transparent);
    animation: widthPulse 6s infinite alternate;
    height: 1px;
    position: absolute;
}@keyframes widthPulse {
    0% {
        width: 200px;
    }
    100% {
        width: 300px;
    }
}

.web-company-overview .web-learn-online::before {
    left: 20%;
    top: -20px;
}.web-company-overview .web-guide-approach::before {
    right: 20%;
    bottom: -20px;
}.web-company-overview .web-creds-block::before,
.web-company-overview .web-creds-block::after {
    background: linear-gradient(90deg, transparent, rgb(149,190,198,0.5) 50%, transparent);
    animation: horizontalLine 15s infinite alternate;
    width: 80%;
    content: "";
    height: 1px;
    position: absolute;
}@keyframes horizontalLine {
    0% {
        opacity: 0.1;
        transform: translateX(-10%);
    }
    100% {
        opacity: 0.3;
        transform: translateX(10%);
    }
}

.web-company-overview .web-creds-block::before {
    left: 10%;
    top: 15%;
}.web-company-overview .web-creds-block::after {
    right: 10%;
    bottom: 15%;
}

@media screen and (max-width: 1199px) {.web-company-overview {
    padding: 120px 0 100px;
}.web-company-overview h3 {
    font-size: calc(29px - 0.2rem);
}.web-company-overview .web-learn-online,
    .web-company-overview .web-guide-approach {
    width: 110%;
}.web-company-overview .web-learn-online {
    margin-left: -10%;
}.web-company-overview .web-guide-approach {
    margin-right: -10%;
}.web-company-overview .web-learn-online .web-img-showcase,
    .web-company-overview .web-guide-approach .web-learn-lab {
    height: 450px;
}.web-company-overview .web-learn-online p,
    .web-company-overview .web-guide-approach p {
    padding: 30px;
}
}

@media screen and (max-width: 991px) {.web-company-overview .web-learn-online p,
    .web-company-overview .web-guide-approach p {
    width: 100%;
}.web-company-overview {
    padding: 100px 0 80px;
}.web-company-overview h3 {
    transform: none;
    font-size: calc(29px - 0.4rem);
    margin-bottom: 50px;
    position: relative;
}.web-company-overview .web-learn-online,
    .web-company-overview .web-guide-approach {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    gap: 30px;
}.web-company-overview .web-learn-online {
    margin-bottom: 80px;
}.web-company-overview .web-learn-online span {
    left: 0;
    font-size: calc(24px - 0.2rem);
    top: -15px;
    right: auto;
}.web-company-overview .web-learn-online .web-img-showcase {
    height: 400px;
    grid-row: 1 / 2;
    border-radius: 20px;
    grid-column: 1 / 2;
}.web-company-overview .web-learn-online p {
    grid-row: 2 / 3;
    transform: translateX(0);
    grid-column: 1 / 2;
}.web-company-overview .web-guide-approach .web-learn-lab {
    height: 400px;
    border-radius: 20px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.web-company-overview .web-guide-approach p {
    transform: translateX(0);
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.web-company-overview .web-learn-online::after,
    .web-company-overview .web-guide-approach::after {
    height: 150px;
    width: 150px;
}
}

@media screen and (max-width: 767px) {.web-company-overview {
    padding: 80px 0 60px;
}.web-company-overview h3 {
    padding-left: 20px;
    margin-bottom: 40px;
    font-size: calc(29px - 0.6rem);
}.web-company-overview .web-learn-online {
    margin-bottom: 60px;
}.web-company-overview .web-learn-online span {
    padding: 8px 20px;
    font-size: calc(24px - 0.3rem);
}.web-company-overview .web-learn-online .web-img-showcase,
    .web-company-overview .web-guide-approach .web-learn-lab {
    height: 350px;
}.web-company-overview .web-learn-online p,
    .web-company-overview .web-guide-approach p {
    padding: 25px;
    font-size: calc(12px - 0.1rem);
}.web-company-overview::after {
    filter: blur(30px);
}.web-company-overview .web-learn-online::after,
    .web-company-overview .web-guide-approach::after {
    height: 100px;
    filter: blur(50px);
    width: 100px;
}
}

@media screen and (max-width: 575px) {.web-company-overview {
    padding: 60px 0 40px;
}.web-company-overview h3 {
    margin-bottom: 30px;
    font-size: calc(29px - 0.8rem);
    padding-left: 15px;
    border-left-width: 3px;
}.web-company-overview .web-learn-online {
    margin-bottom: 50px;
    gap: 20px;
}.web-company-overview .web-learn-online span {
    font-size: calc(24px - 0.4rem);
    padding: 6px 15px;
}.web-company-overview .web-learn-online .web-img-showcase,
    .web-company-overview .web-guide-approach .web-learn-lab {
    height: 280px;
}.web-company-overview .web-learn-online p,
    .web-company-overview .web-guide-approach p {
    padding: 20px;
    font-size: calc(12px - 0.2rem);
}.web-company-overview::after {
    filter: blur(20px);
}.web-company-overview .web-creds-block::before,
    .web-company-overview .web-creds-block::after {
    width: 70%;
}
}

@media screen and (min-width: 1400px) {.web-company-overview .web-learn-online {
    margin-left: -20%;
    width: 120%;
}.web-company-overview .web-guide-approach {
    margin-right: -20%;
    width: 120%;
}.web-company-overview .web-learn-online .web-img-showcase,
    .web-company-overview .web-guide-approach .web-learn-lab {
    height: 550px;
}}.web-leadership-experience {
    background: linear-gradient(135deg, rgb(199,218,219) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.web-leadership-experience::before {
    left: -50px;
    z-index: 1;
    height: 200px;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    width: 200px;
    background: rgb(149,190,198,0.5);
    top: -50px;
    transform: rotate(-15deg);
    position: absolute;
    content: "";
}.web-leadership-experience::after {
    width: 250px;
    content: "";
    transform: rotate(15deg);
    background: rgb(93,149,177,0.5);
    height: 250px;
    right: -50px;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
    position: absolute;
    bottom: -50px;
}.web-leadership-experience .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.web-leadership-experience .web-learner-voices {
    display: grid;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    gap: 2rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    grid-template-columns: 1fr;
}.web-leadership-experience .web-learner-voices:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}.web-leadership-experience .web-learner-voices > div:first-child {
    overflow: hidden;
    transform: translateZ(0);
    position: relative;
}.web-leadership-experience .web-learner-voices .web-img-showcase {
    transform: scale(1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    height: 300px;
    width: 100%;
}.web-leadership-experience .web-learner-voices:hover .web-img-showcase {
    transform: scale(1.02);
}.web-leadership-experience .web-learner-voices .web-img-showcase::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    bottom: 0;
}.web-leadership-experience .web-learner-voices:hover .web-img-showcase::after {
    opacity: 1;
}.web-leadership-experience .web-learner-voices > div:nth-child(2) {
    position: relative;
    padding-left: 20px;
    transform: translateX(0);
    border-left: 3px solid rgb(149,190,198);
    transition: transform 0.4s ease;
}.web-leadership-experience .web-learner-voices:hover > div:nth-child(2) {
    transform: translateX(5px);
}.web-leadership-experience .name {
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 0.5rem;
}.web-leadership-experience .name::after {
    height: 2px;
    width: 0;
    background: rgb(149,190,198);
    bottom: -3px;
    content: "";
    transition: width 0.4s ease-out;
    position: absolute;
    left: 0;
}.web-leadership-experience .web-learner-voices:hover .name::after {
    width: 100%;
}.web-leadership-experience .web-learner-voices > div:nth-child(2) > div {
    margin-bottom: 0.5rem;
    font-style: italic;
    color: rgb(93,149,177);
    font-size: calc(15px * 0.95);
    font-weight: 600;
    opacity: 0.85;
}.web-leadership-experience .web-emp-achievements {
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
    margin: 0;
    color: #000000;
    position: relative;
    font-size: 15px;
    line-height: 1.7;
}.web-leadership-experience .web-emp-achievements::before {
    top: -10px;
    color: rgb(149,190,198,0.5);
    font-family: serif;
    position: absolute;
    font-size: 60px;
    line-height: 1;
    left: 0;
    content: "";
}

@media (min-width: 768px) {.web-leadership-experience {
    padding: 7rem 0;
}.web-leadership-experience .web-learner-voices {
    padding: 3rem;
    gap: 3rem;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    align-items: center;
    grid-template-columns: 300px 1fr;
}.web-leadership-experience .web-learner-voices:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.web-leadership-experience .web-learner-voices > div:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.web-leadership-experience .web-learner-voices > div:nth-child(3) {
    grid-row: 2;
    grid-column: 1 / -1;
}
}

@media (min-width: 992px) {.web-leadership-experience .web-learner-voices {
    gap: 2.5rem 4rem;
    grid-template-columns: 350px 1fr;
    grid-template-rows: auto 1fr;
}.web-leadership-experience .web-img-showcase {
    height: 400px;
}.web-leadership-experience .web-emp-achievements {
    font-size: calc(15px * 1.05);
    padding-left: 2rem;
}.web-leadership-experience .web-emp-achievements::before {
    font-size: 80px;
}
}

@media (min-width: 1200px) {.web-leadership-experience .web-learner-voices {
    grid-template-columns: 400px 1fr;
    padding: 4rem;
}.web-leadership-experience .web-img-showcase {
    height: 450px;
}.web-leadership-experience .name {
    font-size: calc(24px * 1.1);
}.web-leadership-experience .web-learner-voices > div:nth-child(2) > div {
    font-size: 15px;
}.web-leadership-experience .web-emp-achievements {
    line-height: 1.8;
}
}

@media (max-width: 767px) {.web-leadership-experience {
    padding: 4rem 0;
}.web-leadership-experience .web-learner-voices {
    padding: 1.5rem;
}.web-leadership-experience .web-img-showcase {
    height: 250px;
    margin-bottom: 1.5rem;
}.web-leadership-experience .name {
    font-size: calc(24px * 0.95);
}.web-leadership-experience .web-emp-achievements {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}.web-stay-connected {
    background: linear-gradient(135deg, rgb(199,218,219) 0%, rgb(149,190,198,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}.web-stay-connected::before {
    z-index: 1;
    position: absolute;
    width: 30%;
    opacity: 0.7;
    right: 0;
    background: linear-gradient(45deg, transparent, rgb(93,149,177,0.5), transparent);
    content: "";
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
    height: 100%;
    top: 0;
}.web-stay-connected::after {
    left: 0;
    width: 100%;
    z-index: 1;
    height: 5px;
    bottom: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(149,190,198), rgb(93,149,177), rgb(149,190,198));
}.web-stay-connected .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.web-stay-connected .web-creds-block {
    grid-template-columns: 1fr;
    display: grid;
    transition: transform 0.4s ease-out;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2.5rem;
}.web-stay-connected .web-creds-block:hover {
    transform: perspective(1000px) rotateX(0);
}.web-stay-connected h3 {
    margin: 0;
    color: #000000;
    line-height: 1.5;
    font-size: 23px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    letter-spacing: 0.02em;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
}.web-stay-connected h3::after {
    background: rgb(149,190,198);
    transform-origin: left;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    content: "";
    bottom: -15px;
    height: 3px;
    width: 80px;
    left: 0;
    transform: scaleX(0);
}.web-stay-connected .web-creds-block:hover h3 {
    transform: translateY(-5px);
}.web-stay-connected .web-creds-block:hover h3::after {
    transform: scaleX(1);
}.web-stay-connected .input_holder {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
    flex-direction: column;
    border-left: 3px solid rgb(149,190,198);
    gap: 1.5rem;
    padding: 2rem;
    transform: translateY(0);
    display: flex;
    background: #ffffff;
    position: relative;
}.web-stay-connected .input_holder:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}.web-stay-connected .input_holder div {
    width: 100%;
    position: relative;
}.web-stay-connected .input_holder div::before {
    top: 50%;
    content: "";
    height: 0;
    z-index: 2;
    background: rgb(93,149,177);
    left: -10px;
    width: 5px;
    transition: height 0.3s ease, top 0.3s ease;
    position: absolute;
}.web-stay-connected .input_holder div:hover::before {
    height: 60%;
    top: 20%;
}.web-stay-connected input[type="email"] {
    border: 1px solid #e0e0e0;
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
    outline: none;
    padding: 1.2rem 1.5rem;
    color: #000000;
    background: #ffffff;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 15px;
}.web-stay-connected input[type="email"]:focus {
    border-color: rgb(149,190,198);
    box-shadow: inset 0 0 0 1px rgb(149,190,198,0.5);
}.web-stay-connected input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: #999;
    opacity: 0.7;
}.web-stay-connected input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.web-stay-connected .web-email-panel {
    font-weight: 600;
    outline: none;
    border: none;
    padding: 1rem 2rem;
    cursor: pointer;
    align-self: flex-start;
    overflow: hidden;
    font-size: 14px;
    background: linear-gradient(135deg, rgb(149,190,198) 0%, rgb(93,149,177) 100%);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.5s ease;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
}.web-stay-connected .web-email-panel::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    left: -100%;
    transition: left 0.7s ease;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
}.web-stay-connected .web-email-panel:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(rgb(149,190,198,0.5), 0.4);
}.web-stay-connected .web-email-panel:hover::before {
    left: 100%;
}.web-stay-connected .web-email-panel:active {
    transform: translateY(1px);
}

@media (min-width: 768px) {.web-stay-connected {
    padding: 6rem 3rem;
}.web-stay-connected .web-creds-block {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}.web-stay-connected h3 {
    font-size: calc(23px * 1.1);
}.web-stay-connected .input_holder {
    flex-direction: row;
    align-items: stretch;
}.web-stay-connected .input_holder div {
    flex: 1;
}.web-stay-connected .web-email-panel {
    margin-left: 1rem;
}
}

@media (max-width: 767px) {.web-stay-connected {
    padding: 4rem 1.5rem;
}.web-stay-connected::before {
    width: 50%;
}.web-stay-connected h3 {
    text-align: center;
}.web-stay-connected h3::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.web-stay-connected .web-creds-block:hover h3::after {
    transform: translateX(-50%) scaleX(1);
}.web-stay-connected .web-email-panel {
    width: 100%;
    margin-top: 0.5rem;
}
}

@media (max-width: 480px) {.web-stay-connected {
    padding: 3rem 1rem;
}.web-stay-connected h3 {
    font-size: calc(23px * 0.9);
}.web-stay-connected .input_holder {
    padding: 1.5rem;
}.web-stay-connected input[type="email"] {
    padding: 1rem;
}}.web-secure-protection {
    background: linear-gradient(135deg, rgb(199,218,219) 0%, rgba(246, 246, 250, 0.95) 100%);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}.web-secure-protection::before {
    height: 100%;
    width: 100%;
    opacity: 0.07;
    top: 0;
    background-size: 50px 50px;
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    background-image: 
        linear-gradient(45deg, transparent 48%, rgb(149,190,198,0.5) 49%, rgb(149,190,198,0.5) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(93,149,177,0.5) 49%, rgb(93,149,177,0.5) 51%, transparent 52%);
}.web-secure-protection .container {
    padding: 3rem;
    position: relative;
    transform: perspective(1200px) rotateX(1deg);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
}.web-secure-protection h1 {
    padding-bottom: 1rem;
    color: rgb(149,190,198);
    position: relative;
    transform: translateX(-0.5rem);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 2rem;
}.web-secure-protection h1::after {
    background: linear-gradient(90deg, rgb(149,190,198) 0%, rgb(93,149,177) 100%);
    content: "";
    left: 0;
    transform-origin: left center;
    bottom: 0;
    animation: widthPulse 3s infinite alternate ease-in-out;
    height: 4px;
    width: 80px;
    position: absolute;
}.web-secure-protection h2 {
    color: #000000;
    position: relative;
    margin: 2.5rem 0 1.5rem;
    padding-left: 1rem;
    font-weight: 600;
    font-size: 35px;
    border-left: 3px solid rgb(93,149,177);
}.web-secure-protection h3 {
    font-size: calc(35px * 0.85);
    font-weight: 600;
    margin: 2rem 0 1.2rem;
    border-left: 2px solid rgb(93,149,177,0.5);
    padding-left: 1rem;
    color: #000000;
    position: relative;
}.web-secure-protection h4 {
    margin: 1.8rem 0 1rem;
    font-weight: 600;
    position: relative;
    color: #000000;
    padding-left: 1rem;
    font-size: calc(35px * 0.7);
    border-left: 1px solid rgb(93,149,177,0.5);
}.web-secure-protection p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 13px;
}.web-secure-protection p strong {
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #000000;
}.web-secure-protection p strong::after {
    background-color: rgb(93,149,177,0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    content: "";
    opacity: 0.3;
    z-index: -1;
    height: 8px;
    left: 0;
}.web-secure-protection ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
    padding: 0;
}.web-secure-protection li {
    font-size: 13px;
    margin-bottom: 1rem;
    line-height: 1.7;
    padding-left: 1.5rem;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
}.web-secure-protection li::before {
    top: 0.65rem;
    width: 8px;
    border-radius: 10px;
    content: "";
    height: 8px;
    transition: transform 0.3s ease;
    position: absolute;
    background-color: rgb(149,190,198);
    left: 0;
    transform: rotate(45deg);
}.web-secure-protection li:hover::before {
    transform: rotate(135deg);
}.web-secure-protection span {
    position: relative;
    display: block;
    font-size: 13px;
    padding: 0.5rem 0 1.5rem;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #000000;
}.web-secure-protection span::before {
    position: absolute;
    left: -1rem;
    width: 3px;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(149,190,198,0.5), transparent);
    opacity: 0.5;
}

@keyframes widthPulse {
    0% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
    100% {
        width: 80px;
    }
}

@media (max-width: 992px) {.web-secure-protection {
    padding: 3rem 1.5rem;
}.web-secure-protection .container {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0.5deg);
}.web-secure-protection h1 {
    font-size: calc(40px * 0.9);
}.web-secure-protection h2 {
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 768px) {.web-secure-protection {
    padding: 2rem 1rem;
}.web-secure-protection .container {
    transform: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
}.web-secure-protection h1 {
    transform: translateX(0);
    font-size: calc(40px * 0.8);
}.web-secure-protection h2 {
    font-size: calc(35px * 0.8);
    margin: 2rem 0 1rem;
}.web-secure-protection h3 {
    font-size: calc(35px * 0.7);
}.web-secure-protection h4 {
    font-size: calc(35px * 0.6);
}.web-secure-protection p, 
    .web-secure-protection li,
    .web-secure-protection span {
    font-size: calc(13px * 0.95);
}.web-secure-protection ul {
    margin-left: 0.5rem;
}
}

@media (max-width: 576px) {.web-secure-protection {
    padding: 1.5rem 0.5rem;
}.web-secure-protection .container {
    padding: 1.25rem;
}.web-secure-protection h1 {
    font-size: calc(40px * 0.7);
}.web-secure-protection h2 {
    font-size: calc(35px * 0.7);
}.web-secure-protection h3 {
    font-size: calc(35px * 0.6);
}.web-secure-protection h4 {
    font-size: calc(35px * 0.5);
}.web-secure-protection p, 
    .web-secure-protection li,
    .web-secure-protection span {
    font-size: calc(13px * 0.9);
}.web-secure-protection span::before {
    left: -0.75rem;
}}.web-cookie-warning-window {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    z-index: 90;
    bottom: 0;
    padding: 15px 20px;
    border-top: 3px solid rgb(149,190,198);
    background: rgb(93,149,177);
}.web-cookie-lock {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}.web-gdpr-banner {
    flex-shrink: 0;
    margin-right: 20px;
}.web-gdpr-banner svg {
    width: 50px;
    fill: rgb(149,190,198);
    height: 50px;
}.web-user-choices {
    max-width: 600px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}.web-cookie-warning-window h5 {
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
}.web-cookie-warning-window p {
    line-height: 1.5;
    color: #000000;
    font-size: 17px;
}.web-cookie-visitor {
    text-align: center;
    margin-left: 10px;
    background: rgb(149,190,198);
    border-radius: 10px;
    border: 2px solid rgb(149,190,198);
    min-width: 150px;
    cursor: pointer;
    color: #ffffff;
    transition: none;
    font-size: 20px;
    padding: 10px 20px;
    text-decoration: none;
    flex-shrink: 0;
}.web-cookie-visitor:hover {
    border-color: rgb(149,190,198,0.5);
    background: rgb(149,190,198,0.5);
}.web-cookie-warning-window p a {
    text-decoration: none;
    border-bottom: 2px solid rgb(149,190,198);
    color: rgb(149,190,198);
}.web-cookie-warning-window p a:hover {
    color: rgb(93,149,177);
    border-bottom-color: rgb(93,149,177);
}
@media only screen and (max-width: 1200px) {.web-cookie-warning-window {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.web-gdpr-banner {
    display: none;
}.web-cookie-lock {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.web-cookie-warning-window h5, .web-cookie-warning-window p {
    text-align: center;
}.web-user-choices {
    margin-bottom: 15px;
}.web-cookie-visitor {
    margin-top: 10px;
    margin-left: 0;
}}
#web-cookie-window-box {
    display: none;
}#web-cookie-window-box:checked ~ .web-cookie-warning-window {
    visibility: hidden;
    opacity: 0;
}.web-reach-usKyOD {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(199,218,219) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.web-reach-usKyOD::before {
    transform: rotate(-15deg);
    right: -5%;
    background: radial-gradient(circle, rgb(149,190,198,0.5) 0%, transparent 70%);
    opacity: 0.2;
    width: 25rem;
    z-index: 1;
    content: "";
    height: 25rem;
    top: -5%;
    position: absolute;
}.web-reach-usKyOD::after {
    bottom: -10%;
    background: radial-gradient(circle, rgb(93,149,177,0.5) 0%, transparent 70%);
    height: 20rem;
    z-index: 1;
    content: "";
    position: absolute;
    left: -5%;
    width: 20rem;
    opacity: 0.15;
}.web-reach-usKyOD .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.web-reach-usKyOD .web-contact-assistance {
    grid-template-columns: 1fr;
    transform: translateY(0);
    display: grid;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
    padding: 3rem;
    background: #ffffff;
    position: relative;
    gap: 2rem;
}.web-reach-usKyOD .web-contact-assistance:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}.web-reach-usKyOD h3 {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
    font-size: 37px;
    color: rgb(149,190,198);
}.web-reach-usKyOD h3::after {
    width: 60%;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(149,190,198) 0%, transparent 100%);
    height: 3px;
    position: absolute;
    bottom: -8px;
}.web-reach-usKyOD p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #000000;
}.web-reach-usKyOD h5 {
    color: #000000;
    font-size: 21px;
    font-weight: 600;
    align-items: center;
    display: flex;
    margin-bottom: 0.5rem;
    gap: 0.5rem;
}.web-reach-usKyOD .web-edu-ask {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 1rem;
    margin: 1.5rem 0 0 0;
    flex-direction: column;
}.web-reach-usKyOD .web-reach-usp8Y7 {
    gap: 0.5rem;
    position: relative;
    display: flex;
    padding-bottom: 0.25rem;
    text-decoration: none;
    align-items: center;
    transition: color 0.3s ease, transform 0.3s ease;
    color: #000000;
    font-weight: 600;
}.web-reach-usKyOD .web-reach-usp8Y7::after {
    position: absolute;
    background: rgb(149,190,198);
    transition: width 0.3s ease;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
}.web-reach-usKyOD .web-reach-usp8Y7:hover {
    transform: translateX(5px);
    color: rgb(149,190,198);
}.web-reach-usKyOD .web-reach-usp8Y7:hover::after {
    width: 100%;
}.web-reach-usKyOD svg {
    width: 20px;
    transition: transform 0.3s ease;
    height: 20px;
}.web-reach-usKyOD .web-reach-usp8Y7:hover svg {
    transform: scale(1.15);
}.web-reach-usKyOD svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.web-reach-usKyOD .web-reach-usp8Y7:hover svg path {
    fill: rgb(149,190,198);
}.web-reach-usKyOD li {
    transition: transform 0.3s ease;
    transform: translateX(0);
}.web-reach-usKyOD li:hover {
    transform: translateX(5px);
}

@media (min-width: 768px) {.web-reach-usKyOD {
    padding: 6rem 0;
}.web-reach-usKyOD .web-contact-assistance {
    grid-template-columns: 1fr 1fr;
    border-radius: 8px;
    gap: 3rem;
}.web-reach-usKyOD h3 {
    grid-column: 1 / -1;
    font-size: calc(37px * 1.2);
}.web-reach-usKyOD .web-edu-ask {
    grid-column: 2;
    align-self: start;
    grid-row: 2 / 4;
    margin-top: 0;
}
}

@media (min-width: 992px) {.web-reach-usKyOD .web-contact-assistance {
    padding: 4rem;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.web-reach-usKyOD .web-contact-assistance > div:nth-child(2) {
    grid-column: 1;
}.web-reach-usKyOD .web-contact-assistance > div:nth-child(3) {
    grid-column: 1;
}.web-reach-usKyOD h3 {
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
}.web-reach-usKyOD h3::after {
    height: 4px;
    width: 40%;
}.web-reach-usKyOD .web-edu-ask {
    padding-left: 2rem;
    position: relative;
}.web-reach-usKyOD .web-edu-ask::before {
    width: 3px;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(149,190,198,0.5), transparent);
    height: 100%;
    left: 0;
}
}

@media (max-width: 767px) {.web-reach-usKyOD {
    padding: 3rem 0;
}.web-reach-usKyOD .web-contact-assistance {
    padding: 2rem;
}.web-reach-usKyOD h3 {
    font-size: 37px;
}.web-reach-usKyOD svg {
    width: 18px;
    height: 18px;
}.web-reach-usKyOD .web-reach-usp8Y7 {
    font-size: 0.95em;
}
}

@media (max-width: 480px) {.web-reach-usKyOD .web-contact-assistance {
    padding: 1.5rem;
}.web-reach-usKyOD h3 {
    font-size: calc(37px * 0.85);
}.web-reach-usKyOD p {
    font-size: calc(15px * 0.95);
}.web-reach-usKyOD .web-edu-ask {
    margin-top: 1rem;
}}header {
    position: relative;
    background: linear-gradient(to bottom, rgb(199,218,219), rgba(0, 0, 0, 0.5));
    z-index: 99;
    width: 100%;
    overflow: visible;
}header::before {
    left: 0;
    opacity: 0.1;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
}header .web-top-tutor {
    position: relative;
    justify-content: space-between;
    padding: 20px 30px;
    align-items: center;
    display: flex;
}header .web-top-tutor::before {
    left: 10%;
    width: 80%;
    background: linear-gradient(to right, transparent, rgb(149,190,198), transparent);
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
}header .web-top-tutor .web-main-pagebar {
    z-index: 2;
    position: relative;
    margin-right: 40px;
}header .web-top-tutor .web-main-pagebar .web-head-bar {
    padding: 5px;
    position: relative;
    display: block;
}header .web-top-tutor .web-main-pagebar .web-head-bar::before {
    background: rgba(0, 0, 0, 0.5);
    left: -5px;
    right: -5px;
    border-radius: 10px;
    top: -5px;
    bottom: -5px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scale(0.9);
    opacity: 0;
    content: "";
    position: absolute;
    z-index: -1;
}header .web-top-tutor .web-main-pagebar .web-head-bar:hover::before {
    transform: scale(1);
    opacity: 0.1;
}header .web-top-tutor .web-main-pagebar .web-head-bar svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .web-top-tutor .web-header-lesson {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    perspective: 1000px;
}header .web-top-tutor .web-header-lesson .web-head-page {
    transform-style: preserve-3d;
    margin: 0;
    position: relative;
}header .web-top-tutor .web-header-lesson .web-head-page a {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    background: linear-gradient(to bottom, transparent, transparent);
    font-family: Arial, sans-serif;
    transform-style: preserve-3d;
    letter-spacing: 0.5px;
    font-size: 16px;
    display: block;
    padding: 12px 20px;
    color: #000000;
}header .web-top-tutor .web-header-lesson .web-head-page a::before,
header .web-top-tutor .web-header-lesson .web-head-page a::after {
    pointer-events: none;
    left: 0;
    content: "";
    transition: all 0.3s ease;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
}header .web-top-tutor .web-header-lesson .web-head-page a::before {
    opacity: 0;
    background: linear-gradient(to bottom, rgb(149,190,198,0.5), transparent);
    transform-origin: top center;
    transform: translateZ(-1px) rotateX(10deg);
}header .web-top-tutor .web-header-lesson .web-head-page a::after {
    transform: translateZ(-2px) rotateX(-10deg);
    transform-origin: bottom center;
    background: linear-gradient(to top, rgb(93,149,177,0.5), transparent);
    opacity: 0;
}header .web-top-tutor .web-header-lesson .web-head-page:hover a {
    transform: translateZ(10px);
    color: rgb(149,190,198);
}header .web-top-tutor .web-header-lesson .web-head-page:hover a::before,
header .web-top-tutor .web-header-lesson .web-head-page:hover a::after {
    opacity: 0.1;
}header .web-top-tutor .web-header-lesson .web-head-page:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .web-top-tutor .web-header-lesson .web-head-page:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .web-top-tutor {
    flex-direction: column;
    padding: 15px;
}header .web-top-tutor .web-main-pagebar {
    margin: 0 0 15px 0;
}header .web-top-tutor .web-header-lesson {
    perspective: none;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .web-top-tutor .web-header-lesson .web-head-page a {
    transform-style: flat;
    font-size: calc(16px - 1px);
    padding: 10px 15px;
}header .web-top-tutor .web-header-lesson .web-head-page:hover a {
    transform: none;
}header .web-top-tutor .web-header-lesson .web-head-page a::before,
    header .web-top-tutor .web-header-lesson .web-head-page a::after {
    display: none;
}
}

@media (max-width: 767px) {header .web-top-tutor .web-header-lesson .web-head-page a {
    padding: 8px 12px;
    font-size: calc(16px - 2px);
}}.web-course-program-details {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(125deg, rgb(199,218,219) 0%, rgb(149,190,198,0.5) 100%);
}.web-course-program-details::before {
    opacity: 0.6;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    z-index: 1;
    background: 
        radial-gradient(ellipse at 20% 30%, rgb(149,190,198,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(93,149,177,0.5) 0%, transparent 60%);
    height: 100%;
}.web-course-program-details::after {
    position: absolute;
    height: 100%;
    animation: shiftBackground 30s linear infinite;
    z-index: 1;
    opacity: 0.4;
    left: 0;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 10px
        );
    top: 0;
    width: 100%;
    content: "";
}@keyframes shiftBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.web-course-program-details .container {
    position: relative;
    z-index: 2;
}.web-course-program-details .web-creds-block {
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.02), 
        rgba(255, 255, 255, 0.08)
    );
    position: relative;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    display: flex;
}.web-course-program-details .web-creds-block::before {
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    background: 
        linear-gradient(
            135deg,
            transparent,
            rgba(rgb(149,190,198), 0.05)
        );
    height: 100%;
    top: 0;
}.web-course-program-details .web-img-showcase {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    height: 440px;
    top: 5%;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    right: 3%;
    animation: morphShape 15s infinite alternate ease-in-out;
    z-index: 2;
    overflow: hidden;
    width: 45%;
}@keyframes morphShape {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 40% 60% 50% 50% / 30% 60% 40% 60%;
    }
}

.web-course-program-details .web-img-showcase::before {
    background: linear-gradient(
        215deg,
        transparent 30%,
        rgb(149,190,198,0.5) 100%
    );
    mix-blend-mode: overlay;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0.6;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
}.web-course-program-details .web-img-showcase::after {
    height: 100%;
    z-index: 3;
    width: 100%;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        );
    background-size: 20px 20px;
    content: "";
    opacity: 0.2;
    left: 0;
    top: 0;
    position: absolute;
}.web-course-program-details .web-knowledge {
    min-height: 400px;
    padding: 60px 50% 60px 60px;
    display: flex;
    position: relative;
    z-index: 3;
    flex-direction: column;
}.web-course-program-details .web-main-pagebar {
    position: relative;
    margin-bottom: 25px;
    z-index: 4;
    display: inline-block;
}.web-course-program-details .web-main-pagebar svg {
    position: relative;
    z-index: 2;
    fill: #ffffff;
    width: 70px;
    height: auto;
}.web-course-program-details .web-main-pagebar svg path {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    stroke: rgb(149,190,198);
    stroke-width: 0.5;
}.web-course-program-details h3 {
    font-size: 37px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    margin-bottom: 20px;
    z-index: 4;
    color: #ffffff;
    position: relative;
}.web-course-program-details h3::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(149,190,198), rgb(93,149,177));
    transition: width 0.3s ease;
    position: absolute;
    border-radius: 3px;
    left: 0;
    content: "";
    width: 60px;
    bottom: -10px;
}.web-course-program-details .web-creds-block:hover h3::after {
    width: 120px;
}.web-course-program-details p {
    line-height: 1.7;
    z-index: 4;
    position: relative;
    font-size: 13px;
    color: #000000;
    margin: 0;
    max-width: 100%;
}.web-course-program-details .web-creds-block::after {
    content: "";
    position: absolute;
    left: -50px;
    background: rgb(93,149,177,0.5);
    height: 200px;
    width: 200px;
    filter: blur(80px);
    opacity: 0.3;
    bottom: -50px;
    border-radius: 50%;
    z-index: 1;
}.web-course-program-details .web-knowledge::before {
    background-size: 20px 20px, 25px 25px;
    top: 20px;
    background-position: 0 0, 10px 10px;
    background-image: 
        radial-gradient(circle, rgb(149,190,198,0.5) 1px, transparent 1px),
        radial-gradient(circle, rgb(93,149,177,0.5) 1px, transparent 1px);
    opacity: 0.2;
    position: absolute;
    content: "";
    width: 150px;
    right: 48%;
    z-index: 1;
    height: 90%;
    animation: floatDots 10s infinite alternate ease-in-out;
}

@keyframes floatDots {
    0% {
        transform: translateY(0);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0.4;
    }
}

@media (max-width: 1199px) {.web-course-program-details .web-knowledge {
    padding: 50px 50% 50px 50px;
}.web-course-program-details .web-img-showcase {
    height: 85%;
    width: 42%;
}
}

@media (max-width: 991px) {.web-course-program-details {
    padding: 80px 0;
}.web-course-program-details .web-creds-block {
    display: flex;
    flex-direction: column;
}.web-course-program-details .web-knowledge {
    min-height: auto;
    padding: 220px 40px 50px 40px;
}.web-course-program-details .web-img-showcase {
    position: absolute;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    width: 80%;
    top: 0;
    left: 10%;
    height: 200px;
}.web-course-program-details .web-main-pagebar {
    left: 40px;
    position: absolute;
    margin-bottom: 0;
    top: 160px;
}.web-course-program-details h3 {
    font-size: calc(37px * 0.9);
}.web-course-program-details .web-knowledge::before {
    display: none;
}
}

@media (max-width: 767px) {.web-course-program-details {
    padding: 60px 0;
}.web-course-program-details .web-knowledge {
    padding: 200px 30px 40px 30px;
}.web-course-program-details .web-img-showcase {
    height: 180px;
}.web-course-program-details .web-main-pagebar {
    left: 30px;
    top: 140px;
}.web-course-program-details .web-main-pagebar svg {
    width: 60px;
}.web-course-program-details h3 {
    font-size: calc(37px * 0.8);
}.web-course-program-details p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.web-course-program-details {
    padding: 40px 0;
}.web-course-program-details .web-knowledge {
    padding: 180px 25px 30px 25px;
}.web-course-program-details .web-img-showcase {
    height: 160px;
}.web-course-program-details .web-main-pagebar {
    left: 25px;
    top: 120px;
}.web-course-program-details .web-main-pagebar svg {
    width: 50px;
}.web-course-program-details h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 15px;
}.web-course-program-details p {
    font-size: calc(13px * 0.9);
}}.web-join-now {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(199,218,219) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 6rem 0;
}.web-join-now::before {
    pointer-events: none;
    background: radial-gradient(circle at 30% 50%, rgb(149,190,198,0.5) 0%, transparent 60%);
    content: "";
    left: -5%;
    z-index: 0;
    width: 110%;
    top: -5%;
    opacity: 0.15;
    position: absolute;
    height: 110%;
}.web-join-now::after {
    height: 60%;
    content: "";
    z-index: 0;
    bottom: -10%;
    background: radial-gradient(circle at center, rgb(93,149,177,0.5) 0%, transparent 70%);
    right: -10%;
    opacity: 0.1;
    pointer-events: none;
    position: absolute;
    width: 60%;
}.web-join-now .container {
    flex-direction: column;
    position: relative;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    z-index: 2;
    align-items: center;
    padding: 0 2rem;
}.web-join-now h2 {
    position: relative;
    transform: translateY(0);
    line-height: 1.4;
    font-family: Arial, sans-serif;
    max-width: 800px;
    color: #000000;
    font-weight: 700;
    opacity: 1;
    margin-bottom: 3rem;
    text-align: center;
    animation: fadeSlideUp 0.8s ease-out;
    font-size: 34px;
}.web-join-now .web-creds-block {
    padding: 2.5rem;
    justify-content: center;
    position: relative;
    background: linear-gradient(120deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.8) 100%);
    transform: translateY(0);
    gap: 2rem;
    animation: fadeSlideUp 1s ease-out 0.2s backwards;
    display: flex;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05), 
              0 5px 15px rgba(0,0,0,0.03),
              inset 0 0 0 1px rgba(255,255,255,0.2);
    align-items: center;
    border-radius: 4px;
}.web-join-now .web-creds-block::before {
    content: "";
    z-index: -1;
    top: 0;
    border-radius: 4px;
    left: 0;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 20%, rgba(rgb(149,190,198,0.5), 0.05) 0%, transparent 60%),
    radial-gradient(circle at 80% 80%, rgba(rgb(93,149,177,0.5), 0.05) 0%, transparent 60%);
    width: 100%;
    position: absolute;
}.web-join-now .web-creds-block > div {
    justify-content: center;
    align-items: center;
    animation: pulseSubtle 4s infinite alternate;
    transform: translateY(0);
    display: flex;
}.web-join-now svg {
    height: 42px;
    transform: translateY(0) rotate(0);
    margin-right: 1rem;
    flex-shrink: 0;
    animation: floatIcon 6s ease-in-out infinite;
    width: 42px;
    transform-origin: center;
}.web-join-now svg path {
    fill: rgb(149,190,198);
    transition: fill 0.3s ease;
}.web-join-now .web-inquiry-help {
    border: none;
    background: linear-gradient(135deg, rgb(149,190,198) 0%, rgb(93,149,177) 100%);
    font-size: 16px;
    border-radius: 3px;
    color: #ffffff;
    align-items: center;
    box-shadow: 0 6px 15px -5px rgba(rgb(149,190,198,0.5), 0.5),
              0 2px 8px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 1rem 2.5rem;
    font-weight: 600;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
              box-shadow 0.3s ease;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
}.web-join-now .web-inquiry-help::before {
    width: 50%;
    position: absolute;
    content: "";
    height: 100%;
    left: -75%;
    transform: skewX(-25deg);
    transition: left 0.75s ease-out;
    background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
    top: 0;
}.web-join-now .web-inquiry-help:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 20px -5px rgba(rgb(149,190,198,0.5), 0.6),
              0 4px 10px rgba(0, 0, 0, 0.15);
}.web-join-now .web-inquiry-help:hover::before {
    transition: left 0.75s ease-out;
    left: 125%;
}.web-join-now .web-inquiry-help:active {
    box-shadow: 0 3px 10px -5px rgba(rgb(149,190,198,0.5), 0.5),
              0 1px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(1px) scale(0.98);
}.web-join-now .web-inquiry-help:hover + svg path,
.web-join-now svg:hover path {
    fill: rgb(93,149,177);
}

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

@keyframes floatIcon {
  0%, 100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-5px) rotate(5deg);
  }
}

@keyframes pulseSubtle {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}

@media screen and (max-width: 991px) {.web-join-now {
    padding: 5rem 0;
}.web-join-now h2 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.9);
}.web-join-now .web-creds-block {
    padding: 2rem;
}
}

@media screen and (max-width: 768px) {.web-join-now {
    padding: 4rem 0;
}.web-join-now h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.8);
}.web-join-now .web-creds-block {
    gap: 1.5rem;
    flex-direction: column;
    padding: 1.75rem;
}.web-join-now svg {
    margin-right: 0;
    width: 36px;
    margin-bottom: 0.5rem;
    height: 36px;
}
}

@media screen and (max-width: 576px) {.web-join-now {
    padding: 3rem 0;
}.web-join-now h2 {
    font-size: calc(34px * 0.7);
    line-height: 1.5;
    margin-bottom: 1.5rem;
}.web-join-now .web-creds-block {
    padding: 1.5rem;
    width: 90%;
}.web-join-now .web-inquiry-help {
    padding: 0.9rem 1.8rem;
    font-size: calc(16px * 0.9);
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    opacity: 0.85;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    z-index: -2;
    background: linear-gradient(120deg, rgb(149,190,198) 0%, rgb(93,149,177) 100%);
    top: 0;
    left: 0;
}footer::after {
    top: 0;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    bottom: 0;
    content: "";
    background-size: 20px 20px;
    right: 0;
    position: absolute;
    z-index: -1;
    left: 0;
}.web-donate-books {
    position: relative;
    padding: 4rem 0 2.5rem;
    color: #ffffff;
}.web-donate-books::before {
    top: 0;
    left: 0;
    opacity: 0.2;
    background: #ffffff;
    position: absolute;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    height: 10px;
    content: "";
    width: 100%;
}.web-donate-books .container {
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    gap: 3rem;
    display: flex;
}.web-donate-books .company_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    flex: 1 1 400px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
}.web-donate-books .company_holder h3 {
    background: rgba(255, 255, 255, 0.15);
    text-transform: uppercase;
    padding: 0.5rem 2rem;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-size: 28px;
}.web-donate-books .web-idea-pool {
    margin: 0 1rem;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    padding: 1.5rem;
    line-height: 1.6;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.15);
    font-size: 14px;
}.web-donate-books .web-policy-links {
    flex: 1 1 calc(100% - 480px);
    gap: 2rem;
    min-width: 400px;
    flex-direction: column;
    display: flex;
}.web-donate-books .web-main-sitewrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}.web-donate-books .web-header-lesson {
    position: relative;
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}.web-donate-books .web-header-lesson h5 {
    margin: 0 0 1.5rem;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-size: 22px;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.15);
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
}.web-donate-books .web-header-lesson .web-main-sitewrap {
    flex-direction: column;
    display: flex;
    gap: 0.8rem;
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    padding: 1.5rem;
}.web-donate-books .web-header-lesson .web-main-sitewrap a {
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    display: block;
    font-size: 14px;
    color: #ffffff;
    padding: 0.6rem 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
}.web-donate-books .web-header-lesson .web-main-sitewrap a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}.web-donate-books .web-header-lesson .web-main-sitewrap a::before {
    transition: all 0.3s ease;
    top: 0;
    opacity: 0;
    background: #ffffff;
    height: 100%;
    content: "";
    left: 0;
    width: 3px;
    position: absolute;
}.web-donate-books .web-header-lesson .web-main-sitewrap a:hover::before {
    opacity: 0.7;
}.web-math-tools {
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 2rem 0;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    margin-top: 3rem;
}.web-math-tools .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.web-math-tools .web-slack-invite {
    position: relative;
    padding: 0.7rem 2rem;
    text-align: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    font-size: 16px;
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.web-donate-books .container {
    gap: 2rem;
}.web-donate-books .company_holder {
    flex: 1 1 380px;
}.web-donate-books .web-policy-links {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}

@media (max-width: 992px) {.web-donate-books {
    padding: 3.5rem 0 2rem;
}.web-donate-books .container {
    flex-direction: column;
    gap: 2.5rem;
}.web-donate-books .company_holder,
    .web-donate-books .web-policy-links {
    min-width: 100%;
    flex: 1 1 100%;
}.web-donate-books .web-header-lesson {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.web-donate-books {
    padding: 3rem 0 1.5rem;
}.web-donate-books .company_holder {
    padding: 2rem;
}.web-donate-books .company_holder h3 {
    font-size: calc(28px - 2px);
}.web-donate-books .web-main-sitewrap {
    gap: 1.5rem;
}.web-math-tools {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.web-donate-books {
    padding: 2.5rem 0 1rem;
}.web-donate-books .web-header-lesson {
    flex: 1 1 100%;
    min-width: 100%;
}.web-donate-books .web-main-sitewrap {
    gap: 1rem;
}.web-math-tools {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
}.web-donate-books::before {
    height: 5px;
}
}

@media (max-width: 420px) {.web-donate-books .company_holder {
    padding: 1.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
}.web-donate-books .company_holder h3 {
    padding: 0.4rem 1rem;
}.web-donate-books .web-header-lesson h5 {
    padding: 0.4rem 1rem;
}.web-donate-books .web-header-lesson .web-main-sitewrap {
    padding: 1rem;
}.web-donate-books .web-header-lesson .web-main-sitewrap a:hover {
    transform: translateX(3px);
}.web-math-tools .web-slack-invite {
    width: 90%;
    padding: 0.6rem 1.5rem;
}}.web-appHub {
    background: linear-gradient(135deg, rgb(149,190,198,0.5) 0%, rgb(199,218,219) 50%, rgb(93,149,177,0.5) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.web-appHub::before {
    opacity: 0.7;
    content: "";
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(149,190,198,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(93,149,177,0.5) 0%, transparent 40%);
    top: 0;
    left: 0;
    animation: pulse 10s infinite alternate ease-in-out;
    width: 100%;
    z-index: 0;
    height: 100%;
}.web-appHub::after {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: -50%;
    background: rgb(255, 255, 255, 0.5);
    height: 100%;
    content: "";
    filter: blur(80px);
    transform: rotate(35deg);
    animation: float 15s infinite alternate ease-in-out;
    right: -50%;
}.web-appHub .container {
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.web-appHub .web-creds-block {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    flex-direction: column;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    transform-origin: top center;
}.web-appHub .web-creds-block:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateX(0deg);
}.web-appHub .web-creds-block > div:first-child {
    margin-left: -1.5rem;
    position: relative;
    animation: slideRight 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1) both;
    border-left: 4px solid rgb(149,190,198);
    padding-left: 1.5rem;
}.web-appHub .web-creds-block > div:first-child::before {
    transform: translate(-50%, -50%);
    content: "";
    width: 1rem;
    top: 50%;
    background: rgb(149,190,198);
    border-radius: 50%;
    position: absolute;
    left: -0.5rem;
    height: 1rem;
}.web-appHub h5 {
    font-weight: 700;
    display: inline-block;
    font-size: 21px;
    position: relative;
    line-height: 1.4;
    color: #000000;
    margin: 0;
}.web-appHub .web-creds-block > div:last-child {
    animation: fadeIn 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) both;
    position: relative;
}.web-appHub a {
    transition: all 0.3s ease;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.95) 100%);
    display: block;
    position: relative;
    padding: 1.5rem 2rem;
    border-radius: 10px;
    transform-origin: center;
}.web-appHub a::before {
    position: absolute;
    height: 100%;
    transition: width 0.3s ease;
    width: 4px;
    left: 0;
    background: linear-gradient(to bottom, rgb(149,190,198), rgb(93,149,177));
    content: "";
    top: 0;
}.web-appHub a:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 12px 24px rgba(0, 0, 0, 0.08),
        0 4px 8px rgba(0, 0, 0, 0.04);
}.web-appHub a:hover::before {
    width: 8px;
}.web-appHub p {
    color: #000000;
    position: relative;
    line-height: 1.7;
    margin: 0;
    transition: color 0.3s ease;
    font-size: 16px;
    z-index: 1;
}.web-appHub a:hover p {
    color: #000000;
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.8; }
}

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

@keyframes slideUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}

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

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

@media (max-width: 991px) {.web-appHub {
    padding: 5rem 0;
}.web-appHub .web-creds-block {
    gap: 2rem;
    padding: 2.5rem;
}.web-appHub h5 {
    font-size: calc(21px * 0.95);
}
}

@media (max-width: 768px) {.web-appHub {
    padding: 4rem 0;
}.web-appHub .container {
    padding: 0 1.5rem;
}.web-appHub .web-creds-block {
    gap: 1.8rem;
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.web-appHub h5 {
    font-size: calc(21px * 0.9);
}.web-appHub a {
    padding: 1.2rem 1.5rem;
}.web-appHub p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.web-appHub {
    padding: 3rem 0;
}.web-appHub .container {
    padding: 0 1rem;
}.web-appHub .web-creds-block {
    transform: none;
    padding: 1.5rem;
    gap: 1.5rem;
}.web-appHub .web-creds-block > div:first-child {
    padding-left: 1rem;
    border-left-width: 3px;
    margin-left: -1rem;
}.web-appHub h5 {
    font-size: calc(21px * 0.85);
}.web-appHub a {
    padding: 1rem;
}.web-appHub p {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}
}