﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1192px;
}header,footer {
    width: 100%;
}.viewport-container-tool {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}.webinar-arch-tool {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    color: #000000;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
}.main-pagewrap-tool {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.service-connect-tool {
    padding: 100px 0;
    background: rgb(185,197,197);
    overflow: hidden;
    position: relative;
}.service-connect-tool::before {
    right: 0;
    z-index: 0;
    height: 100%;
    top: 0;
    content: "";
    width: 50%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 0.1;
    position: absolute;
    background: rgb(148,160,160,0.5);
}.service-connect-tool::after {
    content: "";
    z-index: 1;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(148,160,160) 0%, rgb(112,122,121) 100%);
    width: 100%;
}.service-connect-tool .container {
    z-index: 2;
    position: relative;
}.service-connect-tool .assist-form-tool {
    gap: 40px;
    grid-template-columns: 1.5fr 1fr 1fr;
    display: grid;
}.service-connect-tool .edu-mentor-tool {
    padding: 40px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 29px;
    background: #ffffff;
}.service-connect-tool .edu-mentor-tool:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.service-connect-tool .edu-mentor-tool h2 {
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 30px;
    padding-bottom: 15px;
}.service-connect-tool .edu-mentor-tool h2::after {
    border-radius: 10px;
    bottom: 0;
    position: absolute;
    width: 60px;
    height: 4px;
    background: rgb(148,160,160);
    left: 0;
    content: "";
}.service-connect-tool .reach-section-tool {
    margin-bottom: 20px;
    font-size: calc(14px * 1.2);
    font-weight: 600;
    color: #000000;
}.service-connect-tool .edu-chat-tool {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.7;
    color: #000000;
}.service-connect-tool .edu-mentor-tool p {
    align-items: center;
    font-size: 14px;
    color: #000000;
    display: flex;
    margin-bottom: 20px;
}.service-connect-tool .edu-mentor-tool p span {
    margin-left: 10px;
    font-weight: 400;
    display: inline-block;
    color: #000000;
}.service-connect-tool .get-assistance-tool {
    margin-top: 30px;
    border-radius: 10px;
    background: rgb(185,197,197);
    padding: 25px;
}.service-connect-tool .get-assistance-tool h3 {
    color: rgb(148,160,160);
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 600;
}.service-connect-tool .get-contactpanel-tool {
    gap: 12px;
    flex-direction: column;
    display: flex;
}.service-connect-tool .get-contactpanel-tool span {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
    padding: 8px 0;
    color: #000000;
}.service-connect-tool .edu-mentor-tool .image-overlay-tool {
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 29px;
    height: 100%;
    min-height: 350px;
}.service-connect-tool .query-form-tool {
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: center;
}.service-connect-tool .query-form-tool a {
    border-radius: 10px;
    border-left: 4px solid rgb(112,122,121);
    flex-direction: column;
    display: flex;
    transition: all 0.3s ease;
    background: #ffffff;
    padding: 20px;
    text-decoration: none;
}.service-connect-tool .query-form-tool a:hover {
    background: rgb(185,197,197);
    border-left-color: rgb(148,160,160);
}.service-connect-tool .query-form-tool a span {
    font-size: 14px;
    margin-bottom: 8px;
    color: rgb(148,160,160);
    font-weight: 600;
}.service-connect-tool .query-form-tool a p {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}.service-connect-tool svg {
    margin-right: 12px;
    fill: rgb(148,160,160);
    width: 22px;
    height: 22px;
}.service-connect-tool svg path {
    fill: rgb(148,160,160);
    transition: fill 0.3s ease;
}.service-connect-tool .query-form-tool a:hover svg,
.service-connect-tool .query-form-tool a:hover svg path {
    fill: rgb(112,122,121);
}

@media screen and (max-width: 1200px) {.service-connect-tool {
    padding: 80px 0;
}.service-connect-tool .edu-mentor-tool {
    padding: 30px;
}
}

@media screen and (max-width: 992px) {.service-connect-tool .assist-form-tool {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}.service-connect-tool .edu-mentor-tool:nth-child(1) {
    grid-column: span 2;
}.service-connect-tool .edu-mentor-tool .image-overlay-tool {
    min-height: 300px;
}
}

@media screen and (max-width: 768px) {.service-connect-tool {
    padding: 60px 0;
}.service-connect-tool .assist-form-tool {
    gap: 25px;
    grid-template-columns: 1fr;
}.service-connect-tool .edu-mentor-tool:nth-child(1) {
    grid-column: auto;
}.service-connect-tool .edu-mentor-tool .image-overlay-tool {
    min-height: 250px;
}
}

@media screen and (max-width: 576px) {.service-connect-tool {
    padding: 40px 0;
}.service-connect-tool .edu-mentor-tool {
    padding: 25px;
}.service-connect-tool .edu-mentor-tool h2 {
    font-size: calc(30px * 0.9);
}.service-connect-tool .query-form-tool a {
    padding: 15px;
}.service-connect-tool .get-assistance-tool {
    padding: 20px;
}.service-connect-tool .edu-mentor-tool .image-overlay-tool {
    min-height: 200px;
}}header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0;
    z-index: 100;
    padding: 0;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgb(148,160,160,0.5) 0%, rgb(112,122,121,0.5) 100%);
    position: relative;
    -webkit-backdrop-filter: blur(10px);
}header::before {
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgb(148,160,160,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(112,122,121,0.5) 0%, transparent 30%);
    opacity: 0.5;
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}header .header-mentor-tool {
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    padding: 1.2rem 2.5rem;
    display: flex;
    position: relative;
}header .top-lesson-tool {
    z-index: 2;
    border-radius: 19px;
    padding: 0.8rem 1.2rem;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(5px);
    flex: 0 0 auto;
    backdrop-filter: blur(5px);
}header .top-lesson-tool:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-5px);
}header .main-teach-tool {
    transition: all 0.3s ease;
    display: block;
}header .main-teach-tool img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    max-height: 40px;
}header .top-core-tool {
    margin: 0;
    padding: 0;
    z-index: 2;
    list-style: none;
    display: flex;
    position: relative;
}header .head-page-tool {
    position: relative;
    margin: 0 0.3rem;
}header .head-page-tool a {
    display: block;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 19px;
    z-index: 1;
    padding: 0.8rem 1.2rem;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    position: relative;
}header .head-page-tool a:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}header .head-page-tool a::before {
    opacity: 0;
    top: 0;
    position: absolute;
    border-radius: 19px;
    transition: opacity 0.3s ease;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    height: 100%;
    z-index: -1;
    content: '';
    left: 0;
}header .head-page-tool a:hover::before {
    opacity: 1;
}header .head-page-tool::after {
    background: #ffffff;
    width: 0;
    opacity: 0.7;
    left: 50%;
    content: '';
    height: 3px;
    bottom: -3px;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 10px;
    transition: width 0.3s ease;
}header .head-page-tool:hover::after {
    width: 70%;
}header .header-mentor-tool::before {
    top: -20px;
    filter: blur(40px);
    background: rgb(148,160,160,0.5);
    position: absolute;
    height: 100px;
    content: '';
    z-index: -1;
    width: 100px;
    opacity: 0.5;
    border-radius: 50%;
    right: -20px;
}header .header-mentor-tool::after {
    left: -20px;
    z-index: -1;
    bottom: -20px;
    border-radius: 50%;
    opacity: 0.5;
    position: absolute;
    height: 80px;
    filter: blur(30px);
    background: rgb(112,122,121,0.5);
    content: '';
    width: 80px;
}header .main-pagewrap-tool {
    background: rgb(185,197,197);
    position: relative;
    z-index: 1;
    padding-top: 2rem;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .top-lesson-tool::after {
    position: absolute;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    height: 20px;
    content: '';
    transition: all 0.4s ease;
    width: 100%;
    bottom: -20px;
    left: 0;
    opacity: 0.5;
}header .top-lesson-tool:hover::after {
    transform: scaleX(0.9);
    opacity: 0.7;
}

@media (min-width: 1400px) {header .header-mentor-tool {
    margin: 0 auto;
    max-width: 1320px;
}header .head-page-tool {
    margin: 0 0.5rem;
}header .head-page-tool a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}header .header-mentor-tool {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .top-lesson-tool {
    margin-bottom: 0;
    border-radius: 10px;
    padding: 0.6rem 1rem;
}header .top-core-tool {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .head-page-tool a {
    padding: 0.6rem 1rem;
    font-size: calc(14px - 1px);
    border-radius: 10px;
}header .header-mentor-tool::before,
    header .header-mentor-tool::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .header-mentor-tool {
    padding: 0.8rem 1.2rem;
}header .top-lesson-tool {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .main-teach-tool img {
    max-height: 35px;
}header .top-core-tool {
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    margin-top: 0.8rem;
}header .top-core-tool::-webkit-scrollbar {
    height: 3px;
}header .top-core-tool::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .head-page-tool {
    flex: 0 0 auto;
    margin: 0 0.15rem;
}header .head-page-tool a {
    font-size: calc(14px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
}header .head-page-tool::after {
    display: none;
}header .top-lesson-tool::after {
    display: none;
}
}

@media (max-width: 479px) {header .header-mentor-tool {
    padding: 0.7rem 1rem;
}header .top-lesson-tool {
    max-width: 120px;
    padding: 0.4rem 0.7rem;
}header .head-page-tool a {
    font-size: calc(14px - 3px);
    padding: 0.4rem 0.6rem;
}}.webinar-arch-tool {
    padding: 5rem 0 3rem;
    position: relative;
    z-index: 1;
    color: #ffffff;
}.webinar-arch-tool::before {
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(148,160,160,0.5) 100%);
    backdrop-filter: blur(8px);
    width: 100%;
}.webinar-arch-tool .container {
    grid-template-columns: 1.5fr 2fr;
    gap: 3rem;
    display: grid;
    position: relative;
}.webinar-arch-tool .company_holder {
    position: relative;
    animation: borderPulse 4s infinite alternate;
    border-left: 2px solid rgb(148,160,160);
    padding-left: 2rem;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(148,160,160);
    }
    50% {
        border-left-color: rgb(112,122,121);
    }
    100% {
        border-left-color: rgb(148,160,160);
    }
}

.webinar-arch-tool .company_holder h3 {
    background: linear-gradient(to right, #ffffff, rgb(112,122,121));
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: calc(34px * 1.2);
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    margin-bottom: 1.5rem;
}.webinar-arch-tool .volunteer-tool {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.8;
    margin-top: 1rem;
}.webinar-arch-tool .mod-tools-tool {
    display: flex;
    justify-content: flex-end;
}.webinar-arch-tool .head-sitewrap-tool {
    gap: 4rem;
    display: flex;
}.webinar-arch-tool .top-core-tool {
    position: relative;
}.webinar-arch-tool .top-core-tool::before {
    border-top: 1px solid rgb(148,160,160);
    top: -10px;
    position: absolute;
    width: 40px;
    border-left: 1px solid rgb(148,160,160);
    height: 40px;
    opacity: 0.4;
    content: "";
    left: -20px;
}.webinar-arch-tool .top-core-tool::after {
    width: 40px;
    border-bottom: 1px solid rgb(148,160,160);
    bottom: -10px;
    right: -20px;
    height: 40px;
    position: absolute;
    content: "";
    border-right: 1px solid rgb(148,160,160);
    opacity: 0.4;
}.webinar-arch-tool .top-core-tool h5 {
    margin-bottom: 1.5rem;
    color: rgb(112,122,121);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
}.webinar-arch-tool .top-core-tool .head-sitewrap-tool {
    flex-direction: column;
    display: flex;
    gap: 0.8rem;
}.webinar-arch-tool .top-core-tool .head-sitewrap-tool a {
    text-decoration: none;
    padding-left: 1rem;
    opacity: 0.8;
    position: relative;
    font-size: 15px;
    transition: all 0.3s ease;
    color: #ffffff;
}.webinar-arch-tool .top-core-tool .head-sitewrap-tool a::before {
    position: absolute;
    content: "";
    height: 5px;
    background-color: rgb(148,160,160);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: all 0.3s ease;
    width: 5px;
    border-radius: 50%;
}.webinar-arch-tool .top-core-tool .head-sitewrap-tool a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(148,160,160);
}.webinar-arch-tool .top-core-tool .head-sitewrap-tool a:hover::before {
    background-color: rgb(112,122,121);
    height: 7px;
    width: 7px;
}.encrypt-cta-tool {
    margin-top: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
    position: relative;
}.encrypt-cta-tool::before {
    top: 0;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.5;
    background: linear-gradient(to right, transparent, rgb(148,160,160), transparent);
    content: "";
}.encrypt-cta-tool .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.encrypt-cta-tool .degree-path-tool {
    text-align: center;
    font-size: 12px;
    opacity: 0.7;
    color: #ffffff;
}

@media screen and (max-width: 992px) {.webinar-arch-tool .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.webinar-arch-tool .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.webinar-arch-tool .mod-tools-tool {
    justify-content: flex-start;
}.webinar-arch-tool .head-sitewrap-tool {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.webinar-arch-tool {
    padding: 3rem 0 2rem;
}.webinar-arch-tool .head-sitewrap-tool {
    flex-direction: column;
    gap: 2rem;
}.webinar-arch-tool .top-core-tool::before,
    .webinar-arch-tool .top-core-tool::after {
    display: none;
}.webinar-arch-tool .top-core-tool {
    margin-bottom: 1.5rem;
}.encrypt-cta-tool {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.webinar-arch-tool .company_holder h3 {
    font-size: 34px;
}.webinar-arch-tool .top-core-tool h5 {
    font-size: calc(18px * 1.1);
}.webinar-arch-tool .top-core-tool .head-sitewrap-tool a {
    font-size: calc(15px * 0.9);
}}.learning-system-tool {
    position: relative;
    min-height: 75vh;
    background: rgb(185,197,197);
    perspective: 1200px;
    overflow: hidden;
}.learning-system-tool::before {
    width: 100%;
    opacity: 0.5;
    z-index: 1;
    top: 0;
    content: "";
    left: 0;
    background: 
        linear-gradient(30deg, transparent 40%, rgb(148,160,160,0.5) 70%, transparent 90%),
        linear-gradient(150deg, transparent 40%, rgb(112,122,121,0.5) 70%, transparent 90%);
    height: 100%;
    position: absolute;
}.learning-system-tool::after {
    animation: gridMove 60s linear infinite;
    transform: rotateX(60deg) rotateZ(45deg);
    width: 100%;
    background-size: 40px 40px;
    background-image: linear-gradient(
        #ffffff 2px, 
        transparent 2px
    ), linear-gradient(
        90deg, 
        #ffffff 2px, 
        transparent 2px
    );
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    opacity: 0.1;
    height: 100%;
}.learning-system-tool .container {
    padding: 5rem 2rem;
    position: relative;
    display: grid;
    margin: 0 auto;
    z-index: 5;
    gap: 3rem;
    max-width: 1200px;
    grid-template-columns: 1fr;
}.learning-system-tool .impact-facts-tool {
    position: relative;
    perspective: 1000px;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
    display: flex;
}.learning-system-tool h3 {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    transform: rotateX(10deg) rotateY(-10deg);
    transition: transform 0.5s ease;
    position: relative;
    color: rgb(148,160,160);
    font-size: 33px;
    padding: 2rem 3rem;
    max-width: 80%;
    text-align: center;
    border-radius: 10px;
    z-index: 2;
    background: #ffffff;
}.learning-system-tool h3::before {
    content: "";
    top: 0;
    background: rgb(148,160,160);
    transform-origin: top left;
    bottom: 0;
    position: absolute;
    transform: translateX(100%) skewY(45deg);
    right: 0;
    width: 10px;
}.learning-system-tool h3::after {
    right: 0;
    position: absolute;
    height: 10px;
    transform-origin: bottom left;
    left: 0;
    content: "";
    bottom: 0;
    transform: translateY(100%) skewX(45deg);
    background: rgb(148,160,160,0.5);
}.learning-system-tool span {
    color: #000000;
    max-width: 80%;
    z-index: 1;
    line-height: 1.7;
    border-radius: 10px;
    transition: transform 0.5s ease;
    font-size: 16px;
    text-align: center;
    transform: rotateX(10deg) rotateY(-10deg);
    background: #ffffff;
    padding: 2rem 3rem;
    position: relative;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
}.learning-system-tool span::before {
    content: "";
    top: 0;
    transform: translateX(100%) skewY(45deg);
    right: 0;
    background: rgb(112,122,121);
    position: absolute;
    bottom: 0;
    width: 10px;
    transform-origin: top left;
}.learning-system-tool span::after {
    position: absolute;
    content: "";
    background: rgb(112,122,121,0.5);
    left: 0;
    bottom: 0;
    transform: translateY(100%) skewX(45deg);
    transform-origin: bottom left;
    height: 10px;
    right: 0;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (min-width: 992px) {.learning-system-tool .impact-facts-tool:hover h3 {
    transform: rotateX(5deg) rotateY(-5deg) translateZ(20px);
}.learning-system-tool .impact-facts-tool:hover span {
    transform: rotateX(5deg) rotateY(-5deg) translateZ(20px);
}
}

@media (max-width: 992px) {.learning-system-tool {
    min-height: 65vh;
}.learning-system-tool .container {
    padding: 4rem 1.5rem;
}.learning-system-tool .impact-facts-tool {
    gap: 3rem;
}.learning-system-tool h3 {
    padding: 1.8rem 2.5rem;
    font-size: calc(33px * 0.9);
    max-width: 90%;
}.learning-system-tool span {
    font-size: calc(16px * 0.95);
    padding: 1.8rem 2.5rem;
    max-width: 90%;
}
}

@media (max-width: 768px) {.learning-system-tool {
    min-height: 55vh;
}.learning-system-tool .container {
    padding: 3rem 1.2rem;
}.learning-system-tool .impact-facts-tool {
    gap: 2.5rem;
}.learning-system-tool h3 {
    padding: 1.5rem 2rem;
    transform: rotateX(5deg) rotateY(-5deg);
    font-size: calc(33px * 0.8);
    max-width: 100%;
}.learning-system-tool span {
    padding: 1.5rem 2rem;
    transform: rotateX(5deg) rotateY(-5deg);
    max-width: 100%;
    font-size: calc(16px * 0.9);
}.learning-system-tool h3::before,
    .learning-system-tool span::before {
    width: 7px;
}.learning-system-tool h3::after,
    .learning-system-tool span::after {
    height: 7px;
}
}

@media (max-width: 576px) {.learning-system-tool {
    min-height: 45vh;
}.learning-system-tool .container {
    padding: 2.5rem 1rem;
}.learning-system-tool .impact-facts-tool {
    gap: 2rem;
}.learning-system-tool h3 {
    padding: 1.2rem 1.5rem;
    transform: none;
    font-size: calc(33px * 0.7);
}.learning-system-tool span {
    transform: none;
    padding: 1.2rem 1.5rem;
    font-size: calc(16px * 0.85);
}.learning-system-tool h3::before,
    .learning-system-tool h3::after,
    .learning-system-tool span::before,
    .learning-system-tool span::after {
    display: none;
}}.future-members-tool {
    padding: 110px 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(185,197,197) 100%);
    overflow: hidden;
    position: relative;
}.future-members-tool::before {
    opacity: 0.4;
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
    width: 100%;
    background-size: 30px 30px;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(112,122,121,0.5) 98%, rgb(112,122,121,0.5) 100%),
        linear-gradient(0deg, transparent 98%, rgb(112,122,121,0.5) 98%, rgb(112,122,121,0.5) 100%);
    height: 100%;
}.future-members-tool .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    padding: 0 15px;
    position: relative;
}.future-members-tool .impact-facts-tool {
    position: relative;
}.future-members-tool h4 {
    padding: 15px 30px;
    font-weight: 700;
    box-shadow: 5px 5px 0 rgb(148,160,160,0.5);
    color: #000000;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid rgb(148,160,160);
    position: relative;
    background: #ffffff;
    font-size: 30px;
    border-radius: 10px;
    margin-bottom: 60px;
}.future-members-tool div > div {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}.future-members-tool div > div::before {
    z-index: -1;
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(148,160,160,0.5), transparent);
    left: 0;
    top: 50%;
    width: 100%;
    content: "";
}.future-members-tool div > div::after {
    content: "";
    top: 0;
    position: absolute;
    width: 2px;
    left: 50%;
    background: linear-gradient(180deg, transparent, rgb(112,122,121,0.5), transparent);
    z-index: -1;
    height: 100%;
}.future-members-tool p {
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-size: 18px;
    border: 1px solid rgb(185,197,197);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    margin: 0;
    color: #000000;
    position: relative;
    justify-content: flex-start;
    padding: 20px;
    align-items: center;
    width: calc(33.333% - 50px);
    display: flex;
}.future-members-tool p::before {
    border-radius: 10px;
    opacity: 0;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, transparent 0%, rgb(148,160,160,0.5) 300%);
    z-index: -1;
}.future-members-tool p::after {
    top: -10px;
    transition: all 0.3s ease;
    position: absolute;
    background: #ffffff;
    width: 20px;
    content: "";
    border: 1px solid rgb(148,160,160);
    height: 20px;
    left: -10px;
    border-radius: 50%;
}.future-members-tool p:hover {
    border-color: rgb(148,160,160,0.5);
    transform: translateY(-10px);
}.future-members-tool p:hover::before {
    opacity: 0.2;
}.future-members-tool p:hover::after {
    background: rgb(148,160,160);
    transform: scale(1.5);
}.future-members-tool p svg {
    height: 26px;
    width: 26px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-right: 15px;
}.future-members-tool p svg path {
    transition: fill 0.3s ease;
    fill: rgb(148,160,160);
}.future-members-tool p:hover svg {
    transform: rotate(15deg);
}.future-members-tool p:hover svg path {
    fill: rgb(112,122,121);
}@keyframes circuitPath {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.future-members-tool::after {
    right: 0;
    z-index: 1;
    opacity: 0.3;
    width: 300px;
    background-position: bottom right;
    height: 300px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
}@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.future-members-tool .impact-facts-tool > div p {
    animation: fadeInScale 0.5s ease forwards;
    opacity: 0;
}.future-members-tool .impact-facts-tool > div p:nth-child(1) {
    animation-delay: 0.1s;
}.future-members-tool .impact-facts-tool > div p:nth-child(2) {
    animation-delay: 0.2s;
}.future-members-tool .impact-facts-tool > div p:nth-child(3) {
    animation-delay: 0.3s;
}.future-members-tool .impact-facts-tool > div p:nth-child(4) {
    animation-delay: 0.4s;
}.future-members-tool .impact-facts-tool > div p:nth-child(5) {
    animation-delay: 0.5s;
}.future-members-tool .impact-facts-tool > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.future-members-tool {
    padding: 90px 0;
}.future-members-tool h4 {
    margin-bottom: 50px;
    font-size: calc(30px * 0.9);
    padding: 12px 25px;
}.future-members-tool div > div {
    gap: 30px;
}.future-members-tool p {
    width: calc(50% - 30px);
    padding: 18px;
}.future-members-tool p svg {
    height: 24px;
    margin-right: 12px;
    width: 24px;
}.future-members-tool::after {
    height: 200px;
    width: 200px;
}
}

@media (max-width: 768px) {.future-members-tool {
    padding: 70px 0;
}.future-members-tool h4 {
    font-size: calc(30px * 0.8);
    box-shadow: 3px 3px 0 rgb(148,160,160,0.5);
    margin-bottom: 40px;
    padding: 10px 20px;
}.future-members-tool div > div {
    gap: 25px;
}.future-members-tool div > div::before,
    .future-members-tool div > div::after {
    opacity: 0.4;
}.future-members-tool p {
    font-size: calc(18px * 0.95);
    width: 100%;
    padding: 15px;
}
}

@media (max-width: 576px) {.future-members-tool {
    padding: 60px 0;
}.future-members-tool h4 {
    box-shadow: 2px 2px 0 rgb(148,160,160,0.5);
    border-width: 1px;
    margin-bottom: 35px;
    font-size: calc(30px * 0.7);
    padding: 8px 16px;
}.future-members-tool div > div {
    gap: 20px;
}.future-members-tool p {
    font-size: calc(18px * 0.9);
    padding: 12px;
}.future-members-tool p svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.future-members-tool p::after {
    height: 12px;
    top: -5px;
    width: 12px;
    left: -5px;
}.future-members-tool::after {
    height: 100px;
    width: 100px;
}}.cookie-warning-message-tool {
    width: 100%;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    position: fixed;
    background: rgb(185,197,197);
    border-top: 3px solid rgb(148,160,160);
    bottom: 0;
}.cookie-tab-tool {
    justify-content: space-between;
    max-width: 1200px;
    display: flex;
    padding: 20px 15px;
    margin: 0 auto;
    align-items: center;
}.edu-cookies-tool {
    flex-shrink: 0;
    margin-right: 15px;
}.edu-cookies-tool svg {
    width: 60px;
    height: 60px;
    fill: rgb(148,160,160);
    transition: fill 0.3s ease;
}.edu-cookies-tool svg:hover {
    fill: rgb(112,122,121);
}.track-settings-tool {
    flex-grow: 1;
    margin-right: 15px;
    color: #000000;
}.cookie-warning-message-tool h5 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
    font-size: 18px;
    color: rgb(148,160,160);
}.cookie-warning-message-tool p {
    color: #000000;
    font-size: 17px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
}.track-bar-tool {
    background: rgb(148,160,160);
    padding: 10px 20px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border-radius: 22px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    line-height: 35px;
    font-size: 19px;
    text-align: center;
    margin-left: 10px;
}.track-bar-tool:hover {
    box-shadow: 0 0 10px rgb(112,122,121,0.5);
    background: rgb(112,122,121);
}#consentForCookiePolicyBtn-tool {
    background: rgb(148,160,160);
}#disallow-tracking-consent-tool {
    background: rgba(0, 0, 0, 0.5);
}.cookie-warning-message-tool p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(148,160,160);
}.cookie-warning-message-tool p a:hover {
    color: rgb(112,122,121);
}
@media only screen and (max-width: 1200px) {.cookie-tab-tool {
    align-items: center;
    flex-direction: column;
}.edu-cookies-tool {
    margin-bottom: 15px;
}.track-settings-tool {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
}.track-bar-tool {
    width: 100%;
    margin-bottom: 10px;
    max-width: 200px;
    margin-left: 0;
}
}
@media only screen and (max-width: 800px) {.cookie-tab-tool {
    padding: 15px;
}.edu-cookies-tool {
    display: none;
}.cookie-warning-message-tool h5 {
    font-size: 22px;
}.cookie-warning-message-tool p {
    font-size: 15px;
}}
#cookieAlertNotice-tool {
    display: none;
}#cookieAlertNotice-tool:checked ~ .cookie-warning-message-tool {
    opacity: 0;
    visibility: hidden;
}header .top_plank {
    color:  #ffffff;
    background: rgb(148,160,160);
}header .top_plank .prime-learntrack-tool div svg, header .top_plank .prime-learntrack-tool div svg path {
    fill: #ffffff;
}header .top_plank .prime-learntrack-tool div span {
    color: #ffffff;
}header .top_plank .prime-learntrack-tool {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    align-items: center;
    line-height: 21px;
    font-size: 13px;
}header .top_plank .prime-learntrack-tool div {
    display: flex;
    margin-right: 24px;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .prime-learntrack-tool div img, header .top_plank .prime-learntrack-tool div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.secure-zone-tool {
    padding: 5rem 0;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    background: linear-gradient(135deg, rgb(185,197,197) 0%, rgba(245, 248, 250, 0.9) 100%);
    overflow: hidden;
}.secure-zone-tool::before {
    content: '';
    left: 0;
    z-index: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(148,160,160,0.5), 0.03),
        rgba(rgb(148,160,160,0.5), 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    width: 100%;
    top: 0;
}.secure-zone-tool::after {
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
    width: 15vw;
    background: linear-gradient(90deg, transparent, rgba(rgb(148,160,160,0.5), 0.08));
    content: '';
    top: 0;
}.secure-zone-tool .container {
    transform-origin: left center;
    z-index: 2;
    padding: 0 2rem;
    backdrop-filter: blur(5px);
    transform: perspective(1000px) rotateY(0.5deg);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.07);
    border-left: 4px solid rgb(148,160,160);
    position: relative;
    background: rgba(#ffffff, 0.95);
    margin: 0 auto;
    max-width: 1140px;
}.secure-zone-tool h1 {
    font-size: 45px;
    transform: translateX(-0.5rem);
    margin: 0 0 2rem;
    font-weight: 700;
    padding: 2rem 0 1rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    position: relative;
    color: #000000;
}.secure-zone-tool h1::after {
    content: '';
    bottom: 0;
    background: linear-gradient(90deg, rgb(148,160,160), transparent);
    left: 0;
    width: 6rem;
    height: 3px;
    animation: expandLine 0.8s ease-out forwards;
    position: absolute;
    transform-origin: left center;
}.secure-zone-tool h2 {
    padding-left: 1rem;
    margin: 2.5rem 0 1.5rem;
    position: relative;
    line-height: 1.3;
    font-weight: 600;
    font-size: 32px;
    color: #000000;
}.secure-zone-tool h2::before {
    border-radius: 1px;
    background: rgb(148,160,160);
    content: '';
    bottom: 0.25rem;
    top: 0.25rem;
    position: absolute;
    left: 0;
    width: 3px;
}.secure-zone-tool h3 {
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    font-size: calc(32px * 0.85);
    padding-bottom: 0.75rem;
    color: #000000;
    font-weight: 600;
    margin: 2rem 0 1.25rem;
}.secure-zone-tool h4 {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    background: rgba(rgb(148,160,160,0.5), 0.08);
    font-size: calc(32px * 0.7);
    font-weight: 600;
    border-radius: 2px;
    color: #000000;
    margin: 1.75rem 0 1rem;
}.secure-zone-tool p {
    font-size: 17px;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.7;
}.secure-zone-tool p strong {
    display: inline-block;
    font-weight: 600;
    color: #000000;
    position: relative;
}.secure-zone-tool p strong::after {
    height: 2px;
    background: rgba(rgb(148,160,160,0.5), 0.3);
    position: absolute;
    width: 100%;
    content: '';
    bottom: -2px;
    left: 0;
}.secure-zone-tool ul {
    padding-left: 1.25rem;
    margin: 1.5rem 0 2rem 0;
    list-style-type: none;
}.secure-zone-tool li {
    position: relative;
    padding-left: 1.75rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}.secure-zone-tool li::before {
    position: absolute;
    opacity: 0.8;
    top: 0.5rem;
    border: 2px solid rgb(148,160,160);
    height: 0.75rem;
    width: 0.75rem;
    transform: rotate(45deg);
    left: 0;
    content: '';
}.secure-zone-tool span {
    padding: 1.25rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: calc(17px * 0.95);
    background: linear-gradient(to right, rgba(rgb(112,122,121,0.5), 0.05), transparent);
    display: block;
    border-left: 2px solid rgb(112,122,121);
}

@keyframes expandLine {
    from {
        width: 0;
    }
    to {
        width: 6rem;
    }
}

@media (max-width: 991px) {.secure-zone-tool {
    padding: 4rem 0;
}.secure-zone-tool .container {
    padding: 2rem;
    transform: perspective(800px) rotateY(0.3deg);
}.secure-zone-tool h1 {
    margin-bottom: 1.5rem;
    font-size: calc(45px * 0.9);
}.secure-zone-tool h2 {
    margin: 2rem 0 1.25rem;
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 767px) {.secure-zone-tool {
    padding: 3rem 0;
}.secure-zone-tool::after {
    width: 10vw;
}.secure-zone-tool .container {
    padding: 1.5rem;
    transform: none;
}.secure-zone-tool h1 {
    transform: translateX(0);
    padding-top: 1rem;
    font-size: calc(45px * 0.8);
}.secure-zone-tool h2 {
    padding-left: 0.75rem;
    font-size: calc(32px * 0.8);
}.secure-zone-tool h3 {
    font-size: calc(32px * 0.7);
}.secure-zone-tool h4 {
    font-size: calc(32px * 0.6);
}.secure-zone-tool ul {
    padding-left: 0.5rem;
}.secure-zone-tool li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}.secure-zone-tool span {
    padding: 1rem;
}
}

@media (max-width: 480px) {.secure-zone-tool {
    padding: 2rem 0;
}.secure-zone-tool .container {
    border-left-width: 3px;
    padding: 1.25rem;
}.secure-zone-tool h1 {
    margin-bottom: 1.25rem;
    font-size: calc(45px * 0.7);
}.secure-zone-tool h1::after {
    width: 4rem;
}.secure-zone-tool p, .secure-zone-tool span {
    font-size: calc(17px * 0.95);
}.secure-zone-tool li {
    font-size: calc(17px * 0.95);
}@keyframes expandLine {
        from {
            width: 0;
        }
        to {
            width: 4rem;
        }
    }
}.contact-us-tool {
    overflow: hidden;
    position: relative;
    background: linear-gradient(160deg, rgb(185,197,197) 0%, rgb(148,160,160,0.5) 100%);
    padding: 90px 0;
}.contact-us-tool::before {
    top: 0;
    opacity: 0.03;
    background: repeating-linear-gradient(
        -45deg,
        rgb(148,160,160,0.5),
        rgb(148,160,160,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}.contact-us-tool .container {
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.contact-us-tool h2 {
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 43px;
    color: #000000;
    font-weight: 700;
    text-align: center;
}.contact-us-tool .message-feedback-tool {
    overflow: hidden;
    max-width: 800px;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    background: #ffffff;
    border-radius: 21px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}.contact-us-tool .image-overlay-tool {
    width: 100%;
    height: 200px;
    position: relative;
}.contact-us-tool .request-section-tool {
    position: relative;
    padding: 50px;
    width: 100%;
}.contact-us-tool form {
    width: 100%;
}.contact-us-tool form h3 {
    display: inline-block;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 18px;
    position: relative;
}.contact-us-tool form h3::after {
    border-radius: 1.5px;
    position: absolute;
    height: 3px;
    bottom: -10px;
    content: "";
    width: 100%;
    left: 0;
    background: rgb(148,160,160);
}.contact-us-tool form input[type="text"] {
    background: rgb(185,197,197);
    width: 100%;
    border-radius: 10px;
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000000;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}.contact-us-tool form input[type="text"]:focus {
    border-color: rgb(148,160,160);
    outline: none;
}.contact-us-tool form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.contact-us-tool .reach-query-tool {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact-us-tool .reach-query-tool input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-us-tool .reach-query-tool label {
    color: #000000;
    line-height: 1.6;
    padding-left: 35px;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}.contact-us-tool .reach-query-tool label::before {
    width: 22px;
    left: 0;
    background: rgb(185,197,197);
    height: 22px;
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    border-radius: 10px;
    top: 2px;
}.contact-us-tool .reach-query-tool input[type="checkbox"]:checked + label::before {
    background: rgb(148,160,160);
}.contact-us-tool .reach-query-tool input[type="checkbox"]:checked + label::after {
    position: absolute;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    border-right: 2px solid #ffffff;
    width: 6px;
    height: 12px;
    content: "";
    top: 5px;
    transform: rotate(45deg);
}.contact-us-tool .reach-query-tool label a {
    color: rgb(148,160,160);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact-us-tool .reach-query-tool label a:hover {
    text-decoration: underline;
}.contact-us-tool form .feedback-support-tool {
    overflow: hidden;
    font-weight: 600;
    text-align: center;
    border: none;
    font-size: 19px;
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px;
    background: rgb(148,160,160);
    font-family: Arial, sans-serif;
    width: 100%;
    transition: all 0.3s ease;
    padding: 16px 20px;
    position: relative;
}.contact-us-tool form .feedback-support-tool:hover {
    background: rgb(112,122,121);
}.contact-us-tool svg {
    width: 20px;
    height: 20px;
    fill: rgb(148,160,160);
}.contact-us-tool svg path {
    fill: rgb(148,160,160);
    transition: fill 0.3s ease;
}

@media screen and (min-width: 768px) {.contact-us-tool .message-feedback-tool {
    max-width: 1000px;
    flex-direction: row;
}.contact-us-tool .image-overlay-tool {
    width: 40%;
    min-height: 400px;
    height: auto;
}.contact-us-tool .request-section-tool {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.contact-us-tool .image-overlay-tool {
    width: 50%;
}.contact-us-tool .request-section-tool {
    padding: 60px;
    width: 50%;
}
}

@media screen and (min-width: 1200px) {.contact-us-tool .message-feedback-tool {
    max-width: 1100px;
}.contact-us-tool .image-overlay-tool {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.contact-us-tool {
    padding: 60px 0;
}.contact-us-tool h2 {
    margin-bottom: 30px;
    font-size: calc(43px * 0.7);
}.contact-us-tool .request-section-tool {
    padding: 30px 20px;
}.contact-us-tool form h3 {
    font-size: calc(18px * 0.9);
}}.data-insights-tool {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(185,197,197), rgba(0, 0, 0, 0.5));
}.data-insights-tool::before {
    top: -10%;
    background: linear-gradient(210deg, rgb(148,160,160,0.5), transparent);
    opacity: 0.15;
    position: absolute;
    right: -5%;
    pointer-events: none;
    width: 40%;
    content: "";
    z-index: 1;
    height: 70%;
    transform: rotate(-15deg) skew(10deg);
}.data-insights-tool::after {
    pointer-events: none;
    height: 60%;
    position: absolute;
    background: linear-gradient(30deg, rgb(112,122,121), transparent);
    z-index: 1;
    left: -5%;
    opacity: 0.1;
    width: 45%;
    content: "";
    transform: rotate(12deg) skew(-5deg);
    bottom: -10%;
}.data-insights-tool .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 2;
    position: relative;
}.data-insights-tool ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    gap: 2.5rem;
    display: grid;
    list-style: none;
    margin: 0;
}.data-insights-tool .expert-benefits-tool {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 
                0 1px 8px rgba(0, 0, 0, 0.06),
                0 20px 40px rgba(0, 0, 0, 0.03);
    padding: 2.2rem 1.8rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
}.data-insights-tool .expert-benefits-tool::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    left: 0;
    position: absolute;
    transform: scaleX(0.8);
    top: 0;
    right: 0;
    height: 4px;
    opacity: 0.7;
    background: linear-gradient(90deg, rgb(148,160,160), rgb(112,122,121));
}.data-insights-tool .expert-benefits-tool:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 25px 50px rgba(0, 0, 0, 0.04);
    transform: translateY(-6px);
}.data-insights-tool .expert-benefits-tool:hover::before {
    transform: scaleX(1);
    opacity: 1;
}.data-insights-tool .expert-benefits-tool div {
    z-index: 2;
    position: relative;
}.data-insights-tool .expert-benefits-tool p {
    transform: translateX(-2px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-background-clip: text;
    font-size: calc(38px * 1.2);
    background: linear-gradient(135deg, rgb(148,160,160), rgb(112,122,121));
    font-weight: 700;
    margin: 0 0 0.8rem;
    letter-spacing: -0.02em;
    -webkit-text-fill-color: transparent;
}.data-insights-tool .expert-benefits-tool:hover p {
    transform: translateX(0) scale(1.05);
}.data-insights-tool .expert-benefits-tool span {
    font-size: 13px;
    max-width: 90%;
    font-weight: 400;
    display: block;
    letter-spacing: 0.01em;
    line-height: 1.5;
    opacity: 0.9;
    color: #000000;
    transition: opacity 0.3s ease, transform 0.3s ease;
}.data-insights-tool .expert-benefits-tool:hover span {
    transform: translateY(-2px);
    opacity: 1;
}.data-insights-tool .expert-benefits-tool:nth-child(odd)::after {
    right: -20px;
    border-radius: 50%;
    height: 80px;
    position: absolute;
    bottom: -20px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    transform: scale(0.7);
    opacity: 0.1;
    width: 80px;
    background: linear-gradient(135deg, rgb(148,160,160,0.5), transparent);
    content: "";
    filter: blur(8px);
}.data-insights-tool .expert-benefits-tool:nth-child(even)::after {
    height: 80px;
    border-radius: 50%;
    transform: scale(0.7);
    width: 80px;
    top: -20px;
    filter: blur(8px);
    background: linear-gradient(135deg, rgb(112,122,121,0.5), transparent);
    content: "";
    opacity: 0.1;
    left: -20px;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
}.data-insights-tool .expert-benefits-tool:hover::after {
    opacity: 0.15;
    transform: scale(1);
}.data-insights-tool h4 {
    color: #ffffff;
    letter-spacing: 0.03em;
    margin-top: 4rem;
    position: relative;
    font-weight: 600;
    padding-bottom: 1rem;
    font-size: 24px;
    opacity: 0.95;
    text-align: center;
}.data-insights-tool h4::after {
    content: "";
    left: 50%;
    position: absolute;
    width: 80px;
    height: 2px;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(112,122,121), transparent);
}

@media (max-width: 991px) {.data-insights-tool {
    padding: 5rem 0;
}.data-insights-tool ul {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.data-insights-tool .expert-benefits-tool p {
    font-size: calc(38px * 1.1);
}
}

@media (max-width: 767px) {.data-insights-tool {
    padding: 4rem 0;
}.data-insights-tool ul {
    gap: 1.75rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.data-insights-tool .expert-benefits-tool {
    padding: 1.8rem 1.5rem;
}.data-insights-tool .expert-benefits-tool p {
    font-size: 38px;
}.data-insights-tool h4 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.data-insights-tool {
    padding: 3.5rem 0;
}.data-insights-tool ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.data-insights-tool .expert-benefits-tool {
    padding: 1.6rem 1.4rem;
}.data-insights-tool h4 {
    font-size: calc(24px * 0.95);
    margin-top: 2.5rem;
}
}

@media (hover: none) {.data-insights-tool .expert-benefits-tool:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 
                    0 1px 8px rgba(0, 0, 0, 0.06),
                    0 20px 40px rgba(0, 0, 0, 0.03);
    transform: none;
}.data-insights-tool .expert-benefits-tool:hover p {
    transform: translateX(-2px);
}.data-insights-tool .expert-benefits-tool:hover span {
    transform: none;
}}

@keyframes pulse {
    0% { opacity: 0.3; }
    50% { opacity: 0.6; }
    100% { opacity: 0.3; }
}

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}

.data-insights-tool .expert-benefits-tool:nth-child(3n+1) {
    animation: float 8s ease-in-out infinite;
    animation-delay: 0s;
}.data-insights-tool .expert-benefits-tool:nth-child(3n+2) {
    animation: float 8s ease-in-out infinite;
    animation-delay: -2s;
}.data-insights-tool .expert-benefits-tool:nth-child(3n+3) {
    animation: float 8s ease-in-out infinite;
    animation-delay: -4s;
}.course-program-tool {
    background: linear-gradient(135deg, rgb(185,197,197) 0%, rgb(112,122,121,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
}.course-program-tool::before {
    z-index: 1;
    right: -5%;
    content: "";
    background: linear-gradient(225deg, rgb(148,160,160) 0%, rgb(148,160,160,0.5) 70%);
    height: 300px;
    top: -5%;
    animation: floatElement 15s infinite ease-in-out;
    position: absolute;
    width: 300px;
    transform: rotate(-15deg);
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
    opacity: 0.1;
}.course-program-tool::after {
    animation: floatElement 18s infinite ease-in-out reverse;
    bottom: -8%;
    width: 250px;
    z-index: 1;
    left: -3%;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(112,122,121) 0%, rgb(112,122,121,0.5) 70%);
    height: 250px;
    transform: rotate(10deg);
    border-radius: 30% 70% 70% 30% / 30% 52% 48% 70%;
    opacity: 0.1;
}.course-program-tool .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}.course-program-tool .study-map-tool {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}.course-program-tool .image-overlay-tool {
    height: 350px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg);
}.course-program-tool .image-overlay-tool::before {
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(#000000, 0.2) 100%
    );
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    content: "";
    position: absolute;
}.course-program-tool .image-overlay-tool::after {
    top: -15px;
    content: "";
    right: -15px;
    z-index: 2;
    border-right: 4px solid rgb(148,160,160);
    height: 60px;
    border-top: 4px solid rgb(148,160,160);
    width: 60px;
    opacity: 0.7;
    position: absolute;
}.course-program-tool .image-overlay-tool:hover {
    transform: perspective(1000px) rotateY(0);
}.course-program-tool .editorial-wrap-tool {
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: relative;
}.course-program-tool .editorial-wrap-tool::before {
    background: linear-gradient(to bottom, rgb(148,160,160), rgb(112,122,121));
    top: 10%;
    height: 80%;
    content: "";
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    position: absolute;
    transform: scaleY(0);
    transform-origin: top;
    left: -20px;
    width: 5px;
}.course-program-tool h3 {
    color: rgb(148,160,160);
    font-weight: 700;
    padding-left: 1rem;
    opacity: 0;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(20px * 1.1);
    animation: fadeSlideUp 0.8s forwards 0.3s;
    transform: translateY(20px);
}.course-program-tool h3::before {
    top: 50%;
    width: 0.4rem;
    background-color: rgb(112,122,121);
    transform: translateY(-50%);
    height: 0.4rem;
    left: 0;
    content: "";
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.course-program-tool .description {
    color: #000000;
    animation: fadeSlideUp 0.8s forwards 0.5s;
    transform: translateY(20px);
    font-size: 15px;
    opacity: 0;
    position: relative;
    line-height: 1.8;
    margin-bottom: 1.2rem;
}.course-program-tool p.description {
    max-height: 400px;
    padding-right: 1rem;
    scrollbar-color: rgb(112,122,121) transparent;
    position: relative;
    overflow-y: auto;
    scrollbar-width: thin;
    display: block;
}.course-program-tool p.description::-webkit-scrollbar {
    width: 6px;
}.course-program-tool p.description::-webkit-scrollbar-track {
    background: transparent;
}.course-program-tool p.description::-webkit-scrollbar-thumb {
    background-color: rgb(112,122,121,0.5);
    border-radius: 10px;
}.course-program-tool span.description {
    display: none;
}

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

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

@keyframes floatElement {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-10px, 15px) rotate(-10deg);
    }
    50% {
        transform: translate(10px, 5px) rotate(-20deg);
    }
    75% {
        transform: translate(15px, -10px) rotate(-12deg);
    }
}

@media (min-width: 768px) {.course-program-tool .study-map-tool {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.course-program-tool .image-overlay-tool {
    height: 450px;
}.course-program-tool h3 {
    font-size: calc(20px * 1.2);
    padding-left: 1.5rem;
}.course-program-tool h3::before {
    height: 0.6rem;
    width: 0.6rem;
}.course-program-tool .editorial-wrap-tool::before {
    left: -30px;
}
}

@media (min-width: 992px) {.course-program-tool {
    padding: 9rem 0;
}.course-program-tool .image-overlay-tool {
    height: 500px;
}.course-program-tool .editorial-wrap-tool {
    padding-right: 2rem;
}.course-program-tool .editorial-wrap-tool::before {
    left: -40px;
}.course-program-tool h3 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.7);
}.course-program-tool .description {
    font-size: calc(15px * 1.05);
}.course-program-tool p.description {
    max-height: 450px;
}
}

@media (min-width: 1200px) {.course-program-tool .study-map-tool {
    gap: 6rem;
}.course-program-tool .image-overlay-tool {
    transform: perspective(1500px) rotateY(3deg);
    height: 550px;
}.course-program-tool .image-overlay-tool:hover {
    transform: perspective(1500px) rotateY(0);
}.course-program-tool h3 {
    font-size: calc(35px * 0.8);
}.course-program-tool p.description {
    max-height: 500px;
}
}

@media (max-width: 767px) {.course-program-tool {
    padding: 5rem 0;
}.course-program-tool .image-overlay-tool {
    height: 280px;
    margin-bottom: 1rem;
}.course-program-tool h3 {
    font-size: calc(20px * 1);
    margin-bottom: 1rem;
}.course-program-tool .editorial-wrap-tool::before {
    left: -15px;
}.course-program-tool p.description {
    max-height: 350px;
}}.thanksNexus-tool {
    overflow: hidden;
    box-shadow: 
        inset 12px 12px 24px rgba(255, 255, 255, 0.8),
        inset -12px -12px 24px rgba(70, 70, 80, 0.05);
    position: relative;
    background: linear-gradient(145deg, rgb(185,197,197), #f8f9fd);
    padding: 4rem 2rem;
}.thanksNexus-tool::before {
    opacity: 0.2;
    right: -5%;
    position: absolute;
    filter: blur(80px);
    background: linear-gradient(120deg, rgb(148,160,160,0.5), rgb(112,122,121,0.5));
    z-index: 0;
    transform: rotate(-15deg);
    width: 40%;
    pointer-events: none;
    height: 70%;
    top: -10%;
    content: "";
}.thanksNexus-tool::after {
    bottom: -10%;
    left: -5%;
    width: 30%;
    z-index: 0;
    pointer-events: none;
    content: "";
    opacity: 0.15;
    background: linear-gradient(220deg, rgb(112,122,121,0.5), rgb(148,160,160,0.5));
    filter: blur(70px);
    height: 60%;
    transform: rotate(20deg);
    position: absolute;
}.thanksNexus-tool .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.thanksNexus-tool h2 {
    color: #000000;
    transform: translateY(0);
    letter-spacing: -0.02em;
    opacity: 1;
    margin-bottom: 2.5rem;
    font-size: 29px;
    position: relative;
    animation: fadeInDown 0.8s ease-out forwards;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}.thanksNexus-tool h2::after {
    border-radius: 10px;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    bottom: -0.8rem;
    background: linear-gradient(90deg, rgb(148,160,160), rgb(112,122,121));
    width: 80px;
}.thanksNexus-tool .impact-facts-tool {
    padding: 2.5rem;
    position: relative;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 4px 4px 20px rgba(255, 255, 255, 0.9),
        inset -4px -4px 10px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    border-radius: 10px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    transform: translateY(0);
}.thanksNexus-tool .impact-facts-tool::before {
    content: "";
    border-radius: inherit;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(148,160,160,0.5), 0.03) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(112,122,121,0.5), 0.03) 0%, transparent 30%);
    top: 0;
    left: 0;
}.thanksNexus-tool ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thanksNexus-tool li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}.thanksNexus-tool li:last-child {
    margin-bottom: 0;
}.thanksNexus-tool li::before {
    transform: scale(0);
    border-radius: 50%;
    animation: scaleIn 0.4s ease-out 0.8s forwards;
    position: absolute;
    width: 8px;
    background: linear-gradient(135deg, rgb(148,160,160), rgb(112,122,121));
    height: 8px;
    content: "";
    left: 0;
    top: 0.6rem;
}.thanksNexus-tool li span {
    font-size: 15px;
    opacity: 0;
    transform: translateX(0);
    color: #000000;
    animation: fadeInRight 0.7s ease-out 0.6s forwards;
    font-family: Arial, sans-serif;
    display: block;
    font-weight: 400;
    line-height: 1.7;
}

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

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

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

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

@media (max-width: 991px) {.thanksNexus-tool {
    padding: 3rem 1.5rem;
}.thanksNexus-tool h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2rem;
}.thanksNexus-tool .impact-facts-tool {
    padding: 2rem;
}
}

@media (max-width: 767px) {.thanksNexus-tool {
    padding: 2.5rem 1.25rem;
}.thanksNexus-tool h2 {
    line-height: 1.4;
    font-size: calc(29px * 0.8);
    margin-bottom: 1.8rem;
}.thanksNexus-tool h2::after {
    width: 60px;
}.thanksNexus-tool .impact-facts-tool {
    padding: 1.5rem;
}.thanksNexus-tool li span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.thanksNexus-tool {
    padding: 2rem 1rem;
}.thanksNexus-tool h2 {
    font-size: calc(29px * 0.7);
    text-align: left;
}.thanksNexus-tool h2::after {
    transform: none;
    left: 0;
    width: 50px;
}.thanksNexus-tool .impact-facts-tool {
    padding: 1.25rem;
}.thanksNexus-tool li {
    padding-left: 1.25rem;
}.thanksNexus-tool li::before {
    width: 6px;
    top: 0.5rem;
    height: 6px;
}}.tariff-plan-tool {
    padding: 5rem 1rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(185,197,197), rgba(0, 0, 0, 0.5));
}.tariff-plan-tool::before {
    width: 100%;
    pointer-events: none;
    height: 100%;
    opacity: 0.1;
    content: "";
    left: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(148,160,160,0.5) 30%, transparent 70%);
    top: 0;
    position: absolute;
    z-index: 1;
}.tariff-plan-tool .container {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    z-index: 2;
}.tariff-plan-tool .cert-cost-tool {
    gap: 3rem;
    flex-direction: column;
    display: flex;
}.tariff-plan-tool .payment-plans-tool {
    order: -1;
    transform: translateY(20px);
    margin: 0 auto 2rem;
    max-width: 800px;
    text-align: center;
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
}.tariff-plan-tool .payment-plans-tool h2 {
    font-size: 38px;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
}.tariff-plan-tool .payment-plans-tool h2::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(148,160,160), rgb(112,122,121));
    width: 80px;
    left: 50%;
    height: 3px;
    content: "";
    position: absolute;
    bottom: -10px;
    border-radius: 10px;
}.tariff-plan-tool .rate-panel-tool {
    margin: 0 auto;
    line-height: 1.6;
    font-size: 16px;
    max-width: 90%;
    color: #000000;
}.tariff-plan-tool .learning-price-tool {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
    perspective: 1000px;
}.tariff-plan-tool .group-rates-tool {
    border-radius: 27px;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    text-decoration: none;
    opacity: 0;
    position: relative;
    transform: translateZ(0) scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: block;
    color: #000000;
    overflow: hidden;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.tariff-plan-tool .group-rates-tool:nth-child(1) {
    animation-delay: 0.1s;
}.tariff-plan-tool .group-rates-tool:nth-child(2) {
    animation-delay: 0.2s;
}.tariff-plan-tool .group-rates-tool:nth-child(3) {
    animation-delay: 0.3s;
}.tariff-plan-tool .group-rates-tool:nth-child(4) {
    animation-delay: 0.4s;
}.tariff-plan-tool .group-rates-tool::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    background: linear-gradient(90deg, rgb(148,160,160), rgb(112,122,121));
    top: 0;
    content: "";
    transform-origin: left;
    left: 0;
    height: 5px;
    position: absolute;
    transform: scaleX(0);
}.tariff-plan-tool .group-rates-tool:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px) scale(1.03);
}.tariff-plan-tool .group-rates-tool:hover::before {
    transform: scaleX(1);
}.tariff-plan-tool .plan-table-tool {
    display: flex;
    height: 100%;
    flex-direction: column;
}.tariff-plan-tool .qtr-cost-tool {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 2rem;
}.tariff-plan-tool .qtr-cost-tool h3 {
    transition: color 0.3s ease;
    color: #000000;
    margin: 0 0 1rem;
    position: relative;
    font-weight: 700;
    font-size: 20px;
}.tariff-plan-tool .group-rates-tool:hover .qtr-cost-tool h3 {
    color: rgb(148,160,160);
}.tariff-plan-tool .plan-fee-tool {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 2rem;
    color: rgb(148,160,160);
}.tariff-plan-tool .plan-fee-tool::after {
    position: absolute;
    left: 0;
    content: "";
    transition: width 0.3s ease;
    width: 40px;
    bottom: -8px;
    height: 2px;
    background-color: rgb(112,122,121);
}.tariff-plan-tool .group-rates-tool:hover .plan-fee-tool {
    transform: translateY(-3px);
}.tariff-plan-tool .group-rates-tool:hover .plan-fee-tool::after {
    width: 80px;
}.tariff-plan-tool .qtr-cost-tool p {
    color: #000000;
    margin: 0;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: calc(16px - 2px);
    flex-grow: 1;
    word-break: break-word;
}.tariff-plan-tool .image-overlay-tool {
    width: 100%;
    height: 200px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    position: relative;
}.tariff-plan-tool .image-overlay-tool::after {
    top: 0;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    transition: opacity 0.5s ease;
    left: 0;
    position: absolute;
    right: 0;
    opacity: 0.7;
    bottom: 0;
}.tariff-plan-tool .group-rates-tool:hover .image-overlay-tool {
    transform: scale(1.05);
}.tariff-plan-tool .group-rates-tool:hover .image-overlay-tool::after {
    opacity: 0.4;
}

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

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

@media (min-width: 768px) {.tariff-plan-tool {
    padding: 7rem 2rem;
}.tariff-plan-tool .cert-cost-tool {
    align-items: flex-start;
    flex-direction: row;
}.tariff-plan-tool .payment-plans-tool {
    margin: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    order: 0;
    flex: 0 0 30%;
    justify-content: center;
    padding-right: 2rem;
}.tariff-plan-tool .payment-plans-tool h2 {
    text-align: left;
}.tariff-plan-tool .payment-plans-tool h2::after {
    transform: none;
    left: 0;
}.tariff-plan-tool .rate-panel-tool {
    margin: 0;
    max-width: 100%;
}.tariff-plan-tool .learning-price-tool {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
}

@media (min-width: 992px) {.tariff-plan-tool .learning-price-tool {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.tariff-plan-tool {
    padding: 8rem 2rem;
}.tariff-plan-tool .payment-plans-tool {
    flex: 0 0 25%;
}.tariff-plan-tool .learning-price-tool {
    flex: 0 0 75%;
}.tariff-plan-tool .qtr-cost-tool {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.tariff-plan-tool .group-rates-tool {
    max-width: 400px;
    margin: 0 auto;
}.tariff-plan-tool .payment-plans-tool h2 {
    font-size: calc(38px * 0.9);
}.tariff-plan-tool .rate-panel-tool {
    font-size: calc(16px * 0.95);
}}.title-screen-tool {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(112,122,121) 0%, rgb(148,160,160) 100%);
    min-height: 100vh;
}.title-screen-tool::before {
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, transparent 50%);
    z-index: 1;
    position: absolute;
}.title-screen-tool::after {
    width: 80%;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    animation: moveGradient 20s ease-in-out infinite alternate;
    position: absolute;
    z-index: 2;
    top: -30%;
    height: 80%;
    right: -30%;
    content: "";
}.title-screen-tool .learn-entry-tool {
    z-index: 3;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    position: relative;
    padding: 5% 3%;
    display: flex;
    align-items: center;
}.title-screen-tool .learn-entry-tool > div {
    display: grid;
    gap: 3rem;
    max-width: 1400px;
    width: 100%;
    transform: translateY(0);
    animation: fadeInUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    grid-template-columns: 1fr;
}.title-screen-tool h3 {
    backdrop-filter: blur(10px);
    background: linear-gradient(120deg, rgb(148,160,160,0.5) 0%, rgb(112,122,121,0.5) 100%);
    margin-bottom: 1.5rem;
    position: relative;
    color: #ffffff;
    letter-spacing: 0.5px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    transform: perspective(1000px) rotateX(2deg);
    line-height: 1.5;
    padding: 2rem;
    font-size: calc(22px * 1.1);
}.title-screen-tool h3::before {
    position: absolute;
    top: 0;
    transform: scaleY(1.1);
    height: 100%;
    left: 0;
    content: "";
    background: rgb(112,122,121);
    width: 5px;
}.title-screen-tool .learn-expert-tool {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 65vh;
    transform: perspective(1200px) rotateY(-2deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}.title-screen-tool .learn-expert-tool:hover {
    transform: perspective(1200px) rotateY(0deg);
}.title-screen-tool .learn-expert-tool::before {
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.3) 40%, 
    rgba(0, 0, 0, 0.7) 100%);
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}.title-screen-tool .learn-expert-tool > div {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 5rem 3rem;
    z-index: 2;
    position: relative;
    justify-content: flex-end;
}.title-screen-tool .learn-expert-tool p {
    position: relative;
    font-size: calc(17px * 1.2);
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
    padding-left: 2rem;
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
    font-weight: 400;
    opacity: 0;
    transform: translateY(50px);
    line-height: 1.6;
    max-width: 90%;
    color: #ffffff;
}.title-screen-tool .learn-expert-tool p::before {
    height: 1rem;
    top: 0.5rem;
    width: 1rem;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    background: rgb(148,160,160);
    position: absolute;
    left: 0;
}.title-screen-tool .title_style_header {
    font-size: 42px;
    margin-top: 1rem;
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.2);
    font-weight: 700;
    color: #ffffff;
    max-width: 95%;
    -webkit-background-clip: text !important;
    color: transparent;
    letter-spacing: 1px;
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    transform: translateY(60px);
    background: linear-gradient(90deg, #ffffff 0%, rgb(112,122,121) 100%);
    opacity: 0;
    background-clip: text !important;
    position: relative;
    line-height: 1.3;
}.title-screen-tool .title_style_header::after {
    height: 4px;
    bottom: -1rem;
    transform-origin: left;
    background: rgb(112,122,121);
    transform: scaleX(0);
    left: 0;
    animation: lineGrow 1s cubic-bezier(0.22, 1, 0.36, 1) 1.2s forwards;
    content: "";
    position: absolute;
    width: 6rem;
}

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

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

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

@keyframes moveGradient {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5%, 5%);
  }
  100% {
    transform: translate(5%, -5%);
  }
}

@media (min-width: 768px) {.title-screen-tool .learn-entry-tool > div {
    gap: 2rem;
    grid-template-columns: 0.5fr 1fr;
}.title-screen-tool h3 {
    font-size: calc(22px * 1.2);
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
}.title-screen-tool .learn-expert-tool {
    height: 75vh;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}.title-screen-tool .title_style_header {
    font-size: calc(42px * 1.2);
    max-width: 90%;
}
}

@media (min-width: 992px) {.title-screen-tool .learn-entry-tool {
    padding: 3% 5%;
}.title-screen-tool h3 {
    font-size: calc(22px * 1.3);
    padding: 3rem;
}.title-screen-tool .learn-expert-tool {
    transform: perspective(1500px) rotateY(-3deg);
}.title-screen-tool .learn-expert-tool > div {
    padding: 6rem 4rem;
}.title-screen-tool .title_style_header {
    font-size: calc(42px * 1.4);
}.title-screen-tool .learn-expert-tool p {
    max-width: 80%;
    font-size: calc(17px * 1.3);
}
}

@media (min-width: 1200px) {.title-screen-tool .title_style_header {
    max-width: 85%;
    font-size: calc(42px * 1.5);
}.title-screen-tool h3 {
    font-size: calc(22px * 1.4);
}.title-screen-tool .learn-expert-tool p {
    max-width: 75%;
    font-size: calc(17px * 1.4);
}.title-screen-tool .learn-expert-tool::after {
    position: absolute;
    background: linear-gradient(45deg, rgb(148,160,160,0.5) 0%, rgb(112,122,121) 100%);
    right: 2rem;
    width: 150px;
    opacity: 0.3;
    animation: rotate 15s linear infinite;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 150px;
    bottom: 2rem;
    z-index: 1;
}
  
  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
}

@media (max-width: 767px) {.title-screen-tool .learn-entry-tool {
    padding: 3rem 1.5rem;
}.title-screen-tool h3 {
    padding: 1.5rem;
    font-size: 22px;
}.title-screen-tool .learn-expert-tool {
    height: 55vh;
}.title-screen-tool .learn-expert-tool > div {
    padding: 2rem 1.5rem;
}.title-screen-tool .title_style_header {
    font-size: calc(31px * 1.1);
}.title-screen-tool .learn-expert-tool p {
    padding-left: 1.5rem;
    font-size: 17px;
}}.education-history-tool {
    overflow: hidden;
    position: relative;
    padding: 7rem 2rem;
    background: radial-gradient(circle at 70% 30%, rgb(148,160,160,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(112,122,121,0.5) 0%, transparent 40%), 
              #000000;
}.education-history-tool::before {
    content: "";
    animation: backgroundMovement 30s linear infinite alternate;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    position: absolute;
    width: 150%;
    top: -25%;
    opacity: 0.3;
    height: 150%;
    left: -25%;
}.education-history-tool .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.education-history-tool .user-opinions-tool {
    grid-template-columns: 1fr 1fr;
    display: grid;
    position: relative;
    grid-template-rows: auto auto auto;
    gap: 0;
    overflow: hidden;
    border-radius: 13px;
}.education-history-tool .user-opinions-tool::after {
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(148,160,160,0.5) 0%, transparent 50%);
    pointer-events: none;
    mix-blend-mode: overlay;
    opacity: 0.3;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
}.education-history-tool .user-opinions-tool .image-overlay-tool {
    grid-row: 1 / 4;
    z-index: 1;
    min-height: 500px;
    border-radius: 0;
    transition: all 0.5s ease;
    grid-column: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    transform: scale(1.05) translateX(-5%);
    box-shadow: 0 0 30px rgb(148,160,160,0.5);
    position: relative;
}.education-history-tool .user-opinions-tool .image-overlay-tool:hover {
    box-shadow: 0 0 50px rgb(148,160,160);
    transform: scale(1.07) translateX(-4%);
}.education-history-tool .user-opinions-tool .name {
    letter-spacing: 2px;
    grid-column: 2 / 3;
    padding: 3.5rem 2rem 0.5rem 3rem;
    grid-row: 1 / 2;
    animation: neonPulse 4s infinite alternate;
    z-index: 2;
    font-size: 32px;
    position: relative;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(148,160,160,0.5), 0 0 20px rgb(148,160,160,0.5);
    color: #ffffff;
}.education-history-tool .user-opinions-tool span:not(.name) {
    text-transform: uppercase;
    grid-column: 2 / 3;
    font-weight: 400;
    font-size: 20px;
    padding: 0 2rem 1rem 3rem;
    grid-row: 2 / 3;
    letter-spacing: 1px;
    color: rgb(112,122,121);
    z-index: 2;
    position: relative;
}.education-history-tool .user-opinions-tool .past-career-tool {
    border-top: 1px solid rgb(112,122,121,0.5);
    grid-column: 2 / 3;
    line-height: 1.7;
    padding: 2rem 2rem 2.5rem 3rem;
    backdrop-filter: blur(5px);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    margin-right: 1.5rem;
    z-index: 2;
    position: relative;
    grid-row: 3 / 4;
    color: #ffffff;
    font-size: 15px;
    border-radius: 0 10px 0 0;
}

@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(148,160,160,0.5), 0 0 20px rgb(148,160,160,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(148,160,160), 0 0 30px rgb(148,160,160);
  }
}

@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}

@media (max-width: 992px) {.education-history-tool {
    padding: 5rem 1.5rem;
}.education-history-tool .user-opinions-tool {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.education-history-tool .user-opinions-tool .image-overlay-tool {
    min-height: 350px;
    grid-column: 1 / 2;
    transform: scale(1.02) translateY(-5%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-row: 1 / 2;
}.education-history-tool .user-opinions-tool .image-overlay-tool:hover {
    transform: scale(1.03) translateY(-4%);
}.education-history-tool .user-opinions-tool .name {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.education-history-tool .user-opinions-tool span:not(.name) {
    grid-row: 3 / 4;
    padding: 0 1.5rem 1rem 1.5rem;
    grid-column: 1 / 2;
}.education-history-tool .user-opinions-tool .past-career-tool {
    border-radius: 10px;
    padding: 1.5rem;
    margin-right: 0;
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}
}

@media (max-width: 576px) {.education-history-tool {
    padding: 4rem 1rem;
}.education-history-tool .user-opinions-tool .image-overlay-tool {
    min-height: 280px;
}.education-history-tool .user-opinions-tool .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.education-history-tool .user-opinions-tool span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.education-history-tool .user-opinions-tool .past-career-tool {
    padding: 1.2rem;
}}.our-story-tool {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}.our-story-tool::before {
    bottom: 0;
    content: "";
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: absolute;
    background: linear-gradient(145deg, rgba(15, 25, 35, 0.92), rgba(25, 35, 45, 0.85));
    top: 0;
    right: 0;
}.our-story-tool::after {
    content: "";
    z-index: 1;
    width: 50%;
    top: -10%;
    opacity: 0.05;
    right: -5%;
    position: absolute;
    animation: floatBackground 30s infinite alternate ease-in-out;
    transform: rotate(-15deg) skewX(15deg);
    background: rgb(148,160,160,0.5);
    height: 70%;
}.our-story-tool h4 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-size: max(32px, min(5vw, 48px));
    z-index: 2;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
    color: #ffffff;
}.our-story-tool h4::after {
    width: 80px;
    background: rgb(112,122,121);
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    z-index: 2;
    bottom: 0;
}.our-story-tool .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 3;
    max-width: 1200px;
}.our-story-tool .editorial-wrap-tool {
    padding: 40px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-left: 5px solid rgb(112,122,121);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(0);
    backdrop-filter: blur(10px);
}.our-story-tool .editorial-wrap-tool:hover {
    transform: translateY(-5px);
}.our-story-tool .editorial-wrap-tool::before {
    top: 20px;
    height: 60px;
    position: absolute;
    width: 60px;
    content: "";
    opacity: 0.5;
    border-top: 3px solid rgb(112,122,121,0.5);
    right: 20px;
    border-right: 3px solid rgb(112,122,121,0.5);
}.our-story-tool .editorial-wrap-tool::after {
    width: 60px;
    bottom: 20px;
    left: 20px;
    opacity: 0.5;
    border-bottom: 3px solid rgb(112,122,121,0.5);
    border-left: 3px solid rgb(112,122,121,0.5);
    content: "";
    height: 60px;
    position: absolute;
}.our-story-tool h6 {
    font-size: max(24px, min(3vw, 32px));
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    margin-bottom: 25px;
}.our-story-tool h6::after {
    background: rgb(112,122,121);
    width: 70%;
    transform-origin: left;
    position: absolute;
    bottom: -8px;
    left: 0;
    content: "";
    transition: transform 0.4s ease;
    height: 3px;
    transform: scaleX(0.7);
}.our-story-tool .editorial-wrap-tool:hover h6::after {
    transform: scaleX(1);
}.our-story-tool span {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #000000;
    hyphens: auto;
    max-width: 100%;
    column-gap: 40px;
    font-size: 14px;
    column-count: 1;
    display: block;
}


@media (min-width: 768px) {.our-story-tool {
    padding: 150px 0 100px;
}.our-story-tool h4 {
    margin-bottom: 60px;
}.our-story-tool .editorial-wrap-tool {
    max-width: 90%;
    padding: 50px;
    margin: 0 auto;
}.our-story-tool span {
    text-align: justify;
    column-count: 2;
}
}

@media (min-width: 992px) {.our-story-tool {
    padding: 180px 0 120px;
}.our-story-tool .editorial-wrap-tool {
    max-width: 85%;
    padding: 60px 70px;
}.our-story-tool h4 {
    font-size: 42px;
}.our-story-tool h6 {
    font-size: 28px;
}.our-story-tool span {
    font-size: calc(14px + 1px);
}
}

@media (max-width: 767px) {.our-story-tool {
    padding: 80px 0 60px;
}.our-story-tool h4 {
    margin-bottom: 30px;
    font-size: 28px;
}.our-story-tool .editorial-wrap-tool {
    padding: 30px 25px;
}.our-story-tool h6 {
    margin-bottom: 20px;
    font-size: 22px;
}.our-story-tool span {
    font-size: calc(14px - 1px);
    line-height: 1.6;
}.our-story-tool .editorial-wrap-tool::before,
    .our-story-tool .editorial-wrap-tool::after {
    width: 40px;
    height: 40px;
}
}

@keyframes floatBackground {
    0% {
        transform: rotate(-15deg) skewX(15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) skewX(12deg) translateY(-20px);
    }
    100% {
        transform: rotate(-18deg) skewX(18deg) translateY(10px);
    }
}