* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    width: 30px;
    height: 30px;
}.reg-remind-81 {
    flex: 0 0 auto;
}.warp-container-98 {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}header,footer {
    width: 100%;
}.container {
    width: 1190px;
    max-width: 100%;
    margin: auto;
}.site-header-50 {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    auto
contain
touch-action: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thanksNexus-63 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(205,218,220) 0%, rgb(113,152,155,0.5) 100%);
    position: relative;
    padding: 120px 0;
}.thanksNexus-63::before {
    height: 100%;
    content: "";
    z-index: 1;
    width: 100%;
    opacity: 0.1;
    top: 0;
    transform: perspective(1000px) rotateX(5deg);
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(159,185,187,0.5) 0px,
        rgb(159,185,187,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
}.thanksNexus-63::after {
    transform: rotate(15deg);
    right: -50px;
    border-radius: 100px;
    opacity: 0.1;
    background: rgb(159,185,187);
    content: "";
    bottom: -50px;
    animation: float 15s ease-in-out infinite;
    width: 300px;
    height: 300px;
    z-index: 0;
    position: absolute;
}.thanksNexus-63 .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    transform-style: preserve-3d;
}.thanksNexus-63 h2 {
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
    font-size: 37px;
    transform: translateZ(20px);
    color: #000000;
    position: relative;
}.thanksNexus-63 h2::after {
    animation: pulse 3s infinite alternate;
    bottom: -15px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 4px;
    content: "";
    transform: translateZ(30px);
    background: rgb(159,185,187);
    position: absolute;
    width: 80px;
    left: 0;
}.thanksNexus-63 .study-track-64 {
    position: relative;
    background: #ffffff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
}.thanksNexus-63 .study-track-64::before {
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(159,185,187) 0%, rgb(113,152,155) 100%);
    top: 0;
    height: 6px;
}.thanksNexus-63 .study-track-64:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.thanksNexus-63 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thanksNexus-63 li {
    position: relative;
    padding-left: 25px;
}.thanksNexus-63 li::before {
    animation: spin 12s linear infinite;
    transform: rotate(45deg);
    position: absolute;
    width: 8px;
    left: 0;
    height: 8px;
    content: "";
    top: 8px;
    background: rgb(159,185,187);
}.thanksNexus-63 span {
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
    display: block;
    position: relative;
    font-size: 13px;
    z-index: 2;
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateZ(30px) scaleX(1);
    }
    50% {
        opacity: 0.8;
        transform: translateZ(30px) scaleX(1.1);
    }
}

@keyframes spin {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 992px) {.thanksNexus-63 {
    padding: 90px 0;
}.thanksNexus-63 h2 {
    font-size: calc(37px * 0.9);
}.thanksNexus-63 .study-track-64 {
    padding: 30px;
}
}

@media (max-width: 768px) {.thanksNexus-63 {
    padding: 70px 0;
}.thanksNexus-63 h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.thanksNexus-63 h2::after {
    width: 60px;
}.thanksNexus-63 .study-track-64 {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 25px;
}.thanksNexus-63 span {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.thanksNexus-63 {
    padding: 50px 0;
}.thanksNexus-63 h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 25px;
}.thanksNexus-63 h2::after {
    width: 50px;
    height: 3px;
}.thanksNexus-63 .study-track-64 {
    transform: none;
    padding: 20px;
}.thanksNexus-63 li {
    padding-left: 20px;
}.thanksNexus-63 span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}.statistical-overview-15 {
    position: relative;
    background: rgb(205,218,220);
    overflow: hidden;
    padding: 150px 0;
    z-index: 1;
}.statistical-overview-15::before {
    position: absolute;
    height: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    opacity: 0.05;
    width: 100%;
    top: 0;
    left: 0;
}.statistical-overview-15::after {
    left: 0;
    bottom: 0;
    height: 60%;
    opacity: 0.05;
    background-image: 
        repeating-linear-gradient(45deg, rgb(159,185,187,0.5) 0, rgb(159,185,187,0.5) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgb(113,152,155,0.5) 0, rgb(113,152,155,0.5) 1px, transparent 1px, transparent 15px);
    background-size: 30px 30px;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
}.statistical-overview-15 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.statistical-overview-15 h2 {
    margin-bottom: 80px;
    font-size: 36px;
    color: #000000;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}.statistical-overview-15 h2::after {
    bottom: -20px;
    height: 0;
    content: "";
    left: 50%;
    border-top: 20px solid rgb(159,185,187,0.5);
    border-right: 30px solid transparent;
    width: 0;
    border-left: 30px solid transparent;
    transform: translateX(-50%);
    position: absolute;
}.statistical-overview-15 ul {
    width: 100%;
    list-style: none;
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding: 0;
    justify-content: center;
    margin: 0;
}.statistical-overview-15 .knowledge-gains-78 {
    margin: 0 auto;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    display: flex;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    padding: 40px 30px;
    justify-content: center;
    background: #ffffff;
    text-align: center;
    align-items: center;
    max-width: 280px;
    min-height: 220px;
    aspect-ratio: 1;
    z-index: 1;
}.statistical-overview-15 .knowledge-gains-78:nth-child(1) {
    grid-column: auto;
    grid-row: auto;
    z-index: 4;
    transform: none;
}.statistical-overview-15 .knowledge-gains-78:nth-child(2) {
    z-index: 3;
    grid-row: auto;
    grid-column: auto;
    transform: none;
}.statistical-overview-15 .knowledge-gains-78:nth-child(3) {
    transform: none;
    grid-row: auto;
    z-index: 3;
    grid-column: auto;
}.statistical-overview-15 .knowledge-gains-78:nth-child(4) {
    transform: none;
    grid-row: auto;
    z-index: 2;
    grid-column: auto;
}.statistical-overview-15 .knowledge-gains-78::before {
    background: #ffffff;
    inset: 5px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: -1;
    position: absolute;
    content: "";
}.statistical-overview-15 .knowledge-gains-78::after {
    background: linear-gradient(135deg, rgb(159,185,187), rgb(113,152,155));
    z-index: -2;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transition: opacity 0.3s ease;
    opacity: 0.8;
    position: absolute;
    content: "";
    inset: 0;
}.statistical-overview-15 .knowledge-gains-78:hover {
    transform: translateY(-10px) scale(1.05);
}.statistical-overview-15 .knowledge-gains-78:hover::after {
    opacity: 1;
}.statistical-overview-15 .knowledge-gains-78 p {
    background: #ffffff;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    line-height: 1.2;
    max-width: 90%;
    margin: 0 0 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid rgb(159,185,187);
    color: #000000;
    font-weight: 700;
    transition: all 0.3s ease;
    padding: 5px 15px;
    font-size: 3.2rem;
}.statistical-overview-15 .knowledge-gains-78:nth-child(even) p {
    border-bottom-color: rgb(113,152,155);
}.statistical-overview-15 .knowledge-gains-78:hover p {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.statistical-overview-15 .knowledge-gains-78 span {
    font-weight: 600;
    font-size: 14px;
    word-wrap: break-word;
    display: block;
    z-index: 2;
    max-width: 90%;
    margin: 0 auto;
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    padding-top: 5px;
}.statistical-overview-15 .knowledge-gains-78:hover span {
    color: #000000;
}.statistical-overview-15 svg {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    fill: rgb(159,185,187);
    width: 40px;
    height: 40px;
    transition: all 0.4s ease;
    z-index: 2;
    margin-bottom: 15px;
    padding: 8px;
    border-radius: 50%;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
}.statistical-overview-15 .knowledge-gains-78:nth-child(even) svg {
    fill: rgb(113,152,155);
}.statistical-overview-15 .knowledge-gains-78:hover svg {
    transform: rotate(15deg) scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}.statistical-overview-15 svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}.statistical-overview-15 .knowledge-gains-78:hover svg path {
    fill: rgb(113,152,155);
}.statistical-overview-15 .knowledge-gains-78:nth-child(even):hover svg path {
    fill: rgb(159,185,187);
}.statistical-overview-15 .container::before,
.statistical-overview-15 .container::after {
    top: 5%;
    z-index: -1;
    height: 200px;
    position: absolute;
    filter: blur(50px);
    left: 5%;
    width: 200px;
    border-radius: 50%;
    content: "";
    animation: float 15s infinite alternate ease-in-out;
    opacity: 0.1;
    background: rgb(159,185,187,0.5);
}.statistical-overview-15 .container::after {
    right: 5%;
    bottom: 5%;
    background: rgb(113,152,155,0.5);
    left: auto;
    top: auto;
    height: 250px;
    width: 250px;
    animation: float 20s infinite alternate-reverse ease-in-out;
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 30px);
    }
}


@media (max-width: 1200px) {.statistical-overview-15 .knowledge-gains-78 {
    padding: 35px 25px;
    max-width: 250px;
    min-height: 200px;
}.statistical-overview-15 .knowledge-gains-78 p {
    font-size: 2.8rem;
}.statistical-overview-15 svg {
    height: 35px;
    width: 35px;
}
}

@media (max-width: 991px) {.statistical-overview-15 {
    padding: 120px 0;
}.statistical-overview-15 ul {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.statistical-overview-15 .knowledge-gains-78 {
    max-width: 220px;
    padding: 30px 20px;
    min-height: 180px;
}.statistical-overview-15 .knowledge-gains-78 p {
    font-size: 2.5rem;
    padding: 4px 10px;
}.statistical-overview-15 h2 {
    margin-bottom: 60px;
}

}

@media (max-width: 768px) {.statistical-overview-15 {
    padding: 90px 0;
}.statistical-overview-15 ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
}.statistical-overview-15 .knowledge-gains-78 {
    min-height: 160px;
    max-width: 200px;
    padding: 35px 25px;
}.statistical-overview-15 .knowledge-gains-78:hover {
    transform: translateY(-10px) scale(1.05) !important;
}.statistical-overview-15 .knowledge-gains-78 p {
    font-size: 2.2rem;
}.statistical-overview-15 h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 50px;
}.statistical-overview-15 svg {
    width: 30px;
    height: 30px;
}
}

@media (max-width: 576px) {.statistical-overview-15 {
    padding: 70px 0;
}.statistical-overview-15 ul {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}.statistical-overview-15 .knowledge-gains-78 {
    clip-path: none;
    min-height: 150px;
    padding: 30px 20px;
    border-radius: 25px;
    max-width: 180px;
}.statistical-overview-15 .knowledge-gains-78::before,
    .statistical-overview-15 .knowledge-gains-78::after {
    border-radius: 25px;
    clip-path: none;
}.statistical-overview-15 .knowledge-gains-78 p {
    font-size: 2rem;
    padding: 3px 8px;
}.statistical-overview-15 h2 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.8);
}.statistical-overview-15 h2::after {
    border-top: 15px solid rgb(159,185,187,0.5);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}.statistical-overview-15 .container::before,
    .statistical-overview-15 .container::after {
    width: 150px;
    height: 150px;
}}


@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.statistical-overview-15 .knowledge-gains-78 {
    animation: fadeInScale 0.8s forwards;
    animation-delay: calc(0.1s * var(--item-index, 1));
    opacity: 0;
}@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}


footer {
    position: relative;
    width: 100%;
}footer .reg-remind-81 {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgb(159,185,187) 100%);
    padding: 80px 0 30px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}footer .reg-remind-81::before {
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    opacity: 0.05;
    content: '';
}footer .reg-remind-81::after {
    content: '';
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, 
        rgb(159,185,187) 0%, 
        rgb(113,152,155) 50%, 
        rgb(159,185,187) 100%);
    animation: glowBorder 3s infinite linear;
    top: 0;
    position: absolute;
    left: 0;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .reg-remind-81 .container {
    z-index: 2;
    position: relative;
}footer .play-market-03 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .get-assistance-92 {
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
    gap: 30px;
    display: flex;
}footer .get-assistance-92::after {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(113,152,155,0.5) 50%, 
        transparent 100%);
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
}footer .info_item {
    transition: all 0.3s ease;
    transform: translateY(0);
    padding: 15px;
    backdrop-filter: blur(5px);
    min-width: 200px;
    flex: 1;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
}footer .info_item:hover {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}footer .info_item p,
footer .info_item a {
    display: flex;
    transition: color 0.3s ease;
    font-size: 16px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    gap: 10px;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
}footer .info_item svg {
    flex-shrink: 0;
    height: 20px;
    fill: rgb(113,152,155);
    transition: transform 0.3s ease;
    width: 20px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(113,152,155);
}footer .text_main_holder {
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 40px;
}footer .header-primary-37 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    gap: 20px;
}footer .header-primary-37 svg {
    max-width: 160px;
    filter: drop-shadow(0 0 5px rgb(159,185,187,0.5));
    height: auto;
}footer .flag-content-81 {
    line-height: 1.5;
    opacity: 0.7;
    max-width: 300px;
    font-weight: 300;
    color: #ffffff;
    font-size: 14px;
}footer .header-navbar-09 {
    flex-direction: column;
    display: flex;
    gap: 20px;
}footer .header-navbar-09 h5 {
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 24px;
}footer .header-navbar-09 h5::after {
    border-radius: 10px;
    left: 0;
    position: absolute;
    height: 3px;
    background: rgb(113,152,155);
    content: '';
    width: 50px;
    bottom: 0;
}footer .top-info-21 {
    flex-direction: column;
    gap: 15px;
    display: flex;
    margin-bottom: 20px;
}footer .top-info-21 a {
    transition: all 0.3s ease;
    font-size: 16px;
    padding-left: 15px;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
    position: relative;
}footer .top-info-21 a::before {
    width: 6px;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
    background: rgb(113,152,155);
    content: '';
    height: 6px;
    opacity: 0.7;
    left: 0;
    top: 50%;
}footer .top-info-21 a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(113,152,155);
}footer .top-info-21 a:hover::before {
    opacity: 1;
    width: 8px;
    height: 8px;
    box-shadow: 0 0 10px rgb(113,152,155);
}footer .subscribe_holder {
    border-radius: 23px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex-direction: column;
    padding: 25px;
    background: rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    display: flex;
    gap: 15px;
    transition: all 0.5s ease;
}footer .subscribe_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}footer .subscribe_holder h5 {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}footer .subscribe_holder p {
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 20px;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}footer .input_holder input[type="email"] {
    padding: 14px 15px;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(113,152,155);
    box-shadow: 0 0 15px rgb(113,152,155,0.5);
}footer .news-block-08 {
    border-radius: 10px;
    border: none;
    font-weight: 600;
    padding: 12px 24px;
    transition: all 0.3s ease;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(113,152,155) 0%, rgb(159,185,187) 100%);
    color: #ffffff;
    position: relative;
    letter-spacing: 1px;
}footer .news-block-08::before {
    transition: 0.6s;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
}footer .news-block-08:hover::before {
    left: 100%;
}footer .news-block-08:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}footer .terms-legal-31 {
    text-align: center;
    padding-top: 30px;
    position: relative;
}footer .terms-legal-31::before {
    top: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(113,152,155,0.5) 50%, 
        transparent 100%);
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    content: '';
}footer .site-map-75 {
    opacity: 0.7;
    font-size: 12px;
    color: #ffffff;
    font-weight: 300;
}

@media (max-width: 992px) {footer .reg-remind-81 {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    grid-column: span 2;
    transform: perspective(1000px) rotateY(0deg);
}footer .get-assistance-92 {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .reg-remind-81 {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .header-navbar-09 {
    gap: 15px;
}footer .get-assistance-92 {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
    margin-bottom: 0;
}footer .input_holder {
    flex-direction: column;
}footer .news-block-08 {
    width: 100%;
}
}

@media (max-width: 576px) {footer .reg-remind-81 {
    padding: 40px 0 30px;
}footer .header-primary-37 {
    text-align: center;
    align-items: center;
    margin: 0 auto;
}footer .flag-content-81 {
    text-align: center;
    margin: 0 auto;
}footer .header-navbar-09 h5 {
    text-align: center;
}footer .header-navbar-09 h5::after {
    left: 50%;
    transform: translateX(-50%);
}footer .top-info-21 {
    align-items: center;
}footer .top-info-21 a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.alertPrivacySettings-28 {
    width: 100%;
    border-top: 3px solid rgb(113,152,155);
    position: fixed;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(113,152,155);
    transition: transform 0.3s ease-in-out;
    padding: 20px 0;
    bottom: 0;
    animation: slideUp 0.5s forwards;
    z-index: 90;
    transform: translateY(100%);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookie-alert-window-83 {
    display: none;
}#cookie-alert-window-83:checked ~ .alertPrivacySettings-28 {
    visibility: hidden;
    opacity: 0;
}.cookie-edu-32 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 5%;
    gap: 20px;
}.alertPrivacySettings-28 h5 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.alertPrivacySettings-28 p {
    line-height: 1.5;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 12px;
}.cookie-guide-75 {
    align-items: center;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    margin-right: 15px;
    filter: drop-shadow(0 0 10px rgb(159,185,187));
}.cookie-guide-75 svg {
    width: 80px;
    fill: rgb(159,185,187);
    transition: transform 0.3s ease-in-out;
    height: 80px;
}.cookie-guide-75:hover svg {
    transform: scale(1.1);
}.cookie-comply-45 {
    cursor: pointer;
    background: linear-gradient(90deg, rgb(159,185,187), rgb(113,152,155));
    margin-left: 10px;
    padding: 10px 20px;
    line-height: 40px;
    color: #000000;
    text-align: center;
    border-radius: 16px;
    white-space: nowrap;
    box-shadow: 0 0 15px rgb(159,185,187);
    min-width: 140px;
    font-size: 16px;
    flex-shrink: 0;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}.cookie-comply-45:hover {
    box-shadow: 0 0 20px rgb(113,152,155);
}.cookie_button.online-tracking-65 {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(113,152,155);
    color: #ffffff;
}.cookie_button.online-tracking-65:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(113,152,155);
}.alertPrivacySettings-28 p a {
    transition: color 0.3s ease;
    color: rgb(159,185,187);
    text-decoration: none;
}.alertPrivacySettings-28 p a:hover {
    color: rgb(113,152,155);
}
@media only screen and (max-width: 1200px) {.alertPrivacySettings-28 {
    padding: 15px 0;
}.cookie-edu-32 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie-guide-75 {
    display: none;
}.cookie-edu-32 {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.alertPrivacySettings-28 h5 {
    margin-bottom: 5px;
    font-size: 21px;
}.policy-opt-42 {
    margin-bottom: 15px;
}.cookie-comply-45 {
    margin: 10px 0;
    min-width: 100%;
}}
.welcome-section-48 {
    color: #ffffff;
    overflow: hidden;
    font-family: Arial, sans-serif;
    width: 100%;
    position: relative;
}.welcome-section-48 .main-intro-16 {
    justify-content: center;
    display: flex;
    min-height: 100vh;
    position: relative;
    width: 100%;
    align-items: center;
}.welcome-section-48 .main-intro-16::before {
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(159,185,187,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
}.welcome-section-48 .main-intro-16:hover::before {
    opacity: 0.85;
}.welcome-section-48 .knowledge-pro-56 {
    clip-path: polygon(0 0, 100% 0, 98% 95%, 2% 100%);
    position: relative;
    animation: fadeUp 1s ease-out forwards;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    grid-template-columns: 1fr;
    gap: 2rem;
    transform: translateY(20px);
    backdrop-filter: blur(5px);
    max-width: 1200px;
    width: 90%;
    padding: 3rem;
    background: linear-gradient(to right, rgba(255,255,255,0.05), rgba(255,255,255,0.15));
    z-index: 2;
    display: grid;
}.welcome-section-48 .knowledge-pro-56 > div:first-child {
    position: relative;
    padding-bottom: 1rem;
    overflow: hidden;
}.welcome-section-48 .knowledge-pro-56 > div:first-child::after {
    position: absolute;
    background: rgb(113,152,155);
    width: 60%;
    content: "";
    bottom: 0;
    height: 3px;
    left: 0;
    animation: lineExpand 1.5s ease-in-out forwards;
}.welcome-section-48 .title_style_header {
    margin: 0;
    letter-spacing: -0.02em;
    opacity: 0;
    font-size: clamp(2.5rem, 5vw, 44px);
    line-height: 1.2;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
    animation: fadeUp 0.8s ease-out 0.3s forwards;
    transform: translateY(20px);
}.welcome-section-48 h3 {
    opacity: 0;
    font-size: clamp(1.2rem, 3vw, 18px);
    animation: fadeUp 0.8s ease-out 0.6s forwards;
    color: #ffffff;
    font-weight: 600;
    transform: translateY(20px);
    margin: 0 0 1.5rem;
    line-height: 1.4;
}.welcome-section-48 p {
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    padding-left: 1.5rem;
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    margin: 0;
    animation: fadeUp 0.8s ease-out 0.9s forwards;
    font-size: clamp(1rem, 2vw, 17px);
}.welcome-section-48 p::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 1rem;
    left: 0;
    background-color: rgb(113,152,155);
    transform: translateY(-50%);
    top: 50%;
}

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

@keyframes lineExpand {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}


@media (min-width: 768px) {.welcome-section-48 .knowledge-pro-56 {
    padding: 4rem;
    gap: 3rem;
    clip-path: polygon(0 0, 100% 0, 98% 98%, 2% 100%);
    grid-template-columns: 1fr 1fr;
}.welcome-section-48 .knowledge-pro-56 > div:first-child::after {
    width: 80%;
}.welcome-section-48 .title_style_header {
    margin-bottom: 0;
}
}

@media (max-width: 767px) {.welcome-section-48 .main-intro-16 {
    min-height: 80vh;
}.welcome-section-48 .knowledge-pro-56 {
    padding: 2rem;
    gap: 1.5rem;
}.welcome-section-48 .knowledge-pro-56 > div:first-child {
    padding-bottom: 0.5rem;
}.welcome-section-48 h3 {
    margin-bottom: 1rem;
}.welcome-section-48 p {
    padding-left: 1rem;
}.welcome-section-48 p::before {
    width: 0.75rem;
}
}

@media (max-width: 480px) {.welcome-section-48 .knowledge-pro-56 {
    padding: 1.5rem;
    gap: 1rem;
    clip-path: polygon(0 0, 100% 0, 96% 98%, 4% 100%);
}.welcome-section-48 .title_style_header {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
}.welcome-section-48 h3 {
    font-size: clamp(1rem, 5vw, 1.2rem);
}.welcome-section-48 p {
    font-size: clamp(0.9rem, 4vw, 1rem);
}
}

@media (hover: hover) {.welcome-section-48 .knowledge-pro-56:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}
}

@media (prefers-reduced-motion: reduce) {.welcome-section-48 .title_style_header,
  .welcome-section-48 h3,
  .welcome-section-48 p,
  .welcome-section-48 .knowledge-pro-56 {
    animation: none;
    transform: none;
    opacity: 1;
}.welcome-section-48 .knowledge-pro-56 > div:first-child::after {
    animation: none;
    width: 60%;
}}.education-experience-18 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(205,218,220) 0%, rgb(159,185,187,0.5) 100%);
    padding: 60px 30px;
    min-height: 400px;
}.education-experience-18::before {
    filter: blur(40px);
    top: -50px;
    background: rgb(113,152,155,0.5);
    right: -50px;
    animation: float 8s ease-in-out infinite;
    height: 200px;
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 200px;
    z-index: 0;
}.education-experience-18::after {
    width: 150px;
    bottom: -30px;
    filter: blur(30px);
    height: 150px;
    animation: float 6s ease-in-out infinite reverse;
    background: rgb(159,185,187,0.5);
    z-index: 0;
    left: -30px;
    position: absolute;
    content: "";
    border-radius: 50%;
}.education-experience-18 .feedback-track-71 {
    flex-direction: row;
    transform: rotate(-3deg);
    flex-wrap: wrap;
    z-index: 1;
    display: flex;
    transition: all 0.5s ease;
    position: relative;
    gap: 30px;
}.education-experience-18 .feedback-track-71:hover {
    transform: rotate(0deg) scale(1.02);
}.education-experience-18 .image-carousel-19 {
    box-shadow: 15px 15px 0 rgb(113,152,155,0.5);
    width: 280px;
    transform: translateY(20px);
    height: 350px;
    transition: all 0.4s ease;
    position: relative;
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
    border-radius: 10px;
}.education-experience-18 .feedback-track-71:hover .image-carousel-19 {
    transform: translateY(0);
    box-shadow: 20px 20px 0 rgb(113,152,155);
}.education-experience-18 .work-record-50 {
    border-radius: 10px;
    padding: 30px;
    min-width: 280px;
    transform: translateX(-30px) rotate(3deg);
    flex-direction: column;
    justify-content: center;
    flex: 1;
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}.education-experience-18 .feedback-track-71:hover .work-record-50 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(0) rotate(0deg);
}.education-experience-18 .name {
    font-weight: 700;
    color: rgb(159,185,187);
    margin-bottom: 10px;
    position: relative;
    font-size: 34px;
    padding-bottom: 15px;
}.education-experience-18 .name::after {
    height: 4px;
    position: absolute;
    content: "";
    width: 60px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(113,152,155) 0%, transparent 100%);
    bottom: 0;
    left: 0;
}.education-experience-18 .work-record-50 > div:nth-child(2) {
    margin-bottom: 20px;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.8;
}.education-experience-18 .job-view-45 {
    position: relative;
    line-height: 1.6;
    border-left: 3px solid rgb(113,152,155,0.5);
    font-size: calc(15px + 2px);
    font-style: italic;
    color: #000000;
    padding-left: 20px;
}.education-experience-18 .job-view-45::before {
    font-family: Arial, sans-serif;
    left: -15px;
    color: rgb(159,185,187);
    content: "";
    font-size: 80px;
    position: absolute;
    opacity: 0.1;
    top: -20px;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@media (max-width: 991px) {.education-experience-18 {
    padding: 40px 20px;
}.education-experience-18 .feedback-track-71 {
    flex-direction: column;
    gap: 20px;
}.education-experience-18 .image-carousel-19 {
    height: 280px;
    width: 220px;
    transform: translateY(0) rotate(-3deg);
    margin: 0 auto;
}.education-experience-18 .work-record-50 {
    transform: translateX(0) rotate(0);
    margin-top: -30px;
}.education-experience-18 .feedback-track-71:hover .image-carousel-19 {
    transform: translateY(-10px) rotate(0);
}
}

@media (max-width: 767px) {.education-experience-18 {
    padding: 30px 15px;
}.education-experience-18 .image-carousel-19 {
    width: 180px;
    height: 220px;
}.education-experience-18 .work-record-50 {
    padding: 20px;
}.education-experience-18 .name {
    font-size: calc(34px - 4px);
}.education-experience-18 .job-view-45 {
    font-size: 15px;
}}.our-team-69 {
    background-color: #ffffff;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.our-team-69::before {
    z-index: 1;
    top: 0;
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 10% 10%, rgb(159,185,187,0.5) 0%, transparent 50%);
    width: 100%;
    opacity: 0.1;
    position: absolute;
    content: "";
}.our-team-69::after {
    z-index: 1;
    width: 100%;
    bottom: 0;
    opacity: 0.1;
    background: radial-gradient(circle at 90% 90%, rgb(113,152,155,0.5) 0%, transparent 50%);
    right: 0;
    content: "";
    height: 100%;
    position: absolute;
}.our-team-69 .container {
    position: relative;
    z-index: 5;
}.our-team-69 h2 {
    font-size: 47px;
    width: 100%;
    margin-bottom: 60px;
    color: #000000;
    text-align: center;
    display: inline-block;
    position: relative;
    font-weight: 700;
}.our-team-69 h2::after {
    width: 100px;
    background: linear-gradient(to right, rgb(159,185,187), rgb(113,152,155));
    left: 50%;
    border-radius: 10px;
    bottom: -15px;
    height: 4px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
}.our-team-69 .community-ed-41 {
    position: relative;
    flex-direction: column;
    gap: 50px;
    display: flex;
    align-items: center;
}.our-team-69 .mentor-values-52 {
    display: flex;
    padding: 0;
    max-width: 800px;
    width: 100%;
    align-items: flex-start;
    position: relative;
    gap: 40px;
}.our-team-69 .mentor-values-52:first-child {
    flex-direction: row;
}.our-team-69 .mentor-values-52:last-child {
    flex-direction: row-reverse;
}.our-team-69 .mentor-values-52 h3 {
    text-align: center;
    border-radius: 30px;
    margin: 0;
    z-index: 2;
    font-size: 22px;
    min-width: 200px;
    font-weight: 700;
    padding: 20px;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s ease;
}.our-team-69 .mentor-values-52:first-child h3 {
    background: rgb(159,185,187);
}.our-team-69 .mentor-values-52:last-child h3 {
    background: rgb(113,152,155);
}.our-team-69 .mentor-values-52 h3::after {
    content: "";
    position: absolute;
    top: 50%;
    z-index: -1;
    height: 20px;
    width: 20px;
    transform: translateY(-50%) rotate(45deg);
    background: inherit;
}.our-team-69 .mentor-values-52:first-child h3::after {
    right: -10px;
}.our-team-69 .mentor-values-52:last-child h3::after {
    left: -10px;
}.our-team-69 .mentor-values-52 p {
    flex: 1;
    transition: all 0.3s ease;
    color: #000000;
    z-index: 1;
    font-size: 12px;
    position: relative;
    border-radius: 30px;
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    line-height: 1.8;
}.our-team-69 .mentor-values-52:hover h3 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.our-team-69 .mentor-values-52:hover p {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.our-team-69 .community-ed-41::before {
    opacity: 0.3;
    top: 0;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 0;
    background: linear-gradient(to bottom, rgb(159,185,187,0.5), rgb(113,152,155,0.5));
    height: 100%;
    width: 1px;
}

@media screen and (max-width: 992px) {.our-team-69 {
    padding: 80px 0;
}.our-team-69 h2 {
    font-size: calc(47px * 0.9);
    margin-bottom: 50px;
}.our-team-69 .community-ed-41 {
    gap: 40px;
}
}

@media screen and (max-width: 768px) {.our-team-69 {
    padding: 60px 0;
}.our-team-69 h2 {
    margin-bottom: 40px;
    font-size: calc(47px * 0.8);
}.our-team-69 h2::after {
    width: 80px;
    height: 3px;
}.our-team-69 .mentor-values-52 {
    flex-direction: column !important;
    gap: 20px;
    align-items: center;
}.our-team-69 .mentor-values-52 h3 {
    max-width: 100%;
    min-width: 0;
    width: 100%;
}.our-team-69 .mentor-values-52 h3::after {
    display: none;
}.our-team-69 .mentor-values-52 p {
    padding: 25px;
    width: 100%;
}.our-team-69 .community-ed-41::before {
    display: none;
}
}

@media screen and (max-width: 576px) {.our-team-69 {
    padding: 50px 0;
}.our-team-69 h2 {
    margin-bottom: 30px;
    font-size: calc(47px * 0.7);
}.our-team-69 h2::after {
    height: 3px;
    bottom: -10px;
    width: 60px;
}.our-team-69 .community-ed-41 {
    gap: 30px;
}.our-team-69 .mentor-values-52 h3 {
    padding: 15px;
    font-size: calc(22px * 0.9);
}.our-team-69 .mentor-values-52 p {
    padding: 20px;
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}}.pricing-section-50 {
    position: relative;
    color: #ffffff;
    padding: 120px 0;
    overflow: hidden;
}.pricing-section-50::before {
    right: 0;
    content: "";
    top: 0;
    background-color: rgba(0, 20, 50, 0.85);
    bottom: 0;
    z-index: 0;
    left: 0;
    position: absolute;
    backdrop-filter: blur(5px);
}.pricing-section-50 .container {
    z-index: 1;
    padding: 0 20px;
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
}.pricing-section-50 .pricing-card-15 {
    perspective: 1200px;
}.pricing-section-50 h2 {
    font-weight: 700;
    transform: translateZ(30px);
    text-shadow: 0 4px 12px rgba(0,0,0,0.2);
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: 38px;
    letter-spacing: 0.5px;
    text-align: center;
    position: relative;
}.pricing-section-50 h2::after {
    content: "";
    height: 4px;
    bottom: -15px;
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(159,185,187), rgb(113,152,155));
    box-shadow: 0 2px 10px rgba(rgb(159,185,187,0.5), 0.5);
}.pricing-section-50 .payment-plan-91 {
    color: rgba(255, 255, 255, 0.85);
    max-width: 800px;
    line-height: 1.6;
    transform: translateZ(20px);
    margin: 0 auto 3rem;
    text-align: center;
    font-size: calc(18px * 1.1);
}.pricing-section-50 .learn-fees-01 {
    padding: 0;
    list-style: none;
    display: grid;
    gap: 30px;
    transform-style: preserve-3d;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.pricing-section-50 .learn-fees-01 li {
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: perspective(1000px) rotateX(5deg);
}.pricing-section-50 .learn-fees-01 li:hover {
    transform: perspective(1000px) rotateX(0) translateY(-10px) scale(1.02);
    z-index: 2;
}.pricing-section-50 .discount-grid-57 {
    height: 100%;
    text-decoration: none;
    transform-style: preserve-3d;
    display: block;
    color: #ffffff;
}.pricing-section-50 .training-sub-92 {
    overflow: hidden;
    height: 100%;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.1) inset,
        0 -1px 0 rgba(0, 0, 0, 0.3) inset;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-style: preserve-3d;
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, 
        rgba(rgb(159,185,187,0.5), 0.2) 0%, 
        rgba(rgb(159,185,187,0.5), 0.3) 50%, 
        rgba(rgb(159,185,187,0.5), 0.18) 100%);
    border-radius: 2px;
}.pricing-section-50 .training-sub-92::before {
    background: linear-gradient(90deg, 
        rgb(159,185,187), 
        rgb(113,152,155) 50%, 
        rgb(159,185,187));
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    height: 5px;
    transform: translateZ(10px);
}.pricing-section-50 .training-sub-92::after {
    height: 200%;
    transition: opacity 0.5s ease;
    top: -50%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
    left: -50%;
    position: absolute;
    opacity: 0;
    content: "";
    width: 200%;
    transform: translateZ(5px);
}.pricing-section-50 .discount-grid-57:hover .training-sub-92::after {
    opacity: 1;
}.pricing-section-50 .tuition-grid-81 {
    padding: 30px 25px;
    z-index: 1;
    transform-style: preserve-3d;
    position: relative;
}.pricing-section-50 .tuition-grid-81 h4 {
    margin-bottom: 15px;
    font-size: calc(21px * 1.1);
    color: #ffffff;
    font-weight: 700;
    transition: transform 0.4s ease;
    transform: translateZ(20px);
    position: relative;
}.pricing-section-50 .discount-grid-57:hover .tuition-grid-81 h4 {
    transform: translateZ(25px);
    color: rgb(113,152,155);
}.pricing-section-50 .tuition-grid-81 p {
    padding-right: 5px;
    max-height: 220px;
    line-height: 1.7;
    font-size: 18px;
    transform: translateZ(15px);
    overflow-y: auto;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}.pricing-section-50 .tuition-grid-81 p::-webkit-scrollbar {
    width: 3px;
}.pricing-section-50 .tuition-grid-81 p::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(rgb(113,152,155,0.5), 0.6);
}.pricing-section-50 .tuition-grid-81 p::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}.pricing-section-50 .package-deal-18 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background: linear-gradient(rgba(rgb(159,185,187,0.5), 0.2), rgba(rgb(159,185,187,0.5), 0.4));
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    border-radius: 2px;
    padding: 10px 15px;
    color: rgb(113,152,155);
    font-weight: 700;
    transition: all 0.3s ease;
    display: block;
    transform: translateZ(25px);
    position: relative;
    font-size: calc(21px * 1.3);
}.pricing-section-50 .discount-grid-57:hover .package-deal-18 {
    color: #ffffff;
    background: linear-gradient(rgba(rgb(113,152,155,0.5), 0.4), rgba(rgb(113,152,155,0.5), 0.7));
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(30px) scale(1.05);
}

@media (max-width: 1199px) {.pricing-section-50 {
    padding: 100px 0;
}.pricing-section-50 .learn-fees-01 {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.pricing-section-50 {
    padding: 80px 0;
}.pricing-section-50 h2 {
    font-size: calc(38px * 0.9);
}.pricing-section-50 .payment-plan-91 {
    font-size: 18px;
    margin-bottom: 2.5rem;
}.pricing-section-50 .learn-fees-01 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.pricing-section-50 .tuition-grid-81 {
    padding: 25px 20px;
}
}

@media (max-width: 767px) {.pricing-section-50 {
    padding: 60px 0;
}.pricing-section-50 h2 {
    font-size: calc(38px * 0.8);
}.pricing-section-50 .learn-fees-01 {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.pricing-section-50 .learn-fees-01 li {
    transform: perspective(800px) rotateX(3deg);
}.pricing-section-50 .package-deal-18 {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 575px) {.pricing-section-50 {
    padding: 50px 0;
}.pricing-section-50 h2 {
    font-size: calc(38px * 0.7);
}.pricing-section-50 .payment-plan-91 {
    font-size: calc(18px * 0.95);
    margin-bottom: 2rem;
}.pricing-section-50 .tuition-grid-81 {
    padding: 20px 15px;
}.pricing-section-50 .tuition-grid-81 h4 {
    font-size: 21px;
}.pricing-section-50 .tuition-grid-81 p {
    font-size: calc(18px * 0.9);
    max-height: 180px;
}.pricing-section-50 .package-deal-18 {
    font-size: 21px;
    padding: 8px 12px;
}}.contact-panel-29 {
    position: relative;
    overflow: hidden;
    background: rgb(205,218,220);
    padding: 100px 0;
}.contact-panel-29::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(159,185,187,0.5) 0,
        rgb(159,185,187,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    position: absolute;
    top: 0;
    content: '';
    animation: patternShift 30s linear infinite;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
}.contact-panel-29 .image-carousel-19 {
    width: 100%;
    top: 0;
    transform: scale(1.1);
    opacity: 0.2;
    position: absolute;
    z-index: 0;
    transition: transform 10s ease-in-out;
    height: 100%;
    animation: slowZoom 20s alternate infinite;
    left: 0;
    filter: saturate(0.6) brightness(0.7);
}.contact-panel-29 .image-carousel-19::after {
    background: linear-gradient(0deg, rgb(205,218,220) 0%, transparent 80%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}.contact-panel-29 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    z-index: 2;
}.contact-panel-29 h3 {
    position: relative;
    text-align: center;
    font-size: 33px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    color: rgb(159,185,187);
}.contact-panel-29 h3::after {
    height: 4px;
    bottom: -15px;
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
    content: '';
    background: rgb(113,152,155);
    position: absolute;
}.contact-panel-29 .reach-query-42 {
    grid-template-columns: 1.2fr 0.8fr;
    background: #ffffff;
    overflow: hidden;
    border-radius: 17px;
    display: grid;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}.contact-panel-29 .feedback-card-32 {
    padding: 50px;
    position: relative;
    background: #ffffff;
}.contact-panel-29 .feedback-card-32::after {
    width: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: linear-gradient(to bottom, transparent, rgb(113,152,155,0.5), transparent);
    height: 80%;
    content: '';
}.contact-panel-29 .feedback-card-32 h3 {
    color: #000000;
    font-size: 21px;
    text-align: left;
    margin-bottom: 30px;
}.contact-panel-29 .feedback-card-32 h3::after {
    left: 0;
    height: 3px;
    transform: none;
    width: 40px;
}.contact-panel-29 form {
    flex-direction: column;
    gap: 25px;
    display: flex;
}.contact-panel-29 input[type="text"],
.contact-panel-29 textarea {
    padding: 16px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    font-size: 18px;
    transition: all 0.3s ease;
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    color: #000000;
}.contact-panel-29 input[type="text"]:focus,
.contact-panel-29 textarea:focus {
    box-shadow: 0 0 0 3px rgb(159,185,187,0.5);
    border-color: rgb(159,185,187);
    outline: none;
}.contact-panel-29 textarea {
    resize: vertical;
    min-height: 140px;
}.contact-panel-29 .request-links-67 {
    gap: 12px;
    margin-top: 5px;
    align-items: flex-start;
    font-size: calc(18px * 0.9);
    color: #000000;
    display: flex;
}.contact-panel-29 input[type="checkbox"] {
    flex-shrink: 0;
    transition: all 0.2s ease;
    margin-top: 2px;
    background: #ffffff;
    width: 22px;
    height: 22px;
    position: relative;
    -webkit-appearance: none;
    border: 2px solid rgb(113,152,155,0.5);
    appearance: none;
    border-radius: 4px;
    cursor: pointer;
}.contact-panel-29 input[type="checkbox"]:checked {
    border-color: rgb(159,185,187);
    background: rgb(159,185,187);
}.contact-panel-29 input[type="checkbox"]:checked::after {
    top: 3px;
    left: 7px;
    position: absolute;
    width: 6px;
    border-right: 2px solid #ffffff;
    content: '';
    transform: rotate(45deg);
    height: 12px;
    border-bottom: 2px solid #ffffff;
}.contact-panel-29 .request-links-67 label {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
    cursor: pointer;
}.contact-panel-29 .request-links-67 a {
    font-weight: 600;
    color: rgb(159,185,187);
    text-decoration: none;
    transition: color 0.2s ease;
}.contact-panel-29 .request-links-67 a:hover {
    color: rgb(113,152,155);
}.contact-panel-29 .help-feedback-12 {
    box-shadow: 0 4px 12px rgb(159,185,187,0.5);
    overflow: hidden;
    align-self: flex-start;
    position: relative;
    border-radius: 10px;
    font-weight: 600;
    z-index: 1;
    padding: 16px 32px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    border: none;
    transition: all 0.3s ease;
    background: rgb(159,185,187);
    color: #ffffff;
    font-size: 18px;
}.contact-panel-29 .help-feedback-12::before {
    transform: scaleX(0);
    top: 0;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    left: 0;
    height: 100%;
    width: 100%;
    transform-origin: right;
    background: rgb(113,152,155);
    position: absolute;
    content: '';
    z-index: -1;
}.contact-panel-29 .help-feedback-12:hover {
    box-shadow: 0 6px 15px rgba(rgb(159,185,187), 0.4);
}.contact-panel-29 .help-feedback-12:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact-panel-29 .support-grid-86 {
    overflow: hidden;
    padding: 50px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    background: rgb(113,152,155,0.5);
    position: relative;
}.contact-panel-29 .support-grid-86::before {
    width: 150px;
    content: '';
    bottom: 0;
    background: rgb(159,185,187,0.5);
    height: 150px;
    filter: blur(60px);
    position: absolute;
    right: 0;
    border-radius: 50%;
    opacity: 0.4;
}.contact-panel-29 .support-grid-86 h4 {
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 35px;
    font-weight: 700;
    color: #000000;
    font-size: 21px;
}.contact-panel-29 .support-grid-86 h4::after {
    height: 3px;
    content: '';
    background: rgb(159,185,187);
    position: absolute;
    width: 40px;
    bottom: -15px;
    left: 0;
}.contact-panel-29 .inquiry-block-45 {
    margin: 0;
    display: flex;
    gap: 30px;
    flex-direction: column;
    list-style: none;
    padding: 0;
}.contact-panel-29 .inquiry-block-45 li {
    transition: transform 0.3s ease;
    display: flex;
    position: relative;
    align-items: center;
    gap: 18px;
}.contact-panel-29 .inquiry-block-45 li:hover {
    transform: translateX(5px);
}.contact-panel-29 .inquiry-block-45 li svg {
    border-radius: 50%;
    height: 22px;
    align-items: center;
    justify-content: center;
    height: 46px;
    flex-shrink: 0;
    display: flex;
    padding: 12px;
    width: 46px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    width: 22px;
}.contact-panel-29 .inquiry-block-45 li svg path {
    fill: rgb(159,185,187);
}.contact-panel-29 .inquiry-block-45 li span {
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #000000;
}.contact-panel-29 .inquiry-block-45 li a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact-panel-29 .inquiry-block-45 li:hover a {
    color: rgb(159,185,187);
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.contact-panel-29 {
    padding: 80px 0;
}.contact-panel-29 .reach-query-42 {
    grid-template-columns: 1fr;
}.contact-panel-29 .feedback-card-32::after {
    display: none;
}.contact-panel-29 .feedback-card-32,
    .contact-panel-29 .support-grid-86 {
    padding: 40px;
}.contact-panel-29 h3 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.contact-panel-29 {
    padding: 60px 0;
}.contact-panel-29 .container {
    padding: 0 20px;
}.contact-panel-29 .feedback-card-32,
    .contact-panel-29 .support-grid-86 {
    padding: 30px 25px;
}.contact-panel-29 h3 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.85);
}.contact-panel-29 .feedback-card-32 h3,
    .contact-panel-29 .support-grid-86 h4 {
    font-size: calc(21px * 0.95);
    margin-bottom: 25px;
}.contact-panel-29 input[type="text"],
    .contact-panel-29 textarea {
    padding: 14px 18px;
}.contact-panel-29 .help-feedback-12 {
    padding: 14px 28px;
}
}

@media (max-width: 480px) {.contact-panel-29 {
    padding: 50px 0;
}.contact-panel-29 .feedback-card-32,
    .contact-panel-29 .support-grid-86 {
    padding: 25px 20px;
}.contact-panel-29 h3 {
    margin-bottom: 35px;
    font-size: calc(33px * 0.8);
}.contact-panel-29 .feedback-card-32 h3,
    .contact-panel-29 .support-grid-86 h4 {
    font-size: calc(21px * 0.9);
}.contact-panel-29 form {
    gap: 20px;
}.contact-panel-29 .help-feedback-12 {
    width: 100%;
    text-align: center;
}.contact-panel-29 .inquiry-block-45 li svg {
    padding: 10px;
    width: 40px;
    height: 40px;
}.contact-panel-29 .inquiry-block-45 {
    gap: 25px;
}}.course-program-92 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(113,152,155);
}.course-program-92::before {
    height: 100%;
    top: 0;
    background: 
        radial-gradient(ellipse at bottom right, rgb(159,185,187,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(113,152,155,0.5) 0%, transparent 60%);
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
}.course-program-92::after {
    background-size: 50px 50px;
    left: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
}.course-program-92 .container {
    z-index: 2;
    position: relative;
}.course-program-92 .online-class-64 {
    position: relative;
    display: flex;
    gap: 60px;
    flex-direction: column;
}.course-program-92 .content-frame-82 {
    position: relative;
    order: 2;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.course-program-92 .content-frame-82 h2 {
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    grid-column: 1 / -1;
    color: #ffffff;
    font-size: 41px;
    font-weight: 700;
}.course-program-92 .content-frame-82 h2::after {
    border-radius: 10px;
    bottom: 0;
    content: "";
    width: 100px;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(159,185,187), rgb(113,152,155));
    height: 3px;
    transform: translateX(-50%);
}.course-program-92 .content-frame-82 .description {
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 25px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin: 0;
    background: rgba(255, 255, 255, 0.03);
    line-height: 1.8;
    font-size: 16px;
    overflow: hidden;
}.course-program-92 .content-frame-82 .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.course-program-92 .content-frame-82 .description::before {
    top: 0;
    background: rgb(159,185,187);
    left: 0;
    content: "";
    height: 4px;
    position: absolute;
    width: 100%;
}.course-program-92 .content-frame-82 .description:last-of-type::before {
    background: rgb(113,152,155);
}.course-program-92 .content-frame-82 .description::after {
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    pointer-events: none;
    width: 100%;
}.course-program-92 .image-carousel-19 {
    height: 400px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    order: 1;
    overflow: hidden;
}.course-program-92 .image-carousel-19::before {
    content: "";
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
    z-index: 1;
    inset: 0;
    position: absolute;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float-tech {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(15px) rotate(-5deg);
    }
}

@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (min-width: 992px) {.course-program-92 .online-class-64 {
    gap: 80px;
}.course-program-92 .image-carousel-19 {
    height: 500px;
}
}

@media (max-width: 991px) {.course-program-92 {
    padding: 80px 0;
}
}

@media (max-width: 767px) {.course-program-92 {
    padding: 60px 0;
}.course-program-92 .content-frame-82 {
    grid-template-columns: 1fr;
}.course-program-92 .content-frame-82 h2 {
    font-size: calc(41px * 0.9);
}.course-program-92 .image-carousel-19 {
    height: 350px;
}
}

@media (max-width: 480px) {.course-program-92 {
    padding: 40px 0;
}.course-program-92 .online-class-64 {
    gap: 40px;
}.course-program-92 .content-frame-82 h2 {
    font-size: calc(41px * 0.8);
    padding-bottom: 15px;
}.course-program-92 .content-frame-82 h2::after {
    width: 80px;
}.course-program-92 .content-frame-82 .description {
    padding: 20px;
}.course-program-92 .image-carousel-19 {
    height: 250px;
}}header {
    position: relative;
    padding: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    margin-top: 0;
    overflow: visible;
    z-index: 100;
    background: linear-gradient(135deg, rgb(159,185,187,0.5) 0%, rgb(205,218,220) 100%);
}header::before {
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    content: '';
}header::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(159,185,187,0.5), 
        transparent
    );
    bottom: 0;
    height: 10px;
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
    opacity: 0.6;
}header .first-section-72 {
    display: flex;
    justify-content: space-between;
    padding: 1.3rem 3rem;
    align-items: center;
    position: relative;
    z-index: 5;
}header .header-primary-37 {
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    padding: 1rem;
    margin-right: 2rem;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    overflow: hidden;
    flex: 0 0 auto;
    transition: all 0.6s ease;
}header .header-primary-37:hover {
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
}header .main-lead-40 {
    position: relative;
    transition: all 0.4s ease;
    display: block;
}header .main-lead-40 img {
    max-height: 38px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}header .header-navbar-09 {
    margin: 0;
    z-index: 2;
    display: flex;
    position: relative;
    list-style: none;
    padding: 0;
}header .header-navbar-09::before {
    top: -5%;
    content: '';
    opacity: 0.1;
    position: absolute;
    background: linear-gradient(135deg, rgb(159,185,187,0.5) 0%, transparent 100%);
    width: 110%;
    transition: all 0.6s ease;
    z-index: -1;
    height: 110%;
    left: -5%;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
}header .header-navbar-09:hover::before {
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.2;
}header .header-site-78 {
    position: relative;
    margin: 0 0.5rem;
}header .header-site-78 a {
    align-items: center;
    transition: all 0.4s ease;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.8rem 1.3rem;
    display: flex;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    z-index: 1;
    font-weight: 600;
    justify-content: center;
    color: #000000;
}header .header-site-78 a::before {
    background: linear-gradient(135deg, rgb(159,185,187,0.5) 0%, rgb(113,152,155,0.5) 100%);
    border-radius: inherit;
    content: '';
    width: 100%;
    z-index: -1;
    opacity: 0;
    height: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    top: 0;
    position: absolute;
    transform: scale(1.1);
}header .header-site-78 a:hover {
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px) scale(1.05);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
}header .header-site-78 a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .header-site-78::after {
    transition: transform 0.4s ease;
    position: absolute;
    border-radius: 50%;
    opacity: 0.7;
    background: rgb(159,185,187);
    width: 6px;
    bottom: -8px;
    left: 50%;
    content: '';
    height: 6px;
    transform: translateX(-50%) scale(0);
}header .header-site-78:hover::after {
    transform: translateX(-50%) scale(1);
}header .first-section-72::before {
    width: 200px;
    border-radius: 50%;
    position: absolute;
    height: 200px;
    opacity: 0.1;
    content: '';
    top: -100px;
    background: radial-gradient(circle, rgb(159,185,187,0.5) 0%, transparent 70%);
    right: -100px;
    filter: blur(30px);
}header .first-section-72::after {
    border-radius: 50%;
    content: '';
    opacity: 0.1;
    filter: blur(30px);
    position: absolute;
    bottom: -75px;
    width: 150px;
    left: -75px;
    background: radial-gradient(circle, rgb(113,152,155,0.5) 0%, transparent 70%);
    height: 150px;
}.site-header-50 {
    position: relative;
    padding-top: 2rem;
    z-index: 1;
    background: rgb(205,218,220);
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .first-section-72 {
    margin: 0 auto;
    max-width: 1320px;
}header .header-site-78 {
    margin: 0 0.7rem;
}header .header-site-78 a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .first-section-72 {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .header-primary-37 {
    margin-right: 0;
    padding: 0.7rem;
    margin-bottom: 0;
}header .header-navbar-09 {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .header-site-78 a {
    font-size: calc(13px - 1px);
    padding: 0.6rem 1rem;
}header .header-navbar-09::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .first-section-72 {
    padding: 0.8rem 1.5rem;
}header .header-primary-37 {
    padding: 0.6rem;
    max-width: 140px;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
}header .main-lead-40 img {
    max-height: 35px;
}header .header-navbar-09 {
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: thin;
}header .header-navbar-09::-webkit-scrollbar {
    height: 3px;
}header .header-navbar-09::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(159,185,187,0.5);
}header .header-site-78 {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .header-site-78 a {
    font-size: calc(13px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
}header .header-site-78::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .first-section-72 {
    padding: 0.7rem 1.2rem;
}header .header-primary-37 {
    padding: 0.5rem;
    max-width: 120px;
}header .header-site-78 a {
    padding: 0.4rem 0.6rem;
    font-size: calc(13px - 3px);
}}.privacy-enclosure-81 {
    background-color: var(--section-bg-color, #f8f9fa);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.privacy-enclosure-81::before {
    left: 0;
    background: linear-gradient(135deg, rgba(245, 245, 250, 0.7) 0%, rgba(240, 242, 247, 0.4) 100%);
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
}.privacy-enclosure-81::after {
    transform: rotate(-15deg);
    clip-path: polygon(0 15%, 100% 0, 85% 100%, 0 85%);
    z-index: 0;
    width: 40%;
    top: -10%;
    background: linear-gradient(145deg, var(--primary-color_opacity, rgba(65, 84, 241, 0.05)), var(--secondary-color_opacity, rgba(70, 90, 250, 0.08)));
    content: "";
    height: 70%;
    right: -5%;
    position: absolute;
}.privacy-enclosure-81 .container {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transform: translateZ(0);
}.privacy-enclosure-81 h1 {
    transform: translateX(-10px);
    margin-bottom: 2rem;
    color: var(--dark-color, #252525);
    letter-spacing: -0.02em;
    position: relative;
    font-weight: var(--font-weight-bold, 700);
    font-size: var(--h1-font-size, 2.5rem);
}.privacy-enclosure-81 h1::after {
    animation: scaleWidth 0.8s ease-out forwards;
    background: linear-gradient(90deg, var(--primary-color, #4154f1), var(--secondary-color, #4655fa));
    bottom: -12px;
    left: 0;
    height: 4px;
    position: absolute;
    transform-origin: left center;
    content: "";
    width: 80px;
}@keyframes scaleWidth {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.privacy-enclosure-81 h2 {
    padding-left: 16px;
    position: relative;
    margin: 3rem 0 1.5rem;
    color: var(--dark-color, #252525);
    border-left: 3px solid var(--primary-color, #4154f1);
    font-size: var(--h2-font-size, 1.8rem);
    font-weight: var(--font-weight-semibold, 600);
}.privacy-enclosure-81 h3 {
    color: var(--dark-color, #252525);
    border-left: 2px solid var(--secondary-color, #4655fa);
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.85);
    margin: 2.5rem 0 1.25rem;
    position: relative;
    font-weight: var(--font-weight-semibold, 600);
    padding-left: 14px;
}.privacy-enclosure-81 h4 {
    border-left: 1px solid var(--secondary-color, #4655fa);
    position: relative;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
    color: var(--dark-color, #252525);
    font-weight: var(--font-weight-semibold, 600);
    margin: 2rem 0 1rem;
    padding-left: 12px;
}.privacy-enclosure-81 p {
    font-size: var(--p-font-size, 1rem);
    color: var(--p-color, #444444);
    margin-bottom: 1.5rem;
    position: relative;
    max-width: 90%;
    transform: translateZ(0);
    line-height: 1.7;
}.privacy-enclosure-81 strong {
    font-weight: var(--font-weight-semibold, 600);
    position: relative;
    display: inline-block;
    color: var(--dark-color, #252525);
}.privacy-enclosure-81 strong::after {
    background-color: var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 2px;
    content: "";
}.privacy-enclosure-81 ul {
    position: relative;
    padding-left: 20px;
    margin: 1.5rem 0 2rem 1rem;
}.privacy-enclosure-81 ul::before {
    left: -20px;
    content: "";
    background: linear-gradient(to bottom, var(--primary-color_opacity, rgba(65, 84, 241, 0.2)), transparent);
    position: absolute;
    top: 0;
    height: 100%;
    width: 3px;
    border-radius: var(--border-radius-small, 3px);
}.privacy-enclosure-81 li {
    line-height: 1.6;
    font-size: var(--p-font-size, 1rem);
    color: var(--p-color, #444444);
    margin-bottom: 1rem;
    padding-left: 8px;
    position: relative;
}.privacy-enclosure-81 li::before {
    background-color: var(--primary-color, #4154f1);
    content: "";
    width: 8px;
    left: -18px;
    top: 0.7em;
    border-radius: 1px;
    transform: rotate(45deg);
    position: absolute;
    height: 8px;
}.privacy-enclosure-81 span {
    background: linear-gradient(to right, var(--white-color, #ffffff), rgba(248, 249, 250, 0.8));
    padding: 0.5rem 0 1.5rem;
    border-left: 1px solid var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    font-size: var(--p-font-size, 1rem);
    display: block;
    padding: 1.5rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    transform: translateX(8px);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    color: var(--p-color, #444444);
}

@media (min-width: 992px) {.privacy-enclosure-81 {
    padding: 6rem 0;
}.privacy-enclosure-81 .container {
    padding: 0 40px;
}.privacy-enclosure-81 h1 {
    margin-bottom: 3rem;
    transform: translateX(-15px);
    font-size: calc(var(--h1-font-size, 2.5rem) * 1.1);
}.privacy-enclosure-81 h1::after {
    height: 5px;
    bottom: -15px;
    width: 120px;
}.privacy-enclosure-81 h2 {
    margin: 4rem 0 2rem;
    padding-left: 20px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 1.05);
}.privacy-enclosure-81 p {
    line-height: 1.75;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    max-width: 85%;
}.privacy-enclosure-81 ul {
    margin: 2rem 0 2.5rem 2rem;
}.privacy-enclosure-81 li {
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    margin-bottom: 1.2rem;
}.privacy-enclosure-81 span {
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    padding: 2rem;
    transition: transform 0.3s ease;
    transform: translateX(15px);
}.privacy-enclosure-81 span:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
}

@media (max-width: 767px) {.privacy-enclosure-81 {
    padding: 3rem 0;
}.privacy-enclosure-81::after {
    width: 70%;
    top: -5%;
    height: 40%;
    right: -25%;
}.privacy-enclosure-81 .container {
    padding: 0 15px;
}.privacy-enclosure-81 h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
    margin-bottom: 1.5rem;
    transform: translateX(-5px);
}.privacy-enclosure-81 h1::after {
    width: 60px;
}.privacy-enclosure-81 h2 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.9);
    margin: 2.5rem 0 1.25rem;
}.privacy-enclosure-81 h3 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
}.privacy-enclosure-81 h4 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
}.privacy-enclosure-81 p {
    max-width: 100%;
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
}.privacy-enclosure-81 ul {
    margin: 1.25rem 0 1.75rem 0.5rem;
}.privacy-enclosure-81 li {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    margin-bottom: 0.8rem;
}.privacy-enclosure-81 span {
    transform: translateX(0);
    padding: 1rem;
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
}
}

@media (max-width: 480px) {.privacy-enclosure-81 {
    padding: 2rem 0;
}.privacy-enclosure-81 h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.7);
}.privacy-enclosure-81 h2 {
    margin: 2rem 0 1rem;
    padding-left: 12px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.8);
}.privacy-enclosure-81 h3 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
    padding-left: 10px;
}.privacy-enclosure-81 h4 {
    padding-left: 8px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.55);
}.privacy-enclosure-81 p, .privacy-enclosure-81 li, .privacy-enclosure-81 span {
    line-height: 1.6;
    font-size: calc(var(--p-font-size, 1rem) * 0.9);
}.privacy-enclosure-81 span {
    padding: 0.875rem;
}
}