﻿svg {
    height: 30px;
    width: 30px;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: 1143px;
    margin: auto;
    max-width: 100%;
}

.title-greeting .start-top {
    overflow: hidden;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
}

.title-greeting .start-top::after {
    width: 100%;
    opacity: 0.8;
    background: linear-gradient(
        0deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 25%,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 75%,
        #000000 100%
    );
    z-index: 2;
    left: 0;
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
}

.title-greeting .text-cloud h1 {
    font-weight: 700;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: 46px;
    margin-bottom: 1.5rem;
}

.title-greeting .text-cloud p {
    margin-bottom: 2rem;
    color: #ffffff;
    opacity: 0.95;
    line-height: 1.8;
    font-size: 12px;
}

.title-greeting .text-cloud .inquiry-list {
    font-weight: 600;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    display: inline-block;
    z-index: 1;
    padding: 0.8rem 2.2rem;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 5px 15px #000000;
    color: #ffffff;
    transition: all 0.3s ease;
    background: linear-gradient(
        90deg,
        rgb(208,212,198) 0%,
        #000000 100%
    );
}

.title-greeting:has(.learning-lead:nth-child(5)) .study-smart {
    --image-count: 5;
}

.training-results::after {
    animation: float 20s ease-in-out infinite alternate-reverse;
    height: 400px;
    transform: translate(-30%, 30%);
    content: "";
    left: 0;
    filter: blur(60px);
    position: absolute;
    opacity: 0.4;
    bottom: 0;
    width: 400px;
    background: radial-gradient(circle, rgb(173,179,161,0.5) 0%, transparent 70%);
}

.training-results .text-cloud::before {
    bottom: -5px;
    top: -5px;
    right: -5px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(208,212,198,0.5), rgb(173,179,161,0.5));
    opacity: 0.3;
    filter: blur(10px);
    left: -5px;
    border-radius: 20px;
    content: "";
    position: absolute;
}

.training-results li::before {
    transition: height 0.3s ease;
    border-radius: 3px;
    top: 0;
    background: linear-gradient(to bottom, rgb(208,212,198), rgb(173,179,161));
    width: 3px;
    content: "";
    position: absolute;
    height: 0;
    left: -10px;
}

.training-results li:hover svg {
    border-color: transparent;
    background: linear-gradient(135deg, rgb(208,212,198), rgb(173,179,161));
    transform: rotate(10deg);
}

.course-overview::after {
    background: linear-gradient(225deg, rgb(173,179,161,0.5) 0%, rgb(208,212,198,0.5) 100%);
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    content: "";
    height: 60%;
    transform: rotate(10deg) skewX(-15deg);
    width: 35%;
    filter: blur(25px);
    position: absolute;
    bottom: -10%;
    opacity: 0.15;
    left: -5%;
    z-index: 0;
}

.course-overview .ready-skills {
    display: grid;
    gap: 2.5rem;
    position: relative;
    perspective: 1500px;
    grid-template-columns: 1fr;
}

.course-overview .pic-strip-wrap:hover::before {
    opacity: 0.7;
}

.course-overview .text-cloud {
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(2deg) translateZ(20px);
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    border-radius: 24px;
    background-color: #ffffff;
    position: relative;
}

.course-overview .description:first-child::first-letter {
    font-weight: 700;
    padding: 0.1em 0.1em 0 0;
    color: rgb(208,212,198);
    float: left;
    line-height: 0.8;
    font-size: 2.2em;
}

.customer-reviews {
    background: linear-gradient(135deg, rgb(238,239,234) 0%, rgb(208,212,198,0.5) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

.customer-reviews h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    color: #000000;
    padding-bottom: 1.5rem;
    text-align: center;
    position: relative;
}

.customer-reviews .client-stories {
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2.5rem;
}

.customer-reviews .learner-ratings h3 {
    font-size: calc(21px * 1.1);
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: rgb(208,212,198);
}

.customer-reviews .learner-ratings div {
    display: flex;
    align-items: center;
    margin-top: auto;
    justify-content: flex-start;
}

.customer-reviews .learner-ratings img {
    width: 60px;
    transition: transform 0.3s ease;
    border-radius: 50%;
    border: 3px solid #ffffff;
    height: 60px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.pricing-column {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.pricing-column h2 {
    font-weight: 700;
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease-out forwards;
    color: #ffffff;
    text-align: center;
    font-size: 36px;
    position: relative;
}

.pricing-column .price-choices li:nth-child(1) {
    animation-delay: 0.3s;
}

.pricing-column .price-choices li:nth-child(4) {
    animation-delay: 0.6s;
}

.pricing-column .cert-fees:hover::before {
    left: 100%;
}

.pricing-column .cert-fees:hover .pricing-card {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.pricing-column .cert-fees:hover .pricing-card::after {
    transform: scaleX(1);
}

.pricing-column .price-sheet {
    box-sizing: border-box;
    display: flex;
    padding: 30px;
    color: #ffffff;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    min-height: 400px;
}

.pricing-column .cert-fees:hover .price-sheet h4 {
    transform: translateX(5px);
}

.pricing-column .premium-cost {
    position: relative;
    border-radius: 10px;
    padding: 10px 20px;
    overflow: hidden;
    display: inline-block;
    color: #ffffff;
    margin-top: auto;
    font-size: calc(23px + 4px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgb(208,212,198) 0%, rgb(208,212,198,0.5) 100%);
    align-self: flex-start;
}

.stay-updated .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}

.stay-updated .learn-way:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.stay-updated h3::before {
    content: "";
    background: rgb(173,179,161);
    height: 8px;
    position: absolute;
    width: 8px;
    left: -20px;
    transform: translateY(-50%);
    top: 0.8em;
    border-radius: 10px;
    animation: pulse 3s infinite;
}

.stay-updated input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}

.stay-updated input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}

.stay-updated .mail-list:hover::before {
    transform: translateX(100%);
}

.stay-updated .mail-list:active {
    transform: translateY(1px) scale(0.98);
}

.training-specialist::before {
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    opacity: 0.3;
    width: 100%;
    top: 0;
    z-index: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(173,179,161,0.5) 5%, transparent 5.5%),
        radial-gradient(circle at 90% 20%, rgb(173,179,161,0.5) 2%, transparent 2.5%),
        radial-gradient(circle at 30% 80%, rgb(173,179,161,0.5) 3%, transparent 3.5%),
        radial-gradient(circle at 70% 90%, rgb(173,179,161,0.5) 4%, transparent 4.5%);
}

.training-specialist .learner-ratings:hover .pic-strip-wrap {
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.15),
        0 8px 15px rgba(0,0,0,0.08);
    transform: scale(1.05) translateY(-5px);
}

.training-specialist .name {
    font-size: calc(22px * 1.1);
    margin: 0 0 0.5rem;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
}

.training-specialist .emp-overview {
    text-align: justify;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    padding: 0.5rem 0;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    position: relative;
}

.training-method {
    background: linear-gradient(135deg, rgb(238,239,234) 0%, rgb(208,212,198,0.5) 100%);
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    padding: 8rem 0;
}

.training-method .learn-way {
    transform: translateZ(20px);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    justify-content: center;
    align-items: center;
}

.training-method .learn-way > div:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5),
                0 -10px 25px -5px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.training-method h3::after {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(208,212,198), rgb(173,179,161));
    position: absolute;
    content: "";
    width: 6rem;
    left: 0;
    transform: scaleX(0.8) translateZ(5px);
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: 0;
}

header .header-edu::after {
    z-index: -1;
    background: linear-gradient(135deg, transparent 25%, rgb(208,212,198,0.5) 100%);
    width: 40%;
    position: absolute;
    top: 0;
    opacity: 0.1;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    content: "";
    height: 100%;
}

header .site-core:hover::before,
header .site-core:hover::after {
    transform: scale(1.2);
    opacity: 0.6;
}

header .site-core:hover svg {
    transform: rotate(-5deg);
}

header .header-top::after {
    position: absolute;
    z-index: -1;
    opacity: 0.05;
    background-image: 
        linear-gradient(45deg, rgb(208,212,198,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(208,212,198,0.5) 50%, rgb(208,212,198,0.5) 75%, transparent 75%, transparent);
    width: 100%;
    animation: moveStripes 20s linear infinite;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 10px 10px;
    content: "";
}

header .header-site a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    color: rgb(208,212,198);
    border-color: rgb(208,212,198,0.5);
}

.privacy-lock .container {
    transform: perspective(1200px) rotateX(1deg);
    margin: 0 auto;
    padding: 3rem;
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    max-width: 1140px;
    position: relative;
}

.privacy-lock h3 {
    margin: 2rem 0 1.2rem;
    border-left: 2px solid rgb(173,179,161,0.5);
    padding-left: 1rem;
    position: relative;
    font-size: calc(29px * 0.85);
    color: #000000;
    font-weight: 600;
}

.privacy-lock p strong::after {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgb(173,179,161,0.5);
    left: 0;
    z-index: -1;
    opacity: 0.3;
    content: "";
    height: 8px;
}

.privacy-lock span {
    color: #000000;
    padding: 0.5rem 0 1.5rem;
    font-size: 18px;
    display: block;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.8;
}

.footer-address::before {
    background: rgb(208,212,198);
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    top: 0;
}

.footer-address .company_holder h3 {
    font-weight: 700;
    letter-spacing: 1px;
    transform: skewX(-10deg);
    margin: 0 0 1.5rem;
    font-size: 35px;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 1rem;
    position: relative;
}

.footer-address .header-top h5 {
    position: relative;
    font-size: 22px;
    padding-left: 1rem;
    margin: 0 0 1.5rem;
    color: #ffffff;
    font-weight: 600;
    transform: skewX(-5deg);
}

.footer-address .header-top .top-bar a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-5deg) translateX(5px);
    padding-left: 1.5rem;
}

.idea-pool .container {
    gap: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.thanksNote::after {
    bottom: -10%;
    opacity: 0.07;
    transform: rotate(-10deg) skewX(15deg);
    position: absolute;
    background: linear-gradient(45deg, rgb(208,212,198) 0%, rgb(173,179,161) 100%);
    content: "";
    z-index: 1;
    width: 35%;
    left: -5%;
    height: 60%;
    clip-path: polygon(15% 0, 85% 25%, 100% 75%, 0 100%);
}

.thanksNote .learn-way > div:last-child {
    padding: 3rem;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 100%);
    transform: translateZ(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.4s ease;
}

.reach-out {
    padding: 120px 0 80px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,239,234) 0%, rgb(208,212,198,0.5) 100%);
    position: relative;
}

.reach-out h2::after {
    position: absolute;
    left: 50%;
    content: "";
    background: rgb(208,212,198);
    width: 60px;
    height: 4px;
    transform: translateX(-50%);
    bottom: -15px;
}

.reach-out .inquiry-map {
    background: #ffffff;
    flex-direction: column;
    order: 1;
    padding: 60px;
    display: flex;
    justify-content: center;
    position: relative;
}

.reach-out form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(208,212,198);
    background: #ffffff;
}

.reach-out form input#name {
    position: relative;
}

.reach-out .connect-widget {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.reach-out .connect-widget label {
    padding-left: 35px;
    position: relative;
    font-size: 13px;
    line-height: 1.5;
    cursor: pointer;
    color: #000000;
}

.reach-out .connect-widget label a::after {
    background: rgb(208,212,198);
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    transition: width 0.3s ease;
    content: "";
}

.reach-out form .inquiry-list:hover::before {
    width: 100%;
}

.reach-out svg {
    position: absolute;
    transform: translateY(-50%);
    width: 20px;
    top: 50%;
    fill: rgb(208,212,198);
    height: 20px;
    left: 20px;
}

.our-mission::after {
    height: 200%;
    animation: rotateBackground 60s linear infinite;
    content: "";
    background: radial-gradient(ellipse at center, transparent 30%, #000000 100%);
    opacity: 0.2;
    left: -50%;
    top: -50%;
    width: 200%;
    position: absolute;
}

.our-mission h2::after {
    left: 50%;
    white-space: nowrap;
    content: attr(data-text);
    top: -0.5em;
    color: rgb(208,212,198);
    letter-spacing: 5px;
    transform: translateX(-50%);
    font-size: 0.15em;
    position: absolute;
}

.our-mission .learn-space:last-child:hover {
    border-color: rgb(173,179,161,0.5);
}

.our-mission .learn-space:last-child::before {
    background: rgb(173,179,161);
}

.our-mission .learn-space:last-child::after {
    background: rgb(173,179,161,0.5);
    bottom: 0;
    right: auto;
    left: 0;
    top: auto;
}

.our-mission .learn-space h3::before {
    background: currentColor;
    margin-right: 15px;
    height: 8px;
    content: "";
    width: 8px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.cookie-banner-window {
    background: rgb(238,239,234);
    bottom: 0;
    z-index: 90;
    width: 100%;
    border-top: 2px solid rgb(208,212,198);
    position: fixed;
}

.cookie-banner-window h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookie-banner-window p {
    font-size: 18px;
}

.user-safety svg, .user-safety svg path, .user-safety img {
    width: 100px;
    fill: rgb(208,212,198);
    height: 100px;
}

.core-container .data-control h5, .core-container .data-control p {
    color: #ffffff;
}

.service-contact::before {
    background: 
    linear-gradient(45deg, rgb(208,212,198,0.5) 25%, transparent 25%) -50px 0,
    linear-gradient(45deg, transparent 25%, rgb(173,179,161,0.5) 25%, rgb(173,179,161,0.5) 50%, transparent 50%, transparent 75%, rgb(173,179,161,0.5) 75%, rgb(173,179,161,0.5)) -50px 0;
    height: 100%;
    z-index: 1;
    animation: backgroundMove 60s linear infinite;
    background-size: 100px 100px;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0.03;
}

.service-contact h2::after {
    left: 0;
    background: linear-gradient(to right, rgb(208,212,198), transparent);
    height: 2px;
    bottom: -10px;
    width: 100px;
    content: "";
    position: absolute;
}

.service-contact p svg {
    margin-right: 15px;
    fill: rgb(208,212,198);
    filter: drop-shadow(0 0 2px rgb(208,212,198,0.5));
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
}

.service-contact .edu-asksup {
    z-index: 1;
    height: 70px;
    overflow: hidden;
    align-items: center;
    display: flex;
    width: 70px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    justify-content: center;
}

.service-contact .edu-asksup:hover::before {
    opacity: 0.2;
}

.service-contact .edu-asksup:hover::after {
    opacity: 1;
}

.service-contact .edu-asksup:hover svg path {
    fill: rgb(208,212,198);
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 992px) {.title-greeting .text-cloud {
    padding: 2rem;
    max-width: 600px;
}.title-greeting .text-cloud h1 {
    font-size: 46px;
}.title-greeting .text-cloud p {
    font-size: calc(12px * 0.95);
}
    
}



@media (max-width: 420px) {.title-greeting {
    height: 70vh;
}.title-greeting .text-cloud {
    padding: 1.2rem;
}.title-greeting .text-cloud h1 {
    font-size: calc(46px * 0.8);
}.title-greeting .text-cloud p {
    margin-bottom: 1rem;
    font-size: calc(12px * 0.85);
}.title-greeting .text-cloud .inquiry-list {
    padding: 0.5rem 1.5rem;
    font-size: calc(18px * 0.9);
}
    
}



@media (max-width: 768px) {.training-results {
    padding: 50px 0;
}.training-results .pic-strip-wrap {
    max-height: 280px;
}.training-results h3 {
    font-size: calc(37px * 0.9);
}
}



@media (min-width: 992px) {.course-overview {
    padding: 10rem 0;
}.course-overview h2 {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    margin-bottom: 4rem;
    font-size: calc(37px * 1.2);
}.course-overview .ready-skills {
    grid-template-columns: 1fr 1.3fr;
    gap: 4rem;
}.course-overview .pic-strip-wrap {
    height: 550px;
}.course-overview .text-cloud {
    padding: 3.5rem;
}.course-overview .description {
    line-height: 1.9;
    font-size: calc(16px * 1.1);
    margin-bottom: 2rem;
    max-height: 350px;
}
}



@media (max-width: 768px) {.customer-reviews {
    padding: 3.5rem 0;
}.customer-reviews h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.8);
    transform: none;
}.customer-reviews .client-stories {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.customer-reviews .learner-ratings::before {
    font-size: 6rem;
}
}



@media (max-width: 767px) {.pricing-column {
    padding: 60px 0;
}.pricing-column h2 {
    font-size: calc(36px - 4px);
}.pricing-column .rate-list {
    margin-bottom: 30px;
    font-size: calc(14px - 1px);
}.pricing-column .price-choices {
    margin: 0 auto;
    max-width: 400px;
    grid-template-columns: 1fr;
}.pricing-column .price-sheet {
    min-height: 300px;
}.pricing-column .premium-cost {
    font-size: calc(23px + 2px);
}
}



@media (prefers-reduced-motion: reduce) {.stay-updated::before,
    .stay-updated::after,
    .stay-updated h3::before,
    .stay-updated .mail-list::before {
    animation: none;
    transition: none;
}.stay-updated .learn-way,
    .stay-updated input[type="email"],
    .stay-updated .mail-list {
    transition: none;
}}



@media (max-width: 480px) {.training-specialist {
    padding: 3rem 0;
}.training-specialist .container {
    padding: 0 1rem;
}.training-specialist .pic-strip-wrap {
    height: 120px;
    width: 120px;
}.training-specialist .name {
    font-size: 22px;
}.training-specialist .learner-ratings > div:nth-child(2) > div {
    font-size: calc(14px * 0.9);
}.training-specialist .emp-overview {
    padding: 0;
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}



@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .header-site {
    margin: 3px 5px;
}header .header-site a {
    font-size: calc(13px - 1px);
    padding: 8px 15px;
}
}



@media (max-width: 480px) {header .header-top {
    align-items: center;
    padding: 15px;
    flex-direction: column;
}header .header-site {
    width: 100%;
    margin: 3px 0;
}header .header-site a {
    text-align: center;
    width: 100%;
}header .header-site::before {
    display: none;
}header .site-core svg {
    height: 40px;
}}



@media (max-width: 992px) {.footer-address {
    padding: 4rem 0 2rem;
}.footer-address .container {
    flex-direction: column;
}.footer-address .company_holder {
    flex: 0 0 100%;
    margin-bottom: 3rem;
    padding-right: 0;
}.footer-address .company_holder::after {
    display: none;
}.footer-address .biz-learnings {
    flex: 0 0 100%;
}.footer-address .header-top {
    padding-bottom: 1.5rem;
}
}



@media (min-width: 768px) {.thanksNote {
    padding: 8rem 0;
}.thanksNote .learn-way {
    gap: 4rem;
    grid-template-columns: 1fr 1.2fr;
}.thanksNote .learn-way > div:first-child {
    padding: 4rem;
}.thanksNote .learn-way > div:last-child {
    margin-top: 2rem;
    padding: 4rem;
}.thanksNote h5 {
    font-size: calc(18px * 1.2);
}.thanksNote p {
    font-size: calc(17px * 1.05);
}
}



@media screen and (max-width: 1024px) {.reach-out .inquiry-request {
    max-width: 800px;
}.reach-out .inquiry-map {
    padding: 40px;
}
}



@media screen and (max-width: 768px) {.reach-out {
    padding: 80px 0 60px;
}.reach-out .inquiry-request {
    grid-template-columns: 1fr;
}.reach-out .pic-strip-wrap {
    order: 1;
    min-height: 300px;
    clip-path: none;
}.reach-out .inquiry-map {
    padding: 40px 30px;
    order: 2;
}.reach-out .inquiry-map::before {
    height: 6px;
    width: 100%;
    right: 0;
    background: linear-gradient(to right, rgb(208,212,198), rgb(173,179,161));
    top: 0;
}.reach-out h2 {
    margin-bottom: 40px;
}
}


@media only screen and (max-width: 1200px) {.cookie-banner-window {
    padding: 20px;
}}


@media only screen and (max-width: 800px) {.user-safety {
    display: none;
}.visitor-settings {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie-banner-window h5 {
    text-align: center;
}.cookie-banner-window p {
    text-align: center;
}.data-control {
    margin-bottom: 20px;
}body .core-container .cookie-edu {
    margin-bottom: 10px;
    margin-left: 0;
}}



@keyframes slide-sequence {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% * var(--image-count, 5)));
    }
}



@keyframes border-glow {
    0% {
        opacity: 0.2;
        filter: blur(3px);
    }
    100% {
        opacity: 0.4;
        filter: blur(1px);
    }
}

@keyframes float {
  0% {
    transform: translate(-30%, 30%) scale(1);
    opacity: 0.3;
  }
  100% {
    transform: translate(-20%, 20%) scale(1.1);
    opacity: 0.5;
  }
}



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



@keyframes float {
    0% {
        transform: rotate(-15deg) skewX(-15deg) translate(0, 0);
    }
    100% {
        transform: rotate(-10deg) skewX(-10deg) translate(10px, 10px);
    }
}

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



@keyframes pulse {
  0%, 100% {
    transform: translateY(-50%) rotate(45deg) scale(1);
    box-shadow: 0 0 15px rgb(208,212,198);
  }
  50% {
    transform: translateY(-50%) rotate(45deg) scale(1.2);
    box-shadow: 0 0 30px rgb(208,212,198);
  }
}

