* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}.nav-tutor-3i {
    flex: 1 0 auto;
}.core-container-ar {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: auto;
    color: #000000;
    min-height: 100%;
}.container {
    width: 1257px;
    max-width: 100%;
    margin: auto;
}.webinar-arch-6A {
    flex: 0 0 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;
}}
.location-info-NI {
    isolation: isolate;
    background: rgb(187,200,220);
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}.location-info-NI::before {
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(150,163,183,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(114,125,140,0.5) 0%, transparent 20%);
    width: 100%;
    z-index: -2;
    content: "";
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
}.location-info-NI::after {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgb(150,163,183,0.5) 0%, transparent 100%);
    opacity: 0.1;
}.location-info-NI .container {
    position: relative;
}.location-info-NI .form-edu-QE {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                inset 0 1px 1px #ffffff,
                0 0 30px rgb(150,163,183,0.5);
    padding: 50px;
    overflow: hidden;
    border: 1px solid #ffffff;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
    border-radius: 10px;
    position: relative;
}.location-info-NI .form-edu-QE::before {
    position: absolute;
    filter: blur(60px);
    background: rgb(150,163,183,0.5);
    border-radius: 50%;
    opacity: 0.3;
    right: -100px;
    top: -100px;
    animation: pulse 8s infinite alternate;
    width: 200px;
    height: 200px;
    content: "";
}.location-info-NI .form-edu-QE::after {
    border-radius: 50%;
    height: 150px;
    content: "";
    bottom: -75px;
    left: -75px;
    opacity: 0.2;
    width: 150px;
    animation: pulse 6s infinite alternate-reverse;
    filter: blur(50px);
    background: rgb(114,125,140,0.5);
    position: absolute;
}.location-info-NI .form-edu-QE h2 {
    position: relative;
    text-shadow: 0 2px 4px #000000;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
}.location-info-NI .form-edu-QE h2::after {
    content: "";
    bottom: -10px;
    border-radius: 10px;
    left: 0;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(150,163,183), transparent);
    width: 40%;
}.location-info-NI .form-edu-QE p {
    font-size: 15px;
    margin-bottom: 25px;
    position: relative;
    max-width: 90%;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 0 1px 2px #000000;
    line-height: 1.6;
}.location-info-NI .form-edu-QE p:last-of-type {
    font-size: 15px;
    margin-top: 30px;
    color: #ffffff;
    padding: 12px 18px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    border-radius: 10px;
    align-items: center;
    border-left: 3px solid rgb(150,163,183);
}.location-info-NI .get-contactinfo-dx {
    gap: 30px;
    justify-content: center;
    display: flex;
    margin-top: 40px;
}.location-info-NI .message-info-8i {
    border: 1px solid #ffffff;
    background: rgba(0, 0, 0, 0.5);
    width: 70px;
    position: relative;
    height: 70px;
    display: flex;
    overflow: hidden;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 1;
}.location-info-NI .message-info-8i::before {
    content: "";
    z-index: -1;
    opacity: 0;
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(150,163,183), rgb(114,125,140));
    height: 100%;
    top: 0;
    width: 100%;
}.location-info-NI .message-info-8i:hover {
    transform: translateY(-5px);
    border-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}.location-info-NI .message-info-8i:hover::before {
    opacity: 0.8;
}.location-info-NI .message-info-8i svg {
    width: 28px;
    transition: transform 0.3s ease;
    height: 28px;
}.location-info-NI .message-info-8i svg path {
    transition: fill 0.3s ease;
    fill: rgb(150,163,183);
}.location-info-NI .message-info-8i:hover svg {
    transform: scale(1.2);
}.location-info-NI .message-info-8i:hover svg path {
    fill: #ffffff;
}.location-info-NI .form-edu-QE p:last-of-type svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.location-info-NI .form-edu-QE p:last-of-type svg path {
    fill: rgb(150,163,183);
}@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@keyframes floatIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.location-info-NI .form-edu-QE > * {
    animation: floatIn 0.5s ease forwards;
    opacity: 0;
}.location-info-NI .form-edu-QE h2 {
    animation-delay: 0.1s;
}.location-info-NI .form-edu-QE > p:first-of-type {
    animation-delay: 0.2s;
}.location-info-NI .form-edu-QE > p:last-of-type {
    animation-delay: 0.3s;
}.location-info-NI .get-contactinfo-dx {
    animation-delay: 0.4s;
}.location-info-NI .message-info-8i:nth-child(1) {
    animation-delay: 0.5s;
}.location-info-NI .message-info-8i:nth-child(2) {
    animation-delay: 0.6s;
}.location-info-NI .message-info-8i:nth-child(3) {
    animation-delay: 0.7s;
}.location-info-NI .message-info-8i::after {
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease, bottom 0.3s ease;
    content: attr(title);
    white-space: nowrap;
    font-size: 14px;
    text-shadow: 0 1px 2px #000000;
    transform: translateX(-50%);
    left: 50%;
    color: #ffffff;
    bottom: -30px;
}.location-info-NI .message-info-8i:hover::after {
    bottom: -25px;
    opacity: 1;
}

@media (max-width: 992px) {.location-info-NI {
    padding: 60px 0;
}.location-info-NI .form-edu-QE {
    padding: 40px 30px;
}.location-info-NI .form-edu-QE h2 {
    font-size: calc(30px - 4px);
}.location-info-NI .form-edu-QE p {
    max-width: 100%;
}.location-info-NI .get-contactinfo-dx {
    gap: 20px;
}.location-info-NI .message-info-8i {
    width: 60px;
    height: 60px;
}.location-info-NI .message-info-8i svg {
    height: 24px;
    width: 24px;
}
}

@media (max-width: 768px) {.location-info-NI {
    padding: 50px 0;
}.location-info-NI .form-edu-QE {
    padding: 30px 20px;
}.location-info-NI .form-edu-QE h2 {
    font-size: calc(30px - 6px);
}.location-info-NI .get-contactinfo-dx {
    gap: 15px;
}.location-info-NI .form-edu-QE p:last-of-type {
    margin-top: 20px;
    padding: 10px 15px;
}
}

@media (max-width: 576px) {.location-info-NI {
    padding: 40px 0;
}.location-info-NI .form-edu-QE {
    padding: 25px 15px;
}.location-info-NI .form-edu-QE h2 {
    font-size: calc(30px - 8px);
}.location-info-NI .form-edu-QE h2::after {
    height: 2px;
    width: 30%;
}.location-info-NI .form-edu-QE p {
    font-size: calc(15px - 1px);
}.location-info-NI .get-contactinfo-dx {
    flex-wrap: wrap;
    justify-content: space-around;
}.location-info-NI .message-info-8i {
    margin-bottom: 30px;
    height: 50px;
    width: 50px;
}.location-info-NI .message-info-8i svg {
    width: 20px;
    height: 20px;
}
}

@media (prefers-reduced-motion) {.location-info-NI .form-edu-QE::before,
    .location-info-NI .form-edu-QE::after,
    .location-info-NI .form-edu-QE > *,
    .location-info-NI .message-info-8i svg {
    animation: none;
}}.cookieWarningContainer-OC {
    background: rgb(187,200,220);
    border-top: 3px solid rgb(150,163,183);
    position: fixed;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    bottom: 0;
    z-index: 90;
    padding: 20px 0;
}.cookie-necessary-IE {
    padding: 0 20px;
    align-items: center;
    margin: auto;
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    flex-wrap: nowrap;
}#cookieInfoPromptBar-4x {
    display: none;
}#cookieInfoPromptBar-4x:checked ~ .cookieWarningContainer-OC {
    visibility: hidden;
    opacity: 0;
}.cookieWarningContainer-OC h5 {
    color: rgb(150,163,183);
    text-transform: uppercase;
    margin-bottom: 6px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 19px;
}.cookieWarningContainer-OC p {
    max-width: 500px;
    font-size: 16px;
    color: #000000;
}.consent-learn-Ev {
    margin-right: 20px;
    flex-shrink: 0;
}.consent-learn-Ev svg, .consent-learn-Ev svg path {
    fill: rgb(150,163,183);
    width: 80px;
    height: 80px;
}.digital-consent-kP {
    margin-left: 10px;
    font-weight: 600;
    padding: 12px 24px;
    text-align: center;
    min-width: 140px;
    flex-shrink: 0;
    transition: border 0.2s;
    border: 2px solid transparent;
    color: #ffffff;
    background: rgb(150,163,183);
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    border-radius: 10px;
}.cookie_button.cookie-ack-we {
    background: rgb(150,163,183);
}.cookie_button.cookie-controls-oP {
    background: rgb(114,125,140);
}.digital-consent-kP:hover {
    border: 2px solid #ffffff;
}.cookieWarningContainer-OC p a {
    text-decoration: underline;
    font-weight: 700;
    color: rgb(150,163,183);
}
@media only screen and (max-width: 1200px) {.cookie-necessary-IE {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.consent-learn-Ev {
    display: none;
}.cookie-necessary-IE {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}.cookieWarningContainer-OC h5, .cookieWarningContainer-OC p {
    text-align: center;
}.safe-cookies-4N {
    margin-bottom: 20px;
}.digital-consent-kP {
    width: 100%;
    margin-top: 10px;
    max-width: 300px;
    margin-left: 0;
}}
.core-container-ar .cookieWarningContainer-OC {
    padding: 30px 0;
    border: none;
    background: rgb(114,125,140);
}.core-container-ar .digital-consent-kP {
    font-weight: 600;
    border-radius: 10px;
    background: rgb(150,163,183);
    font-size: 18px;
    margin-left: 0;
    color: #ffffff;
    border: none;
}.core-container-ar .safe-cookies-4N h5, .core-container-ar .safe-cookies-4N p {
    color: #ffffff;
}.mentorship-experience-2z {
    overflow: hidden;
    background: linear-gradient(125deg, #000000 0%, rgb(187,200,220) 100%);
    padding: 120px 0;
    position: relative;
}.mentorship-experience-2z::before {
    position: absolute;
    top: 0;
    animation: pulse 20s infinite alternate;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(150,163,183,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(114,125,140,0.5) 0%, transparent 30%);
}.mentorship-experience-2z .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    perspective: 1200px;
    padding: 0 20px;
}.mentorship-experience-2z .edu-feedback-6H {
    grid-template-rows: auto auto auto;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: rotateY(-10deg);
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    transform-style: preserve-3d;
    gap: 10px 30px;
    grid-template-columns: 1.2fr 0.8fr;
    display: grid;
    position: relative;
}.mentorship-experience-2z .edu-feedback-6H:hover {
    transform: rotateY(0deg) translateZ(10px);
}.mentorship-experience-2z .work-exp-Ud {
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 26px;
    position: relative;
    grid-area: quote;
    margin: 0;
    font-weight: 300;
    backdrop-filter: blur(10px);
    padding: 50px 40px;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(150,163,183,0.5);
    color: #ffffff;
    line-height: 1.7;
    font-size: 12px;
    transform: translateZ(20px);
}.mentorship-experience-2z .work-exp-Ud::before {
    content: "";
    left: 20px;
    top: 15px;
    font-size: calc(45px * 2);
    position: absolute;
    color: rgb(150,163,183);
    line-height: 1;
}.mentorship-experience-2z .hero-banner-8P {
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(150,163,183,0.5);
    grid-area: photo;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    height: 280px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateZ(40px);
    border-radius: 10px;
}.mentorship-experience-2z .edu-feedback-6H:hover .hero-banner-8P {
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(150,163,183,0.5);
    transform: translateZ(60px) translateX(-10px);
}.mentorship-experience-2z .name {
    background: rgb(150,163,183);
    padding: 15px 20px;
    border-radius: 10px;
    transform: translateZ(30px);
    color: #ffffff;
    z-index: 2;
    margin: 0;
    transition: transform 0.3s ease;
    font-size: 19px;
    font-weight: 700;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    grid-area: name;
}.mentorship-experience-2z .edu-feedback-6H:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.mentorship-experience-2z .edu-feedback-6H > span:not(.name) {
    z-index: 2;
    grid-area: job;
    color: rgb(114,125,140);
    border-radius: 10px;
    transform: translateZ(25px);
    font-weight: 600;
    transition: transform 0.3s ease;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    font-size: 12px;
    background: #ffffff;
    padding: 10px 15px;
}.mentorship-experience-2z .edu-feedback-6H:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.mentorship-experience-2z {
    padding: 80px 0;
}.mentorship-experience-2z .edu-feedback-6H {
    gap: 15px;
    grid-template-areas:
      "hero-banner-8P"
      "name"
      "exp-items-qj"
      "work-exp-Ud";
    grid-template-columns: 1fr;
    transform: none;
    grid-template-rows: auto auto auto auto;
}.mentorship-experience-2z .work-exp-Ud,
  .mentorship-experience-2z .hero-banner-8P,
  .mentorship-experience-2z .name,
  .mentorship-experience-2z .edu-feedback-6H > span:not(.name) {
    transform: none;
}.mentorship-experience-2z .edu-feedback-6H:hover .work-exp-Ud,
  .mentorship-experience-2z .edu-feedback-6H:hover .hero-banner-8P,
  .mentorship-experience-2z .edu-feedback-6H:hover .name,
  .mentorship-experience-2z .edu-feedback-6H:hover > span:not(.name) {
    transform: none;
}.mentorship-experience-2z .hero-banner-8P {
    height: 240px;
    width: 90%;
    margin: 0 auto;
}.mentorship-experience-2z .work-exp-Ud {
    padding: 30px;
}.mentorship-experience-2z .name,
  .mentorship-experience-2z .edu-feedback-6H > span:not(.name) {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
}

@media (max-width: 576px) {.mentorship-experience-2z {
    padding: 60px 0;
}.mentorship-experience-2z .hero-banner-8P {
    width: 100%;
    height: 200px;
}.mentorship-experience-2z .work-exp-Ud {
    font-size: calc(12px * 0.95);
    padding: 25px 20px;
}.mentorship-experience-2z .name {
    font-size: calc(19px * 0.9);
}.mentorship-experience-2z .edu-feedback-6H > span:not(.name) {
    font-size: calc(12px * 0.9);
}}.secure-fence-uk {
    background: linear-gradient(135deg, rgb(187,200,220) 0%, rgba(255,255,255,0.95) 100%);
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}.secure-fence-uk::before {
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(114,125,140,0.5) 0%, transparent 70%);
    left: 0;
    height: 100%;
    content: "";
    z-index: 0;
    width: 100%;
    top: 0;
}.secure-fence-uk::after {
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    height: 15rem;
    filter: blur(30px);
    bottom: -5rem;
    background: linear-gradient(45deg, rgb(150,163,183,0.5) 0%, transparent 80%);
    right: -5rem;
    content: "";
    width: 15rem;
}.secure-fence-uk .container {
    transform: perspective(1000px) rotateX(0.5deg);
    max-width: 1200px;
    z-index: 1;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    position: relative;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    backdrop-filter: blur(8px);
}.secure-fence-uk h1 {
    position: relative;
    color: #000000;
    padding-bottom: 1rem;
    font-weight: 700;
    font-size: 41px;
    margin-bottom: 2rem;
    transform: translateY(-5px);
}.secure-fence-uk h1::after {
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(150,163,183) 0%, rgb(114,125,140) 100%);
    left: 0;
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 80px;
    transition: transform 0.5s ease;
}.secure-fence-uk:hover h1::after {
    transform: scaleX(1.5);
}.secure-fence-uk h2 {
    position: relative;
    padding-left: 1rem;
    font-size: 34px;
    border-left: 3px solid rgb(150,163,183);
    font-weight: 600;
    color: #000000;
    margin: 2.5rem 0 1.5rem;
}.secure-fence-uk h3 {
    color: #000000;
    font-weight: 600;
    padding-left: 0.8rem;
    border-left: 2px solid rgb(114,125,140);
    font-size: calc(34px * 0.85);
    position: relative;
    margin: 2rem 0 1.2rem;
}.secure-fence-uk h4 {
    position: relative;
    font-size: calc(34px * 0.7);
    margin: 1.8rem 0 1rem;
    font-weight: 600;
    padding-left: 0.6rem;
    border-left: 1px solid rgb(114,125,140,0.5);
    color: #000000;
}.secure-fence-uk p {
    transition: transform 0.3s ease;
    line-height: 1.8;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 18px;
    color: #000000;
}.secure-fence-uk p:hover {
    transform: translateX(5px);
}.secure-fence-uk strong {
    font-weight: 700;
    position: relative;
    padding-bottom: 2px;
    color: rgb(150,163,183);
}.secure-fence-uk strong::after {
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    background-color: rgb(150,163,183,0.5);
    width: 100%;
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
    transition: transform 0.3s ease;
}.secure-fence-uk strong:hover::after {
    transform: scaleX(1);
}.secure-fence-uk ul {
    margin: 1.5rem 0 2rem 1.5rem;
    border-radius: 10px;
    background: linear-gradient(to right, rgba(rgb(187,200,220), 0.3), transparent);
    position: relative;
    padding: 1.5rem;
}.secure-fence-uk ul::before {
    content: "";
    border-radius: 10px 0 0 10px;
    width: 4px;
    background: linear-gradient(to bottom, rgb(150,163,183), rgb(114,125,140));
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}.secure-fence-uk li {
    padding-left: 1.8rem;
    font-size: 18px;
    margin-bottom: 1.2rem;
    color: #000000;
    line-height: 1.6;
    transition: transform 0.3s ease;
    position: relative;
}.secure-fence-uk li:last-child {
    margin-bottom: 0;
}.secure-fence-uk li:hover {
    transform: translateX(5px);
}.secure-fence-uk li::before {
    top: 0.5rem;
    content: "";
    left: 0;
    transition: transform 0.3s ease, background 0.3s ease;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    background: linear-gradient(135deg, rgb(114,125,140) 0%, rgb(150,163,183) 100%);
    height: 8px;
}.secure-fence-uk li:hover::before {
    transform: scale(1.5);
    background: linear-gradient(135deg, rgb(150,163,183) 0%, rgb(114,125,140) 100%);
}.secure-fence-uk span {
    border-left: 3px solid rgb(114,125,140,0.5);
    display: block;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    transition: all 0.3s ease;
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    color: #000000;
}.secure-fence-uk span:hover {
    border-left-color: rgb(150,163,183);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transform: translateY(-3px);
}

@media (max-width: 992px) {.secure-fence-uk {
    padding: 3rem 1.5rem;
}.secure-fence-uk .container {
    padding: 1.5rem;
    transform: none;
}.secure-fence-uk h1 {
    font-size: calc(41px * 0.9);
}.secure-fence-uk h2 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.secure-fence-uk {
    padding: 2rem 1rem;
}.secure-fence-uk .container {
    padding: 1.2rem;
}.secure-fence-uk h1 {
    margin-bottom: 1.5rem;
    font-size: calc(41px * 0.8);
}.secure-fence-uk h2 {
    margin: 2rem 0 1rem;
    font-size: calc(34px * 0.8);
}.secure-fence-uk h3 {
    font-size: calc(34px * 0.7);
}.secure-fence-uk h4 {
    font-size: calc(34px * 0.6);
}.secure-fence-uk ul {
    padding: 1.2rem;
    margin-left: 0;
}.secure-fence-uk p, 
    .secure-fence-uk li, 
    .secure-fence-uk span {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.secure-fence-uk {
    padding: 1.5rem 0.8rem;
}.secure-fence-uk .container {
    padding: 1rem;
}.secure-fence-uk h1 {
    font-size: calc(41px * 0.7);
}.secure-fence-uk h2 {
    padding-left: 0.8rem;
    font-size: calc(34px * 0.7);
}.secure-fence-uk h3 {
    font-size: calc(34px * 0.6);
}.secure-fence-uk h4 {
    font-size: calc(34px * 0.5);
}.secure-fence-uk ul {
    padding: 1rem;
}.secure-fence-uk li {
    padding-left: 1.5rem;
}.secure-fence-uk p, 
    .secure-fence-uk li, 
    .secure-fence-uk span {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.secure-fence-uk span {
    padding: 0.8rem 1rem;
}}header {
    width: 100%;
    position: relative;
    background: linear-gradient(135deg, rgb(150,163,183,0.5), rgb(114,125,140,0.5));
    z-index: 100;
    padding: 0;
}header::before {
    top: 0;
    content: '';
    z-index: 0;
    left: 0;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    height: 100%;
    position: absolute;
    width: 100%;
}header .container {
    width: 100%;
    max-width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0 2%;
    position: relative;
}header .nav-expert-ry {
    position: relative;
    overflow: hidden;
    padding: 1.5rem 0;
    border-radius: 14px;
    margin: 1rem 0;
    display: flex;
    background: #ffffff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    align-items: center;
    flex-direction: column;
}header .nav-expert-ry::before {
    content: '';
    top: 0;
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(150,163,183), rgb(114,125,140));
}header .head-pagewrap-RE {
    justify-content: center;
    text-decoration: none;
    display: flex;
    position: relative;
    padding: 0 0 1rem 0;
}header .head-pagewrap-RE::after {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(150,163,183,0.5), rgb(114,125,140,0.5), rgb(150,163,183,0.5), transparent);
    content: '';
    width: 60%;
    left: 20%;
    height: 1px;
}header .head-pagewrap-RE svg {
    transition: all 0.3s ease;
    width: 180px;
    height: auto;
}header .head-pagewrap-RE:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}header .site-top-V3 {
    display: flex;
    max-width: 90%;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 2rem 0;
    gap: 0.7rem;
}header .head-core-ma {
    z-index: 1;
    font-weight: 600;
    overflow: hidden;
    color: #000000;
    padding: 0.7rem 1.3rem;
    background: linear-gradient(to bottom, #ffffff, rgb(187,200,220));
    font-size: 17px;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}header .head-core-ma::before {
    height: 0;
    background: linear-gradient(to top, rgb(150,163,183,0.5), transparent);
    z-index: -1;
    transition: height 0.3s ease;
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    left: 0;
}header .head-core-ma:hover {
    color: rgb(150,163,183);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .head-core-ma:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .nav-expert-ry {
    margin: 0.8rem 0;
    padding: 1.2rem 0;
}header .head-pagewrap-RE {
    padding: 0 0 0.8rem 0;
}header .head-pagewrap-RE svg {
    width: 160px;
}header .site-top-V3 {
    padding: 0.8rem 1.5rem 0;
    gap: 0.6rem;
}header .head-core-ma {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .nav-expert-ry {
    margin: 0.6rem 0;
    padding: 1rem 0;
}header .head-pagewrap-RE {
    padding: 0 0 0.7rem 0;
}header .head-pagewrap-RE svg {
    width: 140px;
}header .site-top-V3 {
    padding: 0.7rem 1rem 0;
    gap: 0.5rem;
    max-width: 95%;
}header .head-core-ma {
    padding: 0.5rem 1rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 480px) {header .nav-expert-ry {
    margin: 0.5rem 0;
    padding: 0.8rem 0;
}header .head-pagewrap-RE {
    padding: 0 0 0.6rem 0;
}header .head-pagewrap-RE svg {
    width: 120px;
}header .site-top-V3 {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.6rem 0.5rem 0;
    flex-wrap: nowrap;
}header .site-top-V3::-webkit-scrollbar {
    height: 3px;
}header .site-top-V3::-webkit-scrollbar-thumb {
    background: rgb(150,163,183);
    border-radius: 10px;
}header .head-core-ma {
    margin-right: 3px;
    white-space: nowrap;
    flex-shrink: 0;
}}.our-mission-OH {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.our-mission-OH::before {
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(150,163,183,0.5), rgba(0, 0, 0, 0.5) 80%);
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
}.our-mission-OH::after {
    animation: float 12s infinite ease-in-out;
    opacity: 0.15;
    top: -30px;
    transform: rotate(15deg);
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: 2;
    border: 2px solid rgb(114,125,140);
    right: -30px;
}.our-mission-OH .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
}.our-mission-OH .text-placeholder-07 {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    transform: perspective(1000px) rotateY(2deg);
    padding: 60px 45px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}.our-mission-OH .text-placeholder-07::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(150,163,183), rgb(114,125,140));
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    width: 5px;
}.our-mission-OH .text-placeholder-07:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our-mission-OH h1 {
    font-weight: 700;
    transition: transform 0.5s ease;
    color: #000000;
    font-size: 39px;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
    transform: translateX(-10px);
}.our-mission-OH .text-placeholder-07:hover h1 {
    transform: translateX(0);
}.our-mission-OH h1::after {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    content: "";
    width: 80px;
    bottom: 0;
    left: 0;
    background: rgb(114,125,140);
    transform-origin: left center;
    height: 3px;
    transform: scaleX(0.7);
}.our-mission-OH .text-placeholder-07:hover h1::after {
    transform: scaleX(1);
}.our-mission-OH ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.our-mission-OH li {
    margin-bottom: 25px;
}.our-mission-OH h4 {
    transition: all 0.3s ease;
    font-weight: 600;
    transform: translateY(5px);
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    color: rgb(150,163,183);
    opacity: 0.9;
    font-size: calc(23px * 1.1);
}.our-mission-OH .text-placeholder-07:hover h4 {
    opacity: 1;
    transform: translateY(0);
}.our-mission-OH span {
    line-height: 1.8;
    font-size: 17px;
    color: #000000;
    column-count: 1;
    display: block;
    transition: opacity 0.5s ease;
    max-width: 100%;
    opacity: 0.9;
    column-gap: 40px;
    font-family: Arial, sans-serif;
}.our-mission-OH .text-placeholder-07:hover span {
    opacity: 1;
}@keyframes float {
    0%, 100% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(10deg) translate(10px, 15px);
    }
}


.our-mission-OH .text-placeholder-07::after {
    background: linear-gradient(90deg, transparent, rgb(150,163,183), transparent);
    transform-origin: left;
    width: 100%;
    height: 2px;
    top: 0;
    transform: scaleX(0);
    animation: loadingBar 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: absolute;
    content: "";
    left: 0;
}

@keyframes loadingBar {
    0% {
        transform: scaleX(0);
    }
    50% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}


@media (min-width: 768px) {.our-mission-OH {
    padding: 150px 0;
}.our-mission-OH .text-placeholder-07 {
    padding: 70px 60px;
    width: 90%;
    margin-left: 5%;
}.our-mission-OH span {
    column-count: 2;
}.our-mission-OH::after {
    height: 300px;
    width: 300px;
}
}

@media (min-width: 992px) {.our-mission-OH {
    padding: 180px 0;
}.our-mission-OH .text-placeholder-07 {
    margin-left: 8%;
    padding: 80px 70px;
    width: 80%;
}.our-mission-OH h1 {
    font-size: calc(39px * 1.2);
}.our-mission-OH span {
    column-count: 2;
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.our-mission-OH {
    padding: 80px 0;
}.our-mission-OH .text-placeholder-07 {
    transform: perspective(1000px) rotateY(0deg);
    padding: 40px 30px;
}.our-mission-OH h1 {
    font-size: calc(39px * 0.9);
    margin-bottom: 30px;
}.our-mission-OH h4 {
    font-size: 23px;
}.our-mission-OH span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}.our-mission-OH::after {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 480px) {.our-mission-OH {
    padding: 60px 0;
}.our-mission-OH .text-placeholder-07 {
    padding: 30px 25px;
}.our-mission-OH h1 {
    font-size: calc(39px * 0.8);
    margin-bottom: 25px;
}.our-mission-OH h1::after {
    width: 60px;
}.our-mission-OH span {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}.webinar-arch-6A {
    padding: 80px 0 40px;
    position: relative;
    color: #ffffff;
    z-index: 1;
}.webinar-arch-6A::before {
    width: 100%;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    left: 0;
    height: 100%;
    content: "";
    z-index: -1;
}footer {
    position: relative;
}.webinar-arch-6A .container {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 40px;
    position: relative;
}.webinar-arch-6A .company_holder {
    position: relative;
    padding-right: 40px;
}.webinar-arch-6A .company_holder::after {
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(114,125,140,0.5), 
        transparent);
    position: absolute;
    top: 20%;
    content: "";
    width: 1px;
    right: 0;
    height: 60%;
}.webinar-arch-6A .company_holder h3 {
    margin-bottom: 25px;
    display: inline-block;
    font-size: calc(36px * 0.9);
    font-weight: 700;
    position: relative;
}.webinar-arch-6A .company_holder h3::after {
    height: 3px;
    bottom: -8px;
    width: 40px;
    position: absolute;
    content: "";
    border-radius: 10px;
    background: rgb(150,163,183);
    left: 0;
}.webinar-arch-6A .learn-nav-Ff {
    opacity: 0.8;
    line-height: 1.6;
    max-width: 90%;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 18px;
}.webinar-arch-6A .calc-foot-Dd {
    display: flex;
    justify-content: flex-end;
}.webinar-arch-6A .main-core-Sj {
    gap: 60px;
    display: flex;
}.webinar-arch-6A .site-top-V3 {
    position: relative;
}.webinar-arch-6A .site-top-V3 h5 {
    position: relative;
    padding-bottom: 12px;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 23px;
}.webinar-arch-6A .site-top-V3 h5::after {
    background: rgb(150,163,183);
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 10px;
    width: 30px;
    height: 2px;
    position: absolute;
}.webinar-arch-6A .site-top-V3 .main-core-Sj {
    gap: 15px;
    flex-direction: column;
    display: flex;
}.webinar-arch-6A .site-top-V3 .main-core-Sj a {
    font-size: calc(18px * 0.95);
    padding-left: 0;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.3s ease;
}.webinar-arch-6A .site-top-V3 .main-core-Sj a::before {
    opacity: 0;
    background: rgb(150,163,183);
    position: absolute;
    content: "";
    transform: translateY(-50%);
    top: 50%;
    width: 0;
    transition: all 0.3s ease;
    height: 1px;
    left: 0;
}.webinar-arch-6A .site-top-V3 .main-core-Sj a:hover {
    padding-left: 12px;
    color: rgb(150,163,183);
    opacity: 1;
}.webinar-arch-6A .site-top-V3 .main-core-Sj a:hover::before {
    width: 8px;
    opacity: 1;
}.eng-center-VL {
    backdrop-filter: blur(5px);
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.3);
}.eng-center-VL .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.eng-center-VL .footer-classes-XB {
    text-align: center;
    opacity: 0.6;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 15px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(150,163,183,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(150,163,183);
    }
}

@media (max-width: 991px) {.webinar-arch-6A {
    padding: 60px 0 30px;
}.webinar-arch-6A .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.webinar-arch-6A .company_holder {
    margin: 0 auto;
    max-width: 600px;
    padding-right: 0;
    text-align: center;
}.webinar-arch-6A .company_holder::after {
    display: none;
}.webinar-arch-6A .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.webinar-arch-6A .company_holder h3::after {
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
}.webinar-arch-6A .learn-nav-Ff {
    text-align: center;
    max-width: 100%;
}.webinar-arch-6A .calc-foot-Dd {
    justify-content: center;
}
}

@media (max-width: 767px) {.webinar-arch-6A {
    padding: 50px 0 20px;
}.webinar-arch-6A .main-core-Sj {
    flex-direction: column;
    width: 100%;
    gap: 40px;
}.webinar-arch-6A .site-top-V3 {
    text-align: center;
}.webinar-arch-6A .site-top-V3 h5 {
    text-align: center;
}.webinar-arch-6A .site-top-V3 h5::after {
    left: 50%;
    transform: translateX(-50%);
}.webinar-arch-6A .site-top-V3 .main-core-Sj {
    align-items: center;
}.webinar-arch-6A .site-top-V3 .main-core-Sj a {
    text-align: center;
}.webinar-arch-6A .site-top-V3 .main-core-Sj a::before {
    display: none;
}.webinar-arch-6A .site-top-V3 .main-core-Sj a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.webinar-arch-6A {
    padding: 40px 0 20px;
}.webinar-arch-6A .company_holder h3 {
    font-size: calc(36px * 0.8);
}.webinar-arch-6A .learn-nav-Ff {
    font-size: calc(18px * 0.9);
}.eng-center-VL .footer-classes-XB {
    font-size: calc(15px * 0.9);
}}

.webinar-arch-6A::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.webinar-arch-6A::after {
    box-shadow: 0 0 40px rgb(150,163,183,0.5);
}.webinar-arch-6A .container::before {
    height: 150px;
    left: -75px;
    animation: pulse 10s infinite alternate-reverse;
    position: absolute;
    background: radial-gradient(
        circle, 
        rgb(114,125,140,0.5), 
        transparent 70%
    );
    width: 150px;
    content: "";
    bottom: -75px;
    filter: blur(30px);
    border-radius: 50%;
}.webinar-arch-6A .site-top-V3::before {
    height: 5px;
    top: 10px;
    opacity: 0.7;
    position: absolute;
    background: rgb(150,163,183);
    border-radius: 50%;
    width: 5px;
    content: "";
    left: -15px;
}.webinar-arch-6A .site-top-V3:hover::before {
    animation: glow 2s infinite;
}.webinar-arch-6A .company_holder::before {
    background: linear-gradient(90deg, 
        rgb(150,163,183,0.5), 
        transparent);
    position: absolute;
    width: 100px;
    bottom: -20px;
    height: 1px;
    content: "";
    left: 0;
}

@media (max-width: 991px) {.webinar-arch-6A .company_holder::before {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(150,163,183,0.5), 
            transparent);
}}

.webinar-arch-6A .site-top-V3 .main-core-Sj a::after {
    left: 0;
    position: absolute;
    bottom: -2px;
    height: 1px;
    width: 0;
    transition: width 0.3s ease;
    content: "";
    background: rgb(150,163,183);
}.webinar-arch-6A .site-top-V3 .main-core-Sj a:hover::after {
    width: 100%;
}.webinar-arch-6A .site-top-V3 .main-core-Sj a:nth-child(odd):hover {
    transform: translateX(2px);
}.webinar-arch-6A .site-top-V3 .main-core-Sj a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    left: 0;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(114,125,140,0.5), 
            transparent);
    content: "";
    top: 0;
    right: 0;
    height: 1px;
    position: absolute;
}.webinar-arch-6A::before {
    background-blend-mode: overlay;
}}

.webinar-arch-6A .company_holder h3::before {
    position: absolute;
    width: 20px;
    height: 1px;
    opacity: 0.7;
    top: 50%;
    left: -30px;
    content: "";
    background: rgb(150,163,183);
}

@media (max-width: 991px) {.webinar-arch-6A .company_holder h3::before {
    display: none;
}}

.eng-center-VL {
    overflow: hidden;
    position: relative;
}.eng-center-VL::before {
    height: 1px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, 
        transparent, 
        rgb(114,125,140,0.5), 
        transparent);
    width: 100%;
    top: 0;
    left: 0;
}.eng-center-VL::after {
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(114,125,140,0.5), 
        transparent);
    width: 30%;
    opacity: 0.3;
    left: 35%;
    position: absolute;
    height: 1px;
    content: "";
}.eng-center-VL .footer-classes-XB {
    transition: all 0.3s ease;
    position: relative;
}.eng-center-VL .footer-classes-XB:hover {
    letter-spacing: 0.7px;
    opacity: 1;
}.customer-experience-QY {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(187,200,220) 50%, rgb(150,163,183,0.5) 50%);
}.customer-experience-QY::before {
    height: 200px;
    z-index: 0;
    border-radius: 50%;
    top: -5%;
    width: 200px;
    filter: blur(50px);
    opacity: 0.7;
    background: linear-gradient(45deg, rgb(114,125,140), rgb(150,163,183,0.5));
    position: absolute;
    right: -5%;
    content: "";
}.customer-experience-QY::after {
    bottom: -5%;
    left: -5%;
    position: absolute;
    filter: blur(60px);
    width: 250px;
    content: "";
    height: 250px;
    opacity: 0.5;
    z-index: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(150,163,183), rgb(114,125,140,0.5));
}.customer-experience-QY .container {
    z-index: 1;
    position: relative;
}.customer-experience-QY h2 {
    margin-bottom: 4rem;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 31px;
    transform: skewX(-5deg);
}.customer-experience-QY h2::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(114,125,140), transparent);
    width: 70%;
    content: "";
    bottom: -10px;
    transform: translateX(15%);
    left: 0;
    height: 4px;
}.customer-experience-QY .learner-insights-tG {
    transform: rotate(-2deg);
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    display: grid;
}.customer-experience-QY .edu-feedback-6H {
    background: #ffffff;
    transition: all 0.5s ease;
    display: flex;
    border-radius: 30px;
    padding: 2rem;
    transform: rotate(2deg);
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}.customer-experience-QY .edu-feedback-6H:nth-child(odd) {
    transform: rotate(4deg) translateY(-15px);
}.customer-experience-QY .edu-feedback-6H:nth-child(3n) {
    transform: rotate(-1deg) translateY(10px);
}.customer-experience-QY .edu-feedback-6H:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: rotate(0) translateY(-10px) scale(1.05);
    z-index: 2;
}.customer-experience-QY .edu-feedback-6H::before {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 5px;
    background: linear-gradient(90deg, rgb(114,125,140), rgb(150,163,183));
}.customer-experience-QY .edu-feedback-6H img {
    transform: translateY(-20px);
    height: 80px;
    object-fit: cover;
    transition: all 0.5s ease;
    width: 80px;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    margin: 0 auto 1rem;
}.customer-experience-QY .edu-feedback-6H:hover img {
    transform: translateY(-20px) scale(1.1) rotate(360deg);
}.customer-experience-QY .edu-feedback-6H p {
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: calc(15px * 1.1);
    color: #000000;
}.customer-experience-QY .edu-feedback-6H .description {
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    line-height: 1.6;
    color: #000000;
    text-align: center;
}.customer-experience-QY .edu-feedback-6H .description::before {
    font-size: 4rem;
    position: absolute;
    left: 0;
    color: rgb(114,125,140,0.5);
    content: "";
    top: -20px;
    z-index: -1;
    font-family: serif;
}

@media (max-width: 992px) {.customer-experience-QY .learner-insights-tG {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.customer-experience-QY {
    background: linear-gradient(135deg, rgb(187,200,220) 40%, rgb(150,163,183,0.5) 60%);
    padding: 4rem 0;
}.customer-experience-QY h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 3rem;
}.customer-experience-QY .learner-insights-tG {
    gap: 2rem;
    grid-template-columns: 1fr;
    transform: rotate(0);
}.customer-experience-QY .edu-feedback-6H,
    .customer-experience-QY .edu-feedback-6H:nth-child(odd),
    .customer-experience-QY .edu-feedback-6H:nth-child(3n) {
    transform: rotate(0);
}.customer-experience-QY .edu-feedback-6H:hover {
    transform: translateY(-5px);
}}.course-program-info-YV {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(187,200,220);
}.course-program-info-YV::before {
    animation: gradientShift 15s infinite alternate ease-in-out;
    top: 0;
    content: "";
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(150,163,183,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(114,125,140,0.5) 0%, transparent 30%);
    opacity: 0.7;
    position: absolute;
    filter: blur(60px);
    height: 100%;
    left: 0;
    z-index: 0;
}.course-program-info-YV::after {
    height: 100%;
    content: "";
    z-index: 0;
    position: absolute;
    width: 100%;
    opacity: 0.03;
    background: 
        repeating-conic-gradient(
            from 0deg,
            rgba(0, 0, 0, 0.5) 0deg 1deg,
            transparent 1deg 15deg
        );
    top: 0;
    animation: rotateBg 120s linear infinite;
    left: 0;
}.course-program-info-YV .container {
    position: relative;
    z-index: 1;
}.course-program-info-YV .study-guide-gP {
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    min-height: 600px;
}.course-program-info-YV .hero-banner-8P {
    overflow: hidden;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    border-radius: 50%;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 10px 30px rgba(0, 0, 0, 0.5);
    position: absolute;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: brightness(0.9) contrast(1.1);
    z-index: 1;
    transform: scale(0.9);
}.course-program-info-YV .hero-banner-8P::before {
    width: 100%;
    content: "";
    mix-blend-mode: multiply;
    position: absolute;
    height: 100%;
    z-index: 2;
    left: 0;
    background: 
        radial-gradient(
            circle at center,
            transparent 30%,
            rgba(0, 0, 0, 0.5) 100%
        );
    top: 0;
}.course-program-info-YV .hero-banner-8P::after {
    top: 0;
    content: "";
    height: 100%;
    z-index: 3;
    left: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    position: absolute;
    opacity: 0.4;
    mix-blend-mode: overlay;
    background: 
        conic-gradient(
            from 0deg,
            rgb(150,163,183,0.5) 0deg,
            transparent 120deg,
            rgb(114,125,140,0.5) 240deg,
            transparent 360deg
        );
}.course-program-info-YV .study-guide-gP:hover .hero-banner-8P {
    transform: scale(0.95) rotate(2deg);
    filter: brightness(1) contrast(1.2);
}.course-program-info-YV .study-guide-gP:hover .hero-banner-8P::after {
    opacity: 0.6;
    animation: rotateOverlay 20s linear infinite;
}.course-program-info-YV .training-flow-Yd {
    width: 60%;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    padding: 0;
    z-index: 2;
}.course-program-info-YV .first-class-mQ {
    align-items: center;
    z-index: 5;
    height: 100px;
    width: 100px;
    justify-content: center;
    background: #ffffff;
    transform: translateY(0);
    border-radius: 50%;
    display: flex;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.15),
        0 5px 15px rgb(150,163,183,0.5);
    position: relative;
    margin-bottom: 30px;
}.course-program-info-YV .first-class-mQ::before {
    border-radius: 50%;
    content: "";
    bottom: -10px;
    background: 
        conic-gradient(
            from 0deg,
            rgb(150,163,183) 0deg,
            rgb(150,163,183,0.5) 90deg,
            rgb(114,125,140,0.5) 180deg,
            rgb(114,125,140) 270deg,
            rgb(150,163,183) 360deg
        );
    left: -10px;
    right: -10px;
    position: absolute;
    z-index: -1;
    opacity: 0.7;
    top: -10px;
    animation: rotateLogo 10s linear infinite;
}.course-program-info-YV .first-class-mQ::after {
    left: -20px;
    top: -20px;
    bottom: -20px;
    z-index: -2;
    border: 2px dashed rgb(150,163,183,0.5);
    opacity: 0.3;
    border-radius: 50%;
    content: "";
    position: absolute;
    animation: pulseBorder 4s ease-in-out infinite;
    right: -20px;
}.course-program-info-YV .first-class-mQ:hover {
    box-shadow: 
        0 20px 45px rgba(0, 0, 0, 0.2),
        0 8px 25px rgb(150,163,183,0.5);
    transform: translateY(-10px);
}.course-program-info-YV .first-class-mQ svg {
    transition: all 0.5s ease;
    filter: drop-shadow(0 3px 6px rgb(150,163,183,0.5));
    width: 50px;
    height: 50px;
}.course-program-info-YV .first-class-mQ:hover svg {
    transform: rotate(15deg) scale(1.1);
}.course-program-info-YV .first-class-mQ svg path {
    fill: rgb(150,163,183);
    transition: fill 0.5s ease;
}.course-program-info-YV .first-class-mQ:hover svg path {
    fill: rgb(114,125,140);
}.course-program-info-YV h3 {
    padding: 25px 40px;
    background: #ffffff;
    font-size: 32px;
    position: relative;
    text-align: center;
    width: 90%;
    margin-bottom: 30px;
    border-radius: 26px;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    max-width: 600px;
    font-weight: 700;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(800px) rotateX(2deg);
    color: #000000;
}.course-program-info-YV h3::before {
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.1;
    border-radius: 26px;
    width: 100%;
    background: linear-gradient(135deg, rgb(150,163,183,0.5) 0%, transparent 100%);
    position: absolute;
    z-index: -1;
}.course-program-info-YV h3::after {
    height: 3px;
    border-radius: 10px;
    content: "";
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 60px;
    position: absolute;
    transition: width 0.5s ease;
    background: linear-gradient(90deg, rgb(150,163,183), rgb(114,125,140));
}.course-program-info-YV .training-flow-Yd:hover h3 {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    transform: perspective(800px) rotateX(0deg);
}.course-program-info-YV .training-flow-Yd:hover h3::after {
    width: 120px;
}.course-program-info-YV p {
    padding: 35px;
    color: #000000;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    z-index: 4;
    font-size: 15px;
    transform: perspective(800px) rotateX(-2deg);
    max-width: 700px;
    line-height: 1.8;
    text-align: center;
    width: 100%;
    border-radius: 26px;
    background: #ffffff;
}.course-program-info-YV p::before {
    top: 0;
    background: linear-gradient(225deg, rgb(114,125,140,0.5) 0%, transparent 100%);
    opacity: 0.1;
    width: 100%;
    z-index: -1;
    height: 100%;
    border-radius: 26px;
    left: 0;
    position: absolute;
    content: "";
}.course-program-info-YV p::after {
    opacity: 0.5;
    filter: blur(25px);
    z-index: -2;
    width: 60px;
    height: 60px;
    background: rgb(114,125,140,0.5);
    right: 30px;
    position: absolute;
    border-radius: 50%;
    content: "";
    top: -30px;
    transition: all 0.5s ease;
}.course-program-info-YV .training-flow-Yd:hover p {
    transform: perspective(800px) rotateX(0deg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.course-program-info-YV .training-flow-Yd:hover p::after {
    opacity: 0.7;
    width: 80px;
    height: 80px;
}

@keyframes gradientShift {
    0% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateLogo {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateOverlay {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseBorder {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.course-program-info-YV {
    padding: 100px 0;
}.course-program-info-YV .study-guide-gP {
    min-height: 550px;
}.course-program-info-YV .training-flow-Yd {
    width: 70%;
}.course-program-info-YV .first-class-mQ {
    margin-bottom: 25px;
    height: 90px;
    width: 90px;
}.course-program-info-YV .first-class-mQ svg {
    height: 45px;
    width: 45px;
}.course-program-info-YV h3 {
    margin-bottom: 25px;
    padding: 22px 35px;
    font-size: calc(32px - 2px);
}.course-program-info-YV p {
    font-size: calc(15px - 1px);
    padding: 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.course-program-info-YV {
    padding: 80px 0;
}.course-program-info-YV .study-guide-gP {
    min-height: 450px;
}.course-program-info-YV .hero-banner-8P {
    transform: scale(0.85);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.course-program-info-YV .study-guide-gP:hover .hero-banner-8P {
    transform: scale(0.9) rotate(3deg);
}.course-program-info-YV .training-flow-Yd {
    width: 80%;
}.course-program-info-YV .first-class-mQ {
    margin-bottom: 20px;
    height: 80px;
    width: 80px;
}.course-program-info-YV .first-class-mQ svg {
    width: 40px;
    height: 40px;
}.course-program-info-YV h3 {
    padding: 20px 30px;
    font-size: calc(32px - 4px);
    margin-bottom: 20px;
    width: 95%;
}.course-program-info-YV p {
    line-height: 1.7;
    font-size: calc(15px - 1px);
    padding: 25px;
}.course-program-info-YV h3::after {
    bottom: -12px;
    width: 50px;
}.course-program-info-YV .training-flow-Yd:hover h3::after {
    width: 100px;
}.course-program-info-YV p::after {
    right: 25px;
    top: -25px;
    height: 50px;
    width: 50px;
}.course-program-info-YV .training-flow-Yd:hover p::after {
    height: 65px;
    width: 65px;
}
}

@media (max-width: 767px) {.course-program-info-YV {
    padding: 60px 0;
}.course-program-info-YV .study-guide-gP {
    padding-bottom: 50px;
    flex-direction: column;
    min-height: auto;
}.course-program-info-YV .hero-banner-8P {
    border-radius: 20% 80% 80% 20% / 20% 20% 80% 80%;
    margin: 30px 0;
    transform: scale(0.9);
    position: relative;
    height: 300px;
}.course-program-info-YV .study-guide-gP:hover .hero-banner-8P {
    transform: scale(0.95) rotate(2deg);
}.course-program-info-YV .training-flow-Yd {
    width: 100%;
    order: 2;
}.course-program-info-YV .first-class-mQ {
    z-index: 10;
    top: -30px;
    position: absolute;
    margin-bottom: 0;
    left: 50%;
    height: 70px;
    width: 70px;
    transform: translateX(-50%);
}.course-program-info-YV .first-class-mQ::before,
    .course-program-info-YV .first-class-mQ::after {
    display: none;
}.course-program-info-YV .first-class-mQ svg {
    width: 35px;
    height: 35px;
}.course-program-info-YV .first-class-mQ:hover {
    transform: translateX(-50%) translateY(-5px);
}.course-program-info-YV h3 {
    width: 100%;
    font-size: calc(32px - 6px);
    margin-bottom: 15px;
    padding: 20px;
    margin-top: 40px;
    transform: none;
}.course-program-info-YV p {
    transform: none;
    font-size: calc(15px - 2px);
    padding: 20px;
    line-height: 1.6;
}.course-program-info-YV h3::after {
    width: 40px;
    bottom: -10px;
}.course-program-info-YV .training-flow-Yd:hover h3::after {
    width: 80px;
}.course-program-info-YV p::after {
    display: none;
}.course-program-info-YV .training-flow-Yd:hover h3,
    .course-program-info-YV .training-flow-Yd:hover p {
    transform: none;
}}.analysis-summary-QS {
    flex-direction: column;
    position: relative;
    padding: 0;
    overflow: hidden;
    display: flex;
    background-color: #000000;
}.analysis-summary-QS::after {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 12px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 12px);
    left: 0;
    pointer-events: none;
    content: "";
}.analysis-summary-QS::before {
    z-index: 1;
    height: 100%;
    background: 
        linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 100%),
        radial-gradient(circle at 15% 50%, rgb(150,163,183,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 30%, rgb(114,125,140,0.5) 0%, transparent 25%),
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%, transparent);
    content: "";
    width: 100%;
    background-size: auto, auto, auto, 100px 100px, 50px 50px, 50px 50px;
    position: absolute;
    top: 0;
    left: 0;
}.analysis-summary-QS .container {
    width: 100%;
    position: relative;
    max-width: 100%;
    z-index: 2;
    padding: 0;
}.analysis-summary-QS .fast-upgrade-Ch {
    background-image: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    z-index: 3;
    background-color: rgb(150,163,183);
    padding: 60px 15% 60px 15%;
    background-size: 30px 30px;
    color: #ffffff;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    margin-bottom: -50px;
    width: 100%;
    background-position: 0 0, 15px 0, 15px -15px, 0px 15px;
}.analysis-summary-QS .statistics-pluses-EQ {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 38px;
    margin-bottom: 20px;
}.analysis-summary-QS .statistics-advantage-2R {
    font-size: 15px;
    max-width: 800px;
    line-height: 1.7;
}.analysis-summary-QS .statistics-boosts-19 {
    position: relative;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    padding: 100px 5% 50px;
    background-size: 20px 20px;
    background-color: rgb(187,200,220);
    z-index: 2;
    background-position: center center;
    flex-wrap: wrap;
    display: flex;
}.analysis-summary-QS .boost-statistics-YW {
    padding: 0 15px;
    position: relative;
    counter-increment: stat-counter;
    width: 25%;
    margin-bottom: 50px;
}.analysis-summary-QS .boost-statistics-YW::before {
    content: counter(stat-counter);
    position: absolute;
    font-size: 6rem;
    font-weight: 700;
    color: rgb(150,163,183);
    opacity: 0.1;
    top: -30px;
    left: 15px;
    z-index: -1;
}.analysis-summary-QS .boost-statistics-YW h4 {
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 15px;
    font-size: 2.5rem;
}.analysis-summary-QS .boost-statistics-YW span {
    display: block;
    position: relative;
    padding-bottom: 20px;
    font-size: 15px;
    color: #000000;
}.analysis-summary-QS .boost-statistics-YW span::after {
    position: absolute;
    height: 3px;
    left: 0;
    width: 40px;
    bottom: 0;
    content: "";
    background-color: rgb(150,163,183);
}.analysis-summary-QS .boost-statistics-YW:hover span::after {
    transition: width 0.3s ease;
    width: 60px;
}.analysis-summary-QS svg {
    position: absolute;
    width: 120px;
    bottom: 20px;
    height: 120px;
    right: 20px;
    z-index: 1;
    opacity: 0.1;
}.analysis-summary-QS svg path {
    fill: #ffffff;
}

@media (max-width: 1200px) {.analysis-summary-QS .fast-upgrade-Ch {
    padding: 50px 10% 60px 10%;
}.analysis-summary-QS .boost-statistics-YW {
    width: 33.333%;
}
}

@media (max-width: 992px) {.analysis-summary-QS .fast-upgrade-Ch {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    padding: 50px 7% 70px 7%;
}.analysis-summary-QS .statistics-boosts-19 {
    padding: 100px 5% 40px;
}.analysis-summary-QS .boost-statistics-YW {
    width: 50%;
}.analysis-summary-QS .boost-statistics-YW::before {
    font-size: 5rem;
    top: -25px;
}.analysis-summary-QS .boost-statistics-YW h4 {
    font-size: 2.2rem;
}
}

@media (max-width: 767px) {.analysis-summary-QS .fast-upgrade-Ch {
    padding: 40px 5% 60px 5%;
}.analysis-summary-QS .statistics-pluses-EQ {
    font-size: calc(38px * 0.9);
}.analysis-summary-QS .statistics-boosts-19 {
    padding: 80px 5% 30px;
}.analysis-summary-QS .boost-statistics-YW {
    margin-bottom: 40px;
    width: 100%;
}.analysis-summary-QS .boost-statistics-YW::before {
    font-size: 4.5rem;
}.analysis-summary-QS svg {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 576px) {.analysis-summary-QS .fast-upgrade-Ch {
    margin-bottom: -25px;
    padding: 30px 5% 50px 5%;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}.analysis-summary-QS .statistics-pluses-EQ {
    font-size: calc(38px * 0.8);
    margin-bottom: 15px;
}.analysis-summary-QS .statistics-advantage-2R {
    font-size: calc(15px * 0.95);
}.analysis-summary-QS .statistics-boosts-19 {
    padding: 60px 5% 20px;
}.analysis-summary-QS .boost-statistics-YW::before {
    top: -20px;
    font-size: 4rem;
}.analysis-summary-QS .boost-statistics-YW h4 {
    font-size: 2rem;
}.analysis-summary-QS svg {
    right: 10px;
    height: 60px;
    bottom: 10px;
    width: 60px;
}}.contact-box-qr {
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
    background: linear-gradient(135deg, rgb(187,200,220) 0%, rgb(150,163,183,0.5) 100%);
}.contact-box-qr::before {
    left: 0;
    top: 0;
    content: "";
    opacity: 0.05;
    width: 100%;
    position: absolute;
    height: 100%;
    background-size: 60px 60px;
    background: linear-gradient(45deg, 
        rgb(150,163,183,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(150,163,183,0.5) 50%, 
        rgb(150,163,183,0.5) 75%, 
        transparent 75%, 
        transparent);
    animation: gradientMove 20s linear infinite;
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.contact-box-qr .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.contact-box-qr h2 {
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    color: rgb(150,163,183);
    text-align: center;
    font-size: 38px;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}.contact-box-qr h2::after {
    background: rgb(150,163,183);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 4px;
    width: 60px;
    bottom: -15px;
    content: "";
}.contact-box-qr .feedback-block-gp {
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    gap: 0;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    display: grid;
    overflow: hidden;
    position: relative;
    max-width: 1000px;
}.contact-box-qr .hero-banner-8P {
    min-height: 600px;
    position: relative;
    order: 2;
    height: 100%;
}.contact-box-qr .support-panel-Fw {
    flex-direction: column;
    position: relative;
    order: 1;
    padding: 60px;
    justify-content: center;
    background: #ffffff;
    display: flex;
}.contact-box-qr .support-panel-Fw::before {
    background: linear-gradient(to bottom, rgb(150,163,183), rgb(114,125,140));
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 10px;
}.contact-box-qr form {
    position: relative;
    width: 100%;
}.contact-box-qr form h3 {
    margin-bottom: 40px;
    position: relative;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(114,125,140,0.5);
    padding-bottom: 15px;
    font-weight: 700;
    color: #000000;
    font-size: 23px;
}.contact-box-qr form input[type="text"] {
    position: relative;
    font-size: 16px;
    border: none;
    color: #000000;
    border-radius: 10px;
    background: rgb(187,200,220);
    margin-bottom: 25px;
    width: 100%;
    padding: 16px 20px 16px 50px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}.contact-box-qr form input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(150,163,183);
    outline: none;
}.contact-box-qr form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact-box-qr form input#name {
    position: relative;
}.contact-box-qr form input#name::before {
    position: absolute;
    height: 20px;
    border-radius: 50%;
    content: "";
    width: 20px;
    background: rgb(150,163,183);
    transform: translateY(-50%);
    top: 50%;
    left: 20px;
}.contact-box-qr .query-inquiry-Rn {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.contact-box-qr .query-inquiry-Rn input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-box-qr .query-inquiry-Rn label {
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    padding-left: 35px;
    position: relative;
}.contact-box-qr .query-inquiry-Rn label::before {
    transition: all 0.3s ease;
    background: rgb(187,200,220);
    content: "";
    border-radius: 10px;
    height: 24px;
    left: 0;
    top: 0;
    width: 24px;
    position: absolute;
}.contact-box-qr .query-inquiry-Rn input[type="checkbox"]:checked + label::before {
    background: rgb(150,163,183);
}.contact-box-qr .query-inquiry-Rn input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    left: 8px;
    width: 8px;
    top: 4px;
    border-bottom: 2px solid #ffffff;
    content: "";
    height: 14px;
    position: absolute;
}.contact-box-qr .query-inquiry-Rn label a {
    transition: all 0.3s ease;
    color: rgb(150,163,183);
    position: relative;
    text-decoration: none;
    font-weight: 600;
}.contact-box-qr .query-inquiry-Rn label a::after {
    content: "";
    bottom: -2px;
    left: 0;
    background: rgb(150,163,183);
    transition: width 0.3s ease;
    height: 1px;
    width: 0;
    position: absolute;
}.contact-box-qr .query-inquiry-Rn label a:hover::after {
    width: 100%;
}.contact-box-qr form .help-block-Tl {
    color: #ffffff;
    z-index: 1;
    border: none;
    letter-spacing: 1px;
    background: rgb(150,163,183);
    cursor: pointer;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 50px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    padding: 16px 40px;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 17px;
}.contact-box-qr form .help-block-Tl::before {
    position: absolute;
    left: 0;
    height: 100%;
    transition: width 0.3s ease;
    top: 0;
    width: 0;
    background: rgb(114,125,140);
    content: "";
    z-index: -1;
}.contact-box-qr form .help-block-Tl:hover::before {
    width: 100%;
}.contact-box-qr form .help-block-Tl:hover {
    box-shadow: 0 10px 20px -10px rgb(150,163,183);
    transform: translateY(-3px);
}.contact-box-qr svg {
    left: 20px;
    height: 20px;
    position: absolute;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    fill: rgb(150,163,183);
}.contact-box-qr svg path {
    fill: rgb(150,163,183);
    transition: fill 0.3s ease;
}.contact-box-qr form #name,
.contact-box-qr form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.contact-box-qr .feedback-block-gp {
    max-width: 800px;
}.contact-box-qr .support-panel-Fw {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.contact-box-qr {
    padding: 80px 0 60px;
}.contact-box-qr .feedback-block-gp {
    grid-template-columns: 1fr;
}.contact-box-qr .hero-banner-8P {
    clip-path: none;
    order: 1;
    min-height: 300px;
}.contact-box-qr .support-panel-Fw {
    padding: 40px 30px;
    order: 2;
}.contact-box-qr .support-panel-Fw::before {
    background: linear-gradient(to right, rgb(150,163,183), rgb(114,125,140));
    top: 0;
    height: 6px;
    right: 0;
    width: 100%;
}.contact-box-qr h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.contact-box-qr {
    padding: 60px 0 40px;
}.contact-box-qr h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
}.contact-box-qr .hero-banner-8P {
    min-height: 200px;
}.contact-box-qr .support-panel-Fw {
    padding: 30px 20px;
}.contact-box-qr form h3 {
    margin-bottom: 30px;
    font-size: calc(23px * 0.9);
}.contact-box-qr form .help-block-Tl {
    padding: 14px 20px;
    width: 100%;
}}.title-board-i9 {
    height: 100vh;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(150,163,183,0.5) 50%, rgb(114,125,140,0.5) 100%);
    min-height: 600px;
    width: 100%;
    overflow: hidden;
}.title-board-i9 .study-guide-gP {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    width: 100%;
}.title-board-i9 .fast-knowledge-y0 {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}.title-board-i9 .fast-knowledge-y0::before {
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(
        135deg,
        #000000 0%,
        rgb(114,125,140,0.5) 30%,
        transparent 60%
    );
    z-index: 2;
    left: 0;
    width: 100%;
}.title-board-i9 .fast-knowledge-y0::after {
    inset: 0;
    position: absolute;
    z-index: 2;
    background: 
        radial-gradient(
            circle at 70% 30%,
            transparent 20%,
            rgba(0, 0, 0, 0.5) 70%,
            rgb(150,163,183,0.5) 100%
        );
    content: '';
}.title-board-i9 .study-tools-pC {
    height: 100%;
    animation: split-carousel 30s ease infinite;
    width: 500%;
    display: flex;
}.title-board-i9 .start-front-4a {
    height: 100%;
    overflow: hidden;
    width: 20%;
    position: relative;
}.title-board-i9 .start-front-4a::before {
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(150,163,183,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(150,163,183,0.5) 100%);
    content: '';
    inset: 0;
    opacity: 0.5;
    background-size: 20px 20px;
    z-index: 2;
    position: absolute;
}.title-board-i9 .start-front-4a img {
    height: 100%;
    object-fit: cover;
    animation: image-scale 15s ease-in-out infinite alternate;
    transform-origin: center;
    width: 100%;
    filter: saturate(1.2) contrast(1.1);
    transition: transform 0.7s ease-out;
}.title-board-i9 .text-placeholder-07 {
    z-index: 10;
    overflow: hidden;
    position: relative;
    padding: 4rem;
    background: linear-gradient(145deg, rgb(114,125,140,0.5) 0%, rgb(150,163,183,0.5) 100%);
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(150,163,183,0.5);
    border-radius: 27px;
    margin-right: 8%;
    max-width: 550px;
    width: 45%;
}.title-board-i9 .text-placeholder-07::before {
    background: rgb(150,163,183);
    height: 100%;
    position: absolute;
    width: 6px;
    top: 0;
    left: 0;
    content: '';
}.title-board-i9 .text-placeholder-07::after {
    width: 50%;
    bottom: 0;
    animation: line-animate 6s ease-in-out infinite;
    height: 6px;
    transform-origin: right;
    content: '';
    position: absolute;
    background: rgb(150,163,183);
    right: 0;
}.title-board-i9 .text-placeholder-07 h1 {
    margin-bottom: 2rem;
    position: relative;
    line-height: 1.3;
    color: #ffffff;
    font-size: 45px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    font-weight: 700;
}.title-board-i9 .text-placeholder-07 h1::after {
    width: 60px;
    border-radius: 50%;
    opacity: 0.3;
    content: '';
    z-index: -1;
    height: 60px;
    left: -30px;
    position: absolute;
    top: -15px;
    background: rgb(150,163,183,0.5);
}.title-board-i9 .text-placeholder-07 p {
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    color: #ffffff;
    position: relative;
    line-height: 1.7;
}.title-board-i9 .text-placeholder-07 .help-block-Tl {
    border: 2px solid rgb(150,163,183);
    background: transparent;
    font-size: 20px;
    display: inline-block;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    font-weight: 600;
    padding: 14px 35px;
    border-radius: 27px;
    z-index: 1;
    text-decoration: none;
}.title-board-i9 .text-placeholder-07 .help-block-Tl::before {
    z-index: -1;
    height: 0;
    position: absolute;
    left: 50%;
    content: '';
    width: 0;
    background: rgb(150,163,183);
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}.title-board-i9 .text-placeholder-07 .help-block-Tl:hover {
    color: #ffffff;
}.title-board-i9 .text-placeholder-07 .help-block-Tl:hover::before {
    width: 300%;
    height: 300%;
}

@keyframes split-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes image-scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes line-animate {
    0%, 100% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(0.5);
    }
}

@media (max-width: 1400px) {.title-board-i9 .text-placeholder-07 {
    padding: 3rem;
    width: 50%;
}
}

@media (max-width: 1200px) {.title-board-i9 .fast-knowledge-y0 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 40% 100%, 0% 80%);
}.title-board-i9 .text-placeholder-07 {
    margin-right: 5%;
    width: 55%;
}
}

@media (max-width: 992px) {.title-board-i9 .study-guide-gP {
    justify-content: center;
}.title-board-i9 .fast-knowledge-y0 {
    clip-path: none;
}.title-board-i9 .text-placeholder-07 {
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 20%, rgb(150,163,183,0.5) 80%);
    max-width: 600px;
    margin-right: 0;
    width: 80%;
}
}

@media (max-width: 768px) {.title-board-i9 {
    min-height: 500px;
}.title-board-i9 .text-placeholder-07 {
    padding: 2.5rem;
    width: 90%;
}.title-board-i9 .text-placeholder-07 h1 {
    font-size: calc(45px * 0.9);
}.title-board-i9 .fast-knowledge-y0::before {
    background: linear-gradient(
            135deg,
            #000000 20%,
            rgb(114,125,140,0.5) 40%,
            transparent 80%
        );
}
}

@media (max-width: 576px) {.title-board-i9 {
    min-height: 450px;
}.title-board-i9 .text-placeholder-07 {
    padding: 2rem;
}.title-board-i9 .text-placeholder-07::before {
    width: 4px;
}.title-board-i9 .text-placeholder-07::after {
    height: 4px;
}.title-board-i9 .text-placeholder-07 h1 {
    font-size: calc(45px * 0.8);
    margin-bottom: 1.5rem;
}.title-board-i9 .text-placeholder-07 p {
    font-size: calc(18px * 0.9);
    margin-bottom: 2rem;
}.title-board-i9 .text-placeholder-07 .help-block-Tl {
    padding: 12px 20px;
    text-align: center;
    width: 100%;
    display: block;
}.title-board-i9 .start-front-4a::before {
    background-size: 15px 15px;
}
}

@media (orientation: landscape) and (max-height: 600px) {.title-board-i9 {
    min-height: 100vh;
    height: auto;
}.title-board-i9 .text-placeholder-07 {
    padding: 2rem;
}}.tyMessage-l9 {
    display: flex;
    position: relative;
    align-items: center;
    padding: 6rem 2rem;
    overflow: hidden;
    justify-content: center;
    background: linear-gradient(135deg, rgb(150,163,183,0.5), rgb(114,125,140,0.5));
    min-height: 70vh;
}.tyMessage-l9::before {
    top: 0;
    transform-origin: center;
    position: absolute;
    animation: pulse 15s ease-in-out infinite alternate;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(150,163,183,0.5) 0%, transparent 60%);
    content: "";
}.tyMessage-l9::after {
    right: -5%;
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(114,125,140,0.5) 0%, transparent 70%);
    width: 50%;
    height: 50%;
    animation: float 20s ease-in-out infinite;
    z-index: 0;
    bottom: -5%;
}.tyMessage-l9 .container {
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    width: 100%;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.tyMessage-l9 .study-guide-gP {
    padding: 3.5rem;
    transform: translateZ(0);
    position: relative;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    gap: 2.5rem;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.tyMessage-l9 .study-guide-gP:hover {
    transform: translateZ(30px) scale(1.02);
}.tyMessage-l9 .study-guide-gP > div:first-child {
    border-left: 4px solid rgb(150,163,183);
    position: relative;
    padding-left: 2.5rem;
}.tyMessage-l9 .study-guide-gP > div:first-child::before {
    background: rgb(150,163,183);
    position: absolute;
    border-radius: 50%;
    height: 26px;
    content: "";
    animation: pulse 3s infinite alternate;
    transform: translateY(-50%);
    width: 26px;
    box-shadow: 0 0 20px rgba(rgb(150,163,183), 0.5);
    top: 50%;
    left: -15px;
}.tyMessage-l9 h5 {
    line-height: 1.4;
    font-weight: 700;
    color: #000000;
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transition: transform 0.4s ease-out;
    opacity: 0;
    margin: 0;
    font-size: calc(19px * 1.2);
    transform: translateX(0);
}.tyMessage-l9 .study-guide-gP > div:nth-child(2) {
    transition: transform 0.3s ease;
    opacity: 0;
    position: relative;
    animation: fadeIn 0.8s 0.4s ease-out forwards;
}.tyMessage-l9 .study-guide-gP > div:nth-child(2)::before {
    background: linear-gradient(90deg, rgb(150,163,183), transparent);
    position: absolute;
    height: 1px;
    top: -10px;
    left: 0;
    width: 70%;
    content: "";
}.tyMessage-l9 a {
    transform: translateY(0);
    text-decoration: none;
    display: block;
    transition: transform 0.4s ease-out;
}.tyMessage-l9 a:hover {
    transform: translateY(-5px);
}.tyMessage-l9 p {
    margin: 0;
    line-height: 1.8;
    position: relative;
    hyphens: auto;
    color: #000000;
    padding: 1rem 0;
    font-size: 14px;
}.tyMessage-l9 p::after {
    position: absolute;
    height: 2px;
    width: 35%;
    bottom: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: right;
    transform: scaleX(0);
    right: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(114,125,140));
}.tyMessage-l9 a:hover p::after {
    transform: scaleX(1);
}

@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

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

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

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

@media (min-width: 768px) {.tyMessage-l9 {
    padding: 8rem 3rem;
}.tyMessage-l9 .study-guide-gP {
    gap: 3.5rem;
    grid-template-columns: 1fr 1fr;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
    padding: 4rem;
}.tyMessage-l9 h5 {
    font-size: calc(19px * 1.4);
}.tyMessage-l9 .study-guide-gP > div:first-child::after {
    top: 50%;
    height: 80%;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, transparent, rgb(150,163,183,0.5), transparent);
    position: absolute;
    width: 1px;
    right: -3.5rem;
    content: "";
}.tyMessage-l9 .study-guide-gP > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.tyMessage-l9 .study-guide-gP {
    padding: 5rem;
    gap: 5rem;
}.tyMessage-l9 h5 {
    font-size: calc(19px * 1.5);
}.tyMessage-l9 .study-guide-gP > div:first-child {
    border-left-width: 5px;
    padding-left: 3rem;
}.tyMessage-l9 p {
    font-size: calc(14px * 1.1);
}.tyMessage-l9 .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.tyMessage-l9 {
    padding: 4rem 1.5rem;
}.tyMessage-l9 .study-guide-gP {
    padding: 2.5rem 2rem;
}.tyMessage-l9 h5 {
    font-size: 19px;
}.tyMessage-l9 p {
    font-size: calc(14px * 0.95);
}
}

@media (hover: hover) {.tyMessage-l9 .study-guide-gP:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.tyMessage-l9 .study-guide-gP,
    .tyMessage-l9 a,
    .tyMessage-l9 h5,
    .tyMessage-l9::before,
    .tyMessage-l9::after {
    transition: none;
    animation: none;
}.tyMessage-l9 .study-guide-gP > div:first-child::before {
    animation: none;
}.tyMessage-l9 .study-guide-gP > div:nth-child(2) {
    opacity: 1;
}.tyMessage-l9 h5 {
    opacity: 1;
}
}