* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    width: 1195px;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.main-core-16 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.wrapper-skeleton-52 {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}html,body {
    auto
contain
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}.ssl-info-14 {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    scroll-behavior: smooth;
    width: 0.8em;
}::-webkit-scrollbar-track {
    background: radial-gradient(ellipse at center, #ffffff 13%, rgb(255, 255, 255, 0.5) 68%, rgb(129,191,176) 34%, rgb(129,191,176,0.5) 85%, rgb(212,238,227) 68%);
    border-radius: 12.4vw;
}::-webkit-scrollbar-track:active {
    background: rgb(129,191,176,0.5);
}::-webkit-scrollbar-thumb {
    background: linear-gradient(80deg, #ffffff 2%, rgb(255, 255, 255, 0.5) 5%, rgb(129,191,176) 18%, rgb(129,191,176,0.5) 98%, rgb(171,220,202) 27%, rgb(212,238,227) 84%);
    min-height: 73px;
    box-shadow: 0px -2px 9px -1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}::-webkit-scrollbar-thumb:hover {
    transform: scale(0.95);
    box-shadow: -4px -2px 6px 0px rgba(0, 0, 0, 0.6);
    background: rgb(171,220,202,0.5);
}html {
    scrollbar-width: none;
    scrollbar-color: rgb(129,191,176) rgb(129,191,176,0.5);
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 2px;
}::-webkit-scrollbar-thumb {
    background: #ffffff;
}
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.customer-feedback-38 {
    background: linear-gradient(145deg, rgb(212,238,227), rgba(245, 248, 252, 0.7));
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.customer-feedback-38::before {
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgba(rgb(171,220,202,0.5), 0.05), transparent 60%);
}.customer-feedback-38::after {
    height: 300px;
    position: absolute;
    z-index: 0;
    bottom: -50px;
    filter: blur(40px);
    content: "";
    border-radius: 50%;
    width: 300px;
    background: linear-gradient(135deg, rgba(rgb(129,191,176,0.5), 0.05), rgba(rgb(171,220,202,0.5), 0.08));
    right: -50px;
}.customer-feedback-38 .container {
    position: relative;
    z-index: 1;
}.customer-feedback-38 h2 {
    font-size: 32px;
    transition: transform 0.5s ease;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    color: #000000;
    transform: perspective(1000px) rotateX(0deg);
}.customer-feedback-38 h2::after {
    transform: translateX(-50%);
    box-shadow: 0 5px 15px rgba(rgb(171,220,202,0.5), 0.2);
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(171,220,202), rgb(129,191,176));
    bottom: -15px;
    width: 80px;
    height: 3px;
    content: "";
}.customer-feedback-38 .user-ratings-21 {
    padding: 0;
    gap: 30px;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
}.customer-feedback-38 .client-views-46 {
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.03), -12px -12px 24px rgba(255, 255, 255, 0.9);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    transform: translateY(0);
    padding: 30px;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
}.customer-feedback-38 .client-views-46::before {
    top: 10px;
    line-height: 1;
    font-size: 120px;
    right: 20px;
    color: rgba(rgb(129,191,176,0.5), 0.06);
    content: "";
    position: absolute;
    font-family: serif;
    z-index: 0;
}.customer-feedback-38 .client-views-46:hover {
    transform: translateY(-8px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), -15px -15px 30px rgba(255, 255, 255, 1);
}.customer-feedback-38 .client-views-46 div {
    position: relative;
    display: flex;
    z-index: 1;
    align-items: center;
    margin-bottom: 15px;
}.customer-feedback-38 .client-views-46 img {
    width: 60px;
    transition: transform 0.3s ease;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 60px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    margin-right: 15px;
}.customer-feedback-38 .client-views-46:hover img {
    transform: scale(1.05);
}.customer-feedback-38 .client-views-46 h4 {
    color: #000000;
    position: relative;
    margin: 0;
    font-size: calc(19px - 2px);
    font-weight: 600;
}.customer-feedback-38 .client-views-46 h4::after {
    bottom: -5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(171,220,202), transparent);
    height: 2px;
    content: "";
    transition: width 0.4s ease;
    width: 0;
    left: 0;
}.customer-feedback-38 .client-views-46:hover h4::after {
    width: 100%;
}.customer-feedback-38 .client-views-46 .description {
    color: #000000;
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}.customer-feedback-38 .client-views-46:nth-child(odd) {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
}.customer-feedback-38 .client-views-46:nth-child(even) {
    background: linear-gradient(145deg, #f8f9fa, #ffffff);
}.customer-feedback-38 a {
    position: relative;
    padding: 12px 30px;
    margin: 40px auto 0;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    border-radius: 8px;
    width: fit-content;
    background: linear-gradient(135deg, rgb(171,220,202), rgb(129,191,176));
    font-size: 19px;
    box-shadow: 0 5px 15px rgba(rgb(171,220,202,0.5), 0.2);
    color: #ffffff;
}.customer-feedback-38 a::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    position: absolute;
    left: -100%;
    content: "";
    z-index: -1;
    top: 0;
}.customer-feedback-38 a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(rgb(171,220,202,0.5), 0.3);
}.customer-feedback-38 a:hover::before {
    left: 100%;
}

@media (min-width: 1200px) {.customer-feedback-38 .user-ratings-21 {
    grid-template-columns: repeat(4, 1fr);
}.customer-feedback-38 h2 {
    font-size: calc(32px + 4px);
}.customer-feedback-38 .skill-space-45 {
    margin: 0 auto;
    max-width: 1200px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {.customer-feedback-38 .user-ratings-21 {
    grid-template-columns: repeat(3, 1fr);
}.customer-feedback-38 {
    padding: 100px 0;
}
}

@media (min-width: 768px) and (max-width: 991px) {.customer-feedback-38 .user-ratings-21 {
    grid-template-columns: repeat(2, 1fr);
}.customer-feedback-38 {
    padding: 80px 0;
}.customer-feedback-38 h2 {
    margin-bottom: 50px;
}
}

@media (max-width: 767px) {.customer-feedback-38 {
    padding: 60px 0;
}.customer-feedback-38 .user-ratings-21 {
    grid-template-columns: 1fr;
}.customer-feedback-38 h2 {
    font-size: calc(32px - 2px);
    margin-bottom: 40px;
}.customer-feedback-38 .client-views-46 {
    padding: 25px 20px;
}.customer-feedback-38 .client-views-46 img {
    width: 50px;
    height: 50px;
}.customer-feedback-38 a {
    margin-top: 30px;
    padding: 10px 25px;
}
}

@media (max-width: 480px) {.customer-feedback-38 {
    padding: 50px 0;
}.customer-feedback-38 h2 {
    font-size: calc(32px - 4px);
}.customer-feedback-38 .client-views-46 {
    padding: 20px 15px;
}
}

@supports (backdrop-filter: blur(10px)) {.customer-feedback-38 .client-views-46 {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px) saturate(150%);
}.customer-feedback-38 .client-views-46:hover {
    backdrop-filter: blur(15px) saturate(180%);
}
}

@media (prefers-reduced-motion: reduce) {.customer-feedback-38 .client-views-46,
  .customer-feedback-38 a,
  .customer-feedback-38 a::before,
  .customer-feedback-38 .client-views-46 img,
  .customer-feedback-38 .client-views-46 h4::after {
    transition: none;
}
}

@container (min-width: 350px) {.customer-feedback-38 .client-views-46 .description {
    font-size: calc(17px + 1px);
    line-height: 1.7;
}}.contact-form-section-82 {
    background: rgb(212,238,227);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.contact-form-section-82::before {
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.3;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(171,220,202,0.5) 0,
        rgb(171,220,202,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
}.contact-form-section-82::after {
    width: 300px;
    opacity: 0.2;
    right: 0;
    z-index: 1;
    bottom: 0;
    background: radial-gradient(circle, rgb(129,191,176) 0%, transparent 70%);
    filter: blur(60px);
    content: "";
    position: absolute;
    animation: float 10s ease-in-out infinite;
    height: 300px;
}.contact-form-section-82 .pic-box-04 {
    width: 100%;
    top: 0;
    opacity: 0.08;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 0;
    filter: blur(2px) saturate(0.8);
}.contact-form-section-82 .pic-box-04::after {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(129,191,176,0.5) 0%, transparent 100%);
    content: "";
    left: 0;
}.contact-form-section-82 .container {
    margin: 0 auto;
    z-index: 5;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.contact-form-section-82 h3 {
    font-size: 33px;
    margin-bottom: 50px;
    color: #000000;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    font-weight: 700;
}.contact-form-section-82 h3::before {
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    position: absolute;
    background: rgb(171,220,202);
    height: 4px;
    content: "";
    width: 40px;
}.contact-form-section-82 h3::after {
    height: 1px;
    content: "";
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(171,220,202), transparent);
    left: 50%;
    bottom: -20px;
    width: 100px;
    transform: translateX(-50%);
}.request-reach-07 {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    grid-template-columns: 1fr 1fr;
    gap: 0;
    z-index: 10;
    background: #ffffff;
    overflow: hidden;
    display: grid;
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 13px;
}.request-reach-07::before {
    top: -50%;
    z-index: 0;
    width: 200%;
    background: radial-gradient(circle at center, rgb(129,191,176,0.5) 0%, transparent 50%);
    left: -50%;
    opacity: 0.2;
    animation: rotate 60s linear infinite;
    height: 200%;
    position: absolute;
    content: "";
}.request-reach-07 .support-map-19 {
    z-index: 2;
    padding: 60px 50px;
    position: relative;
}.request-reach-07 .support-map-19::before {
    content: "";
    right: 0;
    width: 1px;
    height: 70%;
    background: linear-gradient(to bottom, transparent, rgb(171,220,202,0.5), transparent);
    position: absolute;
    top: 15%;
}.request-reach-07 .support-map-19 h3 {
    text-align: left;
    margin-bottom: 35px;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
}.request-reach-07 .support-map-19 h3::before {
    display: none;
}.request-reach-07 .support-map-19 h3::after {
    height: 2px;
    width: 60px;
    background: rgb(171,220,202);
    transform: none;
    bottom: -15px;
    left: 0;
}.request-reach-07 .support-map-19 form {
    display: flex;
    flex-direction: column;
}.request-reach-07 .support-map-19 input[type="text"],
.request-reach-07 .support-map-19 textarea {
    border-radius: 10px;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    background: rgba(240, 240, 240, 0.5);
    margin-bottom: 25px;
    padding: 18px 22px;
    font-size: 15px;
    border: none;
    width: 100%;
    transition: all 0.3s ease;
}.request-reach-07 .support-map-19 input[type="text"]:focus,
.request-reach-07 .support-map-19 textarea:focus {
    box-shadow: 0 0 0 2px rgb(171,220,202,0.5), inset 0 1px 3px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    outline: none;
}.request-reach-07 .support-map-19 textarea {
    resize: vertical;
    min-height: 150px;
}.request-reach-07 .support-map-19 .query-block-85 {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
    position: relative;
}.request-reach-07 .support-map-19 .query-block-85 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.request-reach-07 .support-map-19 .query-block-85 label {
    padding-left: 30px;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    font-size: calc(15px - 2px);
    color: #000000;
}.request-reach-07 .support-map-19 .query-block-85 label::before {
    border-radius: 10px;
    content: "";
    left: 0;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
    top: 2px;
    position: absolute;
    background: rgba(240, 240, 240, 0.8);
    width: 20px;
    height: 20px;
}.request-reach-07 .support-map-19 .query-block-85 input[type="checkbox"]:checked + label::before {
    background: rgb(171,220,202);
}.request-reach-07 .support-map-19 .query-block-85 input[type="checkbox"]:checked + label::after {
    height: 10px;
    content: "";
    position: absolute;
    width: 5px;
    top: 5px;
    left: 8px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
}.request-reach-07 .support-map-19 .query-block-85 a {
    transition: all 0.3s ease;
    color: rgb(171,220,202);
    text-decoration: none;
    position: relative;
    font-weight: 600;
}.request-reach-07 .support-map-19 .query-block-85 a::after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: rgb(171,220,202);
    width: 0;
    bottom: -2px;
    left: 0;
    transition: width 0.3s ease;
}.request-reach-07 .support-map-19 .query-block-85 a:hover::after {
    width: 100%;
}.request-reach-07 .support-map-19 .message-box-47 {
    display: inline-block;
    color: #000000;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 15px 30px;
    font-weight: 600;
    font-size: 14px;
    align-self: flex-start;
    background: transparent;
    position: relative;
    z-index: 1;
    border: 2px solid rgb(171,220,202);
    overflow: hidden;
}.request-reach-07 .support-map-19 .message-box-47::before {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    background: rgb(171,220,202);
    z-index: -1;
    width: 0;
    height: 100%;
}.request-reach-07 .support-map-19 .message-box-47:hover {
    color: #ffffff;
}.request-reach-07 .support-map-19 .message-box-47:hover::before {
    width: 100%;
}.request-reach-07 .request-info-43 {
    z-index: 2;
    position: relative;
    padding: 60px 50px;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 1) 100%);
}.request-reach-07 .request-info-43::before {
    left: 0;
    opacity: 0.5;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, transparent 25%, rgba(0, 0, 0, 0.02) 25%, rgba(0, 0, 0, 0.02) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.02) 75%);
    top: 0;
    background-size: 20px 20px;
}.request-reach-07 .request-info-43 h4 {
    color: #000000;
    position: relative;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 35px;
    font-weight: 600;
}.request-reach-07 .request-info-43 h4::after {
    width: 60px;
    content: "";
    height: 2px;
    background: rgb(171,220,202);
    position: absolute;
    bottom: -15px;
    left: 0;
}.request-reach-07 .request-info-43 .contact-query-47 {
    margin: 0;
    padding: 0;
    list-style: none;
}.request-reach-07 .request-info-43 .contact-query-47 li {
    padding-left: 15px;
    border-left: 2px solid transparent;
    align-items: center;
    position: relative;
    display: flex;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    z-index: 1;
}.request-reach-07 .request-info-43 .contact-query-47 li:last-child {
    margin-bottom: 0;
}.request-reach-07 .request-info-43 .contact-query-47 li:hover {
    border-left-color: rgb(171,220,202);
    padding-left: 20px;
}.request-reach-07 .request-info-43 .contact-query-47 li svg {
    flex-shrink: 0;
    width: 22px;
    transition: all 0.3s ease;
    opacity: 0.8;
    height: 22px;
    margin-right: 18px;
}.request-reach-07 .request-info-43 .contact-query-47 li:hover svg {
    transform: scale(1.1);
    opacity: 1;
}.request-reach-07 .request-info-43 .contact-query-47 li svg path {
    transition: all 0.3s ease;
    fill: rgb(171,220,202);
}.request-reach-07 .request-info-43 .contact-query-47 li:hover svg path {
    fill: rgb(129,191,176);
}.request-reach-07 .request-info-43 .contact-query-47 li span {
    line-height: 1.5;
    color: #000000;
    font-size: 15px;
}.request-reach-07 .request-info-43 .contact-query-47 li a {
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}.request-reach-07 .request-info-43 .contact-query-47 li a::after {
    content: "";
    bottom: -3px;
    left: 0;
    background-color: rgb(171,220,202);
    transition: width 0.3s ease;
    width: 0;
    position: absolute;
    height: 1px;
}.request-reach-07 .request-info-43 .contact-query-47 li a:hover {
    color: rgb(171,220,202);
}.request-reach-07 .request-info-43 .contact-query-47 li a:hover::after {
    width: 100%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.contact-form-section-82 {
    padding: 80px 0;
}.request-reach-07 {
    grid-template-columns: 1fr;
}.request-reach-07 .support-map-19::before {
    width: 70%;
    left: 15%;
    right: auto;
    height: 1px;
    bottom: 0;
    top: auto;
}.request-reach-07 .support-map-19,
    .request-reach-07 .request-info-43 {
    padding: 50px 40px;
}
}

@media screen and (max-width: 768px) {.contact-form-section-82 {
    padding: 60px 0;
}.contact-form-section-82 h3 {
    margin-bottom: 40px;
    font-size: calc(33px - 4px);
}.request-reach-07 .support-map-19,
    .request-reach-07 .request-info-43 {
    padding: 40px 30px;
}.request-reach-07 .support-map-19 h3,
    .request-reach-07 .request-info-43 h4 {
    font-size: calc(18px - 2px);
    margin-bottom: 30px;
}.request-reach-07 .support-map-19 input[type="text"],
    .request-reach-07 .support-map-19 textarea {
    margin-bottom: 20px;
    padding: 15px 18px;
}.request-reach-07 .support-map-19 .message-box-47 {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact-form-section-82 {
    padding: 50px 0;
}.request-reach-07 {
    border-radius: 10px;
}.request-reach-07 .support-map-19,
    .request-reach-07 .request-info-43 {
    padding: 30px 25px;
}.request-reach-07 .request-info-43 .contact-query-47 li {
    align-items: flex-start;
}.request-reach-07 .request-info-43 .contact-query-47 li svg {
    margin-top: 3px;
}}.pricing-feature-06 {
    position: relative;
    background-color: rgb(212,238,227);
    overflow: hidden;
    padding: 5rem 0;
}.pricing-feature-06::before {
    height: 12rem;
    transform: rotate(15deg);
    position: absolute;
    background: linear-gradient(135deg, rgb(171,220,202), rgb(129,191,176));
    top: -3rem;
    opacity: 0.07;
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 12rem;
    right: -3rem;
}.pricing-feature-06::after {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    height: 18rem;
    z-index: 0;
    opacity: 0.05;
    transform: rotate(-10deg);
    position: absolute;
    background: linear-gradient(45deg, rgb(129,191,176), rgb(171,220,202,0.5));
    content: "";
    bottom: -5rem;
    left: -5rem;
    width: 18rem;
}.pricing-feature-06 .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}.pricing-feature-06 .pricing-options-41 {
    flex-direction: column;
    display: flex;
}.pricing-feature-06 .value-plan-37 {
    order: -1;
    margin-bottom: 3rem;
    position: relative;
}.pricing-feature-06 .value-plan-37 h2 {
    position: relative;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    font-size: 37px;
    margin-bottom: 1rem;
}.pricing-feature-06 .value-plan-37 h2::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(171,220,202), transparent);
    content: "";
    height: 3px;
    bottom: -0.5rem;
    width: 60%;
    left: 0;
}.pricing-feature-06 .price-grid-27 {
    max-width: 800px;
    line-height: 1.6;
    color: #000000;
    font-size: 17px;
    margin-bottom: 1rem;
}.pricing-feature-06 .cert-cost-57 {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
}.pricing-feature-06 .monthly-rate-14 {
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    text-decoration: none;
    color: #000000;
}.pricing-feature-06 .learning-package-14 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0,0,0,0.06);
    min-height: 480px;
    position: relative;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    background-color: #ffffff;
    overflow: hidden;
    transform: translateY(0);
    flex-direction: column;
    display: flex;
    height: 100%;
}.pricing-feature-06 .monthly-rate-14:hover .learning-package-14 {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}.pricing-feature-06 .rate-schemes-95 {
    z-index: 2;
    flex-direction: column;
    position: relative;
    padding: 2rem;
    flex: 1;
    overflow: hidden;
    display: flex;
}.pricing-feature-06 .rate-schemes-95 h3 {
    transition: color 0.3s ease;
    display: inline-block;
    font-size: calc(18px + 0.1rem);
    position: relative;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #000000;
}.pricing-feature-06 .monthly-rate-14:hover .rate-schemes-95 h3 {
    color: rgb(171,220,202);
}.pricing-feature-06 .fee-choices-17 {
    display: block;
    font-weight: 700;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(18px + 0.5rem);
    color: rgb(171,220,202);
}.pricing-feature-06 .fee-choices-17::before {
    transform: scaleX(1);
    background-color: rgb(171,220,202,0.5);
    width: 3rem;
    bottom: -0.75rem;
    transition: transform 0.4s ease;
    height: 2px;
    content: "";
    position: absolute;
    transform-origin: left;
    left: 0;
}.pricing-feature-06 .monthly-rate-14:hover .fee-choices-17::before {
    transform: scaleX(1.5);
}.pricing-feature-06 .rate-schemes-95 p {
    line-height: 1.6;
    color: #000000;
    flex-grow: 1;
    overflow-wrap: break-word;
    font-size: calc(17px - 0.1rem);
    word-break: break-word;
    margin-bottom: 1.5rem;
}.pricing-feature-06 .pic-box-04 {
    height: 180px;
    width: 100%;
    overflow: hidden;
    transition: transform 0.6s ease;
    position: relative;
}.pricing-feature-06 .pic-box-04::after {
    opacity: 0.7;
    transition: opacity 0.3s ease;
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    bottom: 0;
    top: 0;
    content: "";
}.pricing-feature-06 .monthly-rate-14:hover .pic-box-04 {
    transform: scale(1.03);
}.pricing-feature-06 .monthly-rate-14:hover .pic-box-04::after {
    opacity: 0.4;
}.pricing-feature-06 .learning-package-14::before {
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(171,220,202), rgb(129,191,176));
    transform: scaleX(0);
    left: 0;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 5px;
    content: "";
    transform-origin: left;
    position: absolute;
}.pricing-feature-06 .monthly-rate-14:hover .learning-package-14::before {
    transform: scaleX(1);
}

@media (min-width: 768px) {.pricing-feature-06 .pricing-options-41 {
    gap: 2rem;
    align-items: flex-start;
    flex-direction: row;
}.pricing-feature-06 .value-plan-37 {
    flex: 0 0 30%;
    margin-bottom: 0;
    order: 0;
    padding-top: 2rem;
}.pricing-feature-06 .cert-cost-57 {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.pricing-feature-06 .learning-package-14 {
    border-radius: 0.25rem;
}
}

@media (max-width: 767px) {.pricing-feature-06 {
    padding: 3rem 0;
}.pricing-feature-06 .cert-cost-57 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.pricing-feature-06 .value-plan-37 h2 {
    text-align: center;
    display: block;
}.pricing-feature-06 .value-plan-37 h2::after {
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}.pricing-feature-06 .price-grid-27 {
    text-align: center;
}.pricing-feature-06 .learning-package-14 {
    min-height: auto;
}.pricing-feature-06 .rate-schemes-95 {
    padding: 1.5rem;
}.pricing-feature-06 .pic-box-04 {
    height: 160px;
}
}

@media (min-width: 1024px) {.pricing-feature-06 .cert-cost-57 {
    grid-template-columns: repeat(2, 1fr);
}.pricing-feature-06 .monthly-rate-14:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.pricing-feature-06 .value-plan-37 {
    padding-top: 4rem;
}.pricing-feature-06 .monthly-rate-14:hover {
    z-index: 5;
}.pricing-feature-06 .cert-cost-57 {
    row-gap: 2.5rem;
    column-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (prefers-reduced-motion: reduce) {.pricing-feature-06 .monthly-rate-14,
    .pricing-feature-06 .learning-package-14,
    .pricing-feature-06 .pic-box-04,
    .pricing-feature-06 .fee-choices-17::before,
    .pricing-feature-06 .learning-package-14::before {
    transition: none;
}}.secure-nook-95 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin: 0 auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
    max-width: 1200px;
    padding: 60px;
}.secure-nook-95 h1 {
    font-size: 44px;
    margin-bottom: 30px;
    border-bottom: 4px solid rgb(171,220,202);
    padding-bottom: 10px;
    font-weight: 700;
    color: rgb(171,220,202);
    margin-top: 20px;
}.secure-nook-95 h2 {
    border-left: 6px solid rgb(129,191,176);
    padding-left: 20px;
    color: rgb(129,191,176);
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    margin-top: 30px;
}.secure-nook-95 ul {
    padding-left: 0;
    margin: 20px 0;
    list-style-type: none;
}.secure-nook-95 ul li::before {
    width: 1em;
    margin-left: -1em;
    font-size: 1.5em;
    display: inline-block;
    color: rgb(171,220,202);
    content: "•";
}.secure-nook-95 li {
    font-size: 12px;
    padding-left: 10px;
    line-height: 1.8;
    border-left: 2px solid rgb(171,220,202,0.5);
    margin-bottom: 15px;
}.secure-nook-95 p, .secure-nook-95 span, .secure-nook-95 div {
    line-height: 1.8;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 12px;
}.secure-nook-95 h3, .secure-nook-95 h4, .secure-nook-95 h5, .secure-nook-95 h6 {
    border-left: 5px solid rgb(171,220,202);
    padding-left: 15px;
    color: rgb(171,220,202);
    margin-top: 25px;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

@media only screen and (max-width: 800px) {.secure-nook-95 {
    padding: 30px;
}.secure-nook-95 h1 {
    font-size: calc(20px - 4px);
}.secure-nook-95 h2 {
    font-size: calc(20px - 3px);
}.secure-nook-95 h3, .secure-nook-95 h4, .secure-nook-95 h5, .secure-nook-95 h6 {
    font-size: calc(20px - 2px);
}.secure-nook-95 p, .secure-nook-95 span, .secure-nook-95 div, .secure-nook-95 li {
    font-size: calc(12px - 2px);
}}header {
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    margin-top: 0;
    position: relative;
    padding: 0;
    z-index: 100;
    overflow: visible;
}header::before {
    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);
    top: 0;
    position: absolute;
    z-index: 0;
    background-size: 20px 20px;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
}header::after {
    width: 100%;
    left: 0;
    background-size: 200% auto;
    background: linear-gradient(90deg, 
        rgb(171,220,202) 0%,
        rgb(129,191,176) 50%,
        rgb(171,220,202) 100%
    );
    animation: gradientSlide 5s linear infinite;
    bottom: 0;
    position: absolute;
    content: '';
    height: 4px;
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .top-class-50 {
    padding: 1.3rem 2rem;
    justify-content: space-between;
    z-index: 5;
    display: flex;
    position: relative;
    align-items: center;
}header .main-skill-41 {
    z-index: 5;
    position: relative;
    flex: 0 0 auto;
}header .top-wrap-61 {
    transition: all 0.3s ease;
    z-index: 2;
    align-items: center;
    display: flex;
    position: relative;
    text-decoration: none;
    padding: 0.5rem;
}header .top-wrap-61:hover {
    transform: translateY(-3px) scale(1.02);
}header .top-wrap-61 img {
    max-height: 40px;
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}header .main-skill-41::before {
    right: -8px;
    left: -8px;
    top: -8px;
    position: absolute;
    border: 1px solid rgb(171,220,202);
    bottom: -8px;
    transition: all 0.3s ease;
    transform: skew(-3deg);
    opacity: 0.3;
    border-radius: 10px;
    content: '';
}header .main-skill-41:hover::before {
    transform: skew(-5deg) scale(1.05);
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(171,220,202,0.5);
}header .top-teach-14 {
    list-style: none;
    z-index: 5;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
}header .main-sitewrap-02 {
    position: relative;
    perspective: 800px;
    margin: 0 0.3rem;
}header .main-sitewrap-02 a {
    letter-spacing: 0.5px;
    z-index: 1;
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.4s ease;
    font-size: 14px;
    display: block;
    border: 1px solid transparent;
    position: relative;
    padding: 0.8rem 1.2rem;
}header .main-sitewrap-02 a::before {
    left: 10%;
    width: 80%;
    transition: transform 0.3s ease;
    background: rgb(171,220,202);
    opacity: 0.7;
    transform: scaleX(0);
    content: '';
    height: 1px;
    bottom: 5px;
    position: absolute;
}header .main-sitewrap-02 a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    transform: translateZ(10px);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgb(171,220,202);
}header .main-sitewrap-02 a:hover::before {
    transform: scaleX(1);
}header .main-sitewrap-02::after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: -1;
    left: 0;
    content: '';
    pointer-events: none;
    background: radial-gradient(circle at center, rgb(171,220,202,0.5) 0%, transparent 70%);
    height: 100%;
    top: 0;
}header .main-sitewrap-02:hover::after {
    opacity: 0.4;
}header .top-class-50::before {
    width: 30%;
    position: absolute;
    top: 0;
    content: '';
    left: 35%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(171,220,202), transparent);
}header .top-class-50::after {
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.1;
    width: 60%;
    content: '';
    left: 20%;
    height: 1px;
}.main-core-16 {
    position: relative;
    padding-top: 2rem;
    background: rgb(212,238,227);
    margin-top: 0;
    z-index: 1;
}

@media (min-width: 1400px) {header .top-class-50 {
    max-width: 1300px;
    margin: 0 auto;
}header .main-sitewrap-02 {
    margin: 0 0.5rem;
}header .main-sitewrap-02 a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .top-class-50 {
    flex-direction: row;
    padding: 1rem 1.5rem;
    justify-content: space-between;
    flex-wrap: wrap;
}header .main-skill-41 {
    margin-bottom: 0;
}header .top-teach-14 {
    margin-top: 1rem;
    flex: 1 0 100%;
    justify-content: center;
}header .main-sitewrap-02 {
    margin: 0 0.2rem;
}header .main-sitewrap-02 a {
    font-size: calc(14px - 1px);
    padding: 0.6rem 0.8rem;
}header .main-skill-41::before {
    right: -5px;
    bottom: -5px;
    top: -5px;
    left: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top-class-50 {
    padding: 0.8rem 1.2rem;
}header .main-skill-41 {
    max-width: 130px;
}header .main-skill-41::before {
    display: none;
}header .top-teach-14 {
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    scrollbar-width: thin;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
}header .top-teach-14::-webkit-scrollbar {
    height: 2px;
}header .top-teach-14::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(171,220,202);
}header .main-sitewrap-02 {
    flex: 0 0 auto;
    margin: 0 0.1rem;
}header .main-sitewrap-02 a {
    white-space: nowrap;
    font-size: calc(14px - 2px);
    letter-spacing: 0;
    padding: 0.5rem 0.7rem;
}header .main-sitewrap-02 a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .top-class-50 {
    padding: 0.7rem 1rem;
}header .main-skill-41 {
    max-width: 110px;
}header .main-sitewrap-02 a {
    padding: 0.4rem 0.6rem;
    font-size: calc(14px - 3px);
}}footer {
    position: relative;
    width: 100%;
    z-index: 1;
}.ssl-info-14 {
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #000000, rgb(129,191,176));
    position: relative;
    color: #ffffff;
}.ssl-info-14::before {
    left: 0;
    top: 0;
    right: 0;
    content: "";
    pointer-events: none;
    bottom: 0;
    background: radial-gradient(circle at 10% 20%, rgb(129,191,176,0.5) 0%, transparent 50%);
    position: absolute;
}.ssl-info-14::after {
    animation: shiftGradient 15s infinite linear;
    content: "";
    top: 0;
    pointer-events: none;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(171,220,202,0.5) 70%, transparent 100%);
    position: absolute;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.ssl-info-14 .container {
    position: relative;
    z-index: 2;
}footer .assign-help-16 {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}footer .edu-coach-03 {
    flex-wrap: wrap;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    backdrop-filter: blur(8px);
    padding: 25px;
    display: flex;
    gap: 20px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}footer .edu-coach-03:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}footer .info_item {
    display: flex;
    flex: 1 1 220px;
    align-items: center;
}footer .info_item svg {
    margin-right: 12px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 3px rgb(171,220,202,0.5));
    height: 20px;
    width: 20px;
    fill: rgb(171,220,202);
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    display: flex;
    font-weight: 400;
    transition: color 0.3s ease;
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    align-items: center;
}footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(171,220,202,0.5);
    color: rgb(171,220,202);
}footer .text_main_holder {
    margin-top: 20px;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .main-skill-41 {
    flex-direction: column;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}footer .main-skill-41 svg {
    height: 50px;
    transition: filter 0.3s ease;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 5px rgb(171,220,202,0.5));
    width: auto;
}footer .main-skill-41:hover svg {
    filter: drop-shadow(0 0 8px rgb(171,220,202));
}footer .review-block-01 {
    max-width: 300px;
    color: #ffffff;
    font-size: 13px;
    opacity: 0.8;
    line-height: 1.5;
}footer .top-teach-14 {
    backdrop-filter: blur(5px);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
    transition: box-shadow 0.3s ease;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}footer .top-teach-14:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .top-teach-14::before {
    transition: opacity 0.5s ease;
    bottom: -2px;
    background: linear-gradient(45deg, rgb(171,220,202), transparent, rgb(129,191,176), transparent);
    left: -2px;
    position: absolute;
    z-index: -1;
    top: -2px;
    content: "";
    border-radius: calc(24px + 2px);
    right: -2px;
    opacity: 0;
}footer .top-teach-14:hover::before {
    animation: borderRotate 6s linear infinite;
    opacity: 0.7;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .top-teach-14 h5 {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    position: relative;
}footer .top-teach-14 h5::after {
    content: "";
    bottom: -1px;
    width: 50px;
    transition: width 0.3s ease;
    background: rgb(171,220,202);
    position: absolute;
    height: 2px;
    left: 0;
}footer .top-teach-14:hover h5::after {
    width: 100px;
}footer .head-pro-81 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
}footer .head-pro-81 a {
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-weight: 400;
    position: relative;
    color: #ffffff;
    font-size: calc(12px - 1px);
    padding-left: 15px;
}footer .head-pro-81 a::before {
    position: absolute;
    width: 6px;
    height: 6px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    top: 50%;
    content: "";
    transform: translateY(-50%) scale(0.8);
    left: 0;
    background-color: rgb(171,220,202);
    opacity: 0.7;
    border-radius: 50%;
}footer .head-pro-81 a:hover {
    padding-left: 20px;
    color: rgb(171,220,202);
}footer .head-pro-81 a:hover::before {
    box-shadow: 0 0 5px rgb(171,220,202), 0 0 10px rgb(171,220,202,0.5);
    opacity: 1;
    transform: translateY(-50%) scale(1);
    background-color: rgb(171,220,202);
}footer .subscribe_holder {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(129,191,176,0.5), #000000);
    position: relative;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
}footer .subscribe_holder::before {
    left: -50%;
    z-index: -1;
    top: -50%;
    width: 200%;
    height: 200%;
    content: "";
    position: absolute;
    animation: pulseBackground 10s infinite ease-in-out;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    font-size: 20px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
}footer .subscribe_holder h5::after {
    content: "";
    position: absolute;
    bottom: -5px;
    height: 2px;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(171,220,202), transparent);
}footer .subscribe_holder p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #ffffff;
    opacity: 0.9;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}footer .input_holder input[type="email"] {
    font-size: 12px;
    transition: all 0.3s ease;
    width: 100%;
    padding: 14px 16px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(171,220,202);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgb(171,220,202,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub-updates-98 {
    cursor: pointer;
    overflow: hidden;
    background: rgb(171,220,202);
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    padding: 14px 24px;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
}footer .sub-updates-98::before {
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    left: -100%;
}footer .sub-updates-98:hover {
    background: rgb(129,191,176);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .sub-updates-98:hover::before {
    left: 100%;
}footer .rating-stars-90 {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}footer .desktop-app-72 {
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.5px;
    opacity: 0.7;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-updates-98 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .assign-help-16 {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .edu-coach-03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .ssl-info-14 {
    padding: 60px 0 30px;
}footer .edu-coach-03 {
    gap: 15px;
    flex-direction: column;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .top-teach-14, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .top-teach-14 h5 {
    font-size: calc(20px - 2px);
}footer .subscribe_holder p, footer .head-pro-81 a {
    font-size: calc(12px - 2px);
}footer .rating-stars-90 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .ssl-info-14 {
    padding: 40px 0 20px;
}footer .edu-coach-03, footer .top-teach-14, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .sub-updates-98 {
    padding: 12px;
}footer .main-skill-41 svg {
    height: 40px;
}footer .review-block-01 {
    font-size: calc(13px - 1px);
}}.education-experience-43 {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,238,227) 0%, rgb(171,220,202,0.5) 50%, rgb(212,238,227) 100%);
    position: relative;
}.education-experience-43::before {
    position: absolute;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(171,220,202,0.5) 0,
        rgb(171,220,202,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
}.education-experience-43::after {
    filter: blur(60px);
    opacity: 0.4;
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(171,220,202,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(129,191,176,0.5) 0%, transparent 50%);
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
}.education-experience-43 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}.education-experience-43 .client-views-46 {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    padding: 60px 40px;
    position: relative;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 13px;
    overflow: hidden;
    align-items: center;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    display: flex;
    backdrop-filter: blur(10px);
}.education-experience-43 .client-views-46::before {
    opacity: 0;
    position: absolute;
    z-index: 1;
    transform: rotate(-45deg) scale(2);
    transition: opacity 0.6s ease;
    content: "";
    inset: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
}.education-experience-43 .client-views-46:hover::before {
    animation: holographic-sweep 1.5s ease infinite;
    opacity: 1;
}@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

.education-experience-43 .pic-box-04 {
    margin-bottom: 35px;
    border-radius: 10px;
    height: 180px;
    transform: rotate(-3deg);
    width: 180px;
    transition: all 0.5s ease;
    z-index: 2;
    overflow: hidden;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(171,220,202,0.5);
}.education-experience-43 .pic-box-04::before {
    height: 100%;
    position: absolute;
    z-index: 3;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    left: 0;
    top: 0;
    content: "";
    width: 100%;
}.education-experience-43 .pic-box-04::after {
    animation: rotate 15s linear infinite;
    position: absolute;
    content: "";
    top: -50%;
    height: 200%;
    opacity: 0.15;
    left: -50%;
    width: 200%;
    mix-blend-mode: overlay;
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(171,220,202,0.5) 90deg,
            transparent 180deg,
            rgb(129,191,176,0.5) 270deg,
            transparent 360deg
        );
    z-index: 1;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.education-experience-43 .name {
    margin-bottom: 10px;
    font-size: 34px;
    color: #000000;
    text-align: center;
    font-weight: 700;
    z-index: 2;
    position: relative;
}.education-experience-43 .name::after {
    bottom: -8px;
    content: "";
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(171,220,202) 50%,
        transparent 100%
    );
    position: absolute;
    height: 2px;
    transform: translateX(-50%);
    width: 70px;
    left: 50%;
}.education-experience-43 .client-views-46 span:not(.name) {
    letter-spacing: 2px;
    z-index: 2;
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 25px;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    position: relative;
}.education-experience-43 .job-view-14 {
    position: relative;
    border-radius: 10px;
    color: #000000;
    backdrop-filter: blur(5px);
    border-left: 3px solid rgb(171,220,202);
    background: rgba(255, 255, 255, 0.5);
    line-height: 1.8;
    text-align: center;
    padding: 25px 30px;
    max-width: 85%;
    border-right: 3px solid rgb(129,191,176);
    font-size: 12px;
    margin: 0;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.education-experience-43 .job-view-14::before,
.education-experience-43 .job-view-14::after {
    content: "";
    height: 40px;
    opacity: 0.1;
    position: absolute;
    width: 40px;
    background: rgb(171,220,202,0.5);
}.education-experience-43 .job-view-14::before {
    left: -5px;
    border-top: 3px solid rgb(171,220,202);
    top: -5px;
    border-left: 3px solid rgb(171,220,202);
}.education-experience-43 .job-view-14::after {
    border-right: 3px solid rgb(129,191,176);
    bottom: -5px;
    border-bottom: 3px solid rgb(129,191,176);
    right: -5px;
}.education-experience-43 .client-views-46:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}.education-experience-43 .client-views-46:hover .pic-box-04 {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(171,220,202,0.5);
}

@media (max-width: 991px) {.education-experience-43 {
    padding: 80px 0;
}.education-experience-43 .client-views-46 {
    padding: 50px 30px;
}.education-experience-43 .pic-box-04 {
    width: 160px;
    margin-bottom: 30px;
    height: 160px;
}.education-experience-43 .job-view-14 {
    padding: 20px 25px;
    max-width: 90%;
}
}

@media (max-width: 767px) {.education-experience-43 {
    padding: 60px 0;
}.education-experience-43 .client-views-46 {
    padding: 40px 25px;
}.education-experience-43 .pic-box-04 {
    margin-bottom: 25px;
    width: 140px;
    height: 140px;
}.education-experience-43 .name {
    font-size: calc(34px * 0.9);
}.education-experience-43 .client-views-46 span:not(.name) {
    font-size: calc(21px * 0.95);
    margin-bottom: 20px;
}.education-experience-43 .job-view-14 {
    padding: 18px 20px;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 575px) {.education-experience-43 {
    padding: 50px 0;
}.education-experience-43 .client-views-46 {
    padding: 35px 20px;
}.education-experience-43 .pic-box-04 {
    height: 120px;
    margin-bottom: 20px;
    width: 120px;
}.education-experience-43 .name {
    font-size: calc(34px * 0.8);
}.education-experience-43 .client-views-46 span:not(.name) {
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: calc(21px * 0.9);
}.education-experience-43 .job-view-14 {
    max-width: 100%;
    font-size: calc(12px * 0.9);
    padding: 15px;
}}.training-benefits-38 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,238,227) 0%, #ffffff 100%);
    padding: 120px 0;
    position: relative;
}.training-benefits-38::before {
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(129,191,176,0.5) 0px,
        rgb(129,191,176,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    top: 0;
    pointer-events: none;
    left: 0;
    position: absolute;
}.training-benefits-38::after {
    top: -50%;
    transform: rotate(25deg);
    position: absolute;
    z-index: 0;
    content: "";
    opacity: 0.08;
    background: linear-gradient(45deg, rgb(171,220,202,0.5) 0%, transparent 70%);
    height: 200%;
    right: -20%;
    width: 70%;
}.training-benefits-38 h5 {
    margin-bottom: 60px;
    position: relative;
    font-size: 21px;
    font-weight: 700;
    transform: perspective(1000px) translateZ(20px);
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-align: center;
    color: #000000;
}.training-benefits-38 h5::after {
    bottom: -15px;
    width: 80px;
    position: absolute;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    transition: width 0.5s ease;
    background: rgb(171,220,202);
    content: "";
}.training-benefits-38 h5:hover {
    transform: perspective(1000px) translateZ(30px);
}.training-benefits-38 h5:hover::after {
    width: 120px;
}.training-benefits-38 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
}.training-benefits-38 .skill-space-45 {
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    border-radius: 4px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    overflow: hidden;
}.training-benefits-38 .skill-space-45:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.training-benefits-38 .pic-box-04 {
    width: 100%;
    transform-origin: center;
    height: 300px;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.training-benefits-38 .skill-space-45:hover .pic-box-04 {
    transform: scale(1.05);
}.training-benefits-38 .message-holder-35 {
    padding: 40px 30px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(250, 250, 250, 1) 100%);
    position: relative;
}.training-benefits-38 .message-holder-35::before {
    left: 0;
    position: absolute;
    content: "";
    width: 4px;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    background: rgb(171,220,202);
    height: 0;
}.training-benefits-38 .skill-space-45:hover .message-holder-35::before {
    height: 100%;
}.training-benefits-38 ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
    gap: 24px;
    padding: 0;
}.training-benefits-38 li {
    transform-origin: left center;
    padding-left: 40px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.training-benefits-38 li:hover {
    transform: translateX(10px);
}.training-benefits-38 li:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.training-benefits-38 li:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.training-benefits-38 li:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.training-benefits-38 li:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}.training-benefits-38 li:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}.training-benefits-38 li p {
    position: relative;
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
    margin: 0;
}.training-benefits-38 li svg {
    top: 0;
    width: 28px;
    position: absolute;
    height: 28px;
    left: -40px;
    transition: transform 0.3s ease;
}.training-benefits-38 li:hover svg {
    transform: rotate(10deg) scale(1.1);
}.training-benefits-38 li svg path {
    transition: fill 0.3s ease;
    fill: rgb(171,220,202);
}.training-benefits-38 li:hover svg path {
    fill: rgb(129,191,176);
}.training-benefits-38 li::after {
    width: 0;
    left: 40px;
    content: "";
    height: 1px;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, rgb(171,220,202,0.5), transparent);
    bottom: -12px;
    position: absolute;
}.training-benefits-38 li:hover::after {
    width: 70%;
}

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

@media (min-width: 768px) {.training-benefits-38 .skill-space-45 {
    align-items: stretch;
    flex-direction: row;
}.training-benefits-38 .skill-space-45 > div:first-child {
    width: 40%;
    flex-shrink: 0;
}.training-benefits-38 .message-holder-35 {
    padding: 50px 40px;
    width: 60%;
}.training-benefits-38 ul {
    grid-template-columns: repeat(2, 1fr);
}.training-benefits-38 .pic-box-04 {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
}
}

@media (min-width: 992px) {.training-benefits-38 {
    padding: 150px 0;
}.training-benefits-38 h5 {
    margin-bottom: 80px;
    font-size: calc(21px * 1.1);
}.training-benefits-38 .skill-space-45 {
    transform: perspective(1200px) rotateX(2deg) rotateY(-1deg);
}.training-benefits-38 .skill-space-45:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.training-benefits-38 .message-holder-35 {
    padding: 60px 50px;
}.training-benefits-38 li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                   box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.training-benefits-38 li:hover {
    transform: translateX(15px) translateZ(10px);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
}.training-benefits-38 li p {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.training-benefits-38 {
    padding: 80px 0;
}.training-benefits-38 h5 {
    padding: 0 20px;
    font-size: calc(21px * 0.9);
    margin-bottom: 40px;
}.training-benefits-38 .message-holder-35 {
    padding: 30px 20px;
}.training-benefits-38 li {
    margin-bottom: 15px;
    padding-left: 35px;
}.training-benefits-38 li svg {
    left: -35px;
    width: 24px;
    height: 24px;
}.training-benefits-38 li p {
    font-size: calc(17px * 0.95);
}}.trackingSettingsPopup-62 {
    z-index: 90;
    bottom: 0;
    position: fixed;
    border-top: 2px solid rgb(171,220,202);
    background: rgb(212,238,227);
    width: 100%;
}.cookie-updates-51 {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 20px 0;
}.trackingSettingsPopup-62 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.trackingSettingsPopup-62 p {
    font-size: 18px;
}.cookie-hide-14 {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie-hide-14 svg, .cookie-hide-14 svg path, .cookie-hide-14 img {
    height: 100px;
    fill: rgb(171,220,202);
    width: 100px;
}.cookie-screen-68 {
    margin-left: 10px;
    text-align: center;
    min-width: 120px;
    border-bottom: 2px solid rgb(171,220,202);
    line-height: 35px;
    white-space: nowrap;
    flex-shrink: 0;
    text-decoration: none;
    font-size: 24px;
    cursor: pointer;
    color: rgb(171,220,202);
}.trackingSettingsPopup-62 p a {
    color: rgb(171,220,202);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.trackingSettingsPopup-62 {
    padding: 20px;
}}
#cookie-popupdialog-18 {
    display: none;
}#cookie-popupdialog-18:checked ~ .trackingSettingsPopup-62 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.cookie-hide-14 {
    display: none;
}.cookie-updates-51 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.trackingSettingsPopup-62 h5 {
    text-align: center;
}.trackingSettingsPopup-62 p {
    text-align: center;
}.cookie-tips-97 {
    margin-bottom: 20px;
}body .wrapper-skeleton-52 .cookie-screen-68 {
    margin-left: 0;
}}.gratField-59 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,238,227) 0%, rgb(129,191,176,0.5) 100%);
    padding: 5rem 0;
    perspective: 1000px;
}.gratField-59::before {
    background: radial-gradient(circle at center, rgb(171,220,202,0.5) 0%, transparent 70%);
    top: -50%;
    position: absolute;
    height: 200%;
    pointer-events: none;
    width: 200%;
    opacity: 0.3;
    left: -50%;
    content: "";
    animation: rotate 60s linear infinite;
}.gratField-59::after {
    left: 0;
    pointer-events: none;
    width: 100%;
    background-size: 100px 100px;
    position: absolute;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(129,191,176,0.5) 1px, transparent 1px),
    radial-gradient(circle at 60% 70%, rgb(129,191,176,0.5) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, rgb(129,191,176,0.5) 1px, transparent 1px),
    radial-gradient(circle at 40% 80%, rgb(129,191,176,0.5) 1px, transparent 1px);
    content: "";
    opacity: 0.15;
    top: 0;
    height: 100%;
}.gratField-59 .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}.gratField-59 .skill-space-45 {
    grid-template-columns: 1fr;
    transform: translateZ(0);
    grid-gap: 2.5rem;
    animation: fadeInUp 0.8s ease-out forwards;
    transform-style: preserve-3d;
    display: grid;
}.gratField-59 .skill-space-45 > div:first-child {
    transform: translateY(0) rotateX(0deg);
    background: linear-gradient(45deg, rgb(171,220,202,0.5) 0%, rgb(171,220,202) 100%);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 2.5rem;
    position: relative;
}.gratField-59 .skill-space-45 > div:first-child:hover {
    transform: translateY(-10px) rotateX(2deg);
}.gratField-59 .skill-space-45 > div:first-child::before {
    opacity: 0.7;
    left: 50%;
    position: absolute;
    filter: blur(10px);
    bottom: -10px;
    height: 10px;
    width: 90%;
    background: rgb(171,220,202,0.5);
    transform: translateX(-50%);
    content: "";
}.gratField-59 h5 {
    letter-spacing: 0.5px;
    color: #ffffff;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    font-size: 19px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    margin: 0;
    text-align: center;
}.gratField-59 .skill-space-45 > div:last-child {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 2.5rem;
    animation: slideIn 0.8s 0.3s cubic-bezier(0.23, 1, 0.32, 1) both;
    border-left: 4px solid rgb(129,191,176);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transform: translateY(0);
}.gratField-59 .skill-space-45 > div:last-child:hover {
    transform: translateY(-5px);
}.gratField-59 .skill-space-45 > div:last-child::before {
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgb(129,191,176,0.5) 100%);
    content: "";
    top: 0;
    opacity: 0.05;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
}.gratField-59 a {
    display: block;
    transition: transform 0.3s ease;
    text-decoration: none;
}.gratField-59 a:hover {
    transform: scale(1.01);
}.gratField-59 a:focus {
    outline: 2px dashed rgb(129,191,176);
    outline-offset: 4px;
}.gratField-59 p {
    margin: 0;
    text-align: left;
    font-weight: 400;
    color: #000000;
    font-size: 17px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px) translateZ(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateZ(0);
  }
}

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

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {.gratField-59 {
    padding: 7rem 0;
}.gratField-59 .skill-space-45 {
    grid-gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
}.gratField-59 .skill-space-45 > div:first-child {
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    transform: translateY(0) rotateY(-5deg);
}.gratField-59 .skill-space-45 > div:first-child:hover {
    transform: translateY(-10px) rotateY(-8deg);
}.gratField-59 h5 {
    font-size: calc(19px * 1.1);
    text-align: left;
}.gratField-59 .skill-space-45 > div:last-child {
    padding: 3rem;
}
}

@media (min-width: 992px) {.gratField-59 {
    padding: 9rem 0;
}.gratField-59 .skill-space-45 {
    grid-gap: 4rem;
}.gratField-59 .skill-space-45 > div:first-child {
    padding: 4rem;
}.gratField-59 h5 {
    font-size: calc(19px * 1.2);
}.gratField-59 .skill-space-45 > div:last-child {
    padding: 4rem;
}.gratField-59 p {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.gratField-59 {
    padding: 4rem 0;
}.gratField-59 .skill-space-45 > div:first-child,
  .gratField-59 .skill-space-45 > div:last-child {
    padding: 2rem;
}.gratField-59 h5 {
    font-size: calc(19px * 0.9);
}.gratField-59 p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.gratField-59 {
    padding: 3rem 0;
}.gratField-59 .container {
    padding: 0 1.5rem;
}.gratField-59 .skill-space-45 > div:first-child,
  .gratField-59 .skill-space-45 > div:last-child {
    padding: 1.5rem;
}.gratField-59 h5 {
    font-size: calc(19px * 0.85);
}}.explore-now-53 {
    background: rgb(212,238,227);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.explore-now-53::before {
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(135deg, rgb(171,220,202,0.5) 0%, transparent 50%, rgb(129,191,176,0.5) 100%);
    top: 0;
    opacity: 0.15;
    width: 100%;
    z-index: 1;
}.explore-now-53::after {
    left: -50%;
    animation: rotate-bg 120s linear infinite;
    z-index: 1;
    position: absolute;
    opacity: 0.05;
    content: '';
    width: 200%;
    top: -50%;
    background: repeating-linear-gradient(45deg, #000000, #000000 10px, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.5) 20px);
    height: 200%;
}.explore-now-53 .skill-space-45 {
    z-index: 10;
    align-items: center;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    position: relative;
    justify-content: space-between;
    display: flex;
    flex-direction: row-reverse;
    border-radius: 13px;
    padding: 60px;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}.explore-now-53 .container p {
    margin: 0;
    width: 60%;
    font-size: 32px;
    font-weight: 700;
    z-index: 5;
    line-height: 1.4;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(rgb(171,220,202,0.5), 0.5);
}.explore-now-53 .message-box-47 {
    font-weight: 700;
    position: relative;
    border-radius: 50%;
    padding: 0;
    isolation: isolate;
    text-decoration: none;
    z-index: 5;
    height: 200px;
    font-size: 16px;
    color: #ffffff;
    align-items: center;
    display: flex;
    width: 200px;
    background: transparent;
    overflow: hidden;
    justify-content: center;
}.explore-now-53 .message-box-47::before {
    position: absolute;
    animation: rotate-border 8s linear infinite;
    background: conic-gradient(
        rgb(171,220,202),
        rgb(129,191,176),
        rgb(171,220,202)
    );
    inset: 0;
    border-radius: 50%;
    content: '';
    z-index: -2;
}.explore-now-53 .message-box-47::after {
    border-radius: 50%;
    inset: 3px;
    z-index: -1;
    background: rgb(129,191,176);
    position: absolute;
    content: '';
}.explore-now-53 .message-box-47:hover {
    transform: scale(1.05);
}.explore-now-53 .message-box-47:hover::after {
    background: linear-gradient(135deg, rgb(129,191,176) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@keyframes rotate-bg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-border {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.explore-now-53 {
    padding: 90px 0;
}.explore-now-53 .skill-space-45 {
    padding: 40px;
}.explore-now-53 .container p {
    font-size: calc(22px * 1.2);
}.explore-now-53 .message-box-47 {
    height: 160px;
    width: 160px;
}
}

@media (max-width: 767px) {.explore-now-53 {
    padding: 70px 0;
}.explore-now-53 .skill-space-45 {
    flex-direction: column;
    gap: 40px;
    padding: 30px;
}.explore-now-53 .container p {
    width: 100%;
    text-align: center;
    font-size: 22px;
}.explore-now-53 .message-box-47 {
    width: 140px;
    height: 140px;
}
}

@media (max-width: 480px) {.explore-now-53 {
    padding: 50px 0;
}.explore-now-53 .skill-space-45 {
    padding: 25px 20px;
}.explore-now-53 .container p {
    font-size: calc(16px * 1.2);
}.explore-now-53 .message-box-47 {
    height: 120px;
    font-size: calc(16px * 0.9);
    width: 120px;
}}.data-insights-89 {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    isolation: isolate;
}.data-insights-89::before {
    width: 100%;
    background-color: #000000;
    z-index: 1;
    left: 0;
    height: 100%;
    opacity: 0.85;
    position: absolute;
    content: "";
    top: 0;
}.data-insights-89 .container {
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.data-insights-89 .extra-study-09 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}.data-insights-89 .fast-benefits-97 {
    display: block;
    margin-bottom: 30px;
}.data-insights-89 .fast-benefits-97 svg {
    filter: drop-shadow(0 0 5px rgb(171,220,202,0.5));
    width: 60px;
    height: 60px;
    fill: rgb(171,220,202);
}.data-insights-89 .fast-benefits-97 svg path {
    fill: rgb(171,220,202);
}.data-insights-89 .pro-upgrade-40 {
    color: #ffffff;
    font-weight: 700;
    font-size: 33px;
    line-height: 1.2;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}.data-insights-89 .pro-upgrade-40::after {
    background: rgb(171,220,202);
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
}.data-insights-89 .statistics-grow-60 {
    max-width: 90%;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
    font-size: 16px;
    margin-bottom: 40px;
}.data-insights-89 .statistics-advantage-69 {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.data-insights-89 .extra-statistics-92 {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
    border-radius: 18px;
    border-left: 4px solid rgb(171,220,202);
    padding: 30px;
    display: flex;
    flex-direction: column;
}.data-insights-89 .extra-statistics-92:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}.data-insights-89 .fast-upgrade-90 {
    width: 40px;
    top: 20px;
    height: 40px;
    justify-content: center;
    right: 20px;
    display: flex;
    position: absolute;
    align-items: center;
}.data-insights-89 .fast-upgrade-90 svg {
    height: 100%;
    fill: rgb(129,191,176);
    width: 100%;
}.data-insights-89 .fast-upgrade-90 svg path {
    fill: rgb(129,191,176);
}.data-insights-89 .extra-statistics-92 span {
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    font-size: 2.5rem;
    margin-bottom: 5px;
    display: block;
}.data-insights-89 .extra-statistics-92 p {
    color: #ffffff;
    opacity: 0.7;
    line-height: 1.4;
    font-size: 16px;
}

@media screen and (max-width: 992px) {.data-insights-89 .extra-study-09 {
    grid-template-columns: 1fr;
    gap: 40px;
}.data-insights-89 .pro-upgrade-40,
    .data-insights-89 .statistics-grow-60 {
    text-align: center;
    max-width: 100%;
}.data-insights-89 .fast-benefits-97 {
    margin-left: auto;
    margin-right: auto;
}.data-insights-89 .pro-upgrade-40::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media screen and (max-width: 768px) {.data-insights-89 {
    padding: 60px 0;
}.data-insights-89 .statistics-advantage-69 {
    grid-template-columns: 1fr;
    gap: 20px;
}.data-insights-89 .extra-statistics-92 {
    padding: 20px;
}.data-insights-89 .extra-statistics-92 span {
    font-size: 2rem;
}
}

@media screen and (min-width: 993px) {.data-insights-89 .extra-study-09 > div:first-child {
    order: 2;
}.data-insights-89 .extra-study-09 > div:last-child {
    order: 1;
}}

.data-insights-89 .extra-statistics-92:nth-child(1) {
    border-left-color: rgb(171,220,202);
}.data-insights-89 .extra-statistics-92:nth-child(2) {
    border-left-color: rgb(129,191,176);
}.data-insights-89 .extra-statistics-92:nth-child(3) {
    border-left-color: rgb(171,220,202);
}.data-insights-89 .extra-statistics-92:nth-child(4) {
    border-left-color: rgb(129,191,176);
}.data-insights-89 .extra-statistics-92:nth-child(even) .fast-upgrade-90 svg,
.data-insights-89 .extra-statistics-92:nth-child(even) .fast-upgrade-90 svg path {
    fill: rgb(171,220,202);
}.data-insights-89 .extra-statistics-92:nth-child(odd) .fast-upgrade-90 svg,
.data-insights-89 .extra-statistics-92:nth-child(odd) .fast-upgrade-90 svg path {
    fill: rgb(129,191,176);
}.data-insights-89 .extra-statistics-92::after {
    background: linear-gradient(90deg, rgb(171,220,202,0.5), transparent);
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
}

@media screen and (max-width: 576px) {.data-insights-89 {
    padding: 40px 0;
}.data-insights-89 .extra-study-09 {
    gap: 30px;
}.data-insights-89 .pro-upgrade-40 {
    font-size: calc(33px * 0.85);
}.data-insights-89 .statistics-grow-60 {
    font-size: calc(16px * 0.95);
    margin-bottom: 30px;
}.data-insights-89 .extra-statistics-92 {
    padding: 20px 15px;
}.data-insights-89 .fast-upgrade-90 {
    width: 30px;
    right: 15px;
    top: 15px;
    height: 30px;
}.data-insights-89 .extra-statistics-92 span {
    font-size: 1.8rem;
}.data-insights-89 .extra-statistics-92 p {
    font-size: calc(16px * 0.9);
}}.title-screen-70 {
    position: relative;
    display: flex;
    min-height: 100vh;
    align-items: center;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,238,227), rgba(255,255,255,0.95));
}.title-screen-70::before {
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(45deg, rgba(94,170,168,0.05) 20%, rgba(94,170,168,0.1) 40%, rgba(94,170,168,0.05) 60%);
    pointer-events: none;
    transform: translateZ(-10px);
    width: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
}.title-screen-70::after {
    animation: pulse 10s infinite alternate;
    position: absolute;
    z-index: 0;
    right: -10%;
    width: 60%;
    top: -10%;
    background: radial-gradient(circle at center, rgb(129,191,176,0.5) 0%, transparent 70%);
    content: "";
    height: 60%;
}.title-screen-70 .skill-space-45 {
    display: grid;
    gap: 2rem;
    max-width: 1440px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    z-index: 2;
    transform-style: preserve-3d;
}.title-screen-70 .message-holder-35 {
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    padding: 2rem;
    background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255,255,255,0.6));
    display: flex;
    justify-content: center;
    transform: translateZ(20px);
    position: relative;
    backdrop-filter: blur(5px);
    box-shadow: 
    0 15px 35px rgba(94,170,168,0.1),
    0 5px 15px rgba(0,0,0,0.05);
    flex-direction: column;
}.title-screen-70 h1 {
    font-size: 45px;
    animation: slideIn 0.8s forwards 0.3s ease-out;
    opacity: 0;
    margin-bottom: 1.5rem;
    transform: translateX(-20px);
    position: relative;
    font-weight: 700;
    color: rgb(171,220,202);
}.title-screen-70 h1::after {
    height: 4px;
    animation: lineGrow 1.2s forwards 0.6s ease-out;
    background: linear-gradient(90deg, rgb(129,191,176), transparent);
    content: "";
    bottom: -10px;
    width: 80px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
}.title-screen-70 .page-hero-86 {
    align-items: center;
    opacity: 0;
    transform: translateZ(10px);
    gap: 2rem;
    display: flex;
    position: relative;
    margin-bottom: 2rem;
    animation: fadeUp 0.8s forwards 0.5s;
}.title-screen-70 .page-hero-86 svg {
    transform: rotate(0deg) scale(1);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 80px;
    width: 80px;
    flex-shrink: 0;
}.title-screen-70 .page-hero-86:hover svg {
    transform: rotate(5deg) scale(1.1);
}.title-screen-70 .page-hero-86 svg path {
    fill: rgb(129,191,176);
    transition: fill 0.3s ease;
}.title-screen-70 .page-hero-86:hover svg path {
    fill: rgb(171,220,202);
}.title-screen-70 .page-hero-86 svg text {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}.title-screen-70 .page-hero-86:hover svg text {
    fill: rgb(171,220,202);
    transform: translateY(-2px);
}.title-screen-70 .page-hero-86 p {
    position: relative;
    z-index: 2;
    font-weight: 400;
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 0;
    color: #000000;
}.title-screen-70 ul {
    animation: fadeUp 0.8s forwards 0.7s;
    margin: 0;
    list-style: none;
    opacity: 0;
    padding: 0;
}.title-screen-70 ul li {
    margin-top: 1rem;
}.title-screen-70 .message-box-47 {
    border: none;
    display: inline-block;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    transform: translateY(0);
    box-shadow: 
    0 4px 12px rgba(94,170,168,0.2),
    0 2px 4px rgba(0,0,0,0.1);
    padding: 1rem 2.5rem;
    font-size: 14px;
    background: linear-gradient(135deg, rgb(171,220,202), rgb(129,191,176));
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    z-index: 1;
    color: #ffffff;
    overflow: hidden;
}.title-screen-70 .message-box-47::before {
    content: "";
    width: 100%;
    z-index: -1;
    transition: opacity 0.3s ease;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(129,191,176), rgb(171,220,202));
    position: absolute;
    left: 0;
    opacity: 0;
}.title-screen-70 .message-box-47:hover {
    box-shadow: 
    0 8px 20px rgba(94,170,168,0.3),
    0 4px 8px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}.title-screen-70 .message-box-47:hover::before {
    opacity: 1;
}.title-screen-70 .message-box-47:active {
    transform: translateY(-1px);
    box-shadow: 
    0 5px 15px rgba(94,170,168,0.2),
    0 3px 5px rgba(0,0,0,0.1);
}.title-screen-70 .pic-box-04 {
    overflow: hidden;
    transition: transform 0.5s ease;
    transform-origin: right center;
    box-shadow: 
    20px 20px 60px rgba(0,0,0,0.1),
    -20px -20px 60px rgba(255,255,255,0.8);
    height: 100%;
    transform: translateZ(10px) rotateY(-3deg);
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    min-height: 400px;
    position: relative;
}.title-screen-70 .pic-box-04:hover {
    transform: translateZ(20px) rotateY(0deg);
}.title-screen-70 .pic-box-04::after {
    content: "";
    height: 100%;
    background: linear-gradient(135deg, transparent 70%, rgba(94,170,168,0.3));
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

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

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

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

@keyframes pulse {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media screen and (max-width: 992px) {.title-screen-70 .skill-space-45 {
    gap: 3rem;
    grid-template-columns: 1fr;
}.title-screen-70 .message-holder-35 {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    backdrop-filter: blur(3px);
    padding: 2rem 1.5rem;
}.title-screen-70 h1 {
    font-size: calc(45px * 0.85);
}.title-screen-70 .pic-box-04 {
    min-height: 350px;
    clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
    transform: translateZ(10px) rotateY(0deg);
    order: -1;
}
}

@media screen and (max-width: 768px) {.title-screen-70 {
    padding: 4rem 0 2rem;
}.title-screen-70 .skill-space-45 {
    padding: 1rem;
    gap: 2rem;
}.title-screen-70 h1 {
    margin-bottom: 1rem;
    font-size: calc(45px * 0.7);
}.title-screen-70 .page-hero-86 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}.title-screen-70 .page-hero-86 svg {
    height: 60px;
    width: 60px;
}.title-screen-70 .pic-box-04 {
    clip-path: polygon(2% 0, 100% 0, 98% 100%, 0% 100%);
    min-height: 280px;
}.title-screen-70 .message-box-47 {
    padding: 0.8rem 1.8rem;
    font-size: calc(14px * 0.9);
}
}

@media screen and (max-width: 480px) {.title-screen-70 .message-holder-35 {
    padding: 1.5rem 1rem;
}.title-screen-70 h1 {
    font-size: calc(45px * 0.6);
}.title-screen-70 .page-hero-86 p {
    font-size: calc(12px * 0.9);
}.title-screen-70 .pic-box-04 {
    min-height: 220px;
}}.sign-up-for-updates-42 {
    background: linear-gradient(135deg, rgb(212,238,227) 0%, rgb(129,191,176,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.sign-up-for-updates-42::before {
    right: -10%;
    top: -20%;
    background: linear-gradient(120deg, rgb(171,220,202,0.5) 0%, transparent 60%);
    position: absolute;
    transform: rotate(-15deg);
    height: 200%;
    z-index: 1;
    content: "";
    width: 70%;
}.sign-up-for-updates-42::after {
    transform: rotate(20deg);
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(240deg, rgb(129,191,176,0.5) 0%, transparent 70%);
    left: -5%;
    bottom: -30%;
    width: 45%;
    height: 150%;
}.sign-up-for-updates-42 .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    z-index: 2;
}.sign-up-for-updates-42 .skill-space-45 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    padding: 3rem;
    background: rgba(255, 255, 255, 0.8);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.sign-up-for-updates-42 .skill-space-45:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.sign-up-for-updates-42 h3 {
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.4;
    margin-bottom: 2rem;
    color: #000000;
    font-weight: 700;
    max-width: 85%;
    font-size: 20px;
    z-index: 3;
}.sign-up-for-updates-42 h3::after {
    transition: transform 0.5s ease;
    transform: scaleX(1);
    left: 0;
    width: 60px;
    height: 3px;
    bottom: -10px;
    content: "";
    transform-origin: left;
    position: absolute;
    background: rgb(171,220,202);
}.sign-up-for-updates-42 .skill-space-45:hover h3::after {
    transform: scaleX(1.5);
}.sign-up-for-updates-42 .input_holder {
    align-items: stretch;
    position: relative;
    display: flex;
    max-width: 600px;
    z-index: 3;
    flex-direction: row;
    margin-top: 1.5rem;
}.sign-up-for-updates-42 .input_holder div {
    flex: 1;
    position: relative;
    margin-right: 15px;
}.sign-up-for-updates-42 .input_holder div::before {
    left: 0;
    bottom: -4px;
    transition: transform 0.3s ease;
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(171,220,202) 0%, rgb(129,191,176) 100%);
    transform: scaleX(0);
    width: 100%;
    content: "";
    height: 2px;
}.sign-up-for-updates-42 .input_holder div:focus-within::before {
    transform: scaleX(1);
}.sign-up-for-updates-42 input[type="email"] {
    outline: none;
    transition: all 0.3s ease;
    width: 100%;
    font-size: calc(18px * 0.95);
    font-family: Arial, sans-serif;
    padding: 12px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
}.sign-up-for-updates-42 input[type="email"]:focus {
    transform: translateY(-2px);
    border-color: rgb(171,220,202);
    box-shadow: 0 5px 15px rgba(rgb(171,220,202,0.5), 0.1);
}.sign-up-for-updates-42 input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(rgba(0, 0, 0, 0.5), 0.5);
}.sign-up-for-updates-42 input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.sign-up-for-updates-42 .sub-updates-98 {
    font-family: Arial, sans-serif;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 28px;
    background: linear-gradient(135deg, rgb(171,220,202) 0%, rgb(129,191,176) 100%);
    cursor: pointer;
    border: none;
    color: #ffffff;
    position: relative;
}.sign-up-for-updates-42 .sub-updates-98::before {
    width: 100%;
    content: "";
    transition: all 0.6s ease;
    top: 0;
    height: 100%;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.sign-up-for-updates-42 .sub-updates-98:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(rgb(171,220,202,0.5), 0.3);
}.sign-up-for-updates-42 .sub-updates-98:hover::before {
    left: 100%;
}.sign-up-for-updates-42 .sub-updates-98:active {
    box-shadow: 0 2px 10px rgba(rgb(171,220,202,0.5), 0.2);
    transform: translateY(0);
}

@media (max-width: 768px) {.sign-up-for-updates-42 {
    padding: 4rem 0;
}.sign-up-for-updates-42 .skill-space-45 {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
}.sign-up-for-updates-42 h3 {
    margin-bottom: 1.5rem;
    font-size: calc(20px * 0.9);
    max-width: 100%;
}.sign-up-for-updates-42 .input_holder {
    flex-direction: column;
    max-width: 100%;
}.sign-up-for-updates-42 .input_holder div {
    margin-right: 0;
    margin-bottom: 15px;
}.sign-up-for-updates-42 .sub-updates-98 {
    width: 100%;
    padding: 14px 20px;
}
}

@media (max-width: 480px) {.sign-up-for-updates-42 {
    padding: 3rem 0;
}.sign-up-for-updates-42 .skill-space-45 {
    padding: 1.5rem;
}.sign-up-for-updates-42 h3 {
    font-size: calc(20px * 0.8);
}.sign-up-for-updates-42 h3::after {
    width: 40px;
}.sign-up-for-updates-42 input[type="email"] {
    padding: 12px 15px;
}
}

@media (min-width: 1200px) {.sign-up-for-updates-42 .skill-space-45 {
    padding: 4rem;
    margin: 0 auto;
    max-width: 90%;
}.sign-up-for-updates-42 h3 {
    max-width: 75%;
}.sign-up-for-updates-42 .input_holder {
    max-width: 700px;
}}.about-this-73 {
    padding: 120px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}.about-this-73::before {
    background: rgb(171,220,202);
    content: '';
    top: 0;
    z-index: 1;
    transform: skewY(-6deg) translateY(-30%);
    position: absolute;
    height: 50%;
    left: 0;
    width: 100%;
}.about-this-73 .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.about-this-73 .skill-space-45 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 40px;
}.about-this-73 .learn-track-21 {
    text-align: center;
    flex: 0 0 300px;
    position: relative;
}.about-this-73 .pic-box-04 {
    width: 220px;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    height: 220px;
    overflow: hidden;
    margin: 0 auto 25px;
    position: relative;
    border: 8px solid #ffffff;
    border-radius: 50%;
}.about-this-73 .learn-history-91 {
    margin-bottom: 20px;
}.about-this-73 .fast-study-28 {
    margin-bottom: 8px;
    font-size: 24px;
    color: #000000;
    font-weight: 700;
}.about-this-73 .learn-lab-32 {
    padding: 0 15px;
    color: rgb(171,220,202);
    font-weight: 600;
    display: inline-block;
    font-size: 13px;
    position: relative;
}.about-this-73 .learn-lab-32::before,
.about-this-73 .learn-lab-32::after {
    height: 1px;
    position: absolute;
    background-color: rgb(171,220,202,0.5);
    top: 50%;
    width: 30px;
    content: '';
}.about-this-73 .learn-lab-32::before {
    left: -30px;
}.about-this-73 .learn-lab-32::after {
    right: -30px;
}.about-this-73 .message-holder-35 {
    flex: 1;
    border-radius: 25px;
    position: relative;
    background-color: #ffffff;
    min-width: 300px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    padding: 50px;
}.about-this-73 .message-holder-35::before {
    border-left: 4px solid rgb(171,220,202,0.5);
    left: 30px;
    top: 30px;
    width: 60px;
    border-top: 4px solid rgb(171,220,202,0.5);
    opacity: 0.5;
    content: '';
    height: 60px;
    position: absolute;
}.about-this-73 .message-holder-35::after {
    border-right: 4px solid rgb(129,191,176,0.5);
    position: absolute;
    width: 60px;
    border-bottom: 4px solid rgb(129,191,176,0.5);
    bottom: 30px;
    content: '';
    right: 30px;
    height: 60px;
    opacity: 0.5;
}.about-this-73 .skill-sessions-29 {
    display: flex;
    font-size: 18px;
    color: #000000;
    align-items: center;
    margin-bottom: 25px;
    font-weight: 600;
}.about-this-73 .skill-sessions-29 svg {
    height: 35px;
    width: 35px;
    fill: rgb(171,220,202);
    margin-right: 10px;
}.about-this-73 .skill-sessions-29 svg path {
    fill: rgb(171,220,202);
}.about-this-73 h2 {
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 15px;
}.about-this-73 h2::after {
    height: 3px;
    left: 0;
    bottom: 0;
    content: '';
    background: rgb(171,220,202);
    width: 70px;
    position: absolute;
}.about-this-73 p {
    position: relative;
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
}.about-this-73 p::first-line {
    font-weight: 600;
    color: #000000;
}

@media (max-width: 992px) {.about-this-73 {
    padding: 80px 0;
}.about-this-73 .learn-track-21 {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.about-this-73 .message-holder-35 {
    padding: 40px;
    flex: 0 0 100%;
}.about-this-73 .message-holder-35::before,
    .about-this-73 .message-holder-35::after {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 768px) {.about-this-73 {
    padding: 60px 0;
}.about-this-73 .pic-box-04 {
    height: 180px;
    width: 180px;
    border-width: 6px;
}.about-this-73 .message-holder-35 {
    padding: 30px;
}.about-this-73 h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 20px;
}.about-this-73 .message-holder-35::before,
    .about-this-73 .message-holder-35::after {
    height: 30px;
    width: 30px;
}
}

@media (max-width: 480px) {.about-this-73 {
    padding: 40px 0;
}.about-this-73 .pic-box-04 {
    height: 150px;
    margin-bottom: 20px;
    border-width: 5px;
    width: 150px;
}.about-this-73 .fast-study-28 {
    font-size: calc(24px * 0.9);
}.about-this-73 .learn-lab-32 {
    font-size: calc(13px * 0.9);
    padding: 0 10px;
}.about-this-73 .learn-lab-32::before,
    .about-this-73 .learn-lab-32::after {
    width: 20px;
}.about-this-73 .learn-lab-32::before {
    left: -20px;
}.about-this-73 .learn-lab-32::after {
    right: -20px;
}.about-this-73 .message-holder-35 {
    padding: 25px 20px;
}.about-this-73 h2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(36px * 0.8);
}.about-this-73 p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.about-this-73 .skill-sessions-29 {
    font-size: calc(18px * 0.9);
    margin-bottom: 15px;
}.about-this-73 .skill-sessions-29 svg {
    width: 30px;
    height: 30px;
}.about-this-73 .message-holder-35::before,
    .about-this-73 .message-holder-35::after {
    width: 25px;
    height: 25px;
    border-width: 3px;
}}.course-highlights-78 {
    background: linear-gradient(135deg, rgb(212,238,227), #ffffff 80%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.course-highlights-78::before {
    top: -50px;
    opacity: 0.15;
    width: 250px;
    transform: translateZ(0);
    filter: blur(40px);
    position: absolute;
    height: 250px;
    content: "";
    right: -50px;
    background: rgb(129,191,176,0.5);
    border-radius: 50%;
}.course-highlights-78::after {
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(129,191,176), transparent);
    position: absolute;
    left: 0;
    height: 3px;
    content: "";
    opacity: 0.6;
    width: 100%;
}.course-highlights-78 .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.course-highlights-78 h2 {
    max-width: 90%;
    font-weight: 700;
    color: #000000;
    transform: translateX(10px);
    margin-bottom: 3rem;
    display: inline-block;
    font-size: 31px;
    line-height: 1.3;
    position: relative;
}.course-highlights-78 h2::before {
    content: "";
    position: absolute;
    background: rgb(129,191,176);
    top: 0;
    transition: transform 0.3s ease;
    transform: scaleY(0.9);
    height: 100%;
    width: 4px;
    left: -10px;
}.course-highlights-78 h2:hover::before {
    transform: scaleY(1.1);
}.course-highlights-78 .program-path-37 {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    transform: translateZ(0);
    display: grid;
}.course-highlights-78 .pic-box-04 {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 300px;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(0) perspective(1000px) rotateY(2deg);
}.course-highlights-78 .pic-box-04:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateZ(0) perspective(1000px) rotateY(0deg) translateY(-5px);
}.course-highlights-78 .pic-box-04::after {
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.2));
    left: 0;
    width: 100%;
    transition: opacity 0.5s ease;
}.course-highlights-78 .pic-box-04:hover::after {
    opacity: 1;
}.course-highlights-78 .message-holder-35 {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 2.5rem;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}.course-highlights-78 .message-holder-35::before {
    transition: transform 0.5s ease;
    position: absolute;
    width: 100%;
    transform: scaleX(0.97);
    content: "";
    top: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(171,220,202), rgb(129,191,176));
}.course-highlights-78 .message-holder-35:hover::before {
    transform: scaleX(1);
}.course-highlights-78 .description {
    transition: opacity 0.3s ease;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    position: relative;
    font-size: 15px;
    color: #000000;
    line-height: 1.75;
}.course-highlights-78 .description:last-child {
    margin-bottom: 0;
}.course-highlights-78 .description:hover {
    opacity: 1;
}.course-highlights-78 .description:first-of-type::first-letter {
    font-weight: 700;
    color: rgb(129,191,176);
    font-size: 1.5em;
}

@media (min-width: 768px) {.course-highlights-78 {
    padding: 8rem 0;
}.course-highlights-78 .program-path-37 {
    align-items: start;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.course-highlights-78 h2 {
    margin-bottom: 4rem;
    max-width: 80%;
    font-size: calc(31px * 1.1);
}.course-highlights-78 .pic-box-04 {
    height: 100%;
    min-height: 500px;
}.course-highlights-78 .message-holder-35 {
    padding: 3rem;
    overflow-y: auto;
    max-height: 600px;
}.course-highlights-78 .message-holder-35::-webkit-scrollbar {
    width: 8px;
}.course-highlights-78 .message-holder-35::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.03);
    border-radius: 10px;
}.course-highlights-78 .message-holder-35::-webkit-scrollbar-thumb {
    background: rgb(129,191,176,0.5);
    border-radius: 10px;
}.course-highlights-78 .message-holder-35::-webkit-scrollbar-thumb:hover {
    background: rgb(129,191,176);
}
}

@media (min-width: 992px) {.course-highlights-78 h2 {
    max-width: 70%;
    font-size: calc(31px * 1.2);
}.course-highlights-78 .program-path-37 {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 4rem;
}.course-highlights-78 .pic-box-04 {
    transform: translateZ(0) perspective(1200px) rotateY(4deg);
}.course-highlights-78 .message-holder-35 {
    transform: translateZ(0) perspective(1200px) rotateY(-2deg);
    padding: 3.5rem;
    max-height: 650px;
}.course-highlights-78 .message-holder-35:hover {
    transform: translateZ(0) perspective(1200px) rotateY(0deg);
}.course-highlights-78 .description {
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.course-highlights-78 {
    padding: 10rem 0;
}.course-highlights-78 .container {
    padding: 0 30px;
}.course-highlights-78 h2 {
    font-size: calc(31px * 1.3);
    margin-bottom: 5rem;
}.course-highlights-78 .program-path-37 {
    gap: 5rem;
    grid-template-columns: 0.7fr 1.3fr;
}.course-highlights-78 .pic-box-04 {
    min-height: 600px;
}.course-highlights-78 .message-holder-35 {
    padding: 4rem;
    max-height: 700px;
}
}

@media (max-width: 767px) {.course-highlights-78 {
    padding: 4rem 0;
}.course-highlights-78 h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.9);
}.course-highlights-78 .pic-box-04 {
    height: 250px;
}.course-highlights-78 .message-holder-35 {
    padding: 1.5rem;
}.course-highlights-78 .description {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.course-highlights-78 {
    padding: 3rem 0;
}.course-highlights-78 h2 {
    max-width: 100%;
    font-size: calc(31px * 0.8);
}.course-highlights-78 .pic-box-04 {
    height: 200px;
}.course-highlights-78 .message-holder-35 {
    padding: 1.25rem;
}.course-highlights-78 .description {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}
}