* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    max-width: 100%;
    width: 1266px;
    margin: auto;
}.wrapper-segment-log {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}header,footer {
    width: 100%;
}.header-nav-log {
    flex: 1 0 auto;
}.progress-bar-log {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our-background-log {
    position: relative;
    padding: 100px 0;
    background-color: rgb(224,235,233);
    overflow: hidden;
}.our-background-log::before {
    background: 
        linear-gradient(90deg, rgb(224,235,233) 10px, transparent 10px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(90deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
    position: absolute;
    background-size: 20px 100%, 20px 100%, 20px 100%;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.05;
    content: "";
    height: 100%;
}.our-background-log::after {
    left: 0;
    background:
        linear-gradient(0deg, rgb(224,235,233) 10px, transparent 10px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(0deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
    position: absolute;
    opacity: 0.05;
    content: "";
    width: 100%;
    z-index: 1;
    background-size: 100% 20px, 100% 20px, 100% 20px;
    height: 100%;
    top: 0;
}.our-background-log .container {
    position: relative;
    z-index: 5;
}.our-background-log h2 {
    color: #000000;
    position: relative;
    text-align: center;
    font-size: 32px;
    margin-bottom: 60px;
    font-weight: 700;
}.our-background-log h2::before {
    left: 50%;
    content: "";
    height: 2px;
    position: absolute;
    background-color: rgb(170,207,200);
    bottom: -10px;
    width: 50px;
    transform: translateX(-50%);
}.our-background-log .knowledge-hub-log {
    gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.our-background-log .knowledge-space-log {
    border-radius: 18px;
    z-index: 2;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-top: 3px solid transparent;
    padding: 40px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.our-background-log .knowledge-space-log:first-child {
    border-top-color: rgb(170,207,200);
}.our-background-log .knowledge-space-log:last-child {
    border-top-color: rgb(119,158,177);
}.our-background-log .knowledge-space-log:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.our-background-log .knowledge-space-log h3 {
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    display: inline-block;
    font-size: 21px;
}.our-background-log .knowledge-space-log:first-child h3 {
    color: rgb(170,207,200);
}.our-background-log .knowledge-space-log:last-child h3 {
    color: rgb(119,158,177);
}.our-background-log .knowledge-space-log h3::after {
    width: 0;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    background-color: currentColor;
    bottom: -5px;
    content: "";
    height: 2px;
}.our-background-log .knowledge-space-log:hover h3::after {
    width: 100%;
}.our-background-log .knowledge-space-log p {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    color: #000000;
}.our-background-log .knowledge-space-log::before {
    opacity: 0;
    border-left: 2px solid rgb(170,207,200);
    height: 10px;
    border-top: 2px solid rgb(170,207,200);
    top: -5px;
    content: "";
    left: -5px;
    transition: all 0.3s ease;
    width: 10px;
    position: absolute;
}.our-background-log .knowledge-space-log::after {
    position: absolute;
    right: -5px;
    border-bottom: 2px solid rgb(170,207,200);
    bottom: -5px;
    transition: all 0.3s ease;
    content: "";
    border-right: 2px solid rgb(170,207,200);
    height: 10px;
    width: 10px;
    opacity: 0;
}.our-background-log .knowledge-space-log:last-child::before,
.our-background-log .knowledge-space-log:last-child::after {
    border-color: rgb(119,158,177);
}.our-background-log .knowledge-space-log:hover::before,
.our-background-log .knowledge-space-log:hover::after {
    height: 25px;
    width: 25px;
    opacity: 1;
}.our-background-log .container::before {
    border-radius: 50%;
    z-index: 0;
    border: 15px solid rgb(170,207,200,0.5);
    top: -50px;
    left: -50px;
    content: "";
    width: 100px;
    position: absolute;
    opacity: 0.2;
    height: 100px;
}.our-background-log .container::after {
    bottom: -70px;
    opacity: 0.2;
    width: 140px;
    z-index: 0;
    border: 15px solid rgb(119,158,177,0.5);
    border-radius: 50%;
    content: "";
    position: absolute;
    height: 140px;
    right: -70px;
}

@media screen and (max-width: 992px) {.our-background-log {
    padding: 80px 0;
}.our-background-log .knowledge-hub-log {
    gap: 30px;
    grid-template-columns: 1fr;
}.our-background-log h2 {
    margin-bottom: 40px;
}.our-background-log .container::before {
    height: 60px;
    top: -30px;
    border-width: 10px;
    left: -30px;
    width: 60px;
}.our-background-log .container::after {
    width: 100px;
    height: 100px;
    right: -50px;
    border-width: 10px;
    bottom: -50px;
}
}

@media screen and (max-width: 768px) {.our-background-log {
    padding: 60px 0;
}.our-background-log h2 {
    font-size: calc(32px * 0.9);
}.our-background-log .knowledge-space-log {
    padding: 30px;
}.our-background-log .knowledge-space-log h3 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.9);
}
}

@media screen and (max-width: 576px) {.our-background-log {
    padding: 50px 0;
}.our-background-log h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.our-background-log h2::before {
    width: 40px;
}.our-background-log .knowledge-space-log {
    padding: 25px;
}.our-background-log .knowledge-space-log h3 {
    margin-bottom: 12px;
    font-size: calc(21px * 0.85);
}.our-background-log .knowledge-space-log p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.our-background-log .knowledge-space-log:hover::before,
    .our-background-log .knowledge-space-log:hover::after {
    width: 20px;
    height: 20px;
}.our-background-log .container::before,
    .our-background-log .container::after {
    display: none;
}}.course-program-details-log {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(224,235,233) 0%, rgba(241, 245, 249, 0.9) 100%);
    position: relative;
    overflow: hidden;
}.course-program-details-log::before {
    transform: skewY(-3deg);
    background-position: 0 0;
    z-index: 0;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    background-size: 40px 40px;
    background-image: 
    linear-gradient(30deg, rgba(rgb(170,207,200,0.5), 0.03) 1px, transparent 1px),
    linear-gradient(120deg, rgba(rgb(170,207,200,0.5), 0.03) 1px, transparent 1px);
    top: 0;
    width: 100%;
}.course-program-details-log .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.course-program-details-log h2 {
    padding-left: 15px;
    font-size: 29px;
    max-width: 80%;
    position: relative;
    line-height: 1.3;
    transform: translateX(-10px);
    font-weight: 700;
    color: #000000;
    margin-bottom: 3rem;
}.course-program-details-log h2::before {
    left: 0;
    top: 0.5rem;
    border-radius: 2px;
    width: 4px;
    position: absolute;
    height: calc(100% - 1rem);
    background: linear-gradient(to bottom, rgb(170,207,200), rgb(119,158,177));
    content: "";
}.course-program-details-log .learn-business-log {
    display: grid;
    position: relative;
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.course-program-details-log .img-container-log {
    transform: perspective(1000px) rotateY(-3deg);
    height: 360px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.6s ease-out, box-shadow 0.6s ease-out;
}.course-program-details-log .img-container-log::after {
    position: absolute;
    content: "";
    inset: 0;
    mix-blend-mode: overlay;
    background: linear-gradient(45deg, rgba(rgb(170,207,200,0.5), 0.4), transparent);
}.course-program-details-log .img-container-log:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}.course-program-details-log .text-details-log {
    padding: 2rem;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateY(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.course-program-details-log .text-details-log::before {
    position: absolute;
    left: 0;
    z-index: -1;
    content: "";
    top: 0;
    background: linear-gradient(to right, rgb(170,207,200,0.5), transparent);
    height: 100%;
    width: 100%;
    opacity: 0.03;
}.course-program-details-log .description {
    line-height: 1.75;
    position: relative;
    overflow-y: auto;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 17px;
    padding-right: 15px;
    max-height: 250px;
}.course-program-details-log .description:first-of-type {
    position: relative;
}.course-program-details-log .description:first-of-type::first-letter {
    color: rgb(170,207,200);
    font-size: 1.5em;
    font-weight: 700;
    margin-right: 3px;
}.course-program-details-log .description:last-child {
    margin-bottom: 0;
}.course-program-details-log .description::-webkit-scrollbar {
    width: 3px;
}.course-program-details-log .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.course-program-details-log .description::-webkit-scrollbar-thumb {
    background: rgb(170,207,200);
    border-radius: 10px;
}@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.course-program-details-log .container {
    animation: fadeSlideUp 0.8s ease-out forwards;
}


@media (min-width: 768px) {.course-program-details-log {
    padding: 8rem 0;
}.course-program-details-log h2 {
    max-width: 70%;
    margin-bottom: 4rem;
    font-size: calc(29px * 1.1);
}.course-program-details-log .learn-business-log {
    grid-template-columns: 45% 55%;
    gap: 0;
}.course-program-details-log .img-container-log {
    transform: perspective(1200px) rotateY(-5deg) translateX(-30px);
    height: 480px;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}.course-program-details-log .text-details-log {
    margin-left: -50px;
    padding: 3rem;
    z-index: 2;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (min-width: 992px) {.course-program-details-log h2 {
    max-width: 60%;
    font-size: calc(29px * 1.2);
    transform: translateX(0);
}.course-program-details-log .img-container-log {
    height: 520px;
    transform: perspective(1500px) rotateY(-8deg) translateX(-40px);
}.course-program-details-log .text-details-log {
    padding: 3.5rem;
    max-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -80px;
}.course-program-details-log .description {
    line-height: 1.8;
    max-height: 350px;
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 1200px) {.course-program-details-log .img-container-log {
    transform: perspective(1800px) rotateY(-10deg) translateX(-50px);
}.course-program-details-log .text-details-log {
    padding: 4rem;
    margin-left: -100px;
}.course-program-details-log .description {
    font-size: calc(17px * 1.1);
}
}

@media (max-width: 767px) {.course-program-details-log {
    padding: 4rem 0;
}.course-program-details-log h2 {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: calc(29px * 0.9);
}.course-program-details-log .img-container-log {
    margin-bottom: 1rem;
    height: 280px;
}.course-program-details-log .text-details-log {
    padding: 1.5rem;
    max-height: none;
}.course-program-details-log .description {
    max-height: 200px;
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}.leadership-experience-log {
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(224,235,233), rgb(170,207,200,0.5));
}.leadership-experience-log::before {
    position: absolute;
    opacity: 0.4;
    width: 200%;
    content: '';
    transform: rotate(-15deg);
    left: -50%;
    background: radial-gradient(ellipse at center, rgb(119,158,177,0.5) 0%, transparent 70%);
    top: -50%;
    height: 200%;
    z-index: 1;
    pointer-events: none;
}.leadership-experience-log::after {
    position: absolute;
    top: 0;
    opacity: 0.5;
    z-index: 1;
    background: radial-gradient(circle at top right, rgb(170,207,200,0.5) 0%, transparent 60%);
    right: 0;
    pointer-events: none;
    width: 100%;
    content: '';
    height: 100%;
}.leadership-experience-log .container {
    transform-style: preserve-3d;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 1.5rem;
}.leadership-experience-log .client-feedback-log {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transform: translateZ(0);
    padding: 2.5rem;
    gap: 2rem;
    grid-template-columns: 1fr;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(170,207,200);
    display: grid;
}.leadership-experience-log .client-feedback-log:hover {
    transform: translateZ(20px);
}.leadership-experience-log .client-feedback-log > div:nth-child(1) {
    align-items: center;
    justify-content: center;
    display: flex;
}.leadership-experience-log .img-container-log {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 180px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: rotate(-3deg) translateZ(30px);
    border-radius: 10px;
    width: 180px;
}.leadership-experience-log .img-container-log::after {
    content: '';
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(170,207,200,0.5), transparent);
    position: absolute;
    opacity: 0.7;
    height: 100%;
    mix-blend-mode: overlay;
    left: 0;
}.leadership-experience-log .client-feedback-log:hover .img-container-log {
    transform: rotate(0deg) translateZ(40px) scale(1.05);
}.leadership-experience-log .client-feedback-log > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}.leadership-experience-log .name {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.03em;
    position: relative;
    display: inline-block;
    margin-bottom: 0.5rem;
    color: rgb(170,207,200);
}.leadership-experience-log .name::after {
    height: 3px;
    position: absolute;
    left: 50%;
    width: 40px;
    transform: translateX(-50%);
    content: '';
    bottom: -8px;
    background: rgb(119,158,177);
}.leadership-experience-log .client-feedback-log > div:nth-child(2) > div {
    font-size: calc(18px * 0.95);
    letter-spacing: 0.02em;
    margin-top: 1rem;
    font-weight: 600;
    color: #000000;
}.leadership-experience-log .client-feedback-log > div:nth-child(3) {
    position: relative;
    transform: translateZ(5px);
}.leadership-experience-log .employee-progress-log {
    color: #000000;
    position: relative;
    line-height: 1.7;
    padding: 0 1rem;
    font-size: 18px;
}.leadership-experience-log .employee-progress-log::before,
.leadership-experience-log .employee-progress-log::after {
    background-repeat: no-repeat;
    content: '';
    opacity: 0.15;
    background-size: contain;
    height: 25px;
    width: 25px;
    position: absolute;
}.leadership-experience-log .employee-progress-log::before {
    top: -10px;
    left: -10px;
}.leadership-experience-log .employee-progress-log::after {
    transform: rotate(180deg);
    bottom: -10px;
    right: -10px;
}

@media (min-width: 768px) {.leadership-experience-log {
    padding: 6rem 0;
}.leadership-experience-log .client-feedback-log {
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
    gap: 2rem 3rem;
}.leadership-experience-log .client-feedback-log > div:nth-child(1) {
    align-items: flex-start;
    padding-top: 1rem;
    grid-row: span 2;
}.leadership-experience-log .client-feedback-log > div:nth-child(2) {
    text-align: left;
}.leadership-experience-log .name::after {
    left: 0;
    transform: none;
}.leadership-experience-log .img-container-log {
    transform: rotate(-2deg) translateZ(30px);
    width: 220px;
    height: 220px;
}.leadership-experience-log .employee-progress-log {
    padding: 0;
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 992px) {.leadership-experience-log {
    padding: 8rem 0;
}.leadership-experience-log .client-feedback-log {
    gap: 2rem 4rem;
    padding: 3rem;
    grid-template-columns: 280px 1fr;
}.leadership-experience-log .img-container-log {
    height: 280px;
    width: 280px;
}.leadership-experience-log .name {
    font-size: calc(20px * 1.1);
}.leadership-experience-log .client-feedback-log > div:nth-child(2) > div {
    font-size: 18px;
}.leadership-experience-log .employee-progress-log {
    line-height: 1.9;
    font-size: calc(18px * 1.1);
}.leadership-experience-log .client-feedback-log::before {
    left: -10px;
    width: calc(100% + 20px);
    transition: opacity 0.5s ease;
    opacity: 0.15;
    top: -10px;
    transform: translateZ(-10px);
    height: calc(100% + 20px);
    z-index: -1;
    position: absolute;
    content: '';
    background: linear-gradient(135deg, rgb(119,158,177,0.5), transparent);
}.leadership-experience-log .client-feedback-log:hover::before {
    opacity: 0.3;
}
}

@media (min-width: 1200px) {.leadership-experience-log .container {
    padding: 0 2rem;
}.leadership-experience-log .client-feedback-log {
    padding: 3.5rem;
    grid-template-columns: 320px 1fr;
}.leadership-experience-log .img-container-log {
    height: 320px;
    width: 320px;
}@keyframes constellationPulse {
        0%, 100% { opacity: 0.4; }
        50% { opacity: 0.7; }
    }
    
    .leadership-experience-log::before {
    animation: constellationPulse 8s infinite ease-in-out;
}@keyframes orbitalShift {
        0% { transform: rotate(-15deg); }
        50% { transform: rotate(-10deg); }
        100% { transform: rotate(-15deg); }
    }
    
    .leadership-experience-log::before {
    animation: orbitalShift 20s infinite ease-in-out, constellationPulse 8s infinite ease-in-out;
}}.find-contact-log {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(170,207,200,0.5) 0%, rgb(224,235,233) 100%);
    backdrop-filter: blur(10px);
    position: relative;
}.find-contact-log::before {
    position: absolute;
    animation: gridMove 25s linear infinite;
    right: 0;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(119,158,177,0.5) 95%) 0 0 / 20px 100%,
        linear-gradient(180deg, transparent 95%, rgb(170,207,200,0.5) 95%) 0 0 / 100% 20px;
    opacity: 0.2;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
}.find-contact-log::after {
    bottom: -50%;
    position: absolute;
    top: -50%;
    content: '';
    left: -50%;
    animation: pulseEffect 10s ease-in-out infinite;
    right: -50%;
    background: radial-gradient(circle at center, rgb(119,158,177) 0%, transparent 50%);
    opacity: 0.03;
    z-index: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}
@keyframes pulseEffect {
    0%, 100% {
        transform: scale(1);
        opacity: 0.03;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.05;
    }
}
.find-contact-log .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.find-contact-log .contact-card-log {
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 5px 15px rgba(0, 0, 0, 0.05) inset;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 50px;
    backdrop-filter: blur(15px);
    overflow: hidden;
}.find-contact-log .contact-card-log::before {
    left: 0;
    animation: gradientFlow 3s linear infinite;
    top: 0;
    background-size: 200% 100%;
    content: '';
    background: linear-gradient(90deg, rgb(170,207,200), rgb(119,158,177), rgb(170,207,200));
    width: 100%;
    height: 3px;
    position: absolute;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}
.find-contact-log .contact-card-log::after {
    border-radius: 50%;
    opacity: 0.2;
    content: '';
    height: 150px;
    right: -75px;
    position: absolute;
    background: rgb(170,207,200,0.5);
    z-index: -1;
    top: -75px;
    width: 150px;
}.find-contact-log h3 {
    margin-bottom: 30px;
    font-size: 36px;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: rgb(170,207,200);
}.find-contact-log h3::after {
    left: 0;
    transition: width 0.3s ease;
    background: rgb(170,207,200);
    position: absolute;
    width: 50px;
    content: '';
    height: 2px;
    bottom: 0;
    box-shadow: 0 0 8px rgb(170,207,200);
}.find-contact-log .contact-card-log:hover h3::after {
    width: 100px;
}.find-contact-log .edu-ask-log {
    line-height: 1.8;
    font-weight: 400;
    padding: 15px;
    border-left: 3px solid rgb(119,158,177);
    position: relative;
    color: #000000;
    border-radius: 10px;
    font-size: calc(17px + 0.05rem);
    margin-bottom: 40px;
    background: rgb(224,235,233);
}.find-contact-log .quick-answers-log {
    position: relative;
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.find-contact-log .quick-answers-log::before {
    position: absolute;
    width: 30%;
    top: -20px;
    background: rgb(170,207,200);
    left: 0;
    box-shadow: 0 0 5px rgb(170,207,200);
    content: '';
    height: 1px;
}.find-contact-log .quick-answers-log::after {
    position: absolute;
    width: 60%;
    height: 1px;
    right: 0;
    background: linear-gradient(to right, rgb(170,207,200), transparent);
    content: '';
    top: -20px;
}.find-contact-log .quick-answers-log span {
    border-radius: 10px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    z-index: 1;
    flex-direction: column;
    display: flex;
    background: #ffffff;
}.find-contact-log .quick-answers-log span::before {
    transform: translateX(0) translateY(0) rotate(45deg);
    content: '';
    width: 300%;
    transition: transform 0.6s ease;
    z-index: -1;
    position: absolute;
    left: -100%;
    background: linear-gradient(135deg, rgb(224,235,233) 0%, #ffffff 100%);
    top: -100%;
    height: 300%;
}.find-contact-log .quick-answers-log span:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 0 0 4px rgb(170,207,200,0.5);
    transform: translateY(-5px);
}.find-contact-log .quick-answers-log span p {
    margin: 0 0 5px 0;
    line-height: 1.5;
    align-items: center;
    display: flex;
    font-size: 17px;
    color: #000000;
    font-weight: 600;
}.find-contact-log .quick-answers-log span svg {
    height: 20px;
    transition: all 0.3s ease;
    fill: rgb(170,207,200);
    width: 20px;
    margin-right: 10px;
}.find-contact-log .quick-answers-log span:hover svg {
    transform: scale(1.2);
    fill: rgb(119,158,177);
}.find-contact-log .quick-answers-log span svg path {
    stroke: #ffffff;
    stroke-linecap: round;
    transition: all 0.3s ease;
    stroke-width: 0.5;
    stroke-linejoin: round;
}.find-contact-log .quick-answers-log span:hover svg path {
    stroke-width: 1;
    stroke: rgb(170,207,200);
}.find-contact-log .quick-answers-log span span {
    color: #000000;
    font-weight: 400;
    display: inline-block;
    padding: 0;
    margin: 5px 0 0 0;
    box-shadow: none;
    background: transparent;
}.find-contact-log .quick-answers-log span span::before {
    display: none;
}.find-contact-log .quick-answers-log span span a {
    align-items: center;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    color: rgb(170,207,200);
    padding: 2px 5px;
    display: flex;
    transition: all 0.3s ease;
}.find-contact-log .quick-answers-log span span a svg {
    opacity: 0.8;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}.find-contact-log .quick-answers-log span span a::before {
    content: '';
    left: 0;
    position: absolute;
    background: rgb(170,207,200);
    bottom: 0;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    width: 100%;
    height: 1px;
    transform-origin: right;
}.find-contact-log .course-ask-log {
    background: rgba(255, 255, 255, 0.8);
    margin-top: 20px;
    padding: 30px;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    border-radius: 20px;
    grid-column: 1 / -1;
}.find-contact-log .course-ask-log::before {
    background: 
        linear-gradient(45deg, transparent 98%, rgb(170,207,200,0.5) 98%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 98%, rgb(119,158,177,0.5) 98%) 0 0 / 20px 20px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.3;
    top: 0;
    content: '';
}.find-contact-log .course-ask-log h4 {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    font-size: 21px;
    letter-spacing: 0.5px;
    color: rgb(170,207,200);
    font-weight: 700;
    position: relative;
    padding-left: 15px;
}.find-contact-log .course-ask-log h4::before {
    top: 0;
    left: 0;
    width: 4px;
    content: '';
    background: rgb(170,207,200);
    border-radius: 10px;
    height: 100%;
    position: absolute;
}.find-contact-log .course-ask-log h4 svg {
    width: 22px;
    margin-right: 10px;
    fill: rgb(170,207,200);
    height: 22px;
}.find-contact-log .course-ask-log h4 svg path {
    stroke-width: 0.5;
    stroke: #ffffff;
}.find-contact-log .course-ask-log span {
    padding: 12px 15px;
    color: #000000;
    font-size: 17px;
    margin-bottom: 8px;
    background: rgb(224,235,233);
    align-items: center;
    overflow: hidden;
    z-index: 1;
    display: flex;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
}.find-contact-log .course-ask-log span svg {
    margin-right: 8px;
    fill: rgb(119,158,177);
    height: 16px;
    width: 16px;
    transition: all 0.3s ease;
}.find-contact-log .course-ask-log span svg path {
    stroke-width: 0.3;
    stroke: #ffffff;
}
@media (max-width: 991px) {.find-contact-log {
    padding: 70px 0;
}.find-contact-log .contact-card-log {
    padding: 40px;
}.find-contact-log h3 {
    font-size: calc(36px - 0.2rem);
}.find-contact-log .quick-answers-log {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.find-contact-log .course-ask-log {
    padding: 25px;
}.find-contact-log .quick-answers-log span svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
}
@media (max-width: 767px) {.find-contact-log {
    padding: 50px 0;
}.find-contact-log .contact-card-log {
    padding: 30px;
}.find-contact-log h3 {
    font-size: calc(36px - 0.3rem);
}.find-contact-log .edu-ask-log {
    padding: 12px;
    margin-bottom: 30px;
}.find-contact-log .quick-answers-log {
    gap: 15px;
    grid-template-columns: 1fr;
}.find-contact-log .quick-answers-log span {
    padding: 15px;
}.find-contact-log .course-ask-log span {
    padding: 10px 12px;
}.find-contact-log .quick-answers-log span svg {
    height: 16px;
    margin-right: 6px;
    width: 16px;
}
}
@media (max-width: 480px) {.find-contact-log {
    border-radius: 10px;
    padding: 40px 0;
}.find-contact-log .container {
    padding: 0 15px;
}.find-contact-log .contact-card-log {
    padding: 25px 20px;
}.find-contact-log h3 {
    font-size: calc(36px - 0.4rem);
    margin-bottom: 20px;
}.find-contact-log .edu-ask-log {
    margin-bottom: 25px;
    padding: 10px;
    font-size: 17px;
}.find-contact-log .quick-answers-log span {
    padding: 12px;
}.find-contact-log .course-ask-log {
    margin-top: 15px;
    padding: 20px 15px;
}.find-contact-log .course-ask-log h4 {
    margin-bottom: 15px;
}.find-contact-log .course-ask-log span {
    padding: 8px 10px;
    margin-bottom: 6px;
}.find-contact-log .quick-answers-log span svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}.find-contact-log .course-ask-log h4 svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
}.find-contact-log .course-ask-log span svg {
    margin-right: 6px;
    height: 14px;
    width: 14px;
}}.privacy-den-log {
    gap: 20px;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border: 1px solid rgb(170,207,200);
    padding: 50px;
    background-color: rgb(170,207,200);
}.privacy-den-log h1 {
    text-transform: uppercase;
    border-left: 5px solid rgb(119,158,177);
    padding-left: 20px;
    color: rgb(119,158,177);
    font-weight: 700;
    font-size: 45px;
    margin: 30px 0;
}.privacy-den-log h2 {
    border-left: 3px solid rgb(119,158,177);
    text-transform: uppercase;
    font-size: 34px;
    color: rgb(119,158,177);
    margin: 15px 0;
    padding-left: 20px;
    font-weight: 600;
}.privacy-den-log h3, .privacy-den-log h4, .privacy-den-log h5, .privacy-den-log h6 {
    margin: 10px 0;
}.privacy-den-log ul {
    color: #ffffff;
    margin: 10px 0;
    padding-left: 0;
    list-style: none;
}.privacy-den-log li {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin-bottom: 10px;
    border-left: 3px solid rgb(170,207,200);
    font-size: 18px;
}.privacy-den-log li:not(:last-child) {
    margin-bottom: 15px;
}.privacy-den-log p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.8;
}.privacy-den-log span {
    color: #000000;
    padding: 3px 6px;
    font-weight: 700;
    background-color: rgb(119,158,177,0.5);
    border-radius: 10px;
}.privacy-den-log a {
    text-decoration: underline;
    font-weight: 700;
    color: rgb(119,158,177);
}
@media only screen and (max-width: 800px) {.privacy-den-log {
    padding: 30px;
    gap: 15px;
}.privacy-den-log h1 {
    font-size: calc(20px * 0.9);
    padding-left: 10px;
}.privacy-den-log h2 {
    font-size: calc(20px * 0.9);
    padding-left: 8px;
}.privacy-den-log p {
    font-size: calc(18px * 0.9);
}.privacy-den-log li {
    padding: 8px;
}}
.data-insights-log {
    padding: 6rem 0 5rem;
    background: linear-gradient(135deg, rgb(224,235,233) 0%, rgba(236, 240, 243, 1) 100%);
    position: relative;
    overflow: hidden;
}.data-insights-log::before {
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(rgb(170,207,200,0.5), 0.05) 0%, transparent 60%);
    left: 0;
    position: absolute;
    z-index: 0;
}.data-insights-log::after {
    background: radial-gradient(circle, rgba(rgb(119,158,177,0.5), 0.08) 0%, transparent 70%);
    position: absolute;
    content: "";
    z-index: 0;
    right: -10%;
    height: 300px;
    width: 300px;
    top: -10%;
}.data-insights-log .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
}.data-insights-log ul {
    list-style: none;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}.data-insights-log .statistics-edges-log {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05), 
                -10px -10px 20px rgba(255, 255, 255, 0.8),
                inset 3px 3px 6px rgba(255, 255, 255, 0.9),
                inset -3px -3px 6px rgba(0, 0, 0, 0.05);
    height: 100%;
    background: #ffffff;
    padding: 2.5rem 1.8rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    transform: translateY(0);
}.data-insights-log .statistics-edges-log:hover {
    transform: translateY(-10px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.08), 
                -15px -15px 30px rgba(255, 255, 255, 0.9),
                inset 2px 2px 4px rgba(255, 255, 255, 0.8),
                inset -2px -2px 4px rgba(0, 0, 0, 0.03);
}.data-insights-log .statistics-edges-log::before {
    background: linear-gradient(90deg, rgb(170,207,200) 0%, rgb(119,158,177) 100%);
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    opacity: 0;
    transform: scaleX(0.7);
    transition: all 0.4s ease;
    right: 0;
    height: 5px;
}.data-insights-log .statistics-edges-log:hover::before {
    opacity: 1;
    transform: scaleX(1);
}.data-insights-log .statistics-edges-log div {
    text-align: center;
    align-items: center;
    flex-direction: column;
    display: flex;
}.data-insights-log .statistics-edges-log p {
    margin: 0 0 1rem;
    position: relative;
    font-weight: 700;
    font-size: calc(37px * 1.2);
    color: rgb(170,207,200);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.data-insights-log .statistics-edges-log:hover p {
    transform: scale(1.1);
}.data-insights-log .statistics-edges-log p::after {
    position: absolute;
    width: 30px;
    bottom: -0.5rem;
    transform: translateX(-50%) scaleX(0.7);
    background: linear-gradient(90deg, rgb(170,207,200) 0%, rgb(119,158,177) 100%);
    height: 3px;
    opacity: 0.7;
    left: 50%;
    transition: all 0.4s ease;
    content: "";
}.data-insights-log .statistics-edges-log:hover p::after {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
    width: 50px;
}.data-insights-log .statistics-edges-log span {
    line-height: 1.4;
    display: block;
    font-weight: 600;
    color: #000000;
    font-size: calc(17px * 0.95);
    margin-top: 0.5rem;
    transition: all 0.3s ease;
}.data-insights-log .statistics-edges-log:hover span {
    color: #000000;
}.data-insights-log h4 {
    color: #000000;
    font-size: 22px;
    position: relative;
    text-align: center;
    margin-top: 4rem;
    padding-bottom: 1.5rem;
    font-weight: 600;
}.data-insights-log h4::after {
    height: 4px;
    bottom: 0;
    left: 50%;
    background: linear-gradient(90deg, rgb(170,207,200) 0%, rgb(119,158,177) 100%);
    position: absolute;
    content: "";
    width: 80px;
    opacity: 0.8;
    transform: translateX(-50%);
}

@media (max-width: 991px) {.data-insights-log {
    padding: 5rem 0 4rem;
}.data-insights-log ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}.data-insights-log .statistics-edges-log {
    padding: 2rem 1.5rem;
}.data-insights-log .statistics-edges-log p {
    font-size: calc(37px * 1.1);
}
}

@media (max-width: 768px) {.data-insights-log {
    padding: 4rem 0 3rem;
}.data-insights-log ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}.data-insights-log .statistics-edges-log {
    padding: 1.8rem 1.2rem;
}.data-insights-log h4 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.data-insights-log {
    padding: 3.5rem 0 2.5rem;
}.data-insights-log ul {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
}.data-insights-log .statistics-edges-log {
    padding: 1.5rem 1rem;
}.data-insights-log .statistics-edges-log p {
    margin-bottom: 0.7rem;
    font-size: calc(37px * 0.9);
}.data-insights-log .statistics-edges-log span {
    font-size: calc(17px * 0.85);
}.data-insights-log h4 {
    margin-top: 2.5rem;
    font-size: calc(22px * 0.9);
}.data-insights-log h4::after {
    width: 60px;
    height: 3px;
}
}

@media (max-width: 440px) {.data-insights-log ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.data-insights-log .statistics-edges-log {
    padding: 1.5rem 1rem;
}}.connect-with-us-log {
    background: linear-gradient(120deg, rgb(224,235,233) 0%, #1a1e2e 100%);
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}.connect-with-us-log::before {
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(170,207,200), 0.05) 100%);
    left: 0;
    z-index: 0;
    height: 100%;
}.connect-with-us-log::after {
    height: 100px;
    left: 0;
    content: "";
    width: 100%;
    bottom: 0;
    z-index: 1;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    position: absolute;
}.connect-with-us-log .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.connect-with-us-log h2 {
    position: relative;
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 70px;
    font-weight: 700;
}.connect-with-us-log h2::before {
    content: "";
    bottom: -20px;
    width: 30px;
    background: rgb(170,207,200);
    height: 2px;
    left: calc(50% - 50px);
    position: absolute;
}.connect-with-us-log h2::after {
    content: "";
    position: absolute;
    left: calc(50% - 10px);
    background: rgb(170,207,200);
    bottom: -20px;
    height: 2px;
    width: 70px;
}.connect-with-us-log .feedback-feedback-log {
    border-radius: 30px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    grid-template-columns: 6fr 4fr;
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.2);
}.connect-with-us-log .img-container-log {
    min-height: 100%;
    position: relative;
}.connect-with-us-log .img-container-log::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    top: 0;
    content: "";
    z-index: 1;
    height: 100%;
    left: 0;
}.connect-with-us-log .img-container-log::after {
    animation: scanLines 5s linear infinite;
    top: 0;
    z-index: 2;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(170,207,200), 0.1) 10px, rgba(rgb(170,207,200), 0.1) 11px);
    width: 100%;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.connect-with-us-log .help-help-log {
    padding: 50px;
    position: relative;
}.connect-with-us-log .help-help-log::before {
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    position: absolute;
}.connect-with-us-log #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}.connect-with-us-log h3 {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    color: #ffffff;
}.connect-with-us-log h3::after {
    left: 0;
    width: 50px;
    background: rgb(170,207,200);
    position: absolute;
    height: 2px;
    bottom: -10px;
    content: "";
}.connect-with-us-log input[type="text"] {
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 20px;
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    border-radius: 10px;
}.connect-with-us-log input[type="text"]:focus {
    border-color: rgb(170,207,200);
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(170,207,200), 0.2);
    background: rgba(0, 0, 0, 0.3);
}.connect-with-us-log input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.connect-with-us-log .connect-card-log {
    gap: 12px;
    margin-top: 5px;
    align-items: flex-start;
    display: flex;
}.connect-with-us-log .connect-card-log input[type="checkbox"] {
    height: 24px;
    margin-top: 2px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    appearance: none;
    cursor: pointer;
    border-radius: 3px;
    width: 24px;
    position: relative;
}.connect-with-us-log .connect-card-log input[type="checkbox"]:checked {
    border-color: rgb(170,207,200);
    background: rgb(170,207,200);
}.connect-with-us-log .connect-card-log input[type="checkbox"]:checked::after {
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    height: 10px;
    content: "";
    border: solid #ffffff;
    position: absolute;
    width: 6px;
    top: 6px;
    left: 9px;
}.connect-with-us-log .connect-card-log label {
    line-height: 1.5;
    font-size: calc(15px - 2px);
    color: rgba(255, 255, 255, 0.7);
}.connect-with-us-log .connect-card-log a {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    color: rgb(170,207,200);
}.connect-with-us-log .connect-card-log a:hover {
    color: #ffffff;
}.connect-with-us-log .connect-card-log a::after {
    bottom: -2px;
    height: 1px;
    content: "";
    transition: all 0.3s ease;
    width: 100%;
    position: absolute;
    left: 0;
    background: rgb(170,207,200);
}.connect-with-us-log .connect-card-log a:hover::after {
    background: #ffffff;
}.connect-with-us-log .inquiry-map-log {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    padding: 16px 35px;
    letter-spacing: 1px;
    border: none;
    align-self: flex-start;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgb(170,207,200);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 19px;
    margin-top: 10px;
    position: relative;
}.connect-with-us-log .inquiry-map-log::before {
    top: 0;
    content: "";
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    position: absolute;
    height: 100%;
    width: 100%;
}.connect-with-us-log .inquiry-map-log:hover {
    transform: translateY(-3px);
    background: rgb(119,158,177);
}.connect-with-us-log .inquiry-map-log:hover::before {
    left: 100%;
}.connect-with-us-log svg {
    fill: rgb(170,207,200);
    filter: drop-shadow(0 0 5px rgba(rgb(170,207,200), 0.5));
    height: 22px;
    transition: all 0.3s ease;
    width: 22px;
}.connect-with-us-log svg path {
    transition: all 0.3s ease;
    fill: rgb(170,207,200);
}.connect-with-us-log svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}.connect-with-us-log svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.connect-with-us-log {
    padding: 70px 0;
}.connect-with-us-log .feedback-feedback-log {
    grid-template-columns: 1fr;
}.connect-with-us-log .img-container-log {
    min-height: 300px;
}.connect-with-us-log .help-help-log {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.connect-with-us-log {
    padding: 50px 0;
}.connect-with-us-log h2 {
    margin-bottom: 50px;
    font-size: calc(34px - 4px);
}.connect-with-us-log .img-container-log {
    min-height: 250px;
}
}

@media (max-width: 576px) {.connect-with-us-log {
    padding: 40px 0;
}.connect-with-us-log .container {
    padding: 0 15px;
}.connect-with-us-log h2 {
    margin-bottom: 40px;
    font-size: calc(34px - 6px);
}.connect-with-us-log h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.connect-with-us-log h2::after {
    width: 50px;
}.connect-with-us-log .help-help-log {
    padding: 30px 20px 40px;
}.connect-with-us-log #contact {
    gap: 20px;
}.connect-with-us-log .inquiry-map-log {
    width: 100%;
}.connect-with-us-log .img-container-log {
    min-height: 200px;
}}header {
    z-index: 100;
    position: relative;
    background: linear-gradient(to right, rgb(170,207,200,0.5), rgb(119,158,177,0.5));
    padding: 1.5rem 3%;
    width: 100%;
}header::before {
    border-radius: 10px;
    top: 0.5rem;
    z-index: 0;
    bottom: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    pointer-events: none;
    position: absolute;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
}header::after {
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    content: '';
    left: 0;
    width: 100%;
}header .container {
    max-width: 100%;
    position: relative;
    margin: 0;
    width: 100%;
    z-index: 1;
    padding: 0;
}header .header-base-log {
    padding: 1.5rem;
    display: flex;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 26px;
    flex-direction: column;
}header .header-base-log::before {
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    width: 5px;
    content: '';
    background: linear-gradient(to bottom, rgb(170,207,200), rgb(119,158,177));
}header .header-base-log::after {
    right: 0;
    position: absolute;
    width: 5px;
    top: 0;
    content: '';
    background: linear-gradient(to bottom, rgb(119,158,177), rgb(170,207,200));
    height: 100%;
}header .top-prime-log {
    padding: 0 0 1rem 0;
    justify-content: center;
    display: flex;
    text-decoration: none;
    position: relative;
}header .top-prime-log::after {
    position: absolute;
    height: 1px;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    width: 80px;
    content: '';
    background: rgb(170,207,200,0.5);
}header .top-prime-log svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    transition: all 0.3s ease;
    width: 170px;
    height: auto;
}header .top-prime-log:hover svg {
    transform: scale(1.03);
}header .nav-sitebar-log {
    max-width: 90%;
    width: 100%;
    padding-top: 1rem;
    flex-wrap: wrap;
    display: flex;
    gap: 0.7rem;
    justify-content: center;
}header .top-sitebar-log {
    background: rgb(224,235,233);
    text-decoration: none;
    color: #000000;
    padding: 0.7rem 1.3rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    font-size: 14px;
    z-index: 1;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-weight: 600;
    position: relative;
}header .top-sitebar-log::before {
    left: 0;
    transition: width 0.3s ease;
    content: '';
    width: 3px;
    z-index: -1;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(to bottom, rgb(170,207,200), rgb(119,158,177));
    top: 0;
    position: absolute;
    height: 100%;
}header .top-sitebar-log:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}header .top-sitebar-log:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .header-base-log {
    padding: 1.2rem;
}header .top-prime-log {
    padding: 0 0 0.8rem 0;
}header .top-prime-log svg {
    width: 150px;
}header .nav-sitebar-log {
    padding-top: 0.8rem;
    gap: 0.6rem;
}header .top-sitebar-log {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .header-base-log {
    padding: 1rem;
}header .top-prime-log {
    padding: 0 0 0.7rem 0;
}header .top-prime-log svg {
    width: 130px;
}header .nav-sitebar-log {
    max-width: 95%;
    padding-top: 0.7rem;
    gap: 0.5rem;
}header .top-sitebar-log {
    font-size: calc(14px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .header-base-log {
    padding: 0.8rem 0.8rem 1rem;
}header .top-prime-log {
    padding: 0 0 0.6rem 0;
}header .top-prime-log svg {
    width: 120px;
}header .nav-sitebar-log {
    flex-wrap: nowrap;
    padding-top: 0.6rem;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 0.3rem;
}header .nav-sitebar-log::-webkit-scrollbar {
    height: 3px;
}header .nav-sitebar-log::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(170,207,200);
}header .top-sitebar-log {
    white-space: nowrap;
    margin-right: 3px;
    flex-shrink: 0;
}}.plan-container-log {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.plan-container-log::before {
    bottom: 0;
    z-index: 1;
    position: absolute;
    right: 0;
    left: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    top: 0;
    content: "";
}.plan-container-log .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.plan-container-log .cert-cost-log {
    align-items: center;
    flex-direction: column;
    display: flex;
}.plan-container-log h2 {
    margin-bottom: 20px;
    transform: translateY(0);
    color: #ffffff;
    position: relative;
    font-size: 31px;
    text-align: center;
    font-weight: 700;
    animation: float 6s ease-in-out infinite;
}.plan-container-log h2::after {
    bottom: -10px;
    left: 50%;
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(170,207,200), rgb(119,158,177));
    position: absolute;
}.plan-container-log .learn-price-log {
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.6;
    font-size: 14px;
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
}.plan-container-log .pricing-list-log {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
    gap: 30px;
}.plan-container-log .pricing-list-log li {
    perspective: 1000px;
}.plan-container-log .plan-options-log {
    display: block;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-sizing: border-box;
    height: 100%;
    text-decoration: none;
    transform-style: preserve-3d;
}.plan-container-log .plan-options-log:hover {
    transform: translateY(-10px) rotateY(2deg);
}.plan-container-log .fee-deals-log {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    backdrop-filter: blur(5px);
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 35px 30px;
    transition: all 0.4s ease;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    flex-direction: column;
}.plan-container-log .fee-deals-log::before {
    top: 0;
    width: 100%;
    transform: scaleX(0.5);
    background: linear-gradient(90deg, rgb(170,207,200), rgb(119,158,177));
    transform-origin: left;
    position: absolute;
    content: "";
    transition: transform 0.4s ease;
    height: 5px;
    left: 0;
}.plan-container-log .plan-options-log:hover .fee-deals-log::before {
    transform: scaleX(1);
}.plan-container-log .rate-plans-log {
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    display: flex;
}.plan-container-log .plan-options-log h4 {
    font-weight: 700;
    font-size: calc(24px * 1.2);
    position: relative;
    margin: 0 0 20px;
    color: #ffffff;
}.plan-container-log .plan-options-log h4::after {
    height: 2px;
    background-color: rgb(170,207,200);
    width: 40px;
    left: 0;
    bottom: -10px;
    content: "";
    position: absolute;
}.plan-container-log .plan-options-log p {
    margin: 0 0 25px;
    word-wrap: break-word;
    white-space: normal;
    overflow-wrap: break-word;
    flex-grow: 1;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    font-size: 14px;
}.plan-container-log .learn-fees-log {
    align-self: flex-start;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 6px;
    color: #ffffff;
    transform: translateZ(10px);
    font-size: calc(24px * 1.4);
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(170,207,200,0.5) 0%, rgb(119,158,177,0.5) 100%);
    display: inline-block;
}.plan-container-log .plan-options-log:hover .learn-fees-log {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateZ(15px) scale(1.05);
}

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

@media (max-width: 1200px) {.plan-container-log {
    padding: 100px 0;
}.plan-container-log .pricing-list-log {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.plan-container-log {
    padding: 80px 0;
}.plan-container-log .pricing-list-log {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.plan-container-log h2 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 768px) {.plan-container-log {
    padding: 60px 0;
}.plan-container-log .pricing-list-log {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 500px;
}.plan-container-log .learn-price-log {
    margin-bottom: 40px;
}.plan-container-log h2 {
    font-size: calc(31px * 0.8);
}.plan-container-log .fee-deals-log {
    padding: 30px 25px;
}
}

@media (max-width: 576px) {.plan-container-log {
    padding: 50px 0;
}.plan-container-log h2 {
    font-size: calc(31px * 0.7);
}.plan-container-log .learn-price-log {
    margin-bottom: 30px;
    font-size: calc(14px * 0.9);
}.plan-container-log .fee-deals-log {
    padding: 25px 20px;
}.plan-container-log .plan-options-log h4 {
    font-size: calc(24px * 1.1);
}.plan-container-log .plan-options-log p {
    font-size: calc(14px * 0.9);
}.plan-container-log .learn-fees-log {
    font-size: calc(24px * 1.2);
    padding: 8px 16px;
}}.ty-section-log {
    min-height: 60vh;
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: center;
    padding: 5rem 2rem;
    align-items: center;
    background: linear-gradient(135deg, rgb(224,235,233) 0%, rgb(170,207,200,0.5) 100%);
}.ty-section-log::before {
    left: 0;
    content: "";
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(170,207,200,0.5) 0px,
        rgb(170,207,200,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
}.ty-section-log::after {
    height: 30%;
    position: absolute;
    z-index: 1;
    transform: rotate(15deg);
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 30%;
    background: rgb(119,158,177,0.5);
    opacity: 0.1;
    right: -5%;
    top: -5%;
}.ty-section-log .container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}.ty-section-log .pro-classes-log {
    border-left: 5px solid rgb(170,207,200);
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    padding: 3.5rem;
    background: rgba(255, 255, 255, 0.97);
    display: grid;
    gap: 2rem;
}.ty-section-log .pro-classes-log::before {
    top: 0;
    position: absolute;
    left: 0;
    transform-origin: left top;
    height: 8px;
    background: linear-gradient(90deg, rgb(170,207,200) 0%, rgb(119,158,177) 100%);
    width: 100%;
    content: "";
}.ty-section-log .pro-classes-log > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.ty-section-log .pro-classes-log > div:first-child::after {
    content: "";
    animation: lineGrow 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    width: 80px;
    transform-origin: left;
    height: 4px;
    position: absolute;
    left: 0;
    background: rgb(119,158,177);
    bottom: 0;
}.ty-section-log h5 {
    margin: 0;
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
    line-height: 1.4;
    font-size: calc(24px * 1.1);
    color: #000000;
    transform: translateY(20px);
    font-weight: 700;
}.ty-section-log a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.ty-section-log a:hover {
    transform: translateY(-5px);
}.ty-section-log p {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    opacity: 0;
    margin: 0;
    padding: 1.5rem;
    background: linear-gradient(to bottom right, rgba(rgb(224,235,233), 0.3), rgba(255, 255, 255, 0.9));
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
    border-radius: 10px;
    transform: translateY(20px);
    position: relative;
    font-size: 13px;
    color: #000000;
    border-left: 3px solid rgb(119,158,177,0.5);
    line-height: 1.8;
}.ty-section-log p::before {
    position: absolute;
    background: rgb(170,207,200);
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -15px;
    color: #ffffff;
    width: 36px;
    top: -15px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    content: "✓";
    font-weight: 700;
}

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

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@media (min-width: 768px) {.ty-section-log {
    padding: 7rem 3rem;
}.ty-section-log .pro-classes-log {
    transform: perspective(1000px) rotateX(1deg);
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
}.ty-section-log h5 {
    font-size: calc(24px * 1.3);
}.ty-section-log .pro-classes-log > div:first-child {
    align-items: center;
    display: flex;
    padding-bottom: 0;
}.ty-section-log .pro-classes-log > div:first-child::after {
    display: none;
}.ty-section-log p {
    padding: 2rem;
}
}

@media (max-width: 767px) {.ty-section-log {
    padding: 4rem 1.5rem;
}.ty-section-log .pro-classes-log {
    padding: 2.5rem 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.ty-section-log h5 {
    font-size: 24px;
    line-height: 1.5;
}.ty-section-log p {
    padding: 1.2rem;
    font-size: calc(13px * 0.95);
}.ty-section-log p::before {
    width: 30px;
    left: -10px;
    top: -10px;
    font-size: 0.8rem;
    height: 30px;
}
}

@media (max-width: 480px) {.ty-section-log {
    padding: 3rem 1rem;
}.ty-section-log .pro-classes-log {
    border-left-width: 3px;
    padding: 2rem 1.2rem;
}.ty-section-log .pro-classes-log::before {
    height: 5px;
}.ty-section-log h5 {
    font-size: calc(24px * 0.9);
}.ty-section-log p {
    line-height: 1.6;
    padding: 1rem;
    font-size: calc(13px * 0.9);
}}.progress-bar-log {
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding: 80px 0 40px;
}.progress-bar-log::before {
    content: "";
    top: 0;
    z-index: -1;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    backdrop-filter: blur(8px);
    width: 100%;
}footer {
    position: relative;
}.progress-bar-log .container {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 40px;
    position: relative;
}.progress-bar-log .company_holder {
    padding-right: 40px;
    position: relative;
}.progress-bar-log .company_holder::after {
    content: "";
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(119,158,177,0.5), 
        transparent);
    right: 0;
    height: 60%;
    top: 20%;
    width: 1px;
    position: absolute;
}.progress-bar-log .company_holder h3 {
    position: relative;
    font-weight: 700;
    font-size: calc(33px * 0.9);
    display: inline-block;
    margin-bottom: 25px;
}.progress-bar-log .company_holder h3::after {
    height: 3px;
    position: absolute;
    width: 40px;
    background: rgb(170,207,200);
    left: 0;
    content: "";
    bottom: -8px;
    border-radius: 10px;
}.progress-bar-log .help-center-log {
    font-size: 13px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 30px;
    opacity: 0.8;
    max-width: 90%;
}.progress-bar-log .stats-tool-log {
    justify-content: flex-end;
    display: flex;
}.progress-bar-log .head-pagebar-log {
    gap: 60px;
    display: flex;
}.progress-bar-log .nav-sitebar-log {
    position: relative;
}.progress-bar-log .nav-sitebar-log h5 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    position: relative;
}.progress-bar-log .nav-sitebar-log h5::after {
    position: absolute;
    border-radius: 10px;
    height: 2px;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    background: rgb(170,207,200);
}.progress-bar-log .nav-sitebar-log .head-pagebar-log {
    display: flex;
    gap: 15px;
    flex-direction: column;
}.progress-bar-log .nav-sitebar-log .head-pagebar-log a {
    opacity: 0.7;
    font-size: calc(13px * 0.95);
    transition: all 0.3s ease;
    padding-left: 0;
    position: relative;
    color: #ffffff;
    text-decoration: none;
}.progress-bar-log .nav-sitebar-log .head-pagebar-log a::before {
    width: 0;
    transform: translateY(-50%);
    height: 1px;
    content: "";
    transition: all 0.3s ease;
    top: 50%;
    position: absolute;
    background: rgb(170,207,200);
    left: 0;
    opacity: 0;
}.progress-bar-log .nav-sitebar-log .head-pagebar-log a:hover {
    padding-left: 12px;
    opacity: 1;
    color: rgb(170,207,200);
}.progress-bar-log .nav-sitebar-log .head-pagebar-log a:hover::before {
    width: 8px;
    opacity: 1;
}.site-map-log {
    backdrop-filter: blur(5px);
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.3);
}.site-map-log .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.site-map-log .achieve-cta-log {
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.6;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(170,207,200,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(170,207,200);
    }
}

@media (max-width: 991px) {.progress-bar-log {
    padding: 60px 0 30px;
}.progress-bar-log .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.progress-bar-log .company_holder {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    padding-right: 0;
}.progress-bar-log .company_holder::after {
    display: none;
}.progress-bar-log .company_holder h3 {
    margin-left: auto;
    margin-right: auto;
}.progress-bar-log .company_holder h3::after {
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
}.progress-bar-log .help-center-log {
    text-align: center;
    max-width: 100%;
}.progress-bar-log .stats-tool-log {
    justify-content: center;
}
}

@media (max-width: 767px) {.progress-bar-log {
    padding: 50px 0 20px;
}.progress-bar-log .head-pagebar-log {
    flex-direction: column;
    gap: 40px;
    width: 100%;
}.progress-bar-log .nav-sitebar-log {
    text-align: center;
}.progress-bar-log .nav-sitebar-log h5 {
    text-align: center;
}.progress-bar-log .nav-sitebar-log h5::after {
    transform: translateX(-50%);
    left: 50%;
}.progress-bar-log .nav-sitebar-log .head-pagebar-log {
    align-items: center;
}.progress-bar-log .nav-sitebar-log .head-pagebar-log a {
    text-align: center;
}.progress-bar-log .nav-sitebar-log .head-pagebar-log a::before {
    display: none;
}.progress-bar-log .nav-sitebar-log .head-pagebar-log a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.progress-bar-log {
    padding: 40px 0 20px;
}.progress-bar-log .company_holder h3 {
    font-size: calc(33px * 0.8);
}.progress-bar-log .help-center-log {
    font-size: calc(13px * 0.9);
}.site-map-log .achieve-cta-log {
    font-size: calc(14px * 0.9);
}}

.progress-bar-log::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.progress-bar-log::after {
    box-shadow: 0 0 40px rgb(170,207,200,0.5);
}.progress-bar-log .container::before {
    height: 150px;
    width: 150px;
    position: absolute;
    left: -75px;
    bottom: -75px;
    content: "";
    background: radial-gradient(
        circle, 
        rgb(119,158,177,0.5), 
        transparent 70%
    );
    filter: blur(30px);
    border-radius: 50%;
    animation: pulse 10s infinite alternate-reverse;
}.progress-bar-log .nav-sitebar-log::before {
    opacity: 0.7;
    background: rgb(170,207,200);
    content: "";
    width: 5px;
    left: -15px;
    top: 10px;
    position: absolute;
    border-radius: 50%;
    height: 5px;
}.progress-bar-log .nav-sitebar-log:hover::before {
    animation: glow 2s infinite;
}.progress-bar-log .company_holder::before {
    width: 100px;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(170,207,200,0.5), 
        transparent);
    left: 0;
    height: 1px;
    content: "";
    bottom: -20px;
}

@media (max-width: 991px) {.progress-bar-log .company_holder::before {
    left: 50%;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(170,207,200,0.5), 
            transparent);
    transform: translateX(-50%);
}}

.progress-bar-log .nav-sitebar-log .head-pagebar-log a::after {
    position: absolute;
    bottom: -2px;
    background: rgb(170,207,200);
    left: 0;
    content: "";
    height: 1px;
    width: 0;
    transition: width 0.3s ease;
}.progress-bar-log .nav-sitebar-log .head-pagebar-log a:hover::after {
    width: 100%;
}.progress-bar-log .nav-sitebar-log .head-pagebar-log a:nth-child(odd):hover {
    transform: translateX(2px);
}.progress-bar-log .nav-sitebar-log .head-pagebar-log a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    right: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    top: 0;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(119,158,177,0.5), 
            transparent);
}.progress-bar-log::before {
    background-blend-mode: overlay;
}}

.progress-bar-log .company_holder h3::before {
    content: "";
    left: -30px;
    top: 50%;
    position: absolute;
    width: 20px;
    opacity: 0.7;
    height: 1px;
    background: rgb(170,207,200);
}

@media (max-width: 991px) {.progress-bar-log .company_holder h3::before {
    display: none;
}}

.site-map-log {
    overflow: hidden;
    position: relative;
}.site-map-log::before {
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(119,158,177,0.5), 
        transparent);
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
}.site-map-log::after {
    content: "";
    opacity: 0.3;
    position: absolute;
    width: 30%;
    height: 1px;
    bottom: 0;
    left: 35%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(119,158,177,0.5), 
        transparent);
}.site-map-log .achieve-cta-log {
    transition: all 0.3s ease;
    position: relative;
}.site-map-log .achieve-cta-log:hover {
    letter-spacing: 0.7px;
    opacity: 1;
}.learning-outcomes-log {
    padding: 90px 0;
    position: relative;
    background: linear-gradient(145deg, rgb(224,235,233) 60%, rgba(rgb(119,158,177,0.5), 0.1) 100%);
    overflow: hidden;
}.learning-outcomes-log::before {
    position: absolute;
    content: "";
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 30px,
    rgba(rgb(119,158,177,0.5), 0.03) 30px,
    rgba(rgb(119,158,177,0.5), 0.03) 60px
  );
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
}.learning-outcomes-log .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.learning-outcomes-log .pro-classes-log {
    position: relative;
    display: flex;
    transform-style: preserve-3d;
    flex-direction: column;
    align-items: center;
}.learning-outcomes-log .text-details-log {
    backdrop-filter: blur(8px);
    box-shadow: 
    0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
    0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    width: 100%;
    transform: translateZ(0);
    border-radius: 2px;
    background: linear-gradient(
    135deg,
    rgba(rgb(255, 255, 255, 0.5), 0.95),
    rgba(rgb(255, 255, 255, 0.5), 0.85)
  );
    border-left: 4px solid rgb(170,207,200);
    padding: 40px 30px;
}.learning-outcomes-log .text-details-log h4 {
    color: rgb(119,158,177);
    transform: translateX(0);
    font-size: 26px;
    font-weight: 700;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 30px;
}.learning-outcomes-log .text-details-log h4::after {
    content: "";
    position: absolute;
    left: 0;
    background: rgb(170,207,200);
    bottom: -10px;
    height: 3px;
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    width: 60px;
}.learning-outcomes-log .text-details-log:hover h4 {
    transform: translateX(5px);
}.learning-outcomes-log .text-details-log:hover h4::after {
    transform: scaleX(1.2);
}.learning-outcomes-log .text-details-log > div {
    margin-bottom: 20px;
}.learning-outcomes-log .text-details-log ul {
    list-style: none;
    padding: 0;
}.learning-outcomes-log .text-details-log li {
    margin-bottom: 18px;
    transform: translateY(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.95;
}.learning-outcomes-log .text-details-log li:hover {
    opacity: 1;
    transform: translateY(-3px);
}.learning-outcomes-log .text-details-log li p {
    display: flex;
    line-height: 1.6;
    margin: 0;
    font-size: 12px;
    align-items: flex-start;
}.learning-outcomes-log .text-details-log li p span:first-child {
    flex-shrink: 0;
    transform: translateY(2px);
    margin-right: 12px;
}.learning-outcomes-log .text-details-log li p span:last-child {
    color: #000000;
}.learning-outcomes-log .text-details-log svg {
    height: 24px;
    filter: drop-shadow(0 2px 3px rgba(rgb(170,207,200,0.5), 0.3));
    transition: transform 0.3s ease;
    width: 24px;
}.learning-outcomes-log .text-details-log li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.learning-outcomes-log .text-details-log svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,207,200);
}.learning-outcomes-log .text-details-log li:hover svg path {
    fill: rgb(119,158,177);
}.learning-outcomes-log .img-container-log {
    margin-top: 40px;
    max-width: 500px;
    height: auto;
    filter: saturate(1.05);
    box-shadow: 
    0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
    0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 2px;
    transform: translateY(0) rotate(0);
    object-fit: cover;
    width: 100%;
}.learning-outcomes-log .img-container-log:hover {
    transform: translateY(-10px) rotate(1deg);
}

@media (min-width: 768px) {.learning-outcomes-log {
    padding: 120px 0;
}.learning-outcomes-log .pro-classes-log {
    flex-direction: row;
    gap: 40px;
    align-items: stretch;
}.learning-outcomes-log .text-details-log {
    width: 60%;
    z-index: 2;
    margin-right: -20px;
    padding: 50px 40px;
}.learning-outcomes-log .img-container-log {
    height: 400px;
    transform: translateY(0) rotate(-2deg);
    width: 40%;
    margin-left: -20px;
    margin-top: 60px;
    z-index: 1;
}.learning-outcomes-log .img-container-log:hover {
    transform: translateY(-10px) rotate(0);
}.learning-outcomes-log .text-details-log > div {
    gap: 30px;
    justify-content: space-between;
    display: flex;
}.learning-outcomes-log .text-details-log > div > ul {
    flex: 1;
}.learning-outcomes-log .text-details-log h4 {
    font-size: 32px;
}
}

@media (min-width: 992px) {.learning-outcomes-log {
    padding: 140px 0;
}.learning-outcomes-log .pro-classes-log {
    gap: 60px;
}.learning-outcomes-log .text-details-log {
    padding: 60px 50px;
}.learning-outcomes-log .img-container-log {
    height: 500px;
}.learning-outcomes-log::after {
    width: 300px;
    right: -100px;
    content: "";
    border-radius: 50%;
    top: 15%;
    background: radial-gradient(circle, rgba(rgb(170,207,200,0.5), 0.08) 0%, rgba(rgb(170,207,200,0.5), 0) 70%);
    animation: pulse 15s infinite alternate ease-in-out;
    position: absolute;
    height: 300px;
}
  
  @keyframes pulse {
    0%, 100% {
      transform: scale(1);
      opacity: 0.5;
    }
    50% {
      transform: scale(1.2);
      opacity: 0.8;
    }
  }
}

@media (max-width: 767px) {.learning-outcomes-log {
    padding: 60px 0;
}.learning-outcomes-log .text-details-log {
    padding: 30px 20px;
}.learning-outcomes-log .text-details-log h4 {
    margin-bottom: 25px;
    font-size: 22px;
}.learning-outcomes-log .text-details-log li {
    margin-bottom: 15px;
}.learning-outcomes-log .text-details-log li p {
    font-size: 14px;
}.learning-outcomes-log .img-container-log {
    max-width: 100%;
    height: 300px;
}}.alertPrivacySettings-log {
    border-radius: 17px;
    font-family: Arial, sans-serif;
    width: 90%;
    z-index: 1050;
    left: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    position: fixed;
    overflow: hidden;
    bottom: 20px;
    max-width: 500px;
    background: #ffffff;
    transform: translateX(-50%);
}.online-tracking-log {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}.cookie-guard-log {
    margin-bottom: 20px;
}.cookie-guard-log svg, .cookie-guard-log svg path, .cookie-guard-log img {
    height: 60px;
    width: 60px;
    fill: rgb(170,207,200);
}.alertPrivacySettings-log h5 {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: rgb(170,207,200);
    margin-bottom: 10px;
}.alertPrivacySettings-log p {
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    font-size: 12px;
}.cookies-tech-log {
    padding: 10px 20px;
    font-size: 14px;
    margin: 5px;
    display: inline-block;
    background: rgb(170,207,200);
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    width: calc(50% - 10px);
}.cookies-tech-log:hover {
    background: rgb(119,158,177);
}.cookie_button.visitor-controls-log {
    background: rgb(119,158,177);
}.cookie_button.visitor-controls-log:hover {
    background: rgb(119,158,177,0.5);
}.alertPrivacySettings-log p a {
    color: rgb(170,207,200);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}.alertPrivacySettings-log p a:hover {
    color: rgb(119,158,177);
}#cookieDisclosureBox-log {
    display: none;
}#cookieDisclosureBox-log:checked ~ .alertPrivacySettings-log {
    visibility: hidden;
    opacity: 0;
}.title-portal-log {
    min-height: 100vh;
    align-items: center;
    display: flex;
    justify-content: center;
    background: linear-gradient(135deg, rgb(224,235,233) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.title-portal-log::before {
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(170,207,200,0.5) 0px,
        transparent 2px,
        transparent 10px
    );
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    opacity: 0.05;
}.title-portal-log .pro-classes-log {
    max-width: 1200px;
    width: 100%;
    z-index: 2;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    position: relative;
    padding: 2rem;
    display: grid;
}.title-portal-log h1 {
    font-size: 40px;
    grid-column: 1 / -1;
    transform: translateY(-10px);
    position: relative;
    color: #000000;
    font-weight: 700;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    margin-bottom: 1.5rem;
    opacity: 0;
}.title-portal-log h1::after {
    left: 0;
    animation: expandLine 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards;
    background: rgb(170,207,200);
    transform-origin: left;
    bottom: -10px;
    transform: scaleX(0);
    position: absolute;
    height: 4px;
    width: 80px;
    content: "";
}.title-portal-log .text-details-log {
    position: relative;
    opacity: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 3;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    transform: translateX(-20px);
}.title-portal-log .page-base-log {
    transform: perspective(1000px) rotateY(-3deg);
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08),
                0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 2.5rem;
    transition: transform 0.5s ease;
    border-radius: 22px;
    background: #ffffff;
}.title-portal-log .page-base-log:hover {
    transform: perspective(1000px) rotateY(0);
}.title-portal-log .page-base-log::before {
    width: 100%;
    content: "";
    height: 100%;
    border-radius: 22px;
    left: 0;
    position: absolute;
    opacity: 0.1;
    top: 0;
    background: linear-gradient(135deg, rgb(170,207,200,0.5) 0%, transparent 80%);
}.title-portal-log .page-base-log p {
    position: relative;
    font-size: calc(15px * 1.2);
    color: #000000;
    line-height: 1.6;
    margin-bottom: 2rem;
}.title-portal-log .page-base-log p::first-letter {
    font-weight: 700;
    font-size: calc(15px * 1.8);
    color: rgb(170,207,200);
}.title-portal-log svg {
    display: block;
    height: 100px;
    transform-origin: center;
    margin: 2rem auto;
    animation: pulseGently 4s ease-in-out infinite;
    width: 100px;
}.title-portal-log svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,207,200);
}.title-portal-log svg:hover path {
    fill: rgb(119,158,177);
}.title-portal-log svg text {
    font-weight: 700;
    transition: all 0.3s ease;
}.title-portal-log svg:hover text {
    fill: #000000;
}.title-portal-log .inquiry-map-log {
    text-decoration: none;
    overflow: hidden;
    font-size: 17px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    margin-top: 1rem;
    letter-spacing: 0.5px;
    padding: 1rem 2rem;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    background: linear-gradient(45deg, rgb(170,207,200) 0%, rgb(119,158,177) 100%);
    position: relative;
}.title-portal-log .inquiry-map-log::before {
    top: 0;
    transition: all 0.6s ease;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    position: absolute;
    left: -100%;
    content: "";
    height: 100%;
}.title-portal-log .inquiry-map-log:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}.title-portal-log .inquiry-map-log:hover::before {
    left: 100%;
}.title-portal-log .img-container-log {
    transform: translateX(20px);
    border-radius: 22px;
    opacity: 0;
    width: 100%;
    overflow: hidden;
    transition: transform 0.5s ease;
    height: 450px;
    position: relative;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15),
               -20px -20px 60px rgba(255, 255, 255, 0.8);
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
}.title-portal-log .img-container-log:hover {
    transform: scale(1.02) perspective(1000px) rotateY(3deg);
}.title-portal-log .img-container-log::after {
    z-index: 1;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, rgb(170,207,200,0.5) 0%, transparent 70%);
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

@keyframes slideInTitle {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes pulseGently {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.title-portal-log .pro-classes-log {
    grid-template-columns: 1fr;
}.title-portal-log h1 {
    font-size: calc(40px * 0.9);
}.title-portal-log .page-base-log {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
}.title-portal-log .img-container-log {
    order: -1;
    height: 350px;
}
}

@media (max-width: 768px) {.title-portal-log {
    padding: 3rem 0;
}.title-portal-log .pro-classes-log {
    padding: 1.5rem;
}.title-portal-log h1 {
    font-size: calc(40px * 0.8);
}.title-portal-log .page-base-log p {
    font-size: 15px;
}.title-portal-log svg {
    margin: 1.5rem auto;
    height: 80px;
    width: 80px;
}.title-portal-log .inquiry-map-log {
    width: 100%;
}.title-portal-log .img-container-log {
    height: 280px;
}
}

@media (max-width: 576px) {.title-portal-log .pro-classes-log {
    padding: 1rem;
}.title-portal-log h1 {
    font-size: calc(40px * 0.7);
}.title-portal-log .page-base-log {
    padding: 1.5rem;
}.title-portal-log .img-container-log {
    height: 240px;
}.title-portal-log .page-base-log p::first-letter {
    font-size: calc(15px * 1.4);
}
}