* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.head-sitebar-43259 {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.outer-container-80261 {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.achieve-cta-84706 {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1175px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    width: 100%;
}.achieve-cta-84706 {
    padding: 100px 0 30px;
    position: relative;
    font-family: Arial, sans-serif;
    background-color: rgb(234,239,237);
    color: #000000;
}.achieve-cta-84706::before {
    background-color: rgb(198,212,202,0.5);
    content: "";
    top: 0;
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(135deg, rgb(234,239,237) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(234,239,237) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(234,239,237) 25%, transparent 25%),
        linear-gradient(45deg, rgb(234,239,237) 25%, transparent 25%);
    background-size: 100px 100px;
}footer .help-center-31720 {
    margin-top: -70px;
    z-index: 1;
    position: relative;
}footer .connect-today-53296 {
    justify-content: space-between;
    border-radius: 11px;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 60px;
    display: flex;
    z-index: 2;
    padding: 25px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    transform: translateY(-30px);
}footer .info_item {
    transition: all 0.3s ease;
    padding: 10px 15px;
    background-color: rgb(234,239,237);
    border-radius: 10px;
    margin: 10px;
    flex: 1 1 200px;
    position: relative;
}footer .info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}footer .info_item::before {
    content: "";
    left: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    background-color: rgb(198,212,202);
    border-radius: 3px 0 0 3px;
    opacity: 0;
    width: 3px;
    top: 0;
    height: 100%;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    vertical-align: middle;
    width: 20px;
    fill: rgb(198,212,202);
    margin-right: 10px;
    height: 20px;
}footer .info_item p,
footer .info_item a {
    display: inline-block;
    text-decoration: none;
    color: #000000;
    vertical-align: middle;
    transition: color 0.3s ease;
    font-size: 12px;
}footer .info_item a:hover {
    color: rgb(198,212,202);
}footer .text_main_holder {
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr;
}footer .text_main_holder::before {
    top: -40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 11px;
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    z-index: -1;
    content: "";
    left: 0;
    height: calc(100% + 80px);
}footer .nav-site-28469 {
    padding: 0 30px;
    position: relative;
}footer .nav-site-28469::after {
    bottom: -15px;
    position: absolute;
    background: linear-gradient(90deg, rgb(198,212,202), transparent);
    right: 30px;
    content: "";
    height: 1px;
    left: 30px;
}footer .nav-site-28469 svg {
    margin-bottom: 15px;
    width: auto;
    height: 45px;
}footer .program-foot-17342 {
    font-size: 13px;
    max-width: 330px;
    color: #000000;
    line-height: 1.6;
}footer .main-top-02436 {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 11px;
    margin-top: -10px;
    padding: 30px;
    z-index: 1;
    background-color: rgb(234,239,237);
    margin-right: 20px;
    margin-left: 20px;
}footer .main-top-02436 h5 {
    font-size: 21px;
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}footer .main-top-02436 h5::after {
    height: 2px;
    content: "";
    background-color: rgb(198,212,202);
    left: 0;
    width: 50px;
    position: absolute;
    bottom: -7px;
}footer .header-page-35179 {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    gap: 10px;
    display: grid;
}footer .header-page-35179 a {
    font-size: 12px;
    position: relative;
    color: #000000;
    padding: 8px 0;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}footer .header-page-35179 a::after {
    width: 0;
    bottom: 5px;
    height: 2px;
    background-color: rgb(198,212,202);
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    content: "";
}footer .header-page-35179 a:hover {
    color: rgb(198,212,202);
    transform: translateX(5px);
}footer .header-page-35179 a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    border-radius: 11px;
    margin-right: 40px;
    padding: 30px;
    margin-left: 40px;
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    background-color: rgb(198,212,202);
    z-index: 0;
    margin-top: -10px;
}footer .subscribe_holder::before {
    top: -15px;
    z-index: -1;
    width: 30px;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    content: "";
    height: 30px;
    background-color: rgb(198,212,202);
}footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 12px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    color: #000000;
    transition: background-color 0.3s ease;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 14px 16px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .achieve-success-68204 {
    cursor: pointer;
    border-radius: 10px;
    padding: 14px 20px;
    font-size: 19px;
    transition: all 0.3s ease;
    background-color: #000000;
    border: none;
    font-weight: 600;
    color: #ffffff;
}footer .achieve-success-68204:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(161,179,166);
    transform: translateY(-3px);
}footer .code-labs-07219 {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 60px;
}footer .app-store-38605 {
    color: #000000;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    border-radius: 30px;
    font-size: 13px;
    padding: 8px 20px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .header-page-35179 {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .achieve-success-68204 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .main-top-02436 {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .achieve-cta-84706 {
    padding: 80px 0 30px;
}footer .connect-today-53296 {
    justify-content: center;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .main-top-02436, footer .subscribe_holder {
    padding: 25px 20px;
    margin-right: 10px;
    margin-left: 10px;
}footer .code-labs-07219 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .achieve-cta-84706 {
    padding: 60px 0 20px;
}footer .connect-today-53296 {
    padding: 15px;
    transform: translateY(-20px);
    margin-bottom: 40px;
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .nav-site-28469 {
    padding: 0 20px;
}footer .nav-site-28469::after {
    right: 20px;
    left: 20px;
}footer .main-top-02436 h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .header-page-35179 a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .achieve-success-68204 {
    padding: 12px 15px;
}}.primary-page-60721 {
    justify-content: flex-start;
    width: 100%;
    display: flex;
    padding: 6rem 2rem;
    align-items: center;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(234,239,237) 0%, rgb(161,179,166,0.5) 100%);
    min-height: 100vh;
}.primary-page-60721::before {
    left: 0;
    opacity: 0.15;
    background-size: 100px 100px;
    bottom: 0;
    background-image: 
    radial-gradient(circle at 10% 20%, rgb(198,212,202,0.5) 1px, transparent 3px),
    radial-gradient(circle at 30% 70%, rgb(198,212,202,0.5) 1px, transparent 3px),
    radial-gradient(circle at 70% 40%, rgb(198,212,202,0.5) 1px, transparent 3px),
    radial-gradient(circle at 90% 80%, rgb(198,212,202,0.5) 1px, transparent 3px);
    position: absolute;
    top: 0;
    content: "";
    z-index: 0;
    right: 0;
}.primary-page-60721 .learning-intro-73581 {
    width: 100%;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1400px;
}.primary-page-60721 .learning-intro-73581 > div {
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
}.primary-page-60721 .learning-intro-73581 > div > div:first-child {
    animation: slideInLeft 0.8s ease-out forwards;
    opacity: 0;
    transform: translateX(-100%);
}.primary-page-60721 .learning-intro-73581 h3 {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 600;
    max-width: 90%;
    color: #000000;
    border-left: 4px solid rgb(198,212,202);
    line-height: 1.4;
    transition: all 0.3s ease;
    position: relative;
}.primary-page-60721 .learning-intro-73581 .legacy-edu-46739 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
    border-radius: 8px;
    position: relative;
}.primary-page-60721 .learning-intro-73581 .legacy-edu-46739::before {
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(180deg, 
    rgba(0, 0, 0, 0.1) 0%, 
    rgba(0, 0, 0, 0.7) 100%);
    bottom: 0;
    right: 0;
    content: "";
    top: 0;
}.primary-page-60721 .learning-intro-73581 .legacy-edu-46739 > div {
    padding: 3rem 2rem;
    display: flex;
    min-height: 400px;
    position: relative;
    justify-content: flex-end;
    z-index: 2;
    flex-direction: column;
}.primary-page-60721 .learning-intro-73581 .legacy-edu-46739 p {
    font-size: calc(13px * 1.1);
    color: #ffffff;
    padding-left: 1rem;
    max-width: 80%;
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
    line-height: 1.6;
}.primary-page-60721 .learning-intro-73581 .legacy-edu-46739 p::before {
    left: 0;
    border-radius: 3px;
    bottom: 0;
    width: 3px;
    position: absolute;
    content: "";
    top: 0;
    background: rgb(198,212,202);
}.primary-page-60721 .title_style_header {
    opacity: 0;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0.5rem;
    color: #ffffff;
    animation: fadeInUp 0.6s ease-out 0.6s forwards;
    position: relative;
    transform: translateY(10px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 48px;
}.primary-page-60721 .title_style_header::after {
    position: absolute;
    content: "";
    width: 80px;
    left: 0;
    background: rgb(198,212,202);
    border-radius: 2px;
    bottom: -10px;
    height: 4px;
}.primary-page-60721:hover .title_style_header::after {
    width: 120px;
    transition: width 0.4s ease;
}

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

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

@media (min-width: 768px) {.primary-page-60721 {
    padding: 8rem 4rem;
}.primary-page-60721 .learning-intro-73581 > div {
    align-items: center;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
}.primary-page-60721 .learning-intro-73581 h3 {
    font-size: calc(18px * 1.1);
    margin-bottom: 0;
    padding-left: 2rem;
}.primary-page-60721 .learning-intro-73581 .legacy-edu-46739 {
    min-height: 450px;
}.primary-page-60721 .learning-intro-73581 .legacy-edu-46739 > div {
    padding: 4rem 3rem;
}.primary-page-60721 .title_style_header {
    font-size: calc(48px * 1.2);
}
}

@media (min-width: 1024px) {.primary-page-60721 {
    height: 100vh;
    padding: 0;
}.primary-page-60721 .learning-intro-73581 > div {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 4rem;
}.primary-page-60721 .learning-intro-73581 h3 {
    font-size: calc(18px * 1.2);
    max-width: 85%;
}.primary-page-60721 .learning-intro-73581 .legacy-edu-46739 {
    min-height: 500px;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.6s ease;
}.primary-page-60721 .learning-intro-73581 .legacy-edu-46739:hover {
    transform: perspective(1000px) rotateY(0deg);
}.primary-page-60721 .learning-intro-73581 .legacy-edu-46739 > div {
    padding: 5rem 4rem;
}.primary-page-60721 .title_style_header {
    font-size: calc(48px * 1.4);
}.primary-page-60721 .learning-intro-73581 .legacy-edu-46739 p {
    font-size: calc(13px * 1.2);
}
}

@media (max-width: 767px) {.primary-page-60721 {
    padding: 4rem 1.5rem;
}.primary-page-60721 .learning-intro-73581 h3 {
    font-size: calc(18px * 0.9);
    max-width: 100%;
}.primary-page-60721 .learning-intro-73581 .legacy-edu-46739 > div {
    min-height: 350px;
    padding: 2rem 1.5rem;
}.primary-page-60721 .title_style_header {
    font-size: calc(48px * 0.9);
}.primary-page-60721 .learning-intro-73581 .legacy-edu-46739 p {
    font-size: 13px;
    max-width: 100%;
}}.course-offering-72314 {
    position: relative;
    background: linear-gradient(120deg, rgb(234,239,237) 0%, rgba(0, 0, 0, 0.5) 60%, rgb(198,212,202,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
}.course-offering-72314::before {
    opacity: 0.6;
    top: 0;
    width: 100%;
    content: "";
    animation: pulseGlow 12s infinite alternate;
    left: 0;
    z-index: 1;
    background: 
        radial-gradient(ellipse at 75% 40%, rgb(161,179,166,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 80%, rgb(198,212,202,0.5) 0%, transparent 40%);
    position: absolute;
    height: 100%;
}.course-offering-72314::after {
    animation: gridShift 30s linear infinite;
    width: 100%;
    top: 0;
    background-image: 
        repeating-linear-gradient(45deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px),
        repeating-linear-gradient(135deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px);
    left: 0;
    z-index: 1;
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.05;
}.course-offering-72314 .container {
    z-index: 3;
    position: relative;
}.course-offering-72314 .learning-program-87302 {
    position: relative;
    display: flex;
    overflow: visible;
    border-radius: 15px;
    background: transparent;
    flex-direction: column;
}.course-offering-72314 .learn-development-51830 {
    backdrop-filter: blur(10px);
    width: 75%;
    position: relative;
    transform: translateY(80px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(198,212,202,0.5),
        0 0 40px rgb(161,179,166,0.5);
    border-radius: 15px;
    margin-right: auto;
    background: #ffffff;
    margin-left: auto;
    z-index: 3;
    padding: 60px;
}.course-offering-72314 .learn-development-51830::before {
    right: -15px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    height: 200px;
    background: linear-gradient(135deg, rgb(198,212,202,0.5), rgb(161,179,166,0.5));
    animation: morphShape 15s infinite alternate ease-in-out;
    content: "";
    top: -15px;
    z-index: -1;
    width: 200px;
}.course-offering-72314 .nav-site-28469 {
    left: 60px;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.5),
        0 0 0 8px #ffffff,
        0 0 0 12px rgb(198,212,202,0.5);
    display: flex;
    animation: floatAndRotate 8s ease-in-out infinite;
    border-radius: 30% 70% 50% 50% / 40% 40% 60% 60%;
    background: #ffffff;
    transform-origin: center center;
    height: 120px;
    width: 120px;
    position: absolute;
    top: -60px;
    align-items: center;
    justify-content: center;
}.course-offering-72314 .nav-site-28469 svg {
    fill: rgb(198,212,202);
    height: 60%;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 60%;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}.course-offering-72314 .nav-site-28469:hover svg {
    transform: scale(1.2) rotate(-10deg);
    fill: rgb(161,179,166);
}.course-offering-72314 .nav-site-28469 svg path {
    transition: stroke 0.4s ease;
    stroke-width: 0.5;
    stroke: #000000;
}.course-offering-72314 .nav-site-28469:hover svg path {
    animation: drawPath 2s forwards;
    stroke-dashoffset: 50;
    stroke: rgb(198,212,202);
    stroke-dasharray: 50;
}.course-offering-72314 .learn-development-51830 h3 {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 15px;
    color: #000000;
    font-weight: 700;
    font-size: 37px;
    transform: translateZ(0);
}.course-offering-72314 .learn-development-51830 h3::before {
    content: "";
    bottom: 0;
    position: absolute;
    background: rgb(198,212,202);
    width: 8px;
    left: 0;
    height: 8px;
    border-radius: 50%;
}.course-offering-72314 .learn-development-51830 h3::after {
    width: 80px;
    position: absolute;
    height: 3px;
    left: 15px;
    content: "";
    bottom: 2.5px;
    background: linear-gradient(90deg, rgb(198,212,202), transparent);
}.course-offering-72314 .learn-development-51830 p {
    margin-bottom: 0;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
    position: relative;
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
}.course-offering-72314 .learn-development-51830 p::first-letter {
    margin-right: 8px;
    color: rgb(198,212,202);
    font-size: 2em;
    font-weight: 700;
    line-height: 0.8;
    margin-top: 8px;
    float: left;
}.course-offering-72314 .thumbnail-10587 {
    box-shadow: 
        0 15px 35px -5px rgba(0, 0, 0, 0.5),
        0 0 0 5px #ffffff;
    border-radius: 
        15px 15px 
        calc(15px * 3) 15px;
    z-index: 2;
    width: 85%;
    transition: transform 0.6s ease;
    overflow: hidden;
    position: relative;
    height: 400px;
    margin-left: auto;
    transform: perspective(1200px) rotateY(-5deg) rotateX(3deg);
}.course-offering-72314 .learning-program-87302:hover .thumbnail-10587 {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg) translateZ(30px);
}.course-offering-72314 .thumbnail-10587::before {
    left: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    z-index: 2;
    background: 
        linear-gradient(
            to right,
            rgb(198,212,202,0.5) 0%,
            transparent 40%,
            rgb(161,179,166,0.5) 100%
        );
    top: 0;
    position: absolute;
    mix-blend-mode: multiply;
    content: "";
    opacity: 0.7;
    height: 100%;
}.course-offering-72314 .learning-program-87302:hover .thumbnail-10587::before {
    opacity: 0.5;
}.course-offering-72314 .thumbnail-10587::after {
    opacity: 0.1;
    mix-blend-mode: overlay;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 10px
        );
    top: 0;
    z-index: 2;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes morphShape {
    0%, 100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
}

@keyframes floatAndRotate {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-5px) rotate(-3deg);
    }
    75% {
        transform: translateY(5px) rotate(3deg);
    }
}

@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

@media screen and (max-width: 1200px) {.course-offering-72314 {
    padding: 100px 0;
}.course-offering-72314 .learn-development-51830 {
    width: 85%;
    padding: 50px;
    transform: translateY(70px);
}.course-offering-72314 .thumbnail-10587 {
    height: 350px;
    width: 90%;
}
}

@media screen and (max-width: 992px) {.course-offering-72314 {
    padding: 80px 0;
}.course-offering-72314 .learning-program-87302 {
    flex-direction: column-reverse;
}.course-offering-72314 .learn-development-51830 {
    transform: translateY(-70px);
    padding: 40px;
    margin-left: auto;
    width: 90%;
    margin-right: auto;
}.course-offering-72314 .nav-site-28469 {
    left: 40px;
    height: 100px;
    top: -50px;
    width: 100px;
}.course-offering-72314 .thumbnail-10587 {
    margin-left: 0;
    transform: perspective(800px) rotateY(0) rotateX(0);
    margin-right: 0;
    width: 100%;
    height: 320px;
    border-radius: 15px;
}.course-offering-72314 .learning-program-87302:hover .thumbnail-10587 {
    transform: perspective(800px) rotateY(0) rotateX(0);
}
}

@media screen and (max-width: 768px) {.course-offering-72314 {
    padding: 60px 0;
}.course-offering-72314 .learn-development-51830 {
    padding: 30px;
    transform: translateY(-60px);
    width: 100%;
}.course-offering-72314 .nav-site-28469 {
    height: 80px;
    left: 30px;
    width: 80px;
    top: -40px;
}.course-offering-72314 .learn-development-51830 h3 {
    font-size: calc(37px * 0.85);
    margin-bottom: 20px;
}.course-offering-72314 .learn-development-51830 p {
    font-size: calc(15px * 0.95);
}.course-offering-72314 .thumbnail-10587 {
    height: 280px;
}.course-offering-72314 .learn-development-51830::before {
    height: 150px;
    top: -10px;
    width: 150px;
    right: -10px;
}
}

@media screen and (max-width: 576px) {.course-offering-72314 {
    padding: 50px 0;
}.course-offering-72314 .learn-development-51830 {
    transform: translateY(-40px);
    padding: 25px 20px;
}.course-offering-72314 .nav-site-28469 {
    left: 20px;
    top: -35px;
    height: 70px;
    width: 70px;
}.course-offering-72314 .learn-development-51830 h3 {
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: calc(37px * 0.75);
}.course-offering-72314 .learn-development-51830 h3::after {
    width: 60px;
}.course-offering-72314 .learn-development-51830 p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.course-offering-72314 .thumbnail-10587 {
    height: 220px;
}.course-offering-72314 .learn-development-51830::before {
    width: 100px;
    height: 100px;
}}.offer-grid-05186 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.offer-grid-05186::before {
    bottom: 0;
    content: "";
    right: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    left: 0;
    top: 0;
}.offer-grid-05186 .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.offer-grid-05186 .fee-deals-75028 {
    align-items: center;
    display: flex;
    flex-direction: column;
}.offer-grid-05186 h2 {
    margin-bottom: 20px;
    transform: translateY(0);
    text-align: center;
    animation: float 6s ease-in-out infinite;
    font-size: 31px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
}.offer-grid-05186 h2::after {
    left: 50%;
    position: absolute;
    content: "";
    width: 80px;
    bottom: -10px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(198,212,202), rgb(161,179,166));
    height: 3px;
}.offer-grid-05186 .cert-plans-01569 {
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 50px;
    max-width: 800px;
    color: rgb(255, 255, 255, 0.5);
    font-size: 17px;
}.offer-grid-05186 .program-fees-61738 {
    width: 100%;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    display: grid;
    gap: 30px;
}.offer-grid-05186 .program-fees-61738 li {
    perspective: 1000px;
}.offer-grid-05186 .value-rates-69873 {
    box-sizing: border-box;
    height: 100%;
    transform-style: preserve-3d;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
}.offer-grid-05186 .value-rates-69873:hover {
    transform: translateY(-10px) rotateY(2deg);
}.offer-grid-05186 .lesson-plans-32091 {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    flex-direction: column;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    padding: 35px 30px;
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    box-sizing: border-box;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
}.offer-grid-05186 .lesson-plans-32091::before {
    height: 5px;
    transform-origin: left;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(198,212,202), rgb(161,179,166));
    top: 0;
    transition: transform 0.4s ease;
    transform: scaleX(0.5);
    width: 100%;
    left: 0;
}.offer-grid-05186 .value-rates-69873:hover .lesson-plans-32091::before {
    transform: scaleX(1);
}.offer-grid-05186 .price-deals-58210 {
    height: 100%;
    flex-direction: column;
    display: flex;
    box-sizing: border-box;
}.offer-grid-05186 .value-rates-69873 h4 {
    font-size: calc(19px * 1.2);
    position: relative;
    margin: 0 0 20px;
    font-weight: 700;
    color: #ffffff;
}.offer-grid-05186 .value-rates-69873 h4::after {
    width: 40px;
    height: 2px;
    bottom: -10px;
    position: absolute;
    left: 0;
    content: "";
    background-color: rgb(198,212,202);
}.offer-grid-05186 .value-rates-69873 p {
    margin: 0 0 25px;
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.6;
    word-wrap: break-word;
    flex-grow: 1;
    font-size: 17px;
}.offer-grid-05186 .offer-box-01983 {
    align-self: flex-start;
    font-size: calc(19px * 1.4);
    color: #ffffff;
    padding: 10px 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgb(198,212,202,0.5) 0%, rgb(161,179,166,0.5) 100%);
    font-weight: 700;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: inline-block;
    transform: translateZ(10px);
}.offer-grid-05186 .value-rates-69873:hover .offer-box-01983 {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateZ(15px) scale(1.05);
}

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

@media (max-width: 1200px) {.offer-grid-05186 {
    padding: 100px 0;
}.offer-grid-05186 .program-fees-61738 {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.offer-grid-05186 {
    padding: 80px 0;
}.offer-grid-05186 .program-fees-61738 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.offer-grid-05186 h2 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 768px) {.offer-grid-05186 {
    padding: 60px 0;
}.offer-grid-05186 .program-fees-61738 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 500px;
}.offer-grid-05186 .cert-plans-01569 {
    margin-bottom: 40px;
}.offer-grid-05186 h2 {
    font-size: calc(31px * 0.8);
}.offer-grid-05186 .lesson-plans-32091 {
    padding: 30px 25px;
}
}

@media (max-width: 576px) {.offer-grid-05186 {
    padding: 50px 0;
}.offer-grid-05186 h2 {
    font-size: calc(31px * 0.7);
}.offer-grid-05186 .cert-plans-01569 {
    font-size: calc(17px * 0.9);
    margin-bottom: 30px;
}.offer-grid-05186 .lesson-plans-32091 {
    padding: 25px 20px;
}.offer-grid-05186 .value-rates-69873 h4 {
    font-size: calc(19px * 1.1);
}.offer-grid-05186 .value-rates-69873 p {
    font-size: calc(17px * 0.9);
}.offer-grid-05186 .offer-box-01983 {
    padding: 8px 16px;
    font-size: calc(19px * 1.2);
}}.academic-expertise-78165 {
    background: rgb(234,239,237);
    min-height: 450px;
    overflow: hidden;
    position: relative;
    padding: 80px 40px;
}.academic-expertise-78165::before {
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(198,212,202,0.5) 30px,
        rgb(198,212,202,0.5) 32px
    );
    content: "";
    opacity: 0.05;
    width: 100%;
}.academic-expertise-78165 .rating-insights-61358 {
    margin: 0 auto;
    flex-direction: column;
    transform-style: preserve-3d;
    max-width: 1000px;
    perspective: 1000px;
    position: relative;
    display: flex;
}.academic-expertise-78165 .thumbnail-10587 {
    z-index: 5;
    border-radius: 50%;
    margin-left: 60px;
    width: 140px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    position: relative;
    height: 140px;
    border: 4px solid #ffffff;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.academic-expertise-78165 .rating-insights-61358:hover .thumbnail-10587 {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(198,212,202);
}.academic-expertise-78165 .career-container-83971 {
    padding: 60px 40px 40px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    position: relative;
    transform: translateZ(0);
    margin-top: -40px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.academic-expertise-78165 .rating-insights-61358:hover .career-container-83971 {
    transform: translateZ(30px);
}.academic-expertise-78165 .career-container-83971::before {
    height: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(198,212,202), rgb(161,179,166));
    transition: height 0.5s ease;
    content: "";
    width: 4px;
    left: 0;
    top: 0;
}.academic-expertise-78165 .rating-insights-61358:hover .career-container-83971::before {
    animation: pulseGlow 2s infinite;
    height: 100%;
}.academic-expertise-78165 .name {
    transform: translateX(0);
    transition: all 0.4s ease;
    font-size: 31px;
    color: #000000;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
}.academic-expertise-78165 .rating-insights-61358:hover .name {
    color: rgb(198,212,202);
    transform: translateX(15px);
}.academic-expertise-78165 .career-container-83971 > div:nth-child(2) {
    transition: all 0.4s ease 0.1s;
    opacity: 0.8;
    color: rgb(161,179,166);
    transform: translateX(0);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 13px;
    letter-spacing: 0.5px;
}.academic-expertise-78165 .rating-insights-61358:hover .career-container-83971 > div:nth-child(2) {
    transform: translateX(15px);
}.academic-expertise-78165 .experience-tasks-79426 {
    position: relative;
    color: #000000;
    padding: 20px 0;
    opacity: 0.9;
    transform: translateY(0);
    line-height: 1.8;
    font-size: 13px;
    transition: all 0.4s ease 0.2s;
}.academic-expertise-78165 .rating-insights-61358:hover .experience-tasks-79426 {
    transform: translateY(-5px);
}.academic-expertise-78165 .experience-tasks-79426::before,
.academic-expertise-78165 .experience-tasks-79426::after {
    width: 35px;
    background: rgb(161,179,166,0.5);
    content: "";
    transition: all 0.4s ease;
    position: absolute;
    height: 1px;
}.academic-expertise-78165 .experience-tasks-79426::before {
    top: 0;
    left: 0;
}.academic-expertise-78165 .experience-tasks-79426::after {
    right: 0;
    bottom: 0;
}.academic-expertise-78165 .rating-insights-61358:hover .experience-tasks-79426::before,
.academic-expertise-78165 .rating-insights-61358:hover .experience-tasks-79426::after {
    background: rgb(161,179,166);
    height: 2px;
    width: 100px;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(198,212,202,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(198,212,202);
    }
}

@media (min-width: 768px) {.academic-expertise-78165 .rating-insights-61358 {
    flex-direction: row;
    align-items: center;
}.academic-expertise-78165 .thumbnail-10587 {
    z-index: 5;
    height: 180px;
    margin-right: -80px;
    width: 180px;
    margin-left: 0;
}.academic-expertise-78165 .career-container-83971 {
    flex: 1;
    margin-top: 0;
    padding-left: 100px;
}
}

@media (max-width: 767px) {.academic-expertise-78165 {
    padding: 60px 20px;
}.academic-expertise-78165 .career-container-83971 {
    padding: 60px 25px 35px;
}.academic-expertise-78165 .name {
    font-size: calc(31px - 4px);
}.academic-expertise-78165 .career-container-83971 > div:nth-child(2) {
    font-size: calc(13px - 1px);
}.academic-expertise-78165 .experience-tasks-79426 {
    font-size: calc(13px - 1px);
}}.thanksSpace-95830 {
    background: linear-gradient(135deg, rgb(234,239,237) 0%, rgb(234,239,237) 60%, rgba(rgb(198,212,202,0.5), 0.05) 100%);
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    padding: 6rem 0;
}.thanksSpace-95830::before,
.thanksSpace-95830::after {
    content: '';
    position: absolute;
    pointer-events: none;
}.thanksSpace-95830::before {
    opacity: 0.03;
    left: -10%;
    height: 70%;
    filter: blur(20px);
    top: -5%;
    transform: rotate(-15deg) translateZ(-10px);
    background: linear-gradient(45deg, rgb(198,212,202,0.5) 10%, transparent 70%);
    width: 40%;
}.thanksSpace-95830::after {
    bottom: -10%;
    width: 30%;
    transform: rotate(10deg) translateZ(-5px);
    height: 60%;
    opacity: 0.04;
    background: linear-gradient(135deg, rgb(161,179,166,0.5) 10%, transparent 70%);
    filter: blur(15px);
    right: -5%;
}.thanksSpace-95830 .container {
    transform-style: preserve-3d;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
}.thanksSpace-95830 h2 {
    margin-bottom: 3rem;
    font-size: 38px;
    max-width: 90%;
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
    font-weight: 700;
    transform: translateZ(10px);
    position: relative;
    color: #000000;
    line-height: 1.3;
}.thanksSpace-95830 h2::after {
    background: linear-gradient(90deg, rgb(198,212,202) 0%, rgb(198,212,202,0.5) 100%);
    bottom: -0.8rem;
    height: 3px;
    width: 80px;
    position: absolute;
    content: '';
    transform: translateZ(15px) scaleX(1);
    transform-origin: left;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.thanksSpace-95830 .learning-program-87302 {
    box-shadow: 
        0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.07);
    margin: 1rem 0;
    transform: translateZ(20px) rotateY(-2deg);
    padding: 2.5rem 3rem;
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    position: relative;
    border-radius: 21px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.thanksSpace-95830 .learning-program-87302::before {
    left: -10px;
    opacity: 0.1;
    top: -10px;
    pointer-events: none;
    transform: translateZ(5px);
    border: 1px solid rgb(198,212,202,0.5);
    bottom: -10px;
    border-radius: 100px;
    right: -10px;
    content: '';
    position: absolute;
}.thanksSpace-95830 .learning-program-87302:hover {
    transform: translateZ(25px) rotateY(0deg);
    box-shadow: 
        0 25px 35px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.thanksSpace-95830 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thanksSpace-95830 li {
    position: relative;
    padding-left: 0;
}.thanksSpace-95830 li::before {
    top: -20px;
    position: absolute;
    content: '';
    height: 60px;
    left: -30px;
    opacity: 0.2;
    transform: translateZ(15px) scale(0.95);
    width: 60px;
    border-radius: 50%;
    transition: all 0.4s ease-out;
    background: linear-gradient(135deg, rgb(198,212,202,0.5) 0%, transparent 80%);
}.thanksSpace-95830 li span {
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    position: relative;
    line-height: 1.7;
    color: #000000;
    font-size: 15px;
    font-family: Arial, sans-serif;
    transform: translateZ(5px);
    display: block;
}

@media (min-width: 992px) {.thanksSpace-95830 {
    padding: 8rem 0;
}.thanksSpace-95830 h2 {
    font-size: calc(38px * 1.1);
    max-width: 80%;
    transform: translateZ(15px);
}.thanksSpace-95830 h2::after {
    width: 100px;
}.thanksSpace-95830 .learning-program-87302 {
    padding: 3.5rem 4rem;
    margin: 2rem 0;
}.thanksSpace-95830 li span {
    line-height: 1.8;
    font-size: calc(15px * 1.05);
}.thanksSpace-95830 li::before {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 991px) {.thanksSpace-95830 {
    padding: 5rem 0;
}.thanksSpace-95830 h2 {
    font-size: calc(38px * 0.9);
    max-width: 100%;
}.thanksSpace-95830 .learning-program-87302 {
    padding: 2rem 2.5rem;
    transform: translateZ(10px) rotateY(-1deg);
}
}

@media (max-width: 767px) {.thanksSpace-95830 {
    padding: 4rem 0;
}.thanksSpace-95830 h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
}.thanksSpace-95830 h2::after {
    width: 60px;
    height: 2px;
}.thanksSpace-95830 .learning-program-87302 {
    padding: 1.5rem 2rem;
    transform: translateZ(5px) rotateY(0deg);
}.thanksSpace-95830 li::before {
    top: -15px;
    left: -20px;
    height: 40px;
    width: 40px;
}
}

@media (max-width: 480px) {.thanksSpace-95830 {
    padding: 3rem 0;
}.thanksSpace-95830 .container {
    padding: 0 1.5rem;
}.thanksSpace-95830 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.7);
}.thanksSpace-95830 .learning-program-87302 {
    margin: 0.5rem 0;
    padding: 1.25rem 1.5rem;
}.thanksSpace-95830 li span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}

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

.thanksSpace-95830 .learning-program-87302 {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.program-assets-02697 {
    background: linear-gradient(135deg, rgb(234,239,237), #ffffff);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.program-assets-02697::before {
    background: radial-gradient(circle at 70% 30%, rgb(198,212,202,0.5), transparent 60%);
    transform: translateZ(0);
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    width: 100%;
    position: absolute;
    opacity: 0.15;
}.program-assets-02697::after {
    content: "";
    z-index: 1;
    width: 100%;
    top: -50%;
    right: -50%;
    animation: gradientShift 15s infinite alternate ease-in-out;
    position: absolute;
    opacity: 0.1;
    height: 100%;
    transform: translateZ(0);
    background: linear-gradient(45deg, transparent, rgb(161,179,166,0.5) 70%);
}.program-assets-02697 .container {
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    flex-direction: column;
    max-width: 1200px;
}.program-assets-02697 .thumbnail-10587 {
    object-fit: cover;
    max-height: 500px;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    width: 100%;
    filter: brightness(1.05) contrast(1.05);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    height: auto;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 40px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}.program-assets-02697 .thumbnail-10587:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) scale(1.01);
}.program-assets-02697 .learning-program-87302 {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    margin: 0 auto;
    max-width: 90%;
    transform: translateY(-80px);
    padding: 40px;
    border-left: 4px solid rgb(198,212,202);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    position: relative;
}.program-assets-02697 .summary-frame-63970 {
    position: relative;
}.program-assets-02697 h1 {
    font-size: 46px;
    transform: translateX(0);
    margin-bottom: 30px;
    line-height: 1.3;
    transition: transform 0.5s ease;
    position: relative;
    color: #000000;
    font-weight: 700;
}.program-assets-02697 h1::after {
    transform-origin: left;
    width: 80px;
    transition: transform 0.5s ease-out;
    content: "";
    left: 0;
    bottom: -10px;
    height: 3px;
    position: absolute;
    transform: scaleX(1);
    background: rgb(198,212,202);
}.program-assets-02697 h1:hover::after {
    transform: scaleX(1.5);
}.program-assets-02697 ul {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
}.program-assets-02697 li {
    padding: 20px;
    box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.program-assets-02697 li:hover {
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.program-assets-02697 li::before {
    background: linear-gradient(45deg, transparent, rgba(var(--primary-color-rgb, 33, 150, 243), 0.03));
    left: 0;
    width: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    transition: opacity 0.5s ease;
    opacity: 0;
    top: 0;
    height: 100%;
}.program-assets-02697 li:hover::before {
    opacity: 1;
}.program-assets-02697 li p {
    line-height: 1.6;
    gap: 15px;
    align-items: flex-start;
    color: #000000;
    display: flex;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
}.program-assets-02697 svg {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: scale(1);
    margin-top: 3px;
    height: 24px;
    min-width: 24px;
}.program-assets-02697 li:hover svg {
    transform: scale(1.15);
}.program-assets-02697 svg path {
    fill: rgb(198,212,202);
    transition: fill 0.3s ease;
}.program-assets-02697 li:hover svg path {
    fill: rgb(161,179,166);
}

@keyframes gradientShift {
    0% {
        opacity: 0.05;
        transform: rotate(0deg) translateX(0) translateY(0);
    }
    100% {
        opacity: 0.15;
        transform: rotate(5deg) translateX(5%) translateY(5%);
    }
}

@media (min-width: 992px) {.program-assets-02697 .container {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.program-assets-02697 .thumbnail-10587 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-bottom: 0;
    width: 45%;
    transform: perspective(1000px) rotateY(-4deg) translateZ(0);
}.program-assets-02697 .learning-program-87302 {
    width: 55%;
    max-width: 100%;
    transform: translateY(0) translateX(-80px);
}.program-assets-02697 ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.program-assets-02697 {
    padding: 80px 0;
}.program-assets-02697 .learning-program-87302 {
    transform: translateY(-50px);
}.program-assets-02697 h1 {
    font-size: calc(46px * 0.85);
}
}

@media (max-width: 767px) {.program-assets-02697 {
    padding: 60px 0;
}.program-assets-02697 .learning-program-87302 {
    padding: 30px 20px;
    max-width: 100%;
}.program-assets-02697 h1 {
    font-size: calc(46px * 0.7);
    margin-bottom: 20px;
}.program-assets-02697 li {
    padding: 15px;
}.program-assets-02697 ul {
    gap: 15px;
    grid-template-columns: 1fr;
}
}

@media (max-width: 480px) {.program-assets-02697 {
    padding: 40px 0;
}.program-assets-02697 .thumbnail-10587 {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 8% 100%);
}.program-assets-02697 .learning-program-87302 {
    transform: translateY(-30px);
    padding: 25px 15px;
}.program-assets-02697 h1 {
    font-size: calc(46px * 0.6);
}.program-assets-02697 li p {
    font-size: calc(18px * 0.9);
}}.privacy-haven-62319 {
    font-family: Arial, sans-serif;
    padding: 40px;
    margin: 0 auto;
    background: #ffffff;
    max-width: 1000px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.privacy-haven-62319 h1 {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 30px;
    border-bottom: 3px solid rgb(198,212,202);
    color: rgb(198,212,202);
    padding-bottom: 10px;
    font-weight: 700;
}.privacy-haven-62319 h2 {
    padding-left: 15px;
    margin-top: 25px;
    border-left: 5px solid rgb(161,179,166);
    font-size: 36px;
    font-weight: 600;
    color: rgb(161,179,166);
    margin-bottom: 15px;
}.privacy-haven-62319 ul {
    background: rgb(161,179,166,0.5);
    border-radius: 10px;
    margin: 20px 0;
    padding-left: 40px;
    list-style-type: disc;
}.privacy-haven-62319 li {
    font-size: 18px;
    padding-bottom: 5px;
    line-height: 1.6;
    margin-bottom: 10px;
}.privacy-haven-62319 p, .privacy-haven-62319 span, .privacy-haven-62319 div {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #000000;
}.privacy-haven-62319 h3, .privacy-haven-62319 h4, .privacy-haven-62319 h5, .privacy-haven-62319 h6 {
    border-left: 4px solid rgb(198,212,202);
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 19px;
    color: rgb(198,212,202);
    font-weight: 600;
    padding-left: 10px;
}

@media only screen and (max-width: 800px) {.privacy-haven-62319 {
    padding: 20px;
}.privacy-haven-62319 h1 {
    font-size: calc(19px - 4px);
}.privacy-haven-62319 h2 {
    font-size: calc(19px - 3px);
}.privacy-haven-62319 h3, .privacy-haven-62319 h4, .privacy-haven-62319 h5, .privacy-haven-62319 h6 {
    font-size: calc(19px - 2px);
}.privacy-haven-62319 p, .privacy-haven-62319 span, .privacy-haven-62319 div, .privacy-haven-62319 li {
    font-size: calc(18px - 2px);
}}.connect-form-32845 {
    position: relative;
    padding: 0;
}.connect-form-32845::before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.92;
    background-color: rgb(234,239,237);
    position: absolute;
}.connect-form-32845 .container {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.connect-form-32845 .support-grid-60283 {
    display: flex;
    position: relative;
}.connect-form-32845 .support-links-94072 {
    color: #ffffff;
    flex-direction: column;
    justify-content: center;
    padding: 80px 50px;
    display: flex;
    background-color: rgb(198,212,202);
    width: 40%;
}.connect-form-32845 .support-links-94072 h3 {
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: 29px;
}.connect-form-32845 .support-links-94072 h3::after {
    height: 3px;
    content: '';
    position: absolute;
    background: #ffffff;
    bottom: -15px;
    width: 60px;
    left: 0;
}.connect-form-32845 .support-links-94072 div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
    margin-bottom: 30px;
    display: flex;
    padding-bottom: 15px;
}.connect-form-32845 .support-links-94072 div:last-child {
    border-bottom: none;
}.connect-form-32845 .support-links-94072 svg {
    width: 25px;
    margin-right: 20px;
    height: 25px;
}.connect-form-32845 .support-links-94072 svg path {
    fill: #ffffff;
}.connect-form-32845 .support-links-94072 span {
    color: #ffffff;
    font-size: 12px;
}.connect-form-32845 .support-links-94072 a {
    transition: opacity 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.connect-form-32845 .support-links-94072 a:hover {
    opacity: 0.8;
}.connect-form-32845 .connect-request-67284 {
    width: 60%;
    display: flex;
    padding: 100px 50px 100px 100px;
    align-items: center;
    background-color: #ffffff;
}.connect-form-32845 form {
    width: 100%;
}.connect-form-32845 form h3 {
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 29px;
    position: relative;
    color: #000000;
}.connect-form-32845 form h3::after {
    bottom: -15px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 60px;
    background: rgb(198,212,202);
    content: '';
}.connect-form-32845 form input[type="text"],
.connect-form-32845 form input[type="email"] {
    background: transparent;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border-bottom: 1px solid #e0e0e0;
    font-size: 12px;
    border: none;
    color: #000000;
    padding: 15px 0;
    width: 100%;
}.connect-form-32845 form input[type="text"]:focus,
.connect-form-32845 form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(198,212,202);
}.connect-form-32845 form input::placeholder {
    color: #9e9e9e;
}.connect-form-32845 .feedback-query-96047 {
    align-items: flex-start;
    margin: 30px 0;
    display: flex;
}.connect-form-32845 .feedback-query-96047 input[type="checkbox"] {
    margin-right: 15px;
    flex-shrink: 0;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    background: transparent;
    cursor: pointer;
    width: 20px;
    appearance: none;
    -webkit-appearance: none;
    height: 20px;
}.connect-form-32845 .feedback-query-96047 input[type="checkbox"]:checked {
    background-color: rgb(198,212,202);
    border-color: rgb(198,212,202);
}.connect-form-32845 .feedback-query-96047 input[type="checkbox"]:checked::before {
    transform: rotate(45deg);
    top: 2px;
    height: 10px;
    content: '';
    border: solid white;
    left: 6px;
    width: 6px;
    position: absolute;
    border-width: 0 2px 2px 0;
}.connect-form-32845 .feedback-query-96047 label {
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
}.connect-form-32845 .feedback-query-96047 a {
    text-decoration: none;
    color: rgb(198,212,202);
    font-weight: 600;
    transition: color 0.3s ease;
}.connect-form-32845 .feedback-query-96047 a:hover {
    color: rgb(161,179,166);
}.connect-form-32845 .support-map-91058 {
    position: relative;
    border: none;
    background: rgb(198,212,202);
    display: inline-block;
    font-size: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    z-index: 1;
    cursor: pointer;
    color: #ffffff;
    padding: 15px 40px;
}.connect-form-32845 .support-map-91058::after {
    z-index: -1;
    background: rgb(161,179,166);
    top: 0;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    transform-origin: right;
    transform: scaleX(0);
}.connect-form-32845 .support-map-91058:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media (max-width: 1024px) {.connect-form-32845 .support-links-94072 {
    padding: 60px 30px;
}.connect-form-32845 .connect-request-67284 {
    padding: 80px 40px 80px 70px;
}
}

@media (max-width: 768px) {.connect-form-32845 .support-grid-60283 {
    flex-direction: column;
}.connect-form-32845 .support-links-94072 {
    width: 100%;
    padding: 50px 30px;
    clip-path: none;
}.connect-form-32845 .connect-request-67284 {
    padding: 50px 30px;
    width: 100%;
}.connect-form-32845 .support-links-94072 h3,
    .connect-form-32845 form h3 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 576px) {.connect-form-32845 .support-links-94072,
    .connect-form-32845 .connect-request-67284 {
    padding: 40px 25px;
}.connect-form-32845 .support-links-94072 h3,
    .connect-form-32845 form h3 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.8);
}.connect-form-32845 .support-links-94072 div {
    margin-bottom: 20px;
}.connect-form-32845 .support-map-91058 {
    width: 100%;
    padding: 15px 20px;
}}header {
    position: relative;
    background: linear-gradient(to bottom, rgb(234,239,237), #ffffff);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    width: 100%;
    z-index: 100;
    padding: 1.2rem 0;
}header::before {
    top: 0;
    content: '';
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(198,212,202,0.5) 65%, 
        rgb(198,212,202,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(161,179,166,0.5) 75%, 
        rgb(161,179,166,0.5) 80%, 
        transparent 80%);
    opacity: 0.5;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 0;
}header .container {
    max-width: 100%;
    width: 100%;
    z-index: 1;
    padding: 0 3%;
    margin: 0;
    position: relative;
}header .top-pagewrap-64189 {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    gap: 2rem;
}header .nav-guide-84079 {
    transition: all 0.3s ease;
    text-decoration: none;
    align-items: center;
    padding: 0.5rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    display: flex;
    border-radius: 22px;
    background: linear-gradient(135deg, rgb(198,212,202,0.5), rgb(161,179,166,0.5));
    overflow: hidden;
}header .nav-guide-84079::before {
    position: absolute;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    content: '';
    left: -50%;
    top: -50%;
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 200%;
    width: 200%;
}header .nav-guide-84079:hover::before {
    opacity: 1;
}header .nav-guide-84079 svg {
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
    height: auto;
}header .nav-guide-84079:hover svg {
    transform: scale(1.03);
}header .main-top-02436 {
    width: 100%;
    max-width: 800px;
    gap: 0.6rem;
    margin-top: 0.5rem;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}header .first-section-60437 {
    position: relative;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.03);
    z-index: 1;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding: 0.6rem 1.2rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    color: #000000;
    background: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    text-align: center;
}header .first-section-60437::before {
    height: 3px;
    content: '';
    top: 0;
    width: 100%;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
    left: 0;
    transition: transform 0.3s ease;
    background: linear-gradient(to right, rgb(198,212,202), rgb(161,179,166));
}header .first-section-60437:hover {
    transform: translateY(-3px);
    color: rgb(198,212,202);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .first-section-60437:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .nav-guide-84079 {
    padding: 0.5rem 1.2rem;
}header .nav-guide-84079 svg {
    width: 140px;
}header .main-top-02436 {
    gap: 0.5rem;
}header .first-section-60437 {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .top-pagewrap-64189 {
    gap: 1.5rem;
}header .nav-guide-84079 {
    padding: 0.4rem 1rem;
}header .nav-guide-84079 svg {
    width: 130px;
}header .main-top-02436 {
    gap: 0.5rem;
}header .first-section-60437 {
    font-size: calc(18px - 1px);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .top-pagewrap-64189 {
    gap: 1rem;
}header .nav-guide-84079 svg {
    width: 120px;
}header .main-top-02436 {
    padding-bottom: 10px;
    gap: 0.4rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .main-top-02436::-webkit-scrollbar {
    height: 3px;
}header .main-top-02436::-webkit-scrollbar-thumb {
    background: rgb(198,212,202);
    border-radius: 10px;
}header .first-section-60437 {
    margin-right: 2px;
    white-space: nowrap;
    flex-shrink: 0;
}}.about-this-52731 {
    position: relative;
    z-index: 1;
    padding: 100px 0 120px;
    overflow: hidden;
    color: #ffffff;
}.about-this-52731::before {
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.4) 100%);
    left: 0;
    content: "";
}.about-this-52731::after {
    top: -10%;
    position: absolute;
    opacity: 0.15;
    right: -10%;
    filter: blur(40px);
    width: 60%;
    animation: floatGradient 20s ease-in-out infinite alternate;
    transform: rotate(-15deg);
    height: 60%;
    background: linear-gradient(to bottom right, 
        rgb(161,179,166) 0%, 
        rgb(198,212,202) 100%);
    z-index: -1;
    content: "";
}.about-this-52731 h4 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    transform: translateY(0);
    color: #ffffff;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
                opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: calc(22px * 1.1);
    opacity: 1;
}.about-this-52731 h4::after {
    background: rgb(161,179,166);
    transform: translateX(-50%);
    height: 2px;
    bottom: -10px;
    left: 50%;
    position: absolute;
    content: "";
    width: 60px;
}.about-this-52731 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
}.about-this-52731 .summary-frame-63970 {
    -webkit-backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(0deg);
    border-left: 4px solid rgb(161,179,166);
    padding: 50px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
}.about-this-52731 .summary-frame-63970:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 
                0 10px 20px rgba(0, 0, 0, 0.15);
}.about-this-52731 .summary-frame-63970::before {
    width: 100%;
    background: linear-gradient(45deg, 
        rgb(198,212,202,0.5) 0%, 
        transparent 40%);
    opacity: 0.07;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    position: absolute;
    height: 100%;
}.about-this-52731 h6 {
    display: inline-block;
    color: rgb(161,179,166);
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: calc(22px * 1.2);
    position: relative;
}.about-this-52731 h6::after {
    content: "";
    left: 0;
    position: absolute;
    width: 40%;
    background: rgb(161,179,166);
    bottom: -8px;
    height: 2px;
    transition: width 0.4s ease;
}.about-this-52731 .summary-frame-63970:hover h6::after {
    width: 70%;
}.about-this-52731 span {
    color: #ffffff;
    line-height: 1.8;
    font-weight: 400;
    display: block;
    text-align: justify;
    columns: 1;
    opacity: 0.9;
    font-family: Arial, sans-serif;
    font-size: 17px;
    column-gap: 40px;
}

@keyframes floatGradient {
    0% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-10deg) translateY(-20px);
    }
    100% {
        transform: rotate(-15deg) translateY(0);
    }
}

@media screen and (min-width: 768px) {.about-this-52731 span {
    columns: 2;
}.about-this-52731 .summary-frame-63970 {
    padding: 60px;
}
}

@media screen and (min-width: 992px) {.about-this-52731 {
    padding: 140px 0 160px;
}.about-this-52731 h4 {
    margin-bottom: 60px;
    font-size: calc(22px * 1.3);
}.about-this-52731 h6 {
    font-size: calc(22px * 1.4);
    margin-bottom: 30px;
}.about-this-52731 .summary-frame-63970 {
    padding: 70px;
    max-width: 90%;
    margin: 0 auto;
}
}

@media screen and (max-width: 767px) {.about-this-52731 {
    padding: 70px 0 80px;
}.about-this-52731 h4 {
    margin-bottom: 30px;
    font-size: 22px;
}.about-this-52731 .summary-frame-63970 {
    padding: 30px 25px;
}.about-this-52731 h6 {
    margin-bottom: 20px;
    font-size: 22px;
}.about-this-52731 span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (hover: hover) {.about-this-52731 .summary-frame-63970::after {
    pointer-events: none;
    transition: opacity 0.5s ease;
    top: 0;
    background: linear-gradient(135deg, 
            rgba(255, 255, 255, 0.1) 0%, 
            rgba(255, 255, 255, 0) 50%);
    opacity: 0;
    left: 0;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
}.about-this-52731 .summary-frame-63970:hover::after {
    opacity: 1;
}
}

@media (prefers-reduced-motion: reduce) {.about-this-52731 .summary-frame-63970,
    .about-this-52731 .summary-frame-63970:hover,
    .about-this-52731 h6::after,
    .about-this-52731 .summary-frame-63970:hover h6::after,
    .about-this-52731::after {
    animation: none;
    transform: none;
    transition: none;
}}.cookie-notice-window-39815 {
    transition: all 0.3s ease-in-out;
    position: fixed;
    background: #ffffff;
    bottom: 0;
    padding: 15px 20px;
    width: 100%;
    font-family: Arial, sans-serif;
    z-index: 1050;
    border-top: 3px solid rgb(198,212,202);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
}.data-comply-76289 {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    display: flex;
}.privacy-ack-43689 {
    margin-right: 15px;
    flex-shrink: 0;
}.privacy-ack-43689 svg {
    width: 50px;
    height: 50px;
    fill: rgb(198,212,202);
    transition: fill 0.3s ease-in-out;
}.edu-track-32649 {
    margin-right: 15px;
    flex-grow: 1;
}.edu-track-32649 h5 {
    color: rgb(198,212,202);
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 700;
}.edu-track-32649 p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
}.cookie-none-15374 {
    vertical-align: middle;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
    text-align: center;
    margin-left: 10px;
    white-space: nowrap;
    user-select: none;
    font-size: 15px;
    border-radius: 10px;
    line-height: 1.5;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
}.cookie_button.learn-prefs-46790 {
    background-color: rgb(198,212,202);
    border-color: rgb(198,212,202);
    color: #ffffff;
}#cookieWarningAlert-13054 {
    display: none;
}#cookieWarningAlert-13054:checked ~ .cookie-notice-window-39815 {
    visibility: hidden;
    opacity: 0;
}.cookie_button.learn-prefs-46790:hover {
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.user-choices-18746 {
    color: #000000;
    border-color: rgb(161,179,166);
    background-color: rgb(161,179,166);
}.cookie_button.user-choices-18746:hover {
    background-color: rgb(198,212,202);
    border-color: rgb(198,212,202);
    color: #ffffff;
}.cookie-notice-window-39815 p a {
    color: rgb(198,212,202);
    text-decoration: underline;
}.cookie-notice-window-39815 p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.edu-track-32649 h5 {
    font-size: calc(22px - 2px);
}.edu-track-32649 p {
    font-size: calc(14px - 2px);
}.cookie-none-15374 {
    font-size: calc(15px - 2px);
}
}
@media (max-width: 800px) {.data-comply-76289 {
    flex-direction: column;
    align-items: center;
}.privacy-ack-43689 {
    margin-bottom: 10px;
}.edu-track-32649 {
    margin-bottom: 15px;
    text-align: center;
}.cookie-none-15374 {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}
}
