* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.job_board2108 {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.nav_info7361 {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.wrapper-structure5740 {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.container {
    width: 1190px;
    margin: auto;
    max-width: 100%;
}html,body {
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.gratitudeWeb0827 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,220,202) 0%, rgba(rgb(185,186,182,0.5), 0.05) 100%);
    padding: 6rem 0;
    position: relative;
}.gratitudeWeb0827::before {
    transform: rotate(-15deg) skew(5deg);
    animation: float 18s ease-in-out infinite alternate;
    top: -15%;
    filter: blur(60px);
    opacity: 0.2;
    width: 40%;
    right: -5%;
    background: linear-gradient(225deg, rgb(144,146,143) 0%, rgba(rgb(144,146,143,0.5), 0.2) 100%);
    position: absolute;
    z-index: 0;
    content: "";
    height: 80%;
}.gratitudeWeb0827::after {
    background: linear-gradient(45deg, rgb(185,186,182) 0%, rgba(rgb(185,186,182,0.5), 0.1) 100%);
    height: 70%;
    z-index: 0;
    position: absolute;
    filter: blur(50px);
    content: "";
    width: 35%;
    left: -5%;
    animation: float 15s ease-in-out infinite alternate-reverse;
    opacity: 0.15;
    transform: rotate(15deg) skew(-5deg);
    bottom: -10%;
}.gratitudeWeb0827 .container {
    max-width: 1140px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
}.gratitudeWeb0827 .master_program7098 {
    opacity: 0;
    grid-template-rows: auto auto;
    transform: translateY(20px);
    display: grid;
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    gap: calc(13px * 1.5);
    padding: clamp(2rem, 5vw, 3.5rem);
}.gratitudeWeb0827 .master_program7098::before {
    transform: scaleY(0);
    background: linear-gradient(180deg, rgb(185,186,182) 0%, rgb(144,146,143) 100%);
    position: absolute;
    top: 0;
    transform-origin: top;
    content: "";
    left: 0;
    height: 100%;
    width: 5px;
    animation: growDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
}.gratitudeWeb0827 h5 {
    letter-spacing: -0.01em;
    line-height: 1.3;
    padding-bottom: 0.75rem;
    font-weight: 700;
    overflow: hidden;
    color: #000000;
    font-size: 23px;
    position: relative;
    margin: 0;
}.gratitudeWeb0827 h5::after {
    content: "";
    background: rgb(144,146,143);
    width: 80px;
    transform: translateX(-100%);
    height: 3px;
    bottom: 0;
    left: 0;
    position: absolute;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
}.gratitudeWeb0827 a {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    display: block;
    transition: transform 0.4s ease-out;
}.gratitudeWeb0827 a:hover {
    transform: translateY(-5px);
}.gratitudeWeb0827 a::before {
    transform: scale(0);
    bottom: -20px;
    height: 80px;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(144,146,143,0.5), 0.1) 50%);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    right: -20px;
    content: "";
    width: 80px;
    position: absolute;
    border-radius: 50% 0 50% 0;
    opacity: 0;
}.gratitudeWeb0827 a:hover::before {
    opacity: 1;
    transform: scale(1);
}.gratitudeWeb0827 p {
    font-size: 13px;
    animation: fadeIn 0.8s ease-out forwards 1.2s;
    margin: 0;
    opacity: 0;
    line-height: 1.7;
    transform: translateY(10px);
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
}

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

@keyframes growDown {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

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

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skew(3deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) skew(7deg) translate(10px, -10px);
    }
}

@media screen and (min-width: 768px) {.gratitudeWeb0827 {
    padding: 8rem 0;
}.gratitudeWeb0827 .master_program7098 {
    border-radius: 10px;
    gap: calc(13px * 2);
    padding: clamp(2.5rem, 6vw, 4rem);
}.gratitudeWeb0827 h5 {
    padding-bottom: 1rem;
    font-size: calc(23px * 1.1);
}.gratitudeWeb0827 h5::after {
    width: 120px;
    height: 4px;
}
}

@media screen and (min-width: 992px) {.gratitudeWeb0827 {
    padding: 10rem 0;
}.gratitudeWeb0827 .master_program7098 {
    gap: calc(13px * 3);
    padding: clamp(3rem, 7vw, 5rem);
    grid-template-columns: 1fr 1fr;
}.gratitudeWeb0827 h5 {
    font-size: calc(23px * 1.2);
    padding-bottom: 0;
}.gratitudeWeb0827 h5::after {
    bottom: -0.75rem;
}.gratitudeWeb0827 p {
    font-size: calc(13px * 1.05);
}
}

@media screen and (max-width: 767px) {.gratitudeWeb0827 {
    padding: 4rem 0;
}.gratitudeWeb0827 .master_program7098 {
    padding: 1.75rem;
}.gratitudeWeb0827 h5 {
    font-size: calc(23px * 0.9);
}.gratitudeWeb0827 p {
    font-size: calc(13px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.gratitudeWeb0827::before,
    .gratitudeWeb0827::after {
    animation: none;
}.gratitudeWeb0827 .master_program7098,
    .gratitudeWeb0827 h5::after,
    .gratitudeWeb0827 p {
    animation-duration: 0.1s;
}.gratitudeWeb0827 a:hover {
    transform: none;
}}.educational_yield2538 {
    font-family: Arial, sans-serif;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(224,220,202) 100%);
    overflow: hidden;
}.educational_yield2538::before {
    opacity: 0.4;
    content: "";
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(185,186,182,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 70%, rgb(144,146,143,0.5) 0%, transparent 30%);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}.educational_yield2538::after {
    content: "";
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    #ffffff 0px,
    #ffffff 1px,
    transparent 1px,
    transparent 15px
  );
    animation: movePattern 60s linear infinite;
}@keyframes movePattern {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

.educational_yield2538 .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.educational_yield2538 .master_program7098 {
    background: #ffffff;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.6);
    overflow: hidden;
    padding: 40px;
    position: relative;
    gap: 40px;
    align-items: center;
    display: flex;
    border-radius: 11px;
}.educational_yield2538 .master_program7098::before {
    opacity: 0.7;
    animation: gradientShift 8s linear infinite;
    content: "";
    position: absolute;
    width: 100%;
    background-size: 200% 100%;
    height: 8px;
    left: 0;
    background: linear-gradient(90deg, 
    rgb(185,186,182), 
    rgb(144,146,143), 
    rgb(185,186,182));
    top: 0;
}@keyframes gradientShift {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}

.educational_yield2538 .img_spot2987 {
    border-radius: 11px;
    flex: 0 0 40%;
    transform-origin: center;
    max-width: 450px;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    transition: all 0.5s ease;
}.educational_yield2538 .img_spot2987:hover {
    box-shadow: 
    15px 15px 35px rgba(0, 0, 0, 0.15),
    -7px -7px 25px rgba(255, 255, 255, 0.8);
    transform: scale(1.03);
}.educational_yield2538 .text_title7386 {
    position: relative;
    flex: 1;
}.educational_yield2538 h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-weight: 700;
    color: rgb(185,186,182);
    font-size: 38px;
}.educational_yield2538 h3::after {
    background: linear-gradient(to right, rgb(185,186,182), rgb(144,146,143));
    height: 3px;
    border-radius: 10px;
    transition: width 0.3s ease;
    width: 60px;
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
}.educational_yield2538 .text_title7386:hover h3::after {
    width: 120px;
}.educational_yield2538 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.educational_yield2538 li {
    transform: translateX(0);
    transition: all 0.3s ease;
    margin-bottom: 16px;
    padding-left: 12px;
    position: relative;
}.educational_yield2538 li:last-child {
    margin-bottom: 0;
}.educational_yield2538 li::before {
    transition: all 0.3s ease;
    content: "";
    width: 3px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(185,186,182,0.5), rgb(144,146,143,0.5));
    top: 0;
    opacity: 0.5;
    left: 0;
    height: 100%;
    border-radius: 10px;
}.educational_yield2538 li:hover {
    transform: translateX(8px);
}.educational_yield2538 li:hover::before {
    opacity: 1;
    width: 5px;
}.educational_yield2538 li p {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
    transition: all 0.3s ease;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.03),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
    font-size: 16px;
    align-items: center;
    display: flex;
    margin: 0;
    color: #000000;
    padding: 15px;
    gap: 15px;
    border-radius: 10px;
}.educational_yield2538 li:hover p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -5px -5px 15px rgba(255, 255, 255, 1);
}.educational_yield2538 svg {
    border-radius: 12px;
    background: linear-gradient(135deg, rgb(185,186,182,0.5), rgb(144,146,143,0.5));
    width: 24px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    transition: all 0.3s ease;
    padding: 10px;
    height: 24px;
}.educational_yield2538 svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.educational_yield2538 li:hover svg {
    background: linear-gradient(135deg, rgb(185,186,182), rgb(144,146,143));
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
    transform: rotate(10deg);
}

@media (max-width: 992px) {.educational_yield2538 {
    padding: 60px 0;
}.educational_yield2538 .master_program7098 {
    padding: 30px;
    flex-direction: column;
}.educational_yield2538 .img_spot2987 {
    margin: 0 auto;
    flex: 0 0 auto;
    max-width: 450px;
    width: 100%;
}
}

@media (max-width: 768px) {.educational_yield2538 {
    padding: 50px 0;
}.educational_yield2538 h3 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 576px) {.educational_yield2538 {
    padding: 40px 0;
}.educational_yield2538 .master_program7098 {
    padding: 25px 20px;
}.educational_yield2538 h3 {
    font-size: calc(38px * 0.85);
    padding-bottom: 10px;
    margin-bottom: 20px;
}.educational_yield2538 li {
    margin-bottom: 12px;
}.educational_yield2538 li p {
    font-size: calc(16px * 1);
    gap: 12px;
    padding: 12px;
}.educational_yield2538 svg {
    padding: 8px;
    width: 20px;
    border-radius: 10px;
    height: 20px;
}}.course_methodology0523 {
    perspective: 1200px;
    background: rgb(224,220,202);
    padding: 9rem 2rem 7rem;
    position: relative;
    overflow: hidden;
}.course_methodology0523::before {
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    background: linear-gradient(
        45deg,
        transparent,
        rgb(185,186,182,0.5) 70%,
        transparent
    );
    left: 0;
    top: 0;
    opacity: 0.15;
    animation: bgSweep 8s linear infinite alternate;
}.course_methodology0523::after {
    top: -10%;
    width: 120%;
    height: 120%;
    content: "";
    opacity: 0.2;
    background: 
        radial-gradient(circle at 30% 30%, rgb(185,186,182,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(144,146,143,0.5) 0%, transparent 50%);
    animation: rotateBg 30s linear infinite;
    z-index: 0;
    left: -10%;
    position: absolute;
    transform-origin: center;
    filter: blur(60px);
}.course_methodology0523 .master_program7098 {
    margin: 0 auto;
    gap: 4rem;
    z-index: 2;
    align-items: center;
    display: flex;
    transform-style: preserve-3d;
    flex-direction: column;
    max-width: 1000px;
    position: relative;
}.course_methodology0523 h3 {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    border-radius: 19px;
    padding: 2.5rem 3rem;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    margin: 0;
    background: #ffffff;
    color: #000000;
    text-align: center;
    transform: translateZ(50px) rotateX(5deg);
    animation: floatHeader 6s ease-in-out infinite, fadeIn 1s ease-out forwards;
}.course_methodology0523 h3::before,
.course_methodology0523 h3::after {
    animation: floatShadow 6s ease-in-out infinite;
    width: 90%;
    height: 90%;
    z-index: -1;
    border-radius: inherit;
    content: "";
    position: absolute;
    left: 5%;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    top: 5%;
}.course_methodology0523 h3::before {
    transform: translateZ(-20px) scale(0.98);
    background: rgb(185,186,182,0.5);
}.course_methodology0523 h3::after {
    background: rgb(144,146,143,0.5);
    transform: translateZ(-40px) scale(0.96);
}.course_methodology0523 span {
    animation: floatContent 6s ease-in-out infinite 1s, fadeIn 1s 0.3s ease-out forwards;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    border-radius: 19px;
    background: #ffffff;
    color: #000000;
    font-size: 13px;
    opacity: 0;
    transform: translateZ(30px) rotateX(-3deg);
    position: relative;
    padding: 3rem;
    line-height: 1.8;
    width: 90%;
}.course_methodology0523 span::before,
.course_methodology0523 span::after {
    position: absolute;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    left: 2.5%;
    animation: floatShadow 6s ease-in-out infinite 1s;
    height: 95%;
    width: 95%;
    content: "";
    top: 2.5%;
    border-radius: inherit;
    z-index: -1;
}.course_methodology0523 span::before {
    background: rgb(144,146,143,0.5);
    transform: translateZ(-20px) scale(0.98);
}.course_methodology0523 span::after {
    transform: translateZ(-40px) scale(0.96);
    background: rgb(185,186,182,0.5);
}

@keyframes bgSweep {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatHeader {
    0%, 100% {
        transform: translateZ(50px) rotateX(5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateX(5deg) translateY(-15px);
    }
}

@keyframes floatContent {
    0%, 100% {
        transform: translateZ(30px) rotateX(-3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotateX(-3deg) translateY(-10px);
    }
}

@keyframes floatShadow {
    0%, 100% {
        opacity: 0.3;
        transform: translateZ(var(--z, -20px));
    }
    50% {
        opacity: 0.5;
        transform: translateZ(var(--z, -20px));
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(var(--z, 0px)) rotateX(var(--rx, 0deg));
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(var(--z, 0px)) rotateX(var(--rx, 0deg));
    }
}

@media (max-width: 992px) {.course_methodology0523 {
    perspective: 800px;
    padding: 7rem 1.5rem 5rem;
}.course_methodology0523 h3 {
    font-size: calc(28px * 0.9);
    --z: 30px;
    --rx: 3deg;
    padding: 2rem;
    transform: translateZ(30px) rotateX(3deg);
}.course_methodology0523 span {
    transform: translateZ(20px) rotateX(-2deg);
    --z: 20px;
    padding: 2rem;
    --rx: -2deg;
    width: 95%;
}.course_methodology0523 .master_program7098 {
    gap: 3rem;
}
    
    @keyframes floatHeader {
        0%, 100% {
            transform: translateZ(30px) rotateX(3deg) translateY(0);
        }
        50% {
            transform: translateZ(30px) rotateX(3deg) translateY(-10px);
        }
    }
    
    @keyframes floatContent {
        0%, 100% {
            transform: translateZ(20px) rotateX(-2deg) translateY(0);
        }
        50% {
            transform: translateZ(20px) rotateX(-2deg) translateY(-7px);
        }
    }
}

@media (max-width: 768px) {.course_methodology0523 {
    perspective: 500px;
    padding: 5rem 1rem 4rem;
}.course_methodology0523 h3 {
    font-size: calc(28px * 0.8);
    --z: 15px;
    --rx: 2deg;
    transform: translateZ(15px) rotateX(2deg);
    padding: 1.5rem;
}.course_methodology0523 span {
    transform: translateZ(10px) rotateX(-1deg);
    --rx: -1deg;
    --z: 10px;
    padding: 1.5rem;
    width: 100%;
    font-size: calc(13px * 0.95);
}.course_methodology0523 .master_program7098 {
    gap: 2rem;
}@keyframes floatHeader {
        0%, 100% {
            transform: translateZ(15px) rotateX(2deg) translateY(0);
        }
        50% {
            transform: translateZ(15px) rotateX(2deg) translateY(-7px);
        }
    }
    
    @keyframes floatContent {
        0%, 100% {
            transform: translateZ(10px) rotateX(-1deg) translateY(0);
        }
        50% {
            transform: translateZ(10px) rotateX(-1deg) translateY(-5px);
        }
    }
}.access_now1735 {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(185,186,182) 0%, rgb(144,146,143) 100%);
    z-index: 1;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    overflow: hidden;
}.access_now1735::before {
    top: -50%;
    right: -50%;
    background: linear-gradient(45deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.05) 100%);
    transform: rotate(30deg);
    z-index: -1;
    height: 200%;
    position: absolute;
    animation: shiftLight 12s ease-in-out infinite alternate;
    content: "";
    width: 100%;
}.access_now1735::after {
    content: "";
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(185,186,182,0.5) 0%, transparent 60%);
    top: 0;
}.access_now1735 .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
}.access_now1735 h6 {
    animation: slideInText 0.6s ease-out forwards;
    max-width: 80%;
    font-weight: 600;
    position: relative;
    font-size: calc(21px * 1.1);
    color: #ffffff;
    margin-bottom: 2.5rem;
    transform: translateX(20px);
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}.access_now1735 h6::before {
    position: absolute;
    left: -20px;
    width: 4px;
    top: 50%;
    height: 70%;
    transform: translateY(-50%);
    background: #ffffff;
    content: "";
}.access_now1735 div div {
    transform: translateY(10px);
    display: flex;
    justify-content: flex-start;
    opacity: 0;
    animation: slideUpButton 0.8s ease-out forwards 0.3s;
}.access_now1735 span {
    position: relative;
    display: inline-block;
    overflow: hidden;
}.access_now1735 .request_section7328 {
    padding: 0.8rem 2.2rem;
    font-size: 16px;
    background: #ffffff;
    position: relative;
    align-items: center;
    border: none;
    color: rgb(185,186,182);
    display: inline-flex;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: 0.5px;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    font-weight: 600;
    transform: skewX(-5deg);
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.access_now1735 .request_section7328 span {
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    display: inline-block;
    transform: skewX(5deg);
    z-index: 2;
}.access_now1735 .request_section7328::before {
    background: rgb(144,146,143);
    width: 100%;
    left: -100%;
    transform: translateX(0) skewX(-10deg);
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    top: 0;
    position: absolute;
    content: "";
    z-index: 1;
    height: 100%;
}.access_now1735 .request_section7328:hover {
    transform: skewX(-5deg) translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}.access_now1735 .request_section7328:hover::before {
    transform: translateX(100%) skewX(-10deg);
}.access_now1735 .request_section7328:hover span {
    transform: skewX(5deg) translateX(3px);
    color: rgb(185,186,182);
}.access_now1735 .request_section7328:active {
    transform: skewX(-5deg) translateY(1px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.1s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

@keyframes shiftLight {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

@keyframes slideInText {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(20px);
        opacity: 1;
    }
}

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

@media screen and (max-width: 991px) {.access_now1735 {
    padding: 3.5rem 1.5rem;
}.access_now1735 h6 {
    font-size: 21px;
    max-width: 90%;
}.access_now1735 .request_section7328 {
    padding: 0.7rem 1.8rem;
}
}

@media screen and (max-width: 768px) {.access_now1735 {
    padding: 3rem 1.2rem;
}.access_now1735 .container {
    align-items: center;
    transform: perspective(1000px) rotateX(1deg);
}.access_now1735 h6 {
    max-width: 100%;
    transform: translateX(0);
    margin-bottom: 2rem;
    text-align: center;
}.access_now1735 h6::before {
    height: 60%;
    left: -10px;
}.access_now1735 div div {
    justify-content: center;
}.access_now1735 .request_section7328 {
    padding: 0.7rem 1.6rem;
}
}

@media screen and (max-width: 576px) {.access_now1735 {
    padding: 2.5rem 1rem;
}.access_now1735 h6 {
    margin-bottom: 1.8rem;
    font-size: calc(21px * 0.9);
}.access_now1735 h6::before {
    left: -8px;
    width: 3px;
}.access_now1735 .request_section7328 {
    padding: 0.6rem 1.4rem;
    font-size: calc(16px * 0.9);
}}.join_our_mailing_list0351 {
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(144,146,143,0.5), rgb(185,186,182));
}.join_our_mailing_list0351::before {
    transform: rotate(-15deg);
    content: "";
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    width: 300px;
    top: -10%;
    z-index: 0;
    opacity: 0.2;
    position: absolute;
    height: 300px;
    right: -5%;
}.join_our_mailing_list0351::after {
    width: 200px;
    content: "";
    height: 200px;
    bottom: -8%;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    opacity: 0.15;
    position: absolute;
    left: -5%;
    z-index: 0;
}.join_our_mailing_list0351 .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.join_our_mailing_list0351 .master_program7098 {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 3rem 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    gap: 2rem;
    justify-content: center;
    display: flex;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    align-items: center;
    backdrop-filter: blur(10px);
    flex-direction: column;
}.join_our_mailing_list0351 .master_program7098::before {
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    animation: lightSweep 8s ease-in-out infinite;
    width: 100%;
    top: 0;
}.join_our_mailing_list0351 h4 {
    transform: translateY(0);
    letter-spacing: 0.015em;
    margin: 0;
    text-align: center;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    color: #ffffff;
    font-weight: 600;
    font-size: calc(24px * 1.1);
    max-width: 700px;
}.join_our_mailing_list0351 .input_holder {
    display: flex;
    gap: 1rem;
    position: relative;
    max-width: 500px;
    width: 100%;
    flex-direction: column;
}.join_our_mailing_list0351 .input_holder::after {
    width: 90%;
    height: 1px;
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    left: 50%;
}.join_our_mailing_list0351 .input_holder span {
    width: 100%;
    position: relative;
}.join_our_mailing_list0351 input[type="email"] {
    font-size: 14px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    outline: none;
    backdrop-filter: blur(5px);
    width: 100%;
    color: #ffffff;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
}.join_our_mailing_list0351 input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
}.join_our_mailing_list0351 input[type="email"]:focus {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.15);
    border-color: rgb(144,146,143);
    box-shadow: 0 0 15px rgba(255,255,255,0.1);
}.join_our_mailing_list0351 .subscribe_alert1823 {
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    background: rgb(185,186,182);
    font-family: Arial, sans-serif;
    letter-spacing: 0.05em;
    font-size: 20px;
    transform: translateZ(0);
    border: none;
    padding: 1rem;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
}.join_our_mailing_list0351 .subscribe_alert1823::before {
    left: -100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    width: 100%;
    transition: all 0.6s ease;
    height: 100%;
    position: absolute;
}.join_our_mailing_list0351 .subscribe_alert1823:hover {
    background: rgb(144,146,143);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    transform: translateY(-3px) translateZ(0);
}.join_our_mailing_list0351 .subscribe_alert1823:hover::before {
    left: 100%;
}.join_our_mailing_list0351 .subscribe_alert1823:active {
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    transform: translateY(0) translateZ(0);
}

@keyframes lightSweep {
    0% {
        opacity: 0;
        transform: translateX(-100%) skewX(-15deg);
    }
    20% {
        opacity: 0.3;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: translateX(100%) skewX(-15deg);
    }
}

@media (min-width: 768px) {.join_our_mailing_list0351 {
    padding: 5rem 3rem;
}.join_our_mailing_list0351 .master_program7098 {
    transform: perspective(1000px) rotateX(1deg);
    gap: 3rem;
    flex-direction: row;
    padding: 3.5rem 3rem;
}.join_our_mailing_list0351 h4 {
    text-align: left;
    flex: 1;
}.join_our_mailing_list0351 .input_holder {
    max-width: none;
    flex: 1;
}.join_our_mailing_list0351 .input_holder::after {
    display: none;
}
}

@media (max-width: 767px) {.join_our_mailing_list0351 .master_program7098 {
    padding: 2.5rem 1.5rem;
}.join_our_mailing_list0351 h4 {
    font-size: calc(18px * 1.1);
}.join_our_mailing_list0351 input[type="email"],
    .join_our_mailing_list0351 .subscribe_alert1823 {
    padding: 0.8rem 1.2rem;
}
}

@media (hover: none) {.join_our_mailing_list0351 .subscribe_alert1823:hover {
    box-shadow: none;
    transform: none;
}
}

@media (prefers-reduced-motion: reduce) {.join_our_mailing_list0351 .master_program7098::before {
    animation: none;
}.join_our_mailing_list0351 input[type="email"]:focus,
    .join_our_mailing_list0351 .subscribe_alert1823:hover,
    .join_our_mailing_list0351 .subscribe_alert1823:active {
    transform: none;
}}.statistics_information6473 {
    background: linear-gradient(135deg, rgb(224,220,202) 0%, rgba(rgb(185,186,182,0.5), 0.1) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0 4rem;
}.statistics_information6473::before {
    pointer-events: none;
    width: 40%;
    position: absolute;
    right: -5%;
    transform: rotate(-15deg) skewX(30deg);
    background: linear-gradient(230deg, rgb(185,186,182) 0%, transparent 80%);
    top: -10%;
    opacity: 0.07;
    content: "";
    height: 70%;
}.statistics_information6473::after {
    width: 30%;
    left: -5%;
    content: "";
    background: linear-gradient(45deg, rgb(144,146,143) 0%, transparent 70%);
    bottom: -10%;
    height: 60%;
    position: absolute;
    transform: rotate(10deg) skewY(-20deg);
    opacity: 0.05;
    pointer-events: none;
}.statistics_information6473 .container {
    max-width: 1320px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}.statistics_information6473 h4 {
    transform: translateY(20px);
    font-size: 21px;
    color: #000000;
    margin-top: 3rem;
    font-weight: 600;
    position: relative;
    animation: fadeUpIn 0.8s ease-out forwards 0.4s;
    letter-spacing: 0.5px;
    text-align: center;
    opacity: 0;
}.statistics_information6473 h4::after {
    background: rgb(185,186,182);
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 60px;
    margin: 1rem auto 0;
    animation: expandLine 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 1s;
    display: block;
    transform: scaleX(0);
    content: "";
    transform-origin: center;
}.statistics_information6473 ul {
    gap: 2rem;
    padding: 0;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    list-style: none;
}.statistics_information6473 .expert_benefits1068 {
    animation-delay: calc(0.15s * var(--i, 0));
    opacity: 0;
    position: relative;
    transform: translateY(30px);
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}.statistics_information6473 .expert_benefits1068:nth-child(1) {
    --i: 1;
}.statistics_information6473 .expert_benefits1068:nth-child(2) {
    --i: 2;
}.statistics_information6473 .expert_benefits1068:nth-child(3) {
    --i: 3;
}.statistics_information6473 .expert_benefits1068:nth-child(4) {
    --i: 4;
}.statistics_information6473 .expert_benefits1068:nth-child(5) {
    --i: 5;
}.statistics_information6473 .expert_benefits1068:nth-child(6) {
    --i: 6;
}.statistics_information6473 .expert_benefits1068:nth-child(7) {
    --i: 7;
}.statistics_information6473 .expert_benefits1068 div {
    border-radius: 2px;
    display: flex;
    padding: 2rem 1.5rem;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    z-index: 1;
    text-align: center;
    position: relative;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.statistics_information6473 .expert_benefits1068 div::before {
    transform-origin: left;
    height: 4px;
    position: absolute;
    width: 100%;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(185,186,182) 0%, rgb(144,146,143) 100%);
    z-index: 1;
}.statistics_information6473 .expert_benefits1068 div::after {
    width: 50%;
    position: absolute;
    right: 0;
    content: "";
    height: 50%;
    z-index: -1;
    bottom: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(185,186,182,0.5), 0.03) 100%);
}.statistics_information6473 .expert_benefits1068:hover div {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.statistics_information6473 .expert_benefits1068:hover div::before {
    transform: scaleX(1);
}.statistics_information6473 .expert_benefits1068 p {
    line-height: 1.2;
    font-weight: 700;
    font-size: 2.5rem;
    display: inline-block;
    margin: 0 0 0.5rem;
    color: rgb(185,186,182);
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
}.statistics_information6473 .expert_benefits1068 p::after {
    content: "+";
    transform: translateY(5px);
    top: 5px;
    position: absolute;
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0;
    font-size: 1.2rem;
    color: rgb(144,146,143);
    right: -12px;
}.statistics_information6473 .expert_benefits1068:hover p {
    transform: scale(1.05);
}.statistics_information6473 .expert_benefits1068:hover p::after {
    transform: translateY(0);
    opacity: 1;
}.statistics_information6473 .expert_benefits1068 span {
    position: relative;
    letter-spacing: 0.5px;
    color: #000000;
    z-index: 1;
    margin: 0;
    font-size: calc(17px - 0.1rem);
    transition: color 0.3s ease;
    max-width: 95%;
    line-height: 1.4;
}

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

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

@media (min-width: 992px) {.statistics_information6473 .container {
    max-width: 1140px;
}.statistics_information6473 ul {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1.5rem;
}.statistics_information6473 .expert_benefits1068 div {
    padding: 2.5rem 1rem;
}.statistics_information6473 h4 {
    font-size: calc(21px + 0.1rem);
    margin-top: 4rem;
}
}

@media (min-width: 1200px) {.statistics_information6473 .container {
    max-width: 1320px;
}.statistics_information6473 ul {
    gap: 1rem;
    grid-template-columns: repeat(7, 1fr);
}.statistics_information6473 .expert_benefits1068 p {
    font-size: 2.8rem;
}.statistics_information6473 h4 {
    font-size: calc(21px + 0.2rem);
}.statistics_information6473 .expert_benefits1068:nth-child(odd) div {
    transform: translateY(15px);
}.statistics_information6473 .expert_benefits1068:nth-child(odd):hover div {
    transform: translateY(10px);
}.statistics_information6473 .expert_benefits1068:nth-child(even):hover div {
    transform: translateY(-10px);
}
}

@media (max-width: 991px) {.statistics_information6473 {
    padding: 5rem 0 3rem;
}.statistics_information6473 .expert_benefits1068 p {
    font-size: 2.2rem;
}.statistics_information6473 ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {.statistics_information6473 {
    padding: 4rem 0 2.5rem;
}.statistics_information6473 ul {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
}.statistics_information6473 .expert_benefits1068 div {
    padding: 1.5rem 1rem;
}.statistics_information6473 .expert_benefits1068 p {
    font-size: 2rem;
}.statistics_information6473 h4 {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.statistics_information6473 {
    padding: 3rem 0 2rem;
}.statistics_information6473 ul {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}.statistics_information6473 .expert_benefits1068 div {
    padding: 1.25rem 0.75rem;
}.statistics_information6473 .expert_benefits1068 p {
    font-size: 1.8rem;
}.statistics_information6473 .expert_benefits1068 span {
    font-size: calc(17px - 0.2rem);
}}.prospective_students2196 {
    position: relative;
    background: linear-gradient(135deg, rgb(224,220,202) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 130px 0;
}.prospective_students2196::before {
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, rgb(185,186,182,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(144,146,143,0.5) 25%, transparent 25%);
    height: 100%;
    z-index: 0;
    opacity: 0.05;
}.prospective_students2196 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
}.prospective_students2196 .master_program7098 {
    position: relative;
}.prospective_students2196 h4 {
    color: #000000;
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 31px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
}.prospective_students2196 h4::after {
    height: 4px;
    width: 70px;
    background: linear-gradient(90deg, rgb(185,186,182), rgb(144,146,143));
    content: "";
    left: 50%;
    position: absolute;
    border-radius: 2px;
    bottom: 0;
    transform: translateX(-50%);
}.prospective_students2196 div {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}.prospective_students2196 div p {
    color: #000000;
    position: relative;
    background: #ffffff;
    border-radius: 11px;
    font-size: 18px;
    line-height: 1.6;
    z-index: 1;
    min-width: 280px;
    margin: 0;
    flex: 0 0 calc(33.333% - 20px);
    transition: all 0.3s ease;
    padding: 25px 25px 25px 75px;
}.prospective_students2196 div p::before {
    height: calc(100% - 10px);
    content: "";
    border-radius: calc(11px - 5px);
    opacity: 0.4;
    left: 5px;
    width: calc(100% - 10px);
    z-index: -1;
    top: 5px;
    transition: all 0.3s ease;
    background: #ffffff;
    position: absolute;
    border: 1px solid rgb(185,186,182,0.5);
}.prospective_students2196 div p::after {
    background: #ffffff;
    width: calc(100% - 20px);
    border: 1px solid rgb(144,146,143,0.5);
    height: calc(100% - 20px);
    top: 10px;
    opacity: 0.2;
    z-index: -2;
    left: 10px;
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    border-radius: calc(11px - 10px);
}.prospective_students2196 div p:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.prospective_students2196 div p:hover::before {
    left: 10px;
    top: 10px;
}.prospective_students2196 div p:hover::after {
    left: 15px;
    top: 15px;
}.prospective_students2196 div p svg {
    height: 35px;
    left: 25px;
    position: absolute;
    width: 35px;
    padding: 8px;
    border-radius: 50%;
    background: rgb(224,220,202);
    top: 25px;
    transition: all 0.3s ease;
}.prospective_students2196 div p:hover svg {
    background: rgb(185,186,182,0.5);
    transform: rotate(15deg);
}.prospective_students2196 div p svg path {
    transition: all 0.3s ease;
    fill: rgb(185,186,182);
}.prospective_students2196 div p:hover svg path {
    fill: rgb(144,146,143);
}

@media (max-width: 991px) {.prospective_students2196 {
    padding: 100px 0;
}.prospective_students2196 h4 {
    margin-bottom: 60px;
    font-size: calc(31px - 2px);
}.prospective_students2196 div {
    gap: 25px;
}.prospective_students2196 div p {
    min-width: 250px;
    padding: 20px 20px 20px 65px;
    flex: 0 0 calc(50% - 15px);
}.prospective_students2196 div p svg {
    height: 30px;
    left: 20px;
    width: 30px;
    top: 20px;
}
}

@media (max-width: 767px) {.prospective_students2196 {
    padding: 80px 0;
}.prospective_students2196 h4 {
    font-size: calc(31px - 4px);
    margin-bottom: 50px;
}.prospective_students2196 div {
    gap: 20px;
}.prospective_students2196 div p {
    flex: 0 0 100%;
    padding: 18px 18px 18px 60px;
}.prospective_students2196 div p svg {
    width: 28px;
    height: 28px;
}
}

@media (max-width: 479px) {.prospective_students2196 {
    padding: 60px 0;
}.prospective_students2196 h4 {
    font-size: calc(31px - 6px);
    margin-bottom: 40px;
    padding-bottom: 15px;
}.prospective_students2196 div {
    gap: 15px;
}.prospective_students2196 div p {
    padding: 15px 15px 15px 55px;
    font-size: calc(18px - 1px);
}.prospective_students2196 div p svg {
    padding: 6px;
    top: 15px;
    height: 25px;
    width: 25px;
    left: 15px;
}}.title_page3952 {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,220,202) 0%, rgba(245, 245, 245, 0.9) 100%);
}.title_page3952::before {
    height: 100%;
    pointer-events: none;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, rgb(185,186,182,0.5) 0%, transparent 40%);
    opacity: 0.15;
    z-index: 1;
    content: "";
    left: 0;
}.title_page3952::after {
    background: linear-gradient(225deg, rgb(144,146,143,0.5) 0%, transparent 60%);
    width: 50%;
    position: absolute;
    right: 0;
    pointer-events: none;
    content: "";
    z-index: 1;
    height: 70%;
    bottom: 0;
    transform: translateY(20%) rotate(-5deg);
    opacity: 0.1;
}.title_page3952 .master_program7098 {
    grid-template-columns: 1fr 1fr;
    z-index: 2;
    display: grid;
    position: relative;
    padding: 2rem;
    min-height: 100vh;
}.title_page3952 h1 {
    transform: translateX(1rem);
    grid-column: 1 / 3;
    position: relative;
    font-size: 47px;
    color: #000000;
    animation: titleFadeIn 1.2s ease-out forwards;
    font-weight: 700;
    margin-bottom: 2rem;
    text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.1);
}.title_page3952 h1::after {
    transform: scaleX(0);
    transform-origin: left;
    bottom: -0.5rem;
    content: "";
    width: 8rem;
    height: 0.3rem;
    animation: lineGrow 1.4s ease-out forwards;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(185,186,182) 0%, rgb(144,146,143) 100%);
}.title_page3952 .text_title7386 {
    transform: translateY(-2rem);
    display: flex;
    perspective: 1000px;
    justify-content: center;
    z-index: 3;
    flex-direction: column;
}.title_page3952 .learn_head5396 {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.5s ease;
    border-left: 4px solid rgb(185,186,182);
    transform: rotateY(-5deg) translateZ(0);
    transform-style: preserve-3d;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    animation: cardReveal 1s ease-out forwards;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
}.title_page3952 .learn_head5396:hover {
    transform: rotateY(0deg) translateZ(20px);
}.title_page3952 .learn_head5396 p {
    line-height: 1.6;
    color: #000000;
    font-size: calc(15px * 1.2);
    margin-bottom: 2rem;
    position: relative;
    transform: translateZ(20px);
}.title_page3952 .learn_head5396 p::after {
    width: 70%;
    right: 0;
    content: "";
    height: 1px;
    bottom: -1rem;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(144,146,143,0.5));
}.title_page3952 svg {
    margin: 0.5rem 0 2rem;
    width: 100px;
    transition: transform 0.5s ease, filter 0.5s ease;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    transform: translateZ(30px);
    height: 100px;
}.title_page3952 svg:hover {
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
    transform: translateZ(30px) scale(1.05);
}.title_page3952 svg path {
    fill: rgb(185,186,182);
    transition: fill 0.3s ease;
}.title_page3952 svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.title_page3952 svg:hover path {
    fill: rgb(144,146,143);
}.title_page3952 svg:hover text {
    fill: rgb(144,146,143);
}.title_page3952 .request_section7328 {
    background: linear-gradient(135deg, rgb(185,186,182) 0%, rgb(144,146,143) 100%);
    position: relative;
    transform: translateZ(40px);
    overflow: hidden;
    font-size: 14px;
    display: inline-block;
    z-index: 5;
    border: none;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(94, 170, 168, 0.2), 
                0 4px 8px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    padding: 1rem 2rem;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}.title_page3952 .request_section7328::before {
    left: -100%;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    transition: left 0.7s ease;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.title_page3952 .request_section7328:hover {
    transform: translateZ(40px) translateY(-5px);
    box-shadow: 0 15px 35px rgba(94, 170, 168, 0.3), 
                0 5px 15px rgba(0, 0, 0, 0.1);
}.title_page3952 .request_section7328:hover::before {
    left: 100%;
}.title_page3952 .img_spot2987 {
    transform: translateX(1rem) translateY(-2rem);
    z-index: 2;
    animation: photoReveal 1.5s ease-out forwards;
    position: relative;
    overflow: hidden;
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 0 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    height: 100%;
    min-height: 400px;
}.title_page3952 .img_spot2987::before {
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 3;
    width: 100%;
    background: linear-gradient(135deg, transparent 30%, rgb(185,186,182,0.5) 100%);
    opacity: 0.7;
}.title_page3952 .img_spot2987::after {
    top: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.8;
    height: 100%;
    content: "";
    width: 100%;
    z-index: 3;
    position: absolute;
    left: 0;
}

@keyframes titleFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-2rem) translateX(1rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateX(1rem);
    }
}

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

@keyframes cardReveal {
    0% {
        opacity: 0;
        transform: rotateY(-10deg) translateZ(0) translateX(-2rem);
    }
    100% {
        opacity: 1;
        transform: rotateY(-5deg) translateZ(0);
    }
}

@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: translateX(3rem) translateY(-2rem);
    }
    100% {
        opacity: 1;
        transform: translateX(1rem) translateY(-2rem);
    }
}

@media (max-width: 992px) {.title_page3952 .master_program7098 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.title_page3952 h1 {
    grid-column: 1 / 2;
    font-size: calc(47px * 0.9);
}.title_page3952 .text_title7386 {
    transform: translateY(0);
    order: 2;
}.title_page3952 .img_spot2987 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    order: 1;
    transform: translateX(0) translateY(0);
    min-height: 300px;
}
}

@media (max-width: 768px) {.title_page3952 {
    min-height: auto;
}.title_page3952 .master_program7098 {
    min-height: auto;
    padding: 1.5rem;
}.title_page3952 h1 {
    font-size: calc(47px * 0.8);
    text-align: center;
    transform: translateX(0);
    margin-bottom: 1.5rem;
}.title_page3952 h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes lineGrow {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .title_page3952 .learn_head5396 {
    transform: rotateY(0) translateZ(0);
    padding: 1.5rem;
}.title_page3952 .img_spot2987 {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    min-height: 250px;
}.title_page3952 svg {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 480px) {.title_page3952 h1 {
    font-size: calc(47px * 0.7);
}.title_page3952 .learn_head5396 p {
    font-size: 15px;
}.title_page3952 .img_spot2987 {
    min-height: 200px;
}.title_page3952 svg {
    height: 60px;
    width: 60px;
}.title_page3952 .request_section7328 {
    font-size: calc(14px * 0.9);
    padding: 0.8rem 1.5rem;
}
}

@media (hover: none) {.title_page3952 .request_section7328::before {
    display: none;
}.title_page3952 .learn_head5396:hover {
    transform: rotateY(0) translateZ(0);
}.title_page3952 svg:hover {
    transform: translateZ(0);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}.title_page3952 .request_section7328:hover {
    box-shadow: 0 10px 30px rgba(94, 170, 168, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
}}.course_offering3261 {
    background: linear-gradient(135deg, rgb(224,220,202) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.course_offering3261::before {
    position: absolute;
    background: radial-gradient(circle, rgb(185,186,182,0.5) 0%, transparent 70%);
    width: 200px;
    animation: floatEffect 15s infinite alternate ease-in-out;
    content: "";
    height: 200px;
    opacity: 0.3;
    right: -50px;
    border-radius: 50%;
    top: -50px;
}.course_offering3261::after {
    animation: floatEffect 12s infinite alternate-reverse ease-in-out;
    left: -30px;
    background: radial-gradient(circle, rgb(144,146,143,0.5) 0%, transparent 70%);
    width: 150px;
    content: "";
    position: absolute;
    bottom: -30px;
    opacity: 0.2;
    height: 150px;
}.course_offering3261 .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.course_offering3261 .learn_career3597 {
    perspective: 1000px;
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
    transform-style: preserve-3d;
    display: grid;
}.course_offering3261 .img_spot2987 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-out;
    transform: translateZ(20px) rotateX(2deg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 350px;
    overflow: hidden;
    position: relative;
}.course_offering3261 .img_spot2987::before {
    position: absolute;
    opacity: 0.6;
    height: 100%;
    background: linear-gradient(to right, rgb(185,186,182,0.5) 0%, transparent 50%);
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    mix-blend-mode: overlay;
}.course_offering3261 .img_spot2987::after {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 10%);
    content: "";
    height: 200%;
    top: -50%;
    animation: orbitEffect 20s infinite linear;
    left: -50%;
    position: absolute;
    width: 200%;
}.course_offering3261 .text_title7386 {
    position: relative;
    transform: translateZ(10px);
    backdrop-filter: blur(5px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease-out;
    padding: 30px;
}.course_offering3261 .text_title7386:hover {
    transform: translateZ(15px);
}.course_offering3261 h3 {
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    position: relative;
    color: rgb(185,186,182);
    font-size: calc(23px * 1.1);
    font-weight: 600;
    line-height: 1.4;
}.course_offering3261 h3::after {
    content: "";
    bottom: -10px;
    height: 3px;
    position: absolute;
    transform: scaleX(1);
    transition: transform 0.4s ease-out;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(185,186,182) 0%, rgb(144,146,143) 100%);
    width: 60px;
    left: 0;
}.course_offering3261 .text_title7386:hover h3::after {
    transform: scaleX(1.5);
}.course_offering3261 .description {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 17px;
    scrollbar-width: thin;
    overflow-y: auto;
    color: #000000;
    scrollbar-color: rgb(144,146,143,0.5) transparent;
    position: relative;
    max-height: 300px;
}.course_offering3261 .description::-webkit-scrollbar {
    width: 6px;
}.course_offering3261 .description::-webkit-scrollbar-track {
    background: transparent;
}.course_offering3261 .description::-webkit-scrollbar-thumb {
    background-color: rgb(144,146,143,0.5);
    border-radius: 20px;
}.course_offering3261 p.description {
    display: block;
}.course_offering3261 span.description {
    display: none;
}.course_offering3261 .learn_career3597 div {
    position: relative;
}

@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(20px, 20px);
    }
}

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

@media (min-width: 768px) {.course_offering3261 .learn_career3597 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.course_offering3261 .img_spot2987 {
    height: 450px;
    transform: translateZ(30px) rotateY(-3deg);
}.course_offering3261 h3 {
    margin-bottom: 30px;
    font-size: 33px;
}.course_offering3261 h3::after {
    width: 80px;
}.course_offering3261 .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_offering3261 {
    padding: 150px 0;
}.course_offering3261 .container {
    padding: 0 40px;
}.course_offering3261 .learn_career3597 {
    gap: 80px;
}.course_offering3261 .img_spot2987 {
    height: 500px;
    transform: translateZ(40px) rotateY(-5deg);
}.course_offering3261 .text_title7386 {
    padding: 40px;
    transform: translateZ(20px) rotateY(2deg);
}.course_offering3261 .text_title7386:hover {
    transform: translateZ(25px) rotateY(2deg);
}.course_offering3261 .description {
    font-size: calc(17px * 1.05);
    line-height: 1.9;
    max-height: 400px;
}
}

@media (min-width: 1200px) {.course_offering3261 .img_spot2987 {
    height: 550px;
}.course_offering3261 .learn_career3597 {
    gap: 100px;
}.course_offering3261 .description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.course_offering3261 {
    padding: 80px 0;
}.course_offering3261 .container {
    padding: 0 15px;
}.course_offering3261 .text_title7386 {
    padding: 25px 20px;
}.course_offering3261 h3 {
    margin-bottom: 20px;
    font-size: 16px;
}.course_offering3261 .description {
    font-size: calc(17px * 0.95);
    max-height: 250px;
    line-height: 1.7;
}}.connect_with_us4065 {
    background: linear-gradient(125deg, rgb(224,220,202) 0%, rgb(144,146,143,0.5) 50%, rgb(224,220,202) 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 100px 0;
}.connect_with_us4065::before {
    z-index: -1;
    position: absolute;
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px);
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.7;
}.connect_with_us4065::after {
    height: 200%;
    left: -50%;
    opacity: 0.2;
    background: 
        conic-gradient(
            from 0deg at 50% 50%,
            transparent 0%,
            rgb(185,186,182,0.5) 5%,
            transparent 10%,
            transparent 90%,
            rgb(144,146,143,0.5) 95%,
            transparent 100%
        );
    width: 200%;
    z-index: -1;
    position: absolute;
    content: '';
    top: -50%;
    animation: rotate 120s linear infinite;
}.connect_with_us4065 .img_spot2987 {
    opacity: 0.15;
    position: absolute;
    top: 0;
    z-index: 0;
    mix-blend-mode: luminosity;
    left: 0;
    filter: contrast(120%) brightness(110%) blur(5px);
    width: 100%;
    height: 100%;
}.connect_with_us4065 .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.connect_with_us4065 h3 {
    letter-spacing: 2px;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 29px;
    margin-bottom: 50px;
    text-transform: uppercase;
}.connect_with_us4065 h3::before {
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(185,186,182);
    border-radius: 10px;
    position: absolute;
    content: '';
    top: -15px;
    width: 40px;
}.connect_with_us4065 h3::after {
    content: '';
    height: 4px;
    position: absolute;
    background: rgb(185,186,182);
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
    border-radius: 10px;
    width: 80px;
}.connect_with_us4065 .connect_widget6793 {
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.01);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    flex-wrap: wrap;
    backdrop-filter: blur(10px);
    display: flex;
}.connect_with_us4065 .connect_widget6793::before {
    background: linear-gradient(135deg, 
        transparent 20%, 
        rgba(255, 255, 255, 0.05) 40%, 
        rgba(255, 255, 255, 0.1) 60%, 
        transparent 80%);
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}.connect_with_us4065 .connect_widget6793::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    inset: 0;
    border-radius: 25px;
    content: '';
    box-shadow: 0 0 25px rgb(185,186,182,0.5);
    pointer-events: none;
    animation: pulse-border 4s infinite alternate;
}.connect_with_us4065 .query_card5718 {
    background: #ffffff;
    padding: 50px;
    overflow: hidden;
    position: relative;
    flex: 1 1 60%;
}.connect_with_us4065 .query_card5718::before {
    z-index: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.02) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.02) 0%, transparent 25%);
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
}.connect_with_us4065 .query_card5718::after {
    z-index: 0;
    background: 
        linear-gradient(135deg, transparent 40%, rgb(185,186,182,0.5) 100%);
    opacity: 0.5;
    height: 150px;
    right: 0;
    position: absolute;
    border-radius: 0 0 0 150px;
    width: 150px;
    top: 0;
    content: '';
}.connect_with_us4065 .query_card5718 #contact {
    position: relative;
    z-index: 2;
}.connect_with_us4065 .query_card5718 h3 {
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 21px;
    text-align: left;
}.connect_with_us4065 .query_card5718 h3::before {
    display: none;
}.connect_with_us4065 .query_card5718 h3::after {
    bottom: -10px;
    width: 60px;
    transform: none;
    left: 0;
    background: rgb(185,186,182);
}.connect_with_us4065 .query_card5718 input[type="text"],
.connect_with_us4065 .query_card5718 textarea {
    width: 100%;
    font-size: 12px;
    margin-bottom: 25px;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 18px 25px;
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03) inset;
}.connect_with_us4065 .query_card5718 input[type="text"]:focus,
.connect_with_us4065 .query_card5718 textarea:focus {
    outline: none;
    border-color: rgb(185,186,182);
    box-shadow: 
        0 2px 5px rgba(0, 0, 0, 0.03) inset,
        0 0 0 3px rgb(185,186,182,0.5);
    background-color: #ffffff;
}.connect_with_us4065 .query_card5718 textarea {
    resize: vertical;
    height: 150px;
}.connect_with_us4065 .query_card5718 .message_box4783 {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.connect_with_us4065 .query_card5718 .message_box4783 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_with_us4065 .query_card5718 .message_box4783 label {
    position: relative;
    cursor: pointer;
    color: #000000;
    font-size: calc(12px - 2px);
    line-height: 1.5;
    padding-left: 38px;
}.connect_with_us4065 .query_card5718 .message_box4783 label::before {
    transition: all 0.3s ease;
    content: '';
    width: 24px;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 2px;
    height: 24px;
    border-radius: 10px;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;
}.connect_with_us4065 .query_card5718 .message_box4783 label::after {
    transform: scale(0.6);
    height: 15px;
    width: 15px;
    position: absolute;
    border-radius: calc(10px - 2px);
    transition: all 0.3s ease;
    content: '';
    left: 5px;
    background-color: rgb(185,186,182);
    top: 2px;
    opacity: 0;
}.connect_with_us4065 .query_card5718 .message_box4783 input[type="checkbox"]:checked + label::before {
    border-color: rgb(185,186,182);
}.connect_with_us4065 .query_card5718 .message_box4783 input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}.connect_with_us4065 .query_card5718 .message_box4783 a {
    color: rgb(185,186,182);
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}.connect_with_us4065 .query_card5718 .message_box4783 a::after {
    transform: scaleX(0);
    bottom: -2px;
    content: '';
    width: 100%;
    left: 0;
    height: 1px;
    background-color: rgb(185,186,182);
    transform-origin: right;
    position: absolute;
    transition: transform 0.3s ease;
}.connect_with_us4065 .query_card5718 .message_box4783 a:hover {
    color: rgb(144,146,143);
}.connect_with_us4065 .query_card5718 .message_box4783 a:hover::after {
    background-color: rgb(144,146,143);
    transform: scaleX(1);
    transform-origin: left;
}.connect_with_us4065 .query_card5718 .request_section7328 {
    border-radius: 25px;
    box-shadow: 
        0 5px 15px rgb(185,186,182,0.5),
        0 0 0 1px rgb(185,186,182,0.5) inset;
    border: none;
    padding: 16px 35px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 1px;
    background: linear-gradient(135deg, rgb(185,186,182) 0%, rgb(144,146,143) 100%);
    display: inline-block;
}.connect_with_us4065 .query_card5718 .request_section7328::before {
    height: 100%;
    left: -100%;
    transition: all 0.5s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: '';
    top: 0;
    width: 100%;
}.connect_with_us4065 .query_card5718 .request_section7328::after {
    content: '';
    height: 3px;
    bottom: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    left: 0;
    animation: glow 2s infinite;
    width: 100%;
    opacity: 0.5;
}.connect_with_us4065 .query_card5718 .request_section7328:hover {
    background: linear-gradient(135deg, rgb(144,146,143) 0%, rgb(185,186,182) 100%);
    transform: translateY(-3px);
    box-shadow: 
        0 8px 25px rgb(185,186,182,0.5),
        0 0 0 1px rgb(185,186,182) inset;
}.connect_with_us4065 .query_card5718 .request_section7328:hover::before {
    left: 100%;
}.connect_with_us4065 .query_form4591 {
    overflow: hidden;
    flex: 1 1 40%;
    position: relative;
    background: linear-gradient(135deg, rgb(185,186,182) 0%, rgb(144,146,143) 100%);
    padding: 50px;
}.connect_with_us4065 .query_form4591::before {
    position: absolute;
    opacity: 1;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    content: '';
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
}.connect_with_us4065 .query_form4591::after {
    z-index: 0;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.05) 50%, transparent 75%);
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    animation: shine 8s infinite linear;
    width: 100%;
}.connect_with_us4065 .query_form4591 h4 {
    margin-bottom: 40px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 21px;
}.connect_with_us4065 .query_form4591 h4::after {
    content: '';
    border-radius: 10px;
    height: 3px;
    left: 0;
    bottom: -10px;
    width: 60px;
    position: absolute;
    background: #ffffff;
}.connect_with_us4065 .query_form4591 .support_map7450 {
    padding: 0;
    margin: 0;
    z-index: 1;
    list-style: none;
    position: relative;
}.connect_with_us4065 .query_form4591 .support_map7450 li {
    padding-bottom: 20px;
    position: relative;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.connect_with_us4065 .query_form4591 .support_map7450 li:not(:last-child)::after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    bottom: 0;
}.connect_with_us4065 .query_form4591 .support_map7450 li svg {
    margin-right: 20px;
    flex-shrink: 0;
    position: relative;
    width: 26px;
    height: 26px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}.connect_with_us4065 .query_form4591 .support_map7450 li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.connect_with_us4065 .query_form4591 .support_map7450 li:hover svg {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}.connect_with_us4065 .query_form4591 .support_map7450 li:hover svg path {
    fill: rgba(255, 255, 255, 0.9);
}.connect_with_us4065 .query_form4591 .support_map7450 li span {
    line-height: 1.5;
    font-size: 12px;
    position: relative;
    color: #ffffff;
}.connect_with_us4065 .query_form4591 .support_map7450 li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}.connect_with_us4065 .query_form4591 .support_map7450 li a::after {
    left: 0;
    width: 100%;
    content: '';
    bottom: -2px;
    position: absolute;
    transition: transform 0.3s ease;
    transform-origin: right;
    transform: scaleX(0);
    height: 1px;
    background-color: #ffffff;
}.connect_with_us4065 .query_form4591 .support_map7450 li a:hover {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}.connect_with_us4065 .query_form4591 .support_map7450 li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-border {
    0%, 100% {
        box-shadow: 0 0 15px rgb(185,186,182,0.5);
    }
    50% {
        box-shadow: 0 0 25px rgb(144,146,143,0.5);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@media (max-width: 992px) {.connect_with_us4065 {
    padding: 80px 0;
}.connect_with_us4065 .container {
    padding: 0 20px;
}.connect_with_us4065 .connect_widget6793 {
    flex-direction: column;
}.connect_with_us4065 .query_card5718,
    .connect_with_us4065 .query_form4591 {
    flex: 1 1 100%;
}.connect_with_us4065 .query_card5718 {
    padding: 40px;
}.connect_with_us4065 .query_form4591 {
    padding: 40px;
}
}

@media (max-width: 768px) {.connect_with_us4065 {
    padding: 60px 0;
}.connect_with_us4065 h3 {
    font-size: calc(29px - 4px);
    margin-bottom: 40px;
}.connect_with_us4065 .query_card5718 h3,
    .connect_with_us4065 .query_form4591 h4 {
    font-size: calc(21px - 2px);
    margin-bottom: 30px;
}.connect_with_us4065 .query_card5718 input[type="text"],
    .connect_with_us4065 .query_card5718 textarea {
    padding: 15px 20px;
    margin-bottom: 20px;
}.connect_with_us4065 .query_card5718 textarea {
    height: 120px;
}.connect_with_us4065 .query_card5718 .request_section7328 {
    padding: 14px 30px;
    font-size: calc(15px - 1px);
}.connect_with_us4065 .query_form4591 .support_map7450 li {
    margin-bottom: 25px;
    padding-bottom: 15px;
}.connect_with_us4065 .query_form4591 .support_map7450 li svg {
    width: 22px;
    height: 22px;
    margin-right: 15px;
}
}

@media (max-width: 576px) {.connect_with_us4065 {
    padding: 40px 0;
}.connect_with_us4065 .query_card5718,
    .connect_with_us4065 .query_form4591 {
    padding: 30px 20px;
}.connect_with_us4065 h3 {
    margin-bottom: 30px;
    font-size: calc(29px - 6px);
}.connect_with_us4065 .query_card5718 .message_box4783 label {
    font-size: calc(12px - 3px);
}.connect_with_us4065 .query_form4591 .support_map7450 li:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 20px;
}}.training_specialist6012 {
    padding: 6rem 2rem;
    background-color: rgb(224,220,202);
    overflow: hidden;
    position: relative;
}.training_specialist6012::before {
    z-index: 1;
    top: 0;
    content: "";
    width: 40%;
    background: linear-gradient(90deg, transparent, rgb(185,186,182,0.5));
    position: absolute;
    height: 100%;
    right: 0;
}.training_specialist6012 .user_stories3581 {
    z-index: 2;
    margin: 0 auto;
    box-shadow: none;
    display: flex;
    position: relative;
    border-radius: 0;
    background: transparent;
    max-width: 1200px;
}.training_specialist6012 .img_spot2987 {
    transform: rotate(-2deg);
    width: 45%;
    border-radius: 0;
    height: 480px;
    box-shadow: 15px 15px 0 rgb(185,186,182,0.5);
    position: relative;
    transition: all 0.5s ease;
}.training_specialist6012 .exp_section9032 {
    padding: 3rem 0 3rem 4rem;
    position: relative;
    flex-direction: column;
    justify-content: center;
    display: flex;
    width: 55%;
}.training_specialist6012 .exp_section9032::before {
    left: 2.5rem;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(144,146,143,0.5), transparent);
    height: 100%;
    position: absolute;
    width: 1px;
}.training_specialist6012 .name {
    position: relative;
    font-size: calc(40px * 1.2);
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.1;
    color: #000000;
}.training_specialist6012 .exp_section9032 > div:nth-child(2) {
    padding: 0.5rem 1.5rem;
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    transform: translateX(-10px);
    color: #ffffff;
    border-radius: 10px;
    background-color: rgb(144,146,143);
}.training_specialist6012 .emp_achievements7240 {
    max-width: 90%;
    font-size: 18px;
    position: relative;
    padding-left: 0;
    color: #000000;
    line-height: 1.8;
}.training_specialist6012 .emp_achievements7240::before {
    position: absolute;
    height: 3px;
    width: 60px;
    left: 0;
    top: -1.5rem;
    background-color: rgb(185,186,182);
    content: "";
}.training_specialist6012 .user_stories3581:hover .img_spot2987 {
    box-shadow: 10px 10px 0 rgb(144,146,143);
    transform: rotate(0deg);
}

@media (max-width: 992px) {.training_specialist6012::before {
    top: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(180deg, rgb(185,186,182,0.5), transparent);
    height: 40%;
}.training_specialist6012 .user_stories3581 {
    align-items: center;
    flex-direction: column;
    max-width: 90%;
}.training_specialist6012 .img_spot2987 {
    width: 90%;
    height: 400px;
}.training_specialist6012 .exp_section9032 {
    width: 100%;
    padding: 3rem 1rem 1rem;
}.training_specialist6012 .exp_section9032::before {
    display: none;
}.training_specialist6012 .emp_achievements7240 {
    max-width: 100%;
}
}

@media (max-width: 576px) {.training_specialist6012 {
    padding: 4rem 1rem;
}.training_specialist6012 .img_spot2987 {
    height: 320px;
}.training_specialist6012 .name {
    font-size: 36px;
}.training_specialist6012 .exp_section9032 > div:nth-child(2) {
    font-size: 15px;
}.training_specialist6012 .emp_achievements7240 {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.cookieWarningMessage0362 {
    padding: 20px 0;
    background: rgb(144,146,143);
    bottom: 0;
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(144,146,143);
    animation: slideUp 0.5s forwards;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease-in-out;
    transform: translateY(100%);
    position: fixed;
    z-index: 90;
    width: 100%;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.cookie_guide3289 {
    align-items: center;
    display: flex;
    padding: 20px 5%;
    gap: 20px;
    justify-content: space-between;
}.cookieWarningMessage0362 h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
}.cookieWarningMessage0362 p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
}.user_status9614 {
    margin-right: 15px;
    flex-shrink: 0;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(185,186,182));
    align-items: center;
    justify-content: center;
}.user_status9614 svg {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(185,186,182);
    width: 80px;
}.user_status9614:hover svg {
    transform: scale(1.1);
}.cookie_rules1384 {
    color: #000000;
    font-size: 18px;
    white-space: nowrap;
    line-height: 40px;
    background: linear-gradient(90deg, rgb(185,186,182), rgb(144,146,143));
    margin-left: 10px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 14px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    min-width: 140px;
    cursor: pointer;
    flex-shrink: 0;
    text-decoration: none;
    box-shadow: 0 0 15px rgb(185,186,182);
}.cookie_rules1384:hover {
    box-shadow: 0 0 20px rgb(144,146,143);
}.cookie_button.consent_box7608:hover {
    box-shadow: 0 0 15px rgb(144,146,143);
}.cookieWarningMessage0362 p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(185,186,182);
}.cookieWarningMessage0362 p a:hover {
    color: rgb(144,146,143);
}#cookieModalNotice8125 {
    display: none;
}#cookieModalNotice8125:checked ~ .cookieWarningMessage0362 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookieWarningMessage0362 {
    padding: 15px 0;
}.cookie_guide3289 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.user_status9614 {
    display: none;
}.cookie_guide3289 {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.cookieWarningMessage0362 h5 {
    margin-bottom: 5px;
    font-size: 22px;
}.privacy_gate8256 {
    margin-bottom: 15px;
}.cookie_rules1384 {
    min-width: 100%;
    margin: 10px 0;
}}
.client_opinions9642 {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(224,220,202) 0%, rgba(245, 247, 251, 0.95) 100%);
}.client_opinions9642::before {
    top: 0;
    left: 0;
    opacity: 0.07;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(185,186,182,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(144,146,143,0.5) 0%, transparent 20%);
}.client_opinions9642::after {
    opacity: 0.03;
    content: "";
    z-index: 0;
    position: absolute;
    transform: rotate(-15deg) skew(10deg);
    height: 40%;
    right: -5%;
    top: -5%;
    width: 40%;
    background: rgb(185,186,182,0.5);
}.client_opinions9642 h2 {
    text-align: left;
    color: #000000;
    font-size: calc(33px * 1.1);
    transform: translateX(2vw);
    position: relative;
    z-index: 2;
    font-weight: 700;
    margin-bottom: 3.5rem;
}.client_opinions9642 h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(185,186,182) 0%, rgb(144,146,143) 100%);
    left: 0;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 5rem;
    bottom: -0.8rem;
    position: absolute;
    height: 3px;
}.client_opinions9642 h2:hover::after {
    transform: scaleX(1.2);
}.client_opinions9642 .container {
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.client_opinions9642 .master_program7098 {
    overflow: visible;
    position: relative;
}.client_opinions9642 .student_glow1240 {
    position: relative;
    gap: 2.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.client_opinions9642 .user_stories3581 {
    padding: 2rem 1.75rem;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-left: 3px solid rgb(144,146,143);
    position: relative;
    transform: translateY(0);
    z-index: 1;
    display: flex;
}.client_opinions9642 .user_stories3581::before {
    top: -2rem;
    font-family: Arial, sans-serif;
    line-height: 1;
    content: "";
    opacity: 0.07;
    position: absolute;
    right: 1rem;
    color: rgb(185,186,182);
    z-index: -1;
    font-size: 8rem;
}.client_opinions9642 .user_stories3581:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(var(--primary-color-rgb), 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.client_opinions9642 .user_stories3581:nth-child(2n) {
    border-left: 3px solid rgb(185,186,182);
}.client_opinions9642 .user_stories3581:nth-child(3n) {
    border-left: 3px solid rgb(144,146,143);
}.client_opinions9642 .user_stories3581 h3 {
    font-size: calc(18px * 1.05);
    font-weight: 600;
    margin: 0 0 0.75rem;
    letter-spacing: 0.02em;
    color: rgb(185,186,182);
}.client_opinions9642 .user_stories3581 .description {
    line-height: 1.6;
    font-style: italic;
    font-size: 16px;
    margin: 0 0 1.5rem;
    color: #000000;
    flex-grow: 1;
}.client_opinions9642 .user_stories3581 div {
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 2px solid rgba(var(--primary-color-rgb), 0.1);
    transform: rotate(-3deg);
    width: 3.5rem;
    transition: transform 0.4s ease;
    height: 3.5rem;
    position: relative;
    margin-top: auto;
}.client_opinions9642 .user_stories3581:hover div {
    transform: rotate(0deg) scale(1.05);
}.client_opinions9642 .user_stories3581 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease;
}.client_opinions9642 .user_stories3581:hover img {
    transform: scale(1.1);
}

@media (min-width: 992px) {.client_opinions9642 {
    padding: 7rem 0;
}.client_opinions9642 h2 {
    font-size: calc(33px * 1.2);
    margin-bottom: 4rem;
    transform: translateX(4vw);
}.client_opinions9642 .student_glow1240 {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}.client_opinions9642 .user_stories3581 {
    padding: 2.5rem 2rem;
}.client_opinions9642 .user_stories3581:nth-child(odd) {
    transform: translateY(25px);
}.client_opinions9642 .user_stories3581:nth-child(even) {
    transform: translateY(-15px);
}.client_opinions9642 .user_stories3581:hover {
    transform: translateY(-10px);
}
}

@media (min-width: 1200px) {.client_opinions9642 h2 {
    transform: translateX(6vw);
    margin-bottom: 5rem;
}.client_opinions9642 .student_glow1240 {
    gap: 2.5rem;
}.client_opinions9642 .user_stories3581 {
    height: calc(100% - 20px);
}.client_opinions9642 .user_stories3581:nth-child(1) {
    transform: translateY(0);
}.client_opinions9642 .user_stories3581:nth-child(2) {
    transform: translateY(40px);
}.client_opinions9642 .user_stories3581:nth-child(3) {
    transform: translateY(20px);
}.client_opinions9642 .user_stories3581:nth-child(4) {
    transform: translateY(60px);
}.client_opinions9642 .user_stories3581:nth-child(5) {
    transform: translateY(10px);
}.client_opinions9642 .user_stories3581:nth-child(6) {
    transform: translateY(50px);
}.client_opinions9642 .user_stories3581:nth-child(7) {
    transform: translateY(30px);
}.client_opinions9642 .user_stories3581:hover {
    transform: translateY(calc(var(--translateY) - 15px));
}
}

@media (max-width: 991px) {.client_opinions9642 {
    padding: 4rem 0;
}.client_opinions9642 h2 {
    font-size: calc(33px * 1.05);
    transform: translateX(0);
    text-align: center;
}.client_opinions9642 h2::after {
    left: 50%;
    transform: translateX(-50%);
}.client_opinions9642 .student_glow1240 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 767px) {.client_opinions9642 {
    padding: 3rem 0;
}.client_opinions9642 h2 {
    font-size: 33px;
    margin-bottom: 2.5rem;
}.client_opinions9642 .student_glow1240 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.client_opinions9642 .user_stories3581 {
    padding: 1.5rem;
}
}

@media (max-width: 480px) {.client_opinions9642 h2 {
    font-size: calc(33px * 0.85);
    margin-bottom: 2rem;
}.client_opinions9642 .user_stories3581 {
    padding: 1.25rem;
}.client_opinions9642 .user_stories3581 h3 {
    font-size: 18px;
}.client_opinions9642 .user_stories3581 .description {
    font-size: calc(16px * 0.95);
}}footer {
    position: relative;
    width: 100%;
}.job_board2108 {
    color: #000000;
    position: relative;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 70px 0 30px;
}.job_board2108::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(185,186,182), rgb(144,146,143));
    width: 100%;
    left: 0;
    height: 5px;
    top: 0;
}footer .discord_cta0586 {
    gap: 60px;
    display: grid;
}footer .edu_askus8169 {
    padding-bottom: 40px;
    justify-content: space-between;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
}footer .info_item {
    margin-bottom: 15px;
    position: relative;
    margin-right: 30px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    top: 3px;
    height: 18px;
    fill: rgb(185,186,182);
    width: 18px;
    margin-right: 10px;
    position: relative;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    transition: color 0.2s ease;
    letter-spacing: 0.3px;
}footer .info_item a:hover {
    color: rgb(185,186,182);
}footer .text_main_holder {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}footer .head_learn0275 {
    margin-bottom: 15px;
}footer .head_learn0275 svg {
    height: 40px;
    margin-bottom: 20px;
    width: auto;
}footer .equity_info8217 {
    max-width: 350px;
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
}footer .main_teach4273 h5 {
    margin-bottom: 25px;
    color: #000000;
    position: relative;
    font-size: 19px;
    font-weight: 600;
}footer .main_teach4273 h5::after {
    content: "";
    height: 2px;
    left: 0;
    background-color: rgb(185,186,182);
    bottom: -8px;
    width: 30px;
    position: absolute;
}footer .head_mainbar4097 {
    margin-bottom: 30px;
}footer .head_mainbar4097 a {
    display: block;
    margin-bottom: 12px;
    transition: transform 0.2s ease, color 0.2s ease;
    color: #000000;
    text-decoration: none;
    font-size: 15px;
}footer .head_mainbar4097 a:hover {
    transform: translateX(5px);
    color: rgb(185,186,182);
}footer .subscribe_holder {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
}footer .subscribe_holder h5 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 19px;
}footer .subscribe_holder p {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 25px;
}footer .input_holder {
    gap: 10px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    color: #000000;
    font-size: 15px;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(185,186,182);
}footer .subscribe_alert1823 {
    background-color: rgb(185,186,182);
    padding: 14px 20px;
    font-size: 19px;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-align: center;
}footer .subscribe_alert1823:hover {
    background-color: rgb(144,146,143);
}footer .footer_disclaimer1479 {
    margin-top: 50px;
}footer .mobile_cta0459 {
    color: #000000;
    text-align: center;
    font-size: 15px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .subscribe_alert1823 {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .job_board2108 {
    padding: 50px 0 30px;
}footer .edu_askus8169 {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .footer_disclaimer1479 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .job_board2108 {
    padding: 40px 0 20px;
}footer .discord_cta0586 {
    gap: 40px;
}footer .main_teach4273 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}header {
    box-shadow: 0 5px 15px rgb(185,186,182,0.5);
    background: linear-gradient(to right, rgb(224,220,202), #ffffff);
    padding: 1.5rem 0;
    position: relative;
    z-index: 100;
}header .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
}header .site_navbar1723 {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}header .head_prime2845 {
    border-radius: 10px;
    text-decoration: none;
    padding: 0.5rem;
    display: block;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
}header .head_prime2845::after {
    background: linear-gradient(to right, transparent, rgb(185,186,182), transparent);
    bottom: -5px;
    left: 0;
    opacity: 0.7;
    width: 100%;
    height: 2px;
    position: absolute;
    content: '';
}header .head_prime2845 svg {
    transition: transform 0.3s ease;
    width: 180px;
    height: auto;
}header .head_prime2845:hover svg {
    transform: scale(1.05);
}header .main_teach4273 {
    gap: 0.5rem;
    flex-wrap: wrap;
    background: linear-gradient(to right, rgb(185,186,182,0.5), rgb(144,146,143,0.5));
    display: flex;
    padding: 0.8rem;
    width: 100%;
    border-radius: 14px;
    justify-content: center;
}header .header_top4835 {
    background: #ffffff;
    font-size: 15px;
    font-weight: 400;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 0.6rem 1.2rem;
    color: #000000;
    text-decoration: none;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}header .header_top4835:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgb(185,186,182,0.5);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(185,186,182), rgb(144,146,143));
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .head_prime2845 svg {
    width: 160px;
}header .main_teach4273 {
    padding: 0.7rem;
}header .header_top4835 {
    font-size: calc(15px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .site_navbar1723 {
    gap: 1rem;
}header .head_prime2845 svg {
    width: 140px;
}header .main_teach4273 {
    gap: 0.4rem;
    padding: 0.6rem;
}header .header_top4835 {
    padding: 0.4rem 0.8rem;
    font-size: calc(15px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .site_navbar1723 {
    gap: 0.8rem;
}header .head_prime2845 svg {
    width: 120px;
}header .main_teach4273 {
    overflow-x: auto;
    padding: 0.5rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .main_teach4273::-webkit-scrollbar {
    height: 3px;
}header .main_teach4273::-webkit-scrollbar-thumb {
    background: rgb(185,186,182);
    border-radius: 10px;
}header .header_top4835 {
    padding: 0.4rem 0.7rem;
    flex-shrink: 0;
    font-size: calc(15px - 2px);
    white-space: nowrap;
}}.privacy_arsenal6547 {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    padding: 40px 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
}.privacy_arsenal6547 h1, .privacy_arsenal6547 h2, .privacy_arsenal6547 h3, .privacy_arsenal6547 h4, .privacy_arsenal6547 h5, .privacy_arsenal6547 h6 {
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
}.privacy_arsenal6547 h1 {
    border-bottom: 2px solid rgb(185,186,182);
    font-size: 44px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}.privacy_arsenal6547 h2 {
    border-bottom: 2px solid rgb(144,146,143);
    font-size: 30px;
    margin-bottom: 25px;
    padding-bottom: 8px;
}.privacy_arsenal6547 h3 {
    border-bottom: 1px solid #000000;
    font-size: 1.5em;
    padding-bottom: 6px;
    margin-bottom: 20px;
}.privacy_arsenal6547 h4 {
    margin-bottom: 18px;
    font-size: 1.25em;
}.privacy_arsenal6547 h5 {
    font-size: 22px;
    margin-bottom: 16px;
}.privacy_arsenal6547 h6 {
    font-size: 17px;
    margin-bottom: 14px;
}.privacy_arsenal6547 ul, .privacy_arsenal6547 ol {
    list-style: none;
    color: #000000;
    padding-left: 20px;
    margin-left: 20px;
}.privacy_arsenal6547 ul li, .privacy_arsenal6547 ol li {
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.6;
}.privacy_arsenal6547 ul li:before {
    content: '•';
    color: rgb(185,186,182);
    font-size: 1.2em;
    position: absolute;
    left: 0;
}.privacy_arsenal6547 p, .privacy_arsenal6547 span, .privacy_arsenal6547 div {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
}
@media only screen and (max-width: 800px) {.privacy_arsenal6547 {
    padding: 20px 10px;
}.privacy_arsenal6547 h1 {
    font-size: calc(22px - 10%);
}.privacy_arsenal6547 h2 {
    font-size: calc(22px - 10%);
}.privacy_arsenal6547 p, .privacy_arsenal6547 span, .privacy_arsenal6547 div {
    font-size: calc(14px - 10%);
}}
.privacy_arsenal6547 a {
    color: rgb(185,186,182);
    text-decoration: none;
    border-bottom: 1px solid rgb(185,186,182);
}.privacy_arsenal6547 a:hover {
    color: rgb(144,146,143);
    border-bottom: 1px solid rgb(144,146,143);
}.privacy_arsenal6547 blockquote {
    font-style: italic;
    border-left: 5px solid rgb(185,186,182);
    color: #000000;
    margin: 20px 0;
    padding: 15px 20px;
    background-color: rgb(224,220,202);
}.privacy_arsenal6547 code {
    font-family: monospace;
    color: #000000;
    padding: 2px 6px;
    border-radius: 10px;
    background-color: rgb(224,220,202);
}.privacy_arsenal6547 hr {
    height: 1px;
    margin: 30px 0;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
}.plan_chooser4615 {
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    position: relative;
    --pricing-bg: #f5f7fa;
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-accent: rgb(185,186,182);
    --card-bg: #ffffff;
    --card-border: linear-gradient(135deg, rgb(185,186,182), rgb(144,146,143));
    padding: 120px 0 80px;
    background-color: var(--pricing-bg);
    overflow: hidden;
}.plan_chooser4615::before {
    position: absolute;
    width: 35%;
    height: 50%;
    content: "";
    right: -5%;
    opacity: 0.5;
    filter: blur(60px);
    top: -10%;
    transform: rotate(-15deg);
    z-index: 1;
    background: linear-gradient(135deg, rgb(185,186,182,0.5), rgb(144,146,143,0.5));
}.plan_chooser4615::after {
    content: "";
    width: 30%;
    filter: blur(50px);
    background: linear-gradient(225deg, rgb(144,146,143,0.5), rgb(185,186,182,0.5));
    bottom: -10%;
    position: absolute;
    z-index: 1;
    transform: rotate(15deg);
    height: 40%;
    opacity: 0.4;
    left: -5%;
}.plan_chooser4615 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1400px;
    padding: 0 20px;
}.plan_chooser4615 .pay_plans0913 {
    display: flex;
    flex-direction: column;
}.plan_chooser4615 .learn_deals8745 {
    order: -1;
    margin-right: auto;
    text-align: center;
    margin-bottom: 60px;
    margin-left: auto;
    max-width: 800px;
}.plan_chooser4615 .learn_deals8745 h2 {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #000000;
}.plan_chooser4615 .learn_deals8745 h2::after {
    height: 3px;
    background: linear-gradient(to right, rgb(185,186,182), rgb(144,146,143));
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    left: 50%;
    content: "";
}.plan_chooser4615 .payment_scheme7620 {
    margin: 0 auto;
    white-space: normal;
    overflow-wrap: break-word;
    max-width: 700px;
    font-size: calc(12px + 2px);
    word-wrap: break-word;
    color: #000000;
    line-height: 1.6;
}.plan_chooser4615 .skill_plans2908 {
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    gap: 30px;
}.plan_chooser4615 .edu_rates2716 {
    transform: translateY(0);
    text-decoration: none;
    color: inherit;
    height: 100%;
    display: block;
    transition: transform var(--card-transition);
}.plan_chooser4615 .edu_rates2716:hover {
    transform: translateY(-10px);
}.plan_chooser4615 .learn_fees5127 {
    box-shadow: var(--card-shadow);
    display: flex;
    border-radius: 20px;
    flex-direction: column;
    background-color: var(--card-bg);
    overflow: hidden;
    transition: box-shadow var(--card-transition);
    height: 100%;
    position: relative;
}.plan_chooser4615 .edu_rates2716:hover .learn_fees5127 {
    box-shadow: var(--card-hover-shadow);
}.plan_chooser4615 .learn_fees5127::before {
    background: var(--card-border);
    transform-origin: left;
    left: 0;
    content: "";
    transform: scaleX(0);
    position: absolute;
    top: 0;
    height: 5px;
    width: 100%;
    transition: transform 0.5s ease;
}.plan_chooser4615 .edu_rates2716:hover .learn_fees5127::before {
    transform: scaleX(1);
}.plan_chooser4615 .annual_plan8029 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-grow: 1;
    padding: 35px 30px;
    flex-direction: column;
}.plan_chooser4615 .annual_plan8029 h3 {
    margin-bottom: 15px;
    font-size: calc(23px + 2px);
    transition: color 0.3s ease;
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 700;
}.plan_chooser4615 .edu_rates2716:hover .annual_plan8029 h3 {
    color: var(--card-accent);
}.plan_chooser4615 .package_deals8542 {
    font-weight: 700;
    position: relative;
    font-size: calc(23px + 6px);
    display: inline-block;
    margin-bottom: 20px;
    color: var(--card-accent);
}.plan_chooser4615 .package_deals8542::after {
    position: absolute;
    height: 2px;
    left: 0;
    background-color: var(--card-accent);
    bottom: -10px;
    width: 40px;
    transition: width 0.3s ease;
    content: "";
}.plan_chooser4615 .edu_rates2716:hover .package_deals8542::after {
    width: 60px;
}.plan_chooser4615 .annual_plan8029 p {
    margin-top: 15px;
    word-wrap: break-word;
    color: #000000;
    hyphens: auto;
    white-space: normal;
    overflow-wrap: break-word;
    font-size: 12px;
    flex-grow: 1;
    line-height: 1.6;
}.plan_chooser4615 .img_spot2987 {
    position: relative;
    width: 100%;
    height: 200px;
    transition: transform 0.6s ease;
    overflow: hidden;
}.plan_chooser4615 .img_spot2987::after {
    opacity: 0;
    transition: opacity 0.4s ease;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
}.plan_chooser4615 .edu_rates2716:hover .img_spot2987::after {
    opacity: 1;
}.plan_chooser4615 .edu_rates2716:hover .img_spot2987 {
    transform: scale(1.05);
}

@media (min-width: 992px) {.plan_chooser4615 .pay_plans0913 {
    gap: 60px;
    align-items: center;
    flex-direction: row;
}.plan_chooser4615 .learn_deals8745 {
    margin: 0;
    width: 30%;
    text-align: left;
    order: 0;
}.plan_chooser4615 .learn_deals8745 h2 {
    text-align: left;
    display: block;
}.plan_chooser4615 .learn_deals8745 h2::after {
    left: 0;
    transform: none;
}.plan_chooser4615 .payment_scheme7620 {
    text-align: left;
    margin: 0;
}.plan_chooser4615 .skill_plans2908 {
    width: 70%;
}
}

@media (max-width: 991px) {.plan_chooser4615 {
    padding: 80px 0 60px;
}.plan_chooser4615 .skill_plans2908 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}
}

@media (max-width: 767px) {.plan_chooser4615 {
    padding: 60px 0 40px;
}.plan_chooser4615 .learn_deals8745 {
    margin-bottom: 40px;
}.plan_chooser4615 .skill_plans2908 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.plan_chooser4615 .annual_plan8029 {
    padding: 25px 20px;
}.plan_chooser4615 .annual_plan8029 h3 {
    font-size: 23px;
}.plan_chooser4615 .package_deals8542 {
    font-size: calc(23px + 2px);
}.plan_chooser4615 .annual_plan8029 p {
    font-size: calc(12px - 1px);
}.plan_chooser4615 .img_spot2987 {
    height: 180px;
}
}

@media (max-width: 480px) {.plan_chooser4615 {
    padding: 50px 0 30px;
}.plan_chooser4615 .learn_deals8745 h2 {
    font-size: calc(35px - 4px);
}.plan_chooser4615 .payment_scheme7620 {
    font-size: 12px;
}.plan_chooser4615 .annual_plan8029 {
    padding: 20px 15px;
}.plan_chooser4615 .img_spot2987 {
    height: 160px;
}}.company_info5403 {
    padding: 150px 0;
    background: linear-gradient(135deg, rgb(185,186,182) 0%, #000000 100%);
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.company_info5403::before {
    position: absolute;
    z-index: 1;
    top: -50%;
    content: "";
    opacity: 0.1;
    animation: rotate-slow 120s linear infinite;
    background: repeating-conic-gradient(
        #000000 0deg 10deg,
        rgba(0, 0, 0, 0.5) 10deg 15deg
    );
    width: 200%;
    left: -50%;
    height: 200%;
}.company_info5403::after {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.8) 70%);
    height: 100%;
    content: "";
}@keyframes rotate-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.company_info5403 .container {
    position: relative;
    z-index: 5;
}.company_info5403 h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    font-size: 39px;
    position: relative;
    margin-bottom: 80px;
    color: rgb(185,186,182);
}.company_info5403 h2::before {
    transform: translateX(-50%);
    width: 100px;
    content: "";
    left: 50%;
    position: absolute;
    height: 1px;
    bottom: -20px;
    background-color: rgb(185,186,182);
}.company_info5403 .training_experts6230 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    position: relative;
}.company_info5403 .class_space7603 {
    padding: 20px;
    position: relative;
    flex: 0 0 50%;
    perspective: 1000px;
    overflow: hidden;
}.company_info5403 .class_space7603:first-child {
    animation: card-in-left 1s ease-out forwards;
    transform-origin: right center;
}.company_info5403 .class_space7603:last-child {
    transform-origin: left center;
    animation: card-in-right 1s ease-out forwards;
}@keyframes card-in-left {
    0% {
        transform: translateX(-100%) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}

@keyframes card-in-right {
    0% {
        transform: translateX(100%) rotateY(-90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}

.company_info5403 .class_space7603 h3 {
    letter-spacing: 2px;
    margin: 0 0 20px 0;
    position: relative;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}.company_info5403 .class_space7603 p {
    font-size: 14px;
    position: relative;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 1.8;
    margin: 0;
    opacity: 1;
    padding: 0 40px;
}.company_info5403 .class_space7603::before {
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.7);
    transform: skewY(0deg);
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease;
    top: 0;
    content: "";
    position: absolute;
}.company_info5403 .class_space7603:hover::before {
    transform: skewY(-2deg);
}.company_info5403 .class_space7603::after {
    z-index: -1;
    height: 100%;
    top: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    left: 0;
    background: linear-gradient(135deg, rgb(185,186,182,0.5) 0%, transparent 100%);
    opacity: 0.1;
    content: "";
    width: 100%;
}.company_info5403 .class_space7603:hover::after {
    opacity: 0.2;
}.company_info5403 .class_space7603 h3::before {
    content: "";
    background-color: rgb(144,146,143);
    width: 30px;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    height: 1px;
    position: absolute;
}.company_info5403 .class_space7603:first-child::before {
    border-right: 1px solid rgb(185,186,182,0.5);
}.company_info5403 .class_space7603:last-child::before {
    border-left: 1px solid rgb(144,146,143,0.5);
}.company_info5403 .training_experts6230::before {
    content: "";
    position: absolute;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    box-shadow: 0 0 20px rgb(185,186,182,0.5);
    background-color: rgb(185,186,182);
    animation: pulse-circle 2s infinite;
    transform: translate(-50%, -50%);
    width: 40px;
    left: 50%;
    z-index: 10;
}.company_info5403 .training_experts6230::after {
    height: 20px;
    content: "";
    top: 50%;
    position: absolute;
    background-color: rgb(144,146,143);
    z-index: 11;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    left: 50%;
}@keyframes pulse-circle {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.company_info5403 .container::before {
    width: 200px;
    border-radius: 20px;
    position: absolute;
    opacity: 0.2;
    border: 1px solid rgb(185,186,182,0.5);
    transform: rotate(45deg);
    animation: float-element 10s ease-in-out infinite;
    height: 200px;
    content: "";
    top: -100px;
    left: -100px;
}.company_info5403 .container::after {
    content: "";
    position: absolute;
    height: 200px;
    right: -100px;
    border-radius: 20px;
    transform: rotate(45deg);
    border: 1px solid rgb(144,146,143,0.5);
    width: 200px;
    opacity: 0.2;
    animation: float-element 10s ease-in-out infinite reverse;
    bottom: -100px;
}

@keyframes float-element {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        transform: rotate(60deg) translate(20px, 20px);
    }
}

@media screen and (max-width: 992px) {.company_info5403 {
    padding: 100px 0;
}.company_info5403 .class_space7603 {
    padding: 40px 0;
    flex: 0 0 100%;
}.company_info5403 .class_space7603:first-child {
    animation: card-in-top 1s ease-out forwards;
}.company_info5403 .class_space7603:last-child {
    animation: card-in-bottom 1s ease-out forwards;
}@keyframes card-in-top {
        0% {
            transform: translateY(-100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    @keyframes card-in-bottom {
        0% {
            transform: translateY(100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    .company_info5403 .training_experts6230::before,
    .company_info5403 .training_experts6230::after {
    display: none;
}.company_info5403 .class_space7603:first-child::before {
    border-bottom: 1px solid rgb(185,186,182,0.5);
    border-right: none;
}.company_info5403 .class_space7603:last-child::before {
    border-left: none;
    border-top: 1px solid rgb(144,146,143,0.5);
}
}

@media screen and (max-width: 768px) {.company_info5403 {
    padding: 80px 0;
}.company_info5403 h2 {
    letter-spacing: 3px;
    margin-bottom: 60px;
    font-size: calc(39px * 0.8);
}.company_info5403 .class_space7603 h3 {
    font-size: calc(18px * 0.9);
    letter-spacing: 1px;
}.company_info5403 .class_space7603 p {
    padding: 0 30px;
}.company_info5403 .container::before,
    .company_info5403 .container::after {
    height: 150px;
    width: 150px;
}
}

@media screen and (max-width: 576px) {.company_info5403 {
    padding: 60px 0;
}.company_info5403 h2 {
    font-size: calc(39px * 0.7);
    letter-spacing: 2px;
    margin-bottom: 40px;
}.company_info5403 h2::before {
    bottom: -15px;
    width: 80px;
}.company_info5403 .class_space7603 {
    padding: 30px 0;
}.company_info5403 .class_space7603 h3 {
    margin-bottom: 15px;
    font-size: calc(18px * 0.85);
}.company_info5403 .class_space7603 h3::before {
    width: 25px;
    bottom: -8px;
}.company_info5403 .class_space7603 p {
    padding: 0 20px;
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.company_info5403 .container::before,
    .company_info5403 .container::after {
    width: 100px;
    height: 100px;
}
}