* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    max-width: 100%;
    width: 1221px;
    margin: auto;
}.lecture-ref {
    flex: 0 0 auto;
}.framework-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
}.main-guide {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.try-immediately {
    background: linear-gradient(45deg, rgb(214,214,228) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.try-immediately::before {
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    z-index: 1;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    height: 100%;
    width: 100%;
}.try-immediately::after {
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    width: 100%;
    position: absolute;
    content: '';
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
}.try-immediately .study-guide {
    flex-direction: column;
    z-index: 10;
    align-items: flex-start;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    display: flex;
}.try-immediately .container {
    position: relative;
}.try-immediately .container p {
    z-index: 5;
    padding: 30px 50px;
    display: inline-block;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    font-size: 38px;
    margin: 0 0 50px 0;
    position: relative;
    border-radius: 0 24px 24px 24px;
    background: #ffffff;
}.try-immediately .container p::before {
    width: 30px;
    content: '';
    height: 30px;
    background: rgb(174,175,203);
    left: 0;
    z-index: -1;
    top: 0;
    position: absolute;
}.try-immediately .help-section {
    transition: all 0.4s ease;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    border-radius: 24px 0 24px 24px;
    padding: 20px 40px;
    text-decoration: none;
    background: rgb(174,175,203);
    align-self: flex-end;
    z-index: 5;
    font-weight: 600;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    font-size: 20px;
}.try-immediately .help-section::before {
    background: rgb(135,133,168);
    top: 0;
    width: 30px;
    z-index: -1;
    position: absolute;
    right: 0;
    content: '';
    height: 30px;
}.try-immediately .help-section::after {
    background: rgb(135,133,168);
    height: 100%;
    z-index: -2;
    transform: translateX(-101%);
    left: 0;
    top: 0;
    transition: transform 0.4s ease;
    width: 100%;
    content: '';
    position: absolute;
}.try-immediately .help-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.try-immediately .help-section:hover::after {
    transform: translateX(0);
}.try-immediately .study-guide::before {
    z-index: -1;
    height: 60px;
    opacity: 0.2;
    position: absolute;
    content: '';
    background: rgb(174,175,203,0.5);
    top: 50%;
    left: -30px;
    width: 60px;
    transform: translateY(-50%);
    border-radius: 50%;
}.try-immediately .study-guide::after {
    right: -30px;
    position: absolute;
    height: 100px;
    bottom: -30px;
    content: '';
    width: 100px;
    z-index: -1;
    background: rgb(135,133,168,0.5);
    opacity: 0.2;
    border-radius: 50%;
}

@media (max-width: 991px) {.try-immediately {
    padding: 90px 0;
}.try-immediately .container p {
    font-size: calc(21px * 1.2);
    margin-bottom: 40px;
    padding: 25px 40px;
}.try-immediately .help-section {
    padding: 18px 35px;
}
}

@media (max-width: 767px) {.try-immediately {
    padding: 70px 0;
}.try-immediately .container p {
    padding: 20px 30px;
    margin-bottom: 30px;
    border-radius: 0 10px 10px 10px;
    font-size: 21px;
}.try-immediately .help-section {
    border-radius: 10px 0 10px 10px;
    padding: 15px 30px;
}.try-immediately .container p::before,
    .try-immediately .help-section::before {
    height: 20px;
    width: 20px;
}
}

@media (max-width: 480px) {.try-immediately {
    padding: 50px 0;
}.try-immediately .study-guide {
    align-items: stretch;
}.try-immediately .container p {
    width: 100%;
    padding: 15px 20px;
    font-size: calc(17px * 1.2);
    margin-bottom: 25px;
}.try-immediately .help-section {
    font-size: calc(20px * 0.9);
    padding: 12px 25px;
    align-self: flex-start;
}}header {
    background: linear-gradient(to bottom, rgb(214,214,228), #ffffff);
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 1.2rem 0;
    z-index: 100;
    width: 100%;
}header::before {
    top: 0;
    width: 100%;
    z-index: 0;
    content: '';
    height: 100%;
    opacity: 0.5;
    left: 0;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(174,175,203,0.5) 65%, 
        rgb(174,175,203,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(135,133,168,0.5) 75%, 
        rgb(135,133,168,0.5) 80%, 
        transparent 80%);
    position: absolute;
}header .container {
    z-index: 1;
    margin: 0;
    max-width: 100%;
    position: relative;
    padding: 0 3%;
    width: 100%;
}header .main-bar {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}header .nav-main {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    align-items: center;
    display: flex;
    overflow: hidden;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(174,175,203,0.5), rgb(135,133,168,0.5));
    border-radius: 27px;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem 1.5rem;
}header .nav-main::before {
    top: -50%;
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    left: -50%;
    content: '';
    opacity: 0;
    transition: opacity 0.3s ease;
}header .nav-main:hover::before {
    opacity: 1;
}header .nav-main svg {
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: auto;
    transition: all 0.3s ease;
}header .nav-main:hover svg {
    transform: scale(1.03);
}header .site-core {
    max-width: 800px;
    margin-top: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    width: 100%;
    gap: 0.6rem;
}header .nav-pagebar {
    border: 1px solid rgba(0, 0, 0, 0.03);
    color: #000000;
    font-weight: 600;
    position: relative;
    text-align: center;
    border-radius: 10px;
    background: #ffffff;
    z-index: 1;
    text-decoration: none;
    font-size: 16px;
    padding: 0.6rem 1.2rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}header .nav-pagebar::before {
    width: 100%;
    content: '';
    background: linear-gradient(to right, rgb(174,175,203), rgb(135,133,168));
    transition: transform 0.3s ease;
    top: 0;
    transform-origin: left;
    height: 3px;
    position: absolute;
    left: 0;
    transform: scaleX(0);
}header .nav-pagebar:hover {
    color: rgb(174,175,203);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}header .nav-pagebar:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .nav-main {
    padding: 0.5rem 1.2rem;
}header .nav-main svg {
    width: 140px;
}header .site-core {
    gap: 0.5rem;
}header .nav-pagebar {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .main-bar {
    gap: 1.5rem;
}header .nav-main {
    padding: 0.4rem 1rem;
}header .nav-main svg {
    width: 130px;
}header .site-core {
    gap: 0.5rem;
}header .nav-pagebar {
    font-size: calc(16px - 1px);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .main-bar {
    gap: 1rem;
}header .nav-main svg {
    width: 120px;
}header .site-core {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0.4rem;
    padding-bottom: 10px;
    overflow-x: auto;
}header .site-core::-webkit-scrollbar {
    height: 3px;
}header .site-core::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(174,175,203);
}header .nav-pagebar {
    white-space: nowrap;
    margin-right: 2px;
    flex-shrink: 0;
}}.our-team {
    overflow: hidden;
    box-shadow: inset 0 20px 40px -25px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 100px 0 120px;
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgba(240, 242, 245, 1) 100%);
}.our-team::before {
    opacity: 0.4;
    height: 300px;
    top: -10%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 300px;
    right: -5%;
    filter: blur(40px);
    position: absolute;
    background: linear-gradient(225deg, rgb(174,175,203,0.5) 0%, transparent 70%);
    animation: float 15s infinite alternate ease-in-out;
    z-index: 0;
    transform: rotate(-15deg);
    content: '';
}.our-team::after {
    z-index: 0;
    left: -5%;
    filter: blur(35px);
    animation: float 18s infinite alternate-reverse ease-in-out;
    background: linear-gradient(45deg, rgb(135,133,168,0.5) 0%, transparent 70%);
    position: absolute;
    bottom: -10%;
    height: 250px;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    content: '';
    width: 250px;
    opacity: 0.3;
}.our-team .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.our-team h1 {
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #000000;
    position: relative;
    font-size: 38px;
}.our-team h1::after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    height: 4px;
    border-radius: 2px;
    transform: translateX(-50%);
    box-shadow: 0 2px 8px rgba(var(--primary-color-rgb), 0.3);
    width: 80px;
    content: '';
    background: linear-gradient(90deg, rgb(174,175,203) 0%, rgb(135,133,168) 100%);
}.our-team .academy-track {
    position: relative;
}.our-team .academy-track ul {
    gap: 40px;
    padding: 0;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    display: grid;
}.our-team .learn-pro {
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.04),
              -12px -12px 24px rgba(255, 255, 255, 0.9),
              inset 1px 1px 2px rgba(255, 255, 255, 0.6),
              inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    padding: 40px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.our-team .learn-pro:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.06),
              -15px -15px 30px rgba(255, 255, 255, 1),
              inset 1px 1px 2px rgba(255, 255, 255, 0.7),
              inset -1px -1px 2px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}.our-team .learn-pro::before {
    content: '';
    width: 100%;
    height: 6px;
    transition: height 0.3s ease;
    opacity: 0.8;
    position: absolute;
    background: linear-gradient(90deg, rgb(174,175,203) 0%, rgb(135,133,168) 100%);
    top: 0;
    left: 0;
}.our-team .learn-pro:hover::before {
    height: 8px;
}.our-team .learn-pro h4 {
    position: relative;
    letter-spacing: 0.3px;
    padding-bottom: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
    font-size: calc(23px + 2px);
}.our-team .learn-pro h4::after {
    bottom: 0;
    width: 40px;
    left: 0;
    background: rgb(135,133,168);
    content: '';
    height: 3px;
    border-radius: 2px;
    position: absolute;
    transition: width 0.3s ease;
}.our-team .learn-pro:hover h4::after {
    width: 60px;
}.our-team .learn-pro div {
    line-height: 1.75;
    scrollbar-width: thin;
    font-size: 14px;
    padding-right: 10px;
    font-weight: 400;
    color: #000000;
    scrollbar-color: rgb(135,133,168,0.5) transparent;
    overflow-y: auto;
    max-height: 240px;
}.our-team .learn-pro div::-webkit-scrollbar {
    width: 6px;
}.our-team .learn-pro div::-webkit-scrollbar-track {
    background: transparent;
}.our-team .learn-pro div::-webkit-scrollbar-thumb {
    background-color: rgb(135,133,168,0.5);
    border-radius: 10px;
}

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

@media screen and (max-width: 991px) {.our-team {
    padding: 80px 0 100px;
}.our-team h1 {
    margin-bottom: 50px;
    font-size: calc(38px - 4px);
}.our-team .learn-pro {
    padding: 30px;
}
}

@media screen and (max-width: 768px) {.our-team {
    padding: 60px 0 80px;
}.our-team::before,
  .our-team::after {
    width: 180px;
    height: 180px;
}.our-team h1 {
    font-size: calc(38px - 6px);
    margin-bottom: 40px;
}.our-team h1::after {
    width: 60px;
    height: 3px;
}.our-team .academy-track ul {
    gap: 30px;
    grid-template-columns: 1fr;
}.our-team .learn-pro div {
    max-height: 200px;
}
}

@media screen and (max-width: 576px) {.our-team {
    padding: 50px 0 70px;
}.our-team h1 {
    font-size: calc(38px - 8px);
}.our-team .learn-pro {
    padding: 25px 20px;
}.our-team .learn-pro h4 {
    font-size: 23px;
}.our-team .learn-pro div {
    line-height: 1.7;
    font-size: calc(14px - 1px);
}}.secure-lodge {
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 60px;
}.secure-lodge h1 {
    margin-top: 20px;
    font-weight: 700;
    border-bottom: 4px solid rgb(174,175,203);
    padding-bottom: 10px;
    font-size: 41px;
    color: rgb(174,175,203);
    margin-bottom: 30px;
}.secure-lodge h2 {
    border-left: 6px solid rgb(135,133,168);
    color: rgb(135,133,168);
    font-weight: 600;
    margin-top: 30px;
    font-size: 32px;
    margin-bottom: 20px;
    padding-left: 20px;
}.secure-lodge ul {
    list-style-type: none;
    padding-left: 0;
    margin: 20px 0;
}.secure-lodge ul li::before {
    color: rgb(174,175,203);
    content: "•";
    margin-left: -1em;
    display: inline-block;
    font-size: 1.5em;
    width: 1em;
}.secure-lodge li {
    line-height: 1.8;
    padding-left: 10px;
    border-left: 2px solid rgb(174,175,203,0.5);
    margin-bottom: 15px;
    font-size: 15px;
}.secure-lodge p, .secure-lodge span, .secure-lodge div {
    font-size: 15px;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.8;
}.secure-lodge h3, .secure-lodge h4, .secure-lodge h5, .secure-lodge h6 {
    padding-left: 15px;
    font-size: 20px;
    font-weight: 600;
    border-left: 5px solid rgb(174,175,203);
    margin-top: 25px;
    margin-bottom: 15px;
    color: rgb(174,175,203);
}

@media only screen and (max-width: 800px) {.secure-lodge {
    padding: 30px;
}.secure-lodge h1 {
    font-size: calc(20px - 4px);
}.secure-lodge h2 {
    font-size: calc(20px - 3px);
}.secure-lodge h3, .secure-lodge h4, .secure-lodge h5, .secure-lodge h6 {
    font-size: calc(20px - 2px);
}.secure-lodge p, .secure-lodge span, .secure-lodge div, .secure-lodge li {
    font-size: calc(15px - 2px);
}}.instructional-approach {
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(145deg, rgb(214,214,228) 0%, rgba(240, 245, 255, 1) 100%);
}.instructional-approach::before {
    z-index: 1;
    position: absolute;
    opacity: 0.6;
    background: linear-gradient(210deg, rgb(174,175,203,0.5) 0%, transparent 80%);
    width: 35%;
    transform: rotate(-15deg) skewX(10deg);
    content: "";
    right: -5%;
    top: -5%;
    height: 40%;
}.instructional-approach::after {
    transform: rotate(15deg) skewX(-10deg);
    z-index: 1;
    left: -5%;
    opacity: 0.5;
    content: "";
    position: absolute;
    height: 30%;
    width: 40%;
    background: linear-gradient(30deg, rgb(135,133,168,0.5) 0%, transparent 70%);
    bottom: -5%;
}.instructional-approach .container.study-guide {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background-color: #ffffff;
    position: relative;
    padding: 0 2rem;
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.instructional-approach .container.study-guide:hover {
    transform: perspective(1000px) rotateY(0deg);
}.instructional-approach .container.study-guide > div {
    padding: 3.5rem;
    position: relative;
    border-left: 4px solid rgb(174,175,203);
}.instructional-approach .container.study-guide > div::before {
    top: 0;
    width: 4px;
    position: absolute;
    left: -2px;
    content: "";
    transform: scaleY(0);
    transform-origin: top;
    background: linear-gradient(to bottom, rgb(174,175,203), rgb(135,133,168));
    height: 100%;
    transition: transform 0.6s ease-out;
}.instructional-approach .container.study-guide:hover > div::before {
    transform: scaleY(1);
}.instructional-approach h3 {
    transform: translateX(0);
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #000000;
    transition: transform 0.4s ease-out;
    padding-bottom: 0.75rem;
    position: relative;
    font-size: 2.2rem;
}.instructional-approach .container.study-guide:hover h3 {
    transform: translateX(10px);
}.instructional-approach h3::after {
    position: absolute;
    height: 3px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(174,175,203), rgb(135,133,168));
    transform: scaleX(1);
    content: "";
    transition: transform 0.4s ease-out;
    left: 0;
    transform-origin: left;
    width: 80px;
}.instructional-approach .container.study-guide:hover h3::after {
    transform: scaleX(1.5);
}.instructional-approach p {
    margin-bottom: 0;
    max-width: 90%;
    color: #000000;
    line-height: 1.8;
    opacity: 0.9;
    transition: opacity 0.3s ease-out;
    font-size: 16px;
}.instructional-approach .container.study-guide:hover p {
    opacity: 1;
}.instructional-approach p span {
    display: block;
    padding-left: 10px;
    transition: all 0.4s ease-out, border-left 0.6s ease-out;
    position: relative;
    border-left: 2px solid transparent;
}.instructional-approach .container.study-guide:hover p span {
    border-left: 2px solid rgb(135,133,168,0.5);
    padding-left: 20px;
}

@media (max-width: 992px) {.instructional-approach {
    padding: 5rem 0;
}.instructional-approach .container.study-guide {
    transform: perspective(1000px) rotateY(1deg);
}.instructional-approach .container.study-guide > div {
    padding: 2.5rem;
}.instructional-approach h3 {
    font-size: 1.8rem;
}.instructional-approach p {
    max-width: 100%;
}
}

@media (max-width: 768px) {.instructional-approach {
    padding: 4rem 0;
}.instructional-approach .container.study-guide {
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    transform: none;
}.instructional-approach .container.study-guide > div {
    padding: 2rem;
}.instructional-approach h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}.instructional-approach h3::after {
    width: 60px;
}.instructional-approach p {
    line-height: 1.6;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 576px) {.instructional-approach {
    padding: 3rem 0;
}.instructional-approach .container.study-guide {
    padding: 0 1rem;
}.instructional-approach .container.study-guide > div {
    padding: 1.5rem;
}.instructional-approach h3 {
    font-size: 1.3rem;
}.instructional-approach p span {
    padding-left: 8px;
}.instructional-approach .container.study-guide:hover p span {
    padding-left: 12px;
}}#cookie-disclaimer {
    display: none;
}#cookie-disclaimer:checked ~ .dialogCookieSettings {
    opacity: 0;
    visibility: hidden;
}.dialogCookieSettings {
    background: rgb(135,133,168);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(174,175,203);
    width: 100%;
    font-family: Arial, sans-serif;
    position: fixed;
    padding: 20px 0;
    z-index: 90;
    bottom: 0;
}.visitor-acceptance {
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    padding: 20px 5%;
    border-radius: 12px;
    gap: 20px;
    display: flex;
    border: 2px dashed rgb(174,175,203);
    justify-content: space-between;
}.dialogCookieSettings h5 {
    font-size: 19px;
    font-weight: 700;
    color: rgb(174,175,203);
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}.dialogCookieSettings p {
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
    position: relative;
}.policy-opt {
    border-radius: 12px;
    display: flex;
    justify-content: center;
    margin-right: 20px;
    padding: 10px;
    background: rgb(174,175,203,0.5);
    flex-shrink: 0;
    align-items: center;
}.policy-opt svg {
    width: 60px;
    fill: rgb(174,175,203);
    height: 60px;
}.cookie-visitor {
    flex-shrink: 0;
    background: rgb(174,175,203);
    min-width: 140px;
    font-size: 18px;
    line-height: 40px;
    border-radius: 10px;
    margin-left: 10px;
    border: 2px solid rgb(174,175,203);
    text-align: center;
    white-space: nowrap;
    color: #000000;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}.cookie-visitor:hover {
    box-shadow: 0 0 10px rgb(135,133,168);
    background-color: rgb(135,133,168);
}.cookie_button.cookie-expand {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(135,133,168);
    color: #ffffff;
}.cookie_button.cookie-expand:hover {
    box-shadow: 0 0 10px rgb(135,133,168);
}.dialogCookieSettings p a {
    border-bottom: 1px dashed rgb(174,175,203);
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(174,175,203);
}.dialogCookieSettings p a:hover {
    color: rgb(135,133,168);
}
@media only screen and (max-width: 1200px) {.dialogCookieSettings {
    padding: 15px 0;
}.visitor-acceptance {
    padding: 15px 5%;
}.policy-opt {
    display: none;
}.visitor-acceptance {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.dialogCookieSettings h5 {
    margin-bottom: 10px;
    font-size: 22px;
}.cookies-tracking {
    margin-bottom: 15px;
}.cookie-visitor {
    min-width: 100%;
    margin: 10px 0;
}}
.gratMessage {
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(174,175,203,0.5), rgb(135,133,168,0.5) 70%);
}.gratMessage::before {
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    z-index: -1;
}.gratMessage::after {
    right: -50%;
    top: -50%;
    width: 100%;
    background: radial-gradient(circle, rgb(135,133,168,0.5) 0%, transparent 70%);
    transform: scale(1.5);
    content: '';
    opacity: 0.4;
    position: absolute;
    animation: pulse 15s infinite alternate ease-in-out;
    height: 100%;
    z-index: -1;
}.gratMessage .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
}.gratMessage .study-guide {
    display: flex;
    z-index: 2;
    padding: 3.5rem;
    margin: 0 auto;
    flex-direction: column;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateX(2deg);
    max-width: 900px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
}.gratMessage .study-guide:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(255, 255, 255, 0.15);
}.gratMessage .study-guide > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.gratMessage .study-guide > div:first-child::before {
    top: 50%;
    left: -3.5rem;
    content: '';
    transform: translateY(-50%);
    width: 1.5rem;
    height: 60px;
    position: absolute;
    background: rgb(174,175,203);
}.gratMessage h5 {
    font-size: 20px;
    border-left: 3px solid rgb(135,133,168);
    color: #000000;
    padding-left: 1rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
    position: relative;
}.gratMessage a {
    display: block;
    text-decoration: none;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    transform-origin: left center;
}.gratMessage a::before {
    transition: opacity 0.5s ease;
    opacity: 0;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(174,175,203,0.5) 0%, transparent 100%);
    z-index: -1;
}.gratMessage a:hover::before {
    opacity: 0.1;
}.gratMessage p {
    font-size: 13px;
    transition: transform 0.3s ease, color 0.3s ease;
    line-height: 1.7;
    color: #000000;
    margin: 0;
}.gratMessage a:hover p {
    color: rgb(174,175,203);
    transform: translateX(5px);
}.gratMessage .study-guide > div:last-child {
    padding-top: 2rem;
    position: relative;
}.gratMessage .study-guide > div:last-child::before {
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(174,175,203,0.5), transparent 80%);
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
}

@keyframes pulse {
    0% { transform: scale(1.5); opacity: 0.4; }
    50% { transform: scale(1.7); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0.4; }
}

@media (max-width: 992px) {.gratMessage {
    padding: 4rem 0;
}.gratMessage .study-guide {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(1deg);
}.gratMessage .study-guide > div:first-child::before {
    width: 1rem;
    height: 50px;
    left: -2.5rem;
}.gratMessage h5 {
    font-size: calc(20px - 0.1rem);
}
}

@media (max-width: 768px) {.gratMessage {
    padding: 3rem 0;
}.gratMessage .study-guide {
    transform: none;
    padding: 2rem;
}.gratMessage .study-guide:hover {
    transform: translateY(-5px);
}.gratMessage .study-guide > div:first-child::before {
    height: 40px;
    left: -2rem;
    width: 0.7rem;
}.gratMessage h5 {
    padding-left: 0.7rem;
    font-size: calc(20px - 0.2rem);
}
}

@media (max-width: 576px) {.gratMessage {
    padding: 2.5rem 0;
}.gratMessage .container {
    padding: 0 1.5rem;
}.gratMessage .study-guide {
    padding: 1.5rem;
}.gratMessage .study-guide > div:first-child {
    margin-bottom: 1.5rem;
}.gratMessage .study-guide > div:first-child::before {
    width: 0.5rem;
    height: 30px;
    left: -1.5rem;
}.gratMessage h5 {
    padding-left: 0.5rem;
    font-size: calc(20px - 0.3rem);
}.gratMessage p {
    font-size: calc(13px - 0.1rem);
    line-height: 1.6;
}.gratMessage .study-guide > div:last-child {
    padding-top: 1.5rem;
}}.connect-with-us {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgba(0, 0, 0, 0.03) 100%);
}.connect-with-us::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(174,175,203), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(135,133,168), 0.05) 0%, transparent 30%);
    content: "";
    z-index: 0;
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}.connect-with-us::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    background-size: 20px 20px;
    opacity: 0.6;
    background-image: 
        linear-gradient(90deg, rgba(rgb(174,175,203), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(174,175,203), 0.03) 1px, transparent 1px);
    animation: gridMove 20s linear infinite;
    width: 100%;
    z-index: 1;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.connect-with-us .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.connect-with-us h2 {
    position: relative;
    display: inline-block;
    font-size: 37px;
    transform: translateX(-50%);
    left: 50%;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}.connect-with-us h2::after {
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(174,175,203), transparent);
    bottom: -15px;
    left: 15%;
    content: "";
    position: absolute;
    width: 70%;
}.connect-with-us .connect-box {
    overflow: hidden;
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(174,175,203), 0.05);
    background: #ffffff;
    border-radius: 26px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
}.connect-with-us .connect-box:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(174,175,203), 0.1);
    transform: translateY(-5px);
}.connect-with-us .connect-box::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(174,175,203), rgb(135,133,168));
    content: "";
    top: 0;
    width: 5px;
    left: 0;
}.connect-with-us .img-strip {
    position: relative;
    overflow: hidden;
    width: 45%;
}.connect-with-us .img-strip::after {
    content: "";
    mix-blend-mode: overlay;
    top: 0;
    background: linear-gradient(135deg, 
                rgba(rgb(174,175,203), 0.3) 0%, 
                rgba(rgb(135,133,168), 0.3) 100%);
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
}.connect-with-us .img-strip::before {
    animation: shine 6s infinite;
    content: "";
    width: 150%;
    top: -100px;
    background: rgba(255, 255, 255, 0.2);
    height: 150px;
    position: absolute;
    left: -100px;
    z-index: 2;
    transform: rotate(45deg);
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.connect-with-us .feedback-support {
    padding: 50px 40px;
    width: 55%;
    position: relative;
}.connect-with-us .feedback-support::before {
    z-index: 0;
    content: "";
    border-radius: 50%;
    height: 200px;
    width: 200px;
    position: absolute;
    background: radial-gradient(circle, rgba(rgb(174,175,203), 0.05) 0%, transparent 70%);
    top: -50px;
    right: -50px;
}.connect-with-us form {
    position: relative;
    z-index: 2;
}.connect-with-us form h3 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    font-size: 24px;
    display: inline-block;
}.connect-with-us form h3::after {
    bottom: -10px;
    height: 2px;
    background: rgb(174,175,203);
    content: "";
    width: 40px;
    left: 0;
    position: absolute;
}.connect-with-us form input[type="text"] {
    margin-bottom: 20px;
    background: rgba(#ffffff, 0.8);
    font-family: Arial, sans-serif;
    padding: 15px 20px;
    transition: all 0.3s ease;
    font-size: 16px;
    border: 1px solid rgba(#000000, 0.1);
    color: #000000;
    border-radius: 10px;
    width: 100%;
    position: relative;
}.connect-with-us form input[type="text"]:focus {
    box-shadow: 0 0 0 3px rgba(rgb(174,175,203), 0.1);
    outline: none;
    background: #ffffff;
    border-color: rgb(174,175,203);
}.connect-with-us form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.connect-with-us form input[type="text"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.connect-with-us .feedback-help {
    margin-bottom: 30px;
    align-items: flex-start;
    position: relative;
    display: flex;
}.connect-with-us .feedback-help input[type="checkbox"] {
    height: 0;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    width: 0;
}.connect-with-us .feedback-help label {
    font-size: 14px;
    color: #000000;
    position: relative;
    line-height: 1.4;
    padding-left: 35px;
    cursor: pointer;
    user-select: none;
}.connect-with-us .feedback-help label::before {
    width: 22px;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    height: 22px;
    background: rgba(#ffffff, 0.8);
    top: 0;
    border-radius: 10px;
    left: 0;
    border: 1px solid rgba(#000000, 0.2);
}.connect-with-us .feedback-help input[type="checkbox"]:checked + label::before {
    background: rgb(174,175,203);
    border-color: rgb(174,175,203);
}.connect-with-us .feedback-help input[type="checkbox"]:checked + label::after {
    content: "";
    border-width: 0 2px 2px 0;
    position: absolute;
    border: solid #ffffff;
    width: 6px;
    left: 8px;
    top: 4px;
    height: 12px;
    transform: rotate(45deg);
}.connect-with-us .feedback-help label a {
    color: rgb(174,175,203);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}.connect-with-us .feedback-help label a::after {
    left: 0;
    transition: transform 0.3s ease;
    height: 1px;
    background: rgb(174,175,203);
    content: "";
    transform: scaleX(0);
    bottom: -2px;
    width: 100%;
    position: absolute;
    transform-origin: left;
}.connect-with-us .feedback-help label a:hover {
    color: rgb(135,133,168);
}.connect-with-us .feedback-help label a:hover::after {
    transform: scaleX(1);
    background: rgb(135,133,168);
}.connect-with-us .help-section {
    border-radius: 10px;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, rgb(174,175,203), rgb(135,133,168));
    z-index: 1;
    width: 100%;
    font-weight: 600;
    padding: 15px 20px;
    overflow: hidden;
    color: #ffffff;
    border: none;
    cursor: pointer;
    position: relative;
    font-size: 16px;
}.connect-with-us .help-section::before {
    height: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    background: linear-gradient(90deg, rgb(135,133,168), rgb(174,175,203));
    position: absolute;
    left: 0;
    opacity: 0;
    width: 100%;
    content: "";
    z-index: -1;
}.connect-with-us .help-section:hover::before {
    opacity: 1;
}.connect-with-us .help-section:active {
    transform: translateY(2px);
}.connect-with-us svg {
    margin-right: 10px;
    height: 20px;
    fill: rgb(174,175,203);
    width: 20px;
    transition: fill 0.3s ease;
}.connect-with-us svg path {
    fill: rgb(174,175,203);
    transition: fill 0.3s ease;
}.connect-with-us svg:hover,
.connect-with-us svg:hover path {
    fill: rgb(135,133,168);
}.connect-with-us form input {
    background: rgb(214,214,228);
}
@media (max-width: 1024px) {.connect-with-us {
    padding: 60px 0;
}.connect-with-us .container {
    padding: 0 15px;
}.connect-with-us h2 {
    margin-bottom: 40px;
}.connect-with-us .feedback-support {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.connect-with-us {
    padding: 50px 0;
}.connect-with-us h2 {
    margin-bottom: 30px;
}.connect-with-us .connect-box {
    flex-direction: column;
}.connect-with-us .img-strip {
    height: 250px;
    width: 100%;
}.connect-with-us .feedback-support {
    padding: 30px 25px;
    width: 100%;
}.connect-with-us form h3 {
    margin-bottom: 25px;
}.connect-with-us form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.connect-with-us .feedback-help {
    margin-bottom: 25px;
}.connect-with-us .help-section {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.connect-with-us {
    padding: 40px 0;
}.connect-with-us h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.85);
}.connect-with-us .img-strip {
    height: 200px;
}.connect-with-us .feedback-support {
    padding: 25px 20px;
}.connect-with-us form h3 {
    margin-bottom: 20px;
    font-size: calc(24px * 0.9);
}.connect-with-us form input[type="text"] {
    margin-bottom: 12px;
    padding: 10px 12px;
}.connect-with-us .feedback-help {
    margin-bottom: 20px;
}.connect-with-us .feedback-help label {
    padding-left: 30px;
    font-size: calc(14px * 0.9);
}.connect-with-us .feedback-help label::before {
    height: 18px;
    width: 18px;
}.connect-with-us .feedback-help input[type="checkbox"]:checked + label::after {
    width: 5px;
    top: 3px;
    height: 10px;
    left: 6px;
}.connect-with-us .help-section {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.connect-with-us::after,
    .connect-with-us .img-strip::before {
    animation: none;
}.connect-with-us .connect-box:hover {
    transform: none;
}}.title-board {
    justify-content: center;
    position: relative;
    align-items: center;
    padding: 5rem 2rem;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    z-index: 1;
}.title-board::before {
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.45) 100%);
    z-index: -1;
    top: 0;
}.title-board::after {
    bottom: 0;
    left: 0;
    opacity: 0.4;
    right: 0;
    z-index: -1;
    top: 0;
    content: "";
    background: linear-gradient(180deg, 
    rgb(174,175,203,0.5) 0%,
    transparent 100%);
    position: absolute;
    pointer-events: none;
}.title-board > div {
    gap: 3rem;
    width: 100%;
    transform: translateY(0);
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1200px;
    animation: fade-in-up 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.title-board > div > div:first-child {
    animation: slide-in-left 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
    padding-left: 2rem;
    transform: translateX(0);
    opacity: 0;
    position: relative;
}.title-board > div > div:first-child::before {
    top: 0;
    left: 0;
    transform-origin: top;
    height: 100%;
    transform: scaleY(0);
    content: "";
    background: rgb(135,133,168);
    width: 6px;
    animation: scale-down 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    position: absolute;
}.title-board .title_style_header {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
    position: relative;
    letter-spacing: -0.02em;
    color: #ffffff;
    font-size: calc(44px * 1.2);
    font-weight: 700;
    margin: 0;
}.title-board .title_style_header::after {
    width: 80px;
    transform: scaleX(0);
    transform-origin: left;
    bottom: -12px;
    background: rgb(135,133,168);
    left: 0;
    position: absolute;
    content: "";
    animation: scale-right 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards;
    height: 3px;
}.title-board .start-begin {
    border-radius: 0;
    box-shadow: 
    0 20px 40px -10px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    opacity: 0;
    border-left: 3px solid rgb(135,133,168);
    transform: translateY(30px);
    position: relative;
    background: linear-gradient(135deg, 
    rgb(174,175,203,0.5) 0%,
    rgba(0, 0, 0, 0.2) 100%);
    overflow: hidden;
    gap: 2rem;
    animation: fade-in-up 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
    backdrop-filter: blur(4px);
    padding: 2.5rem;
    flex-direction: column;
    margin-left: auto;
    max-width: 90%;
    display: flex;
}.title-board .start-begin::before {
    height: 100%;
    animation: slide-in-out 8s ease-in-out infinite alternate;
    z-index: -1;
    opacity: 0.1;
    position: absolute;
    background: linear-gradient(90deg, 
    rgb(135,133,168,0.5) 0%,
    transparent 100%);
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    transform: translateX(-100%);
}.title-board .skills-center {
    transform: translateX(0);
    opacity: 0;
    position: relative;
    animation: slide-in-right 1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
}.title-board .skills-center h3 {
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
    font-size: calc(20px * 1.1);
    color: #ffffff;
    letter-spacing: 0.01em;
    position: relative;
}.title-board .start-begin > div:last-child {
    transform: translateY(20px);
    opacity: 0;
    animation: fade-in-up 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
}.title-board .start-begin span {
    overflow: hidden;
    transform: translateY(0) skew(-3deg);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    background: rgb(135,133,168);
    display: inline-block;
    position: relative;
    padding: 0.75rem 1.5rem;
}.title-board .start-begin span::before {
    content: "";
    animation: shine 3s ease-in-out infinite;
    position: absolute;
    height: 100%;
    left: 0;
    transform: translateX(-100%);
    top: 0;
    background: linear-gradient(45deg, 
    transparent 0%,
    rgba(255, 255, 255, 0.1) 50%,
    transparent 100%);
    width: 100%;
}.title-board .start-begin p {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    transform: skew(3deg);
    margin: 0;
    font-weight: 600;
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-in-left {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-in-right {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scale-right {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes scale-down {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  20%, 100% {
    transform: translateX(100%);
  }
}

@keyframes slide-in-out {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (min-width: 768px) {.title-board {
    padding: 6rem 4rem;
}.title-board > div {
    gap: 4rem;
}.title-board > div > div:first-child {
    padding-left: 3rem;
}.title-board > div > div:first-child::before {
    width: 8px;
}.title-board .title_style_header {
    font-size: calc(44px * 1.4);
}.title-board .title_style_header::after {
    width: 120px;
}.title-board .start-begin {
    padding: 3.5rem;
    margin-left: auto;
    gap: 2.5rem;
    max-width: 75%;
}.title-board .skills-center h3 {
    font-size: calc(20px * 1.2);
}.title-board .start-begin span {
    padding: 1rem 2rem;
}.title-board .start-begin p {
    font-size: calc(16px * 1.1);
}
}

@media (min-width: 1200px) {.title-board {
    padding: 7rem 5rem;
}.title-board > div {
    gap: 5rem;
}.title-board > div > div:first-child {
    padding-left: 4rem;
}.title-board > div > div:first-child::before {
    width: 10px;
}.title-board .title_style_header {
    font-size: calc(44px * 1.6);
}.title-board .title_style_header::after {
    height: 4px;
    bottom: -16px;
    width: 150px;
}.title-board .start-begin {
    padding: 4rem;
    gap: 3rem;
    max-width: 65%;
}.title-board .skills-center h3 {
    font-size: calc(20px * 1.3);
}.title-board .start-begin span {
    padding: 1.25rem 2.5rem;
}.title-board .start-begin p {
    font-size: calc(16px * 1.2);
}
}

@media (max-width: 767px) {.title-board {
    padding: 4rem 1.5rem;
}.title-board > div {
    gap: 2rem;
}.title-board .title_style_header {
    font-size: 44px;
}.title-board .start-begin {
    max-width: 100%;
    gap: 1.5rem;
    padding: 2rem;
}.title-board .skills-center h3 {
    font-size: 20px;
}.title-board .start-begin span {
    padding: 0.5rem 1rem;
}}.leadership-profile {
    overflow: hidden;
    position: relative;
    background: linear-gradient(
        125deg,
        rgb(214,214,228) 0%,
        rgb(214,214,228) 60%,
        rgb(174,175,203,0.5) 120%
    );
    padding: 100px 0;
}.leadership-profile::before {
    position: absolute;
    top: 0;
    content: "";
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(174,175,203,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(174,175,203,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(174,175,203,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(174,175,203,0.5) 75%);
    background-size: 60px 60px;
    opacity: 0.03;
    width: 100%;
    height: 100%;
}.leadership-profile::after {
    width: 200%;
    left: -50%;
    height: 200%;
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    top: -50%;
    opacity: 0.2;
    position: absolute;
    content: "";
    background: 
        radial-gradient(
            ellipse at center,
            rgb(174,175,203,0.5) 0%,
            transparent 60%
        );
}@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}

.leadership-profile .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.leadership-profile .testimonials-hub {
    overflow: visible;
    display: flex;
    position: relative;
    padding: 0;
    flex-direction: column;
    background: transparent;
    align-items: center;
    border-radius: 11px;
}.leadership-profile .img-strip {
    border-radius: 20px;
    position: relative;
    width: 260px;
    z-index: 3;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    height: 260px;
    transform: rotate(-5deg);
    margin-bottom: 30px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.leadership-profile .img-strip::before {
    border-radius: 30px;
    position: absolute;
    content: "";
    z-index: -1;
    transform: rotate(5deg);
    inset: -10px;
    opacity: 0.3;
    transition: all 0.5s ease;
    background: linear-gradient(
        135deg,
        rgb(174,175,203,0.5) 0%,
        transparent 50%,
        rgb(135,133,168,0.5) 100%
    );
}.leadership-profile .img-strip::after {
    border-radius: 40px;
    position: absolute;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(174,175,203,0.5) 10px,
            rgb(174,175,203,0.5) 11px
        );
    transform: rotate(10deg);
    content: "";
    transition: all 0.5s ease;
    opacity: 0.05;
    inset: -20px;
    z-index: -2;
}.leadership-profile .name {
    font-size: 46px;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(174,175,203) 100%
    );
    z-index: 2;
    -webkit-text-fill-color: transparent;
    color: #000000;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding: 0 20px 15px;
    text-fill-color: transparent;
    margin-bottom: 15px;
}.leadership-profile .name::after {
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(
        to right,
        rgb(174,175,203) 0%,
        rgb(135,133,168) 100%
    );
    width: 80px;
    border-radius: 3px;
    content: "";
    height: 3px;
    left: 50%;
    bottom: 0;
}.leadership-profile .testimonials-hub span:not(.name) {
    font-size: 22px;
    opacity: 0.8;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 40px;
    color: rgb(135,133,168);
}.leadership-profile .career-expertise {
    text-align: center;
    margin: 0;
    width: 80%;
    padding: 40px 50px;
    border-radius: 11px;
    z-index: 1;
    color: #000000;
    position: relative;
    max-width: 700px;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.9;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
}.leadership-profile .career-expertise::before {
    background: 
        linear-gradient(45deg, rgb(174,175,203,0.5) 0%, transparent 100%);
    opacity: 0.2;
    left: 25px;
    position: absolute;
    content: "";
    top: 25px;
    border-radius: 0 0 10px 0;
    width: 35px;
    height: 35px;
}.leadership-profile .career-expertise::after {
    width: 35px;
    bottom: 25px;
    right: 25px;
    height: 35px;
    background: 
        linear-gradient(225deg, rgb(135,133,168,0.5) 0%, transparent 100%);
    border-radius: 0 0 0 10px;
    content: "";
    opacity: 0.2;
    position: absolute;
}.leadership-profile .testimonials-hub::before {
    background: 
        linear-gradient(
            135deg,
            rgb(174,175,203,0.5) 0%,
            transparent 100%
        );
    top: -70px;
    position: absolute;
    opacity: 0.1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    left: 50%;
    content: "";
    height: 300px;
    animation: morphing 15s infinite alternate ease-in-out;
    width: 300px;
    transform: translateX(-50%) rotate(45deg);
    z-index: 0;
}@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.leadership-profile .testimonials-hub::after {
    z-index: 0;
    opacity: 0.08;
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(135,133,168,0.5) 100%
        );
    transform: translateX(-50%) rotate(-45deg);
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    height: 350px;
    content: "";
    top: -50px;
    width: 350px;
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    position: absolute;
    left: 50%;
}.leadership-profile .testimonials-hub:hover .img-strip {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}.leadership-profile .testimonials-hub:hover .img-strip::before {
    opacity: 0.5;
    transform: rotate(0deg);
}.leadership-profile .testimonials-hub:hover .img-strip::after {
    transform: rotate(5deg);
}.leadership-profile .testimonials-hub:hover span:not(.name) {
    opacity: 1;
    letter-spacing: 5px;
}

@media (max-width: 991px) {.leadership-profile {
    padding: 80px 0;
}.leadership-profile .img-strip {
    height: 220px;
    margin-bottom: 25px;
    width: 220px;
}.leadership-profile .name {
    margin-bottom: 12px;
    font-size: calc(46px * 0.9);
}.leadership-profile .career-expertise {
    padding: 35px 40px;
    width: 85%;
}.leadership-profile .testimonials-hub::before,
    .leadership-profile .testimonials-hub::after {
    height: 250px;
    width: 250px;
}
}

@media (max-width: 767px) {.leadership-profile {
    padding: 60px 0;
}.leadership-profile .img-strip {
    height: 180px;
    width: 180px;
    margin-bottom: 20px;
}.leadership-profile .name {
    padding: 0 15px 12px;
    margin-bottom: 10px;
    font-size: calc(46px * 0.8);
}.leadership-profile .testimonials-hub span:not(.name) {
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-size: calc(22px * 0.9);
}.leadership-profile .career-expertise {
    font-size: calc(14px * 0.95);
    padding: 30px 35px;
    width: 90%;
}.leadership-profile .career-expertise::before,
    .leadership-profile .career-expertise::after {
    width: 25px;
    height: 25px;
}.leadership-profile .testimonials-hub::before,
    .leadership-profile .testimonials-hub::after {
    height: 200px;
    width: 200px;
}.leadership-profile .testimonials-hub:hover span:not(.name) {
    letter-spacing: 3px;
}
}

@media (max-width: 575px) {.leadership-profile {
    padding: 50px 0;
}.leadership-profile .img-strip {
    width: 150px;
    margin-bottom: 15px;
    height: 150px;
    border-radius: 15px;
}.leadership-profile .img-strip::before {
    border-radius: 22px;
    inset: -8px;
}.leadership-profile .img-strip::after {
    inset: -15px;
    border-radius: 30px;
}.leadership-profile .name {
    font-size: calc(46px * 0.7);
    margin-bottom: 8px;
    padding: 0 10px 10px;
}.leadership-profile .name::after {
    height: 2px;
    width: 60px;
}.leadership-profile .testimonials-hub span:not(.name) {
    margin-bottom: 25px;
    font-size: calc(22px * 0.85);
    letter-spacing: 1px;
}.leadership-profile .career-expertise {
    padding: 25px 20px;
    border-radius: 10px;
    width: 100%;
    font-size: calc(14px * 0.9);
}.leadership-profile .career-expertise::before,
    .leadership-profile .career-expertise::after {
    top: 15px;
    height: 20px;
    left: 15px;
    width: 20px;
}.leadership-profile .career-expertise::after {
    bottom: 15px;
    right: 15px;
}.leadership-profile .testimonials-hub::before,
    .leadership-profile .testimonials-hub::after {
    height: 150px;
    width: 150px;
}.leadership-profile .testimonials-hub:hover span:not(.name) {
    letter-spacing: 2px;
}}.plan-container {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0;
}.plan-container::before {
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
    content: '';
}.plan-container .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.plan-container .edu-packages {
    position: relative;
}.plan-container h2 {
    position: relative;
    font-size: 35px;
    margin-bottom: 25px;
    transform: translateY(0);
    text-align: center;
    -webkit-background-clip: text !important;
    font-weight: 700;
    color: transparent;
    background: linear-gradient(90deg, rgb(174,175,203) 0%, rgb(135,133,168) 100%);
    background-clip: text !important;
    animation: titleFloat 6s ease-in-out infinite;
}.plan-container h2::after {
    background: rgb(135,133,168);
    transform: translateX(-50%);
    bottom: -10px;
    width: 80px;
    content: '';
    position: absolute;
    height: 3px;
    left: 50%;
}.plan-container .fee-schemes {
    max-width: 700px;
    text-align: center;
    color: #ffffff;
    font-size: calc(18px + 2px);
    margin: 0 auto 50px;
    line-height: 1.6;
    opacity: 0.9;
}.plan-container .access-plans {
    gap: 30px;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    display: grid;
}.plan-container .access-plans li {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.plan-container .access-plans li:hover {
    z-index: 3;
    transform: translateY(-10px);
}.plan-container .learning-pricing {
    text-decoration: none;
    color: #ffffff;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}.plan-container .offer-box {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    padding: 35px 30px;
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    height: 100%;
    position: relative;
    backdrop-filter: blur(10px);
}.plan-container .offer-box::before {
    background: linear-gradient(90deg, rgb(174,175,203), rgb(135,133,168));
    transform: scaleX(0);
    top: 0;
    height: 5px;
    transform-origin: left;
    left: 0;
    content: '';
    transition: transform 0.5s ease;
    width: 100%;
    position: absolute;
}.plan-container .learning-pricing:hover .offer-box::before {
    transform: scaleX(1);
}.plan-container .offer-box::after {
    transition: opacity 0.5s ease;
    width: 60px;
    right: 0;
    opacity: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(135,133,168,0.5) 50%);
    content: '';
    height: 60px;
    position: absolute;
    bottom: 0;
}.plan-container .learning-pricing:hover .offer-box::after {
    opacity: 1;
}.plan-container .premium-cost {
    z-index: 2;
    position: relative;
}.plan-container .premium-cost h4 {
    font-weight: 700;
    position: relative;
    color: #ffffff;
    margin: 0 0 20px;
    display: inline-block;
    font-size: calc(21px + 2px);
}.plan-container .premium-cost h4::after {
    height: 2px;
    bottom: -8px;
    position: absolute;
    transition: width 0.4s ease;
    background: rgb(174,175,203);
    left: 0;
    width: 40px;
    content: '';
}.plan-container .learning-pricing:hover .premium-cost h4::after {
    width: 100%;
}.plan-container .premium-cost p {
    font-size: 18px;
    margin: 0 0 30px;
    word-break: break-word;
    overflow-y: auto;
    line-height: 1.6;
    overflow-wrap: break-word;
    max-height: 200px;
    padding-right: 5px;
    color: rgba(255, 255, 255, 0.8);
}.plan-container .premium-cost p::-webkit-scrollbar {
    width: 4px;
}.plan-container .premium-cost p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.plan-container .premium-cost p::-webkit-scrollbar-thumb {
    background: rgb(174,175,203,0.5);
}.plan-container .pricing-pack {
    position: relative;
    color: #ffffff;
    display: block;
    font-size: calc(21px + 4px);
    padding: 10px 0;
    font-weight: 700;
    margin-top: 15px;
}.plan-container .pricing-pack::before {
    height: 1px;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 40px;
    content: '';
}

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

@media (max-width: 991px) {.plan-container {
    padding: 80px 0;
}.plan-container .access-plans {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.plan-container .offer-box {
    padding: 25px 20px;
}.plan-container .premium-cost p {
    max-height: 150px;
    font-size: calc(18px - 1px);
}.plan-container .pricing-pack {
    font-size: calc(21px + 2px);
}
}

@media (max-width: 767px) {.plan-container {
    padding: 60px 0;
}.plan-container h2 {
    font-size: calc(35px - 4px);
}.plan-container .fee-schemes {
    font-size: 18px;
    margin-bottom: 30px;
}.plan-container .access-plans {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.plan-container .premium-cost h4 {
    font-size: 21px;
}.plan-container .pricing-pack {
    font-size: 21px;
}
}

@media (max-width: 480px) {.plan-container {
    padding: 50px 0;
}.plan-container h2 {
    font-size: calc(35px - 8px);
}.plan-container .fee-schemes {
    font-size: calc(18px - 2px);
}.plan-container .offer-box {
    padding: 20px 15px;
}.plan-container .premium-cost p {
    font-size: calc(18px - 2px);
}}.course-program-details {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgba(247, 247, 247, 0.9) 100%);
    overflow: hidden;
    position: relative;
}.course-program-details::before {
    height: 400px;
    animation: pulse 15s infinite alternate ease-in-out;
    top: -150px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(174,175,203,0.5) 0%, rgb(135,133,168,0.5) 100%);
    width: 400px;
    content: "";
    z-index: 0;
    right: -150px;
    filter: blur(100px);
    opacity: 0.1;
    position: absolute;
}.course-program-details::after {
    opacity: 0.08;
    content: "";
    animation: pulse 18s infinite alternate-reverse ease-in-out;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    filter: blur(80px);
    left: -100px;
    width: 300px;
    bottom: -100px;
    background: linear-gradient(225deg, rgb(135,133,168,0.5) 0%, rgb(174,175,203,0.5) 100%);
    height: 300px;
}.course-program-details .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.course-program-details h2 {
    transform: translateX(-10px);
    position: relative;
    line-height: 1.3;
    color: #000000;
    text-align: left;
    opacity: 0;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    font-size: 28px;
    margin-bottom: 50px;
    font-weight: 700;
}.course-program-details h2::after {
    position: absolute;
    content: "";
    width: 80px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(174,175,203) 0%, rgb(135,133,168) 100%);
    height: 3px;
    transform: scaleX(0);
    animation: expandWidth 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    bottom: -15px;
}.course-program-details .pro-skills {
    transform: translateY(20px);
    animation: fadeIn 0.8s 0.4s forwards ease-out;
    display: grid;
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr;
    opacity: 0;
}.course-program-details .img-strip {
    position: relative;
    overflow: hidden;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    height: 350px;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(-3deg);
}.course-program-details .img-strip::after {
    height: 100%;
    z-index: 1;
    width: 100%;
    background: linear-gradient(
        to bottom right,
        rgba(rgb(174,175,203,0.5), 0.1),
        rgba(rgb(135,133,168,0.5), 0.05)
    );
    top: 0;
    content: "";
    left: 0;
    position: absolute;
}.course-program-details .img-strip:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.course-program-details .content-card {
    animation: fadeSlideUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
    transform: translateY(15px);
}.course-program-details .description {
    border-left: 1px solid rgb(135,133,168,0.5);
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    transition: all 0.3s ease;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    color: #000000;
}.course-program-details .description:hover {
    border-left: 3px solid rgb(135,133,168);
    transform: translateX(3px);
}.course-program-details .description:first-of-type {
    position: relative;
}.course-program-details .description:first-of-type::before {
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: scale(0);
    background-color: rgb(135,133,168);
    height: 10px;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    top: 0;
    left: -5px;
    content: "";
    width: 10px;
}.course-program-details .description:first-of-type:hover::before {
    opacity: 1;
    transform: scale(1);
}.course-program-details .description:nth-of-type(2) {
    opacity: 0.85;
    color: #000000;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.08;
    }
    100% {
        transform: scale(0.95);
        opacity: 0.05;
    }
}

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

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

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

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

@media (min-width: 768px) {.course-program-details .pro-skills {
    gap: 60px;
    align-items: start;
    grid-template-columns: 1fr 1.6fr;
}.course-program-details .img-strip {
    height: 450px;
}.course-program-details h2 {
    max-width: 80%;
    font-size: calc(28px * 1.1);
}.course-program-details h2::after {
    width: 120px;
}
}

@media (min-width: 992px) {.course-program-details {
    padding: 150px 0;
}.course-program-details .container {
    padding: 0 40px;
}.course-program-details .pro-skills {
    gap: 80px;
}.course-program-details .img-strip {
    height: 550px;
}.course-program-details h2 {
    font-size: calc(28px * 1.2);
    margin-bottom: 70px;
}.course-program-details .description {
    font-size: calc(14px * 1.05);
    padding-left: 30px;
}
}

@media (min-width: 1200px) {.course-program-details {
    padding: 180px 0;
}.course-program-details .container {
    padding: 0 60px;
}.course-program-details .pro-skills {
    grid-template-columns: 0.9fr 1.5fr;
    gap: 100px;
}.course-program-details h2 {
    max-width: 70%;
}.course-program-details .description:first-of-type {
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.course-program-details {
    padding: 80px 0;
}.course-program-details h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.course-program-details .img-strip {
    height: 250px;
    transform: perspective(800px) rotateY(-2deg);
}.course-program-details .description {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
    padding-left: 15px;
}.course-program-details .pro-skills {
    gap: 30px;
}
}

@media (max-width: 480px) {.course-program-details {
    padding: 60px 0;
}.course-program-details h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.course-program-details .img-strip {
    height: 200px;
}.course-program-details .content-card {
    gap: 20px;
}.course-program-details .description {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
    padding-left: 12px;
}}.find-contact {
    position: relative;
    background: rgb(214,214,228);
    padding: 100px 0;
    overflow: hidden;
}.find-contact::before {
    opacity: 0.4;
    content: "";
    z-index: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(174,175,203,0.5) 0%, transparent 70%);
}.find-contact::after {
    top: 0;
    background-size: 20px 20px;
    opacity: 0.06;
    position: absolute;
    height: 100%;
    content: "";
    background-image: linear-gradient(rgb(214,214,228) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(214,214,228) 1px, transparent 1px);
    background-position: center center;
    width: 100%;
    left: 0;
    z-index: 0;
}.find-contact .container {
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.find-contact .get-contactwidget {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
}.find-contact .message-panel {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    background: #ffffff;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}.find-contact .message-panel:first-child {
    display: flex;
    padding: 40px;
    flex-direction: column;
}.find-contact .message-panel:first-child::before {
    top: 0;
    content: "";
    left: 0;
    height: 6px;
    background: linear-gradient(90deg, rgb(174,175,203), rgb(135,133,168));
    position: absolute;
    width: 100%;
}.find-contact .message-panel:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.find-contact h2 {
    letter-spacing: -0.02em;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 33px;
    margin-bottom: 30px;
}.find-contact h2::after {
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
    background: rgb(174,175,203);
    left: 0;
    width: 30px;
    content: "";
    bottom: -15px;
}.find-contact .message-panel:hover h2::after {
    width: 50px;
}.find-contact h3 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
    font-size: 20px;
}.find-contact p {
    margin-bottom: 15px;
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
}.find-contact .ask-questions {
    font-weight: 700;
    color: rgb(174,175,203);
    font-size: calc(15px * 1.2);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}.find-contact .contact-support {
    padding-left: 15px;
    border-left: 2px solid rgb(174,175,203,0.5);
    margin-bottom: 30px;
}.find-contact .form-learn {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 30px;
    margin-top: auto;
}.find-contact .form-learn h3 {
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}.find-contact .form-learn h3::before {
    height: 16px;
    width: 16px;
    margin-right: 10px;
    content: "";
    background: rgb(174,175,203);
    display: block;
}.find-contact .contact-team {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}.find-contact .contact-team span {
    text-align: center;
    font-size: calc(15px * 0.85);
    color: #000000;
    background: rgb(214,214,228);
    padding: 8px 10px;
    display: block;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(174,175,203);
}.find-contact .contact-team span:hover {
    color: #ffffff;
    background: rgb(174,175,203);
    transform: translateX(3px);
}.find-contact .message-panel .img-strip {
    transition: transform 0.5s ease;
    height: 100%;
    width: 100%;
    min-height: 100%;
    position: relative;
}.find-contact .message-panel:hover .img-strip {
    transform: scale(1.05);
}.find-contact .team-contact {
    display: flex;
    padding: 40px;
    flex-direction: column;
    gap: 20px;
}.find-contact .team-contact a {
    display: flex;
    text-decoration: none;
    align-items: flex-start;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}.find-contact .team-contact a:last-child {
    border-bottom: none;
    padding-bottom: 0;
}.find-contact .team-contact a:hover {
    transform: translateX(5px);
}.find-contact .team-contact a::before {
    background: rgb(174,175,203);
    left: -40px;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    width: 0;
    top: 0;
    height: 100%;
}.find-contact .team-contact a:hover::before {
    width: 3px;
}.find-contact .team-contact a span {
    display: block;
    color: #000000;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 400;
}.find-contact .team-contact a p {
    color: #000000;
    font-weight: 600;
    font-size: calc(15px * 1.1);
    margin: 0;
}.find-contact svg {
    transition: transform 0.3s ease;
    flex-shrink: 0;
    width: 24px;
    fill: rgb(174,175,203);
    margin-right: 15px;
    height: 24px;
    margin-top: 5px;
}.find-contact svg path {
    transition: fill 0.3s ease;
    fill: rgb(174,175,203);
}.find-contact .team-contact a:hover svg {
    transform: scale(1.2);
}.find-contact .team-contact a:hover svg,
.find-contact .team-contact a:hover svg path {
    fill: rgb(135,133,168);
}

@media (max-width: 992px) {.find-contact {
    padding: 70px 0;
}.find-contact .get-contactwidget {
    grid-template-columns: 1fr 1fr;
}.find-contact .message-panel:last-child {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.find-contact {
    padding: 50px 0;
}.find-contact .get-contactwidget {
    grid-template-columns: 1fr;
}.find-contact .message-panel:last-child {
    grid-column: span 1;
}.find-contact .message-panel .img-strip {
    height: 300px;
}.find-contact .message-panel:first-child {
    order: 1;
}.find-contact .message-panel:nth-child(2) {
    order: 3;
}.find-contact .message-panel:last-child {
    order: 2;
}
}

@media (max-width: 576px) {.find-contact {
    padding: 40px 0;
}.find-contact .message-panel:first-child,
    .find-contact .team-contact {
    padding: 30px 20px;
}.find-contact .message-panel .img-strip {
    height: 220px;
}.find-contact .contact-team {
    grid-template-columns: 1fr 1fr;
}}

.find-contact::before {
    animation: gradient-shift 15s ease infinite alternate;
}@keyframes gradient-shift {
    0% {
        opacity: 0.3;
        transform: translateX(-5%) translateY(-5%) rotate(0deg);
    }
    100% {
        opacity: 0.5;
        transform: translateX(5%) translateY(5%) rotate(2deg);
    }
}

.find-contact .message-panel:first-child {
    overflow: hidden;
    position: relative;
}.find-contact .message-panel:first-child::after {
    content: "";
    opacity: 0.05;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(174,175,203,0.5) 100%);
    top: -50%;
    z-index: -1;
    width: 100%;
    position: absolute;
    transition: transform 0.5s ease;
    right: -50%;
    transform: rotate(45deg);
}.find-contact .message-panel:first-child:hover::after {
    transform: rotate(45deg) scale(1.2);
}.find-contact .team-contact a:nth-child(1) {
    animation-delay: 0.1s;
}.find-contact .team-contact a:nth-child(2) {
    animation-delay: 0.2s;
}.find-contact .team-contact a:nth-child(3) {
    animation-delay: 0.3s;
}.find-contact .message-panel:nth-child(2) .img-strip::after {
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    inset: 0;
    content: "";
    position: absolute;
    z-index: 1;
}.find-contact .contact-team span:hover {
    animation: pulse 1s ease;
}@keyframes pulse {
    0% {
        transform: translateX(3px);
    }
    50% {
        transform: translateX(6px);
    }
    100% {
        transform: translateX(3px);
    }
}.newsletter {
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgb(135,133,168,0.5) 100%);
    isolation: isolate;
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
}.newsletter::before {
    content: "";
    inset: 0;
    background-image: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 15px, 
            rgba(255, 255, 255, 0.03) 15px, 
            rgba(255, 255, 255, 0.03) 30px
        );
    position: absolute;
    z-index: -1;
}.newsletter::after {
    z-index: -1;
    opacity: 0.07;
    width: 30%;
    background: rgb(135,133,168);
    position: absolute;
    content: "";
    top: -10%;
    transform: rotate(-12deg) skewX(-15deg);
    right: -5%;
    height: 120%;
}.newsletter .container {
    margin: 0 auto;
    max-width: 1200px;
}.newsletter .study-guide {
    gap: 2rem;
    grid-template-columns: 1fr;
    transform: translateX(-5px);
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    display: grid;
}.newsletter h4 {
    opacity: 0;
    color: #000000;
    padding-left: 1.5rem;
    position: relative;
    font-weight: 600;
    transform: translateY(5px);
    line-height: 1.4;
    animation: fadeUp 0.6s ease-out 0.2s forwards;
    font-size: 22px;
    margin: 0;
}.newsletter h4::before {
    height: calc(100% - 1rem);
    transform-origin: top;
    top: 0.5rem;
    width: 4px;
    content: "";
    animation: scaleVertical 0.5s ease-out 0.6s forwards;
    background: rgb(135,133,168);
    left: 0;
    transform: scaleY(0);
    position: absolute;
}.newsletter .input_holder {
    transform: translateY(10px);
    animation: fadeUp 0.6s ease-out 0.4s forwards;
    opacity: 0;
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 1rem;
}.newsletter .input_holder span {
    display: block;
    position: relative;
}.newsletter input[type="email"] {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 1rem 1.5rem;
    color: #000000;
}.newsletter input[type="email"]:focus {
    transform: translateY(-2px);
    outline: none;
    border-color: rgb(135,133,168);
    box-shadow: 0 5px 20px rgba(var(--secondary-color-rgb), 0.15);
}.newsletter input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(var(--dark-color-rgb), 0.5);
}.newsletter input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.newsletter .get-started {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgb(135,133,168);
    width: 100%;
    padding: 1rem 2rem;
    color: #ffffff;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(var(--secondary-color-rgb), 0.2);
    font-weight: 600;
    cursor: pointer;
    border: none;
    position: relative;
    font-size: 20px;
}.newsletter .get-started:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(var(--primary-color-rgb), 0.25);
    background: rgb(174,175,203);
}.newsletter .get-started::before {
    transform: translate(-50%, -50%) scale(0);
    width: 150%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    left: 50%;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    height: 150%;
    content: "";
    top: 50%;
}.newsletter .get-started:hover::before {
    transform: translate(-50%, -50%) scale(1);
}.newsletter .get-started:active {
    box-shadow: 0 3px 10px rgba(var(--primary-color-rgb), 0.2);
    transform: translateY(-1px);
}

@keyframes slideIn {
    from {
        transform: translateX(-25px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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


@media (min-width: 768px) {.newsletter {
    padding: 5rem 3rem;
}.newsletter .study-guide {
    gap: 3rem;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
}.newsletter h4 {
    font-size: calc(22px * 1.1);
    padding-left: 2rem;
}.newsletter h4::before {
    width: 6px;
}.newsletter .input_holder {
    gap: 0;
    flex-direction: row;
}.newsletter input[type="email"] {
    border-right: none;
}.newsletter .get-started {
    white-space: nowrap;
    width: auto;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
}

@media (min-width: 992px) {.newsletter {
    padding: 6rem 4rem;
}.newsletter::after {
    width: 40%;
}.newsletter .study-guide {
    grid-template-columns: 1.5fr 1fr;
    gap: 4rem;
}.newsletter h4 {
    transform: skewX(-3deg);
    font-size: calc(22px * 1.2);
}.newsletter h4::before {
    left: 0.3rem;
    transform: skewX(3deg);
}.newsletter .input_holder {
    transform: perspective(1000px) rotateY(2deg);
}.newsletter input[type="email"] {
    padding: 1.2rem 1.8rem;
}.newsletter .get-started {
    padding: 1.2rem 2.5rem;
}
}

@media (min-width: 1200px) {.newsletter::before {
    background-image: 
            repeating-linear-gradient(
                -45deg, 
                transparent, 
                transparent 20px, 
                rgba(255, 255, 255, 0.04) 20px, 
                rgba(255, 255, 255, 0.04) 40px
            );
}.newsletter .study-guide {
    grid-template-columns: 1.8fr 1.2fr;
}.newsletter h4 {
    font-size: calc(22px * 1.3);
}.newsletter input[type="email"] {
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}.newsletter input[type="email"]:focus {
    transform: translateY(-3px);
}
}

@media (max-width: 767px) {.newsletter {
    padding: 3rem 1.5rem;
}.newsletter h4 {
    padding-left: 1.2rem;
    font-size: calc(22px * 0.9);
}.newsletter .get-started {
    margin-top: 0.5rem;
}}footer {
    z-index: 1;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
}footer::before {
    top: 0;
    backdrop-filter: blur(8px);
    left: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
    animation: gradientShift 15s ease infinite;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(174,175,203,0.5) 50%, rgb(135,133,168,0.5) 100%);
    content: "";
}.lecture-ref {
    padding: 4.5rem 0 2rem;
    position: relative;
}.lecture-ref::before {
    height: 1px;
    right: 0;
    left: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(174,175,203) 25%, 
                #ffffff 50%, 
                rgb(135,133,168) 75%, 
                transparent 100%);
    content: "";
    top: 0;
    position: absolute;
    animation: shimmer 8s linear infinite;
}.lecture-ref .container {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    z-index: 1;
    justify-content: space-between;
}.lecture-ref .company_holder {
    backdrop-filter: blur(15px);
    padding: 1.5rem;
    border-radius: 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-right: 2rem;
    flex: 1 1 350px;
    background: rgba(0, 0, 0, 0.5);
}.lecture-ref .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(174,175,203,0.5);
    transform: translateY(-5px);
}.lecture-ref .company_holder h3 {
    display: inline-block;
    position: relative;
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-size: calc(32px * 0.85);
    font-weight: 700;
}.lecture-ref .company_holder h3::after {
    content: "";
    transition: transform 0.5s ease;
    transform-origin: left;
    bottom: -8px;
    left: 0;
    position: absolute;
    transform: scaleX(0.3);
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgb(174,175,203), rgb(135,133,168));
}.lecture-ref .company_holder:hover h3::after {
    transform: scaleX(1);
}.lecture-ref .sponsor-logo {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    margin-top: 1rem;
    line-height: 1.6;
    max-width: 450px;
}.lecture-ref .level-up {
    flex: 1 1 450px;
    position: relative;
}.lecture-ref .top-head {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}.lecture-ref .level-up .top-head {
    justify-content: flex-end;
}.lecture-ref .site-core {
    overflow: hidden;
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    flex: 1 1 200px;
    border-radius: 18px;
    transition: all 0.3s ease;
}.lecture-ref .site-core h5 {
    display: inline-block;
    margin-bottom: 1.25rem;
    font-size: 24px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
}.lecture-ref .site-core h5::before {
    width: 40px;
    content: "";
    background: rgb(174,175,203);
    bottom: -6px;
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
    left: 0;
}.lecture-ref .site-core:hover h5::before {
    width: 100%;
}.lecture-ref .site-core .top-head {
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
}.lecture-ref .site-core a {
    z-index: 1;
    transition: all 0.3s ease;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    padding: 0.25rem 0.5rem;
    position: relative;
    display: block;
    border-radius: 10px;
    text-decoration: none;
}.lecture-ref .site-core a::before {
    height: 1px;
    transition: width 0.3s ease;
    bottom: 0;
    background: linear-gradient(to right, rgb(174,175,203), rgb(135,133,168));
    left: 0;
    position: absolute;
    width: 0;
    z-index: -1;
    content: "";
}.lecture-ref .site-core a:hover {
    transform: translateX(5px);
    color: #ffffff;
}.lecture-ref .site-core a:hover::before {
    width: 100%;
}.desktop-app {
    backdrop-filter: blur(15px);
    overflow: hidden;
    padding: 1.5rem 0;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
}.desktop-app::before {
    height: 1px;
    right: 0;
    content: "";
    left: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(135,133,168) 25%, 
                #ffffff 50%, 
                rgb(174,175,203) 75%, 
                transparent 100%);
    top: 0;
    position: absolute;
}.desktop-app .container {
    align-items: center;
    position: relative;
    justify-content: center;
    display: flex;
}.desktop-app .cert-block {
    backdrop-filter: blur(5px);
    font-size: 12px;
    transition: all 0.3s ease;
    text-align: center;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
}.desktop-app .cert-block:hover {
    box-shadow: 0 0 15px rgb(174,175,203,0.5);
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.lecture-ref {
    padding: 3.5rem 0 2rem;
}.lecture-ref .container {
    flex-direction: column;
}.lecture-ref .company_holder {
    margin-right: 0;
    flex: 1 1 100%;
    margin-bottom: 2rem;
}.lecture-ref .level-up {
    flex: 1 1 100%;
}.lecture-ref .level-up .top-head {
    justify-content: space-between;
}.lecture-ref .site-core {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.lecture-ref {
    padding: 3rem 0 1.5rem;
}.lecture-ref::before {
    height: 2px;
}.lecture-ref .company_holder {
    padding: 1.25rem;
}.lecture-ref .site-core {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.lecture-ref .level-up .top-head {
    flex-direction: column;
}.desktop-app {
    padding: 1.25rem 0;
}.desktop-app::before {
    height: 2px;
}
}

@media (max-width: 576px) {.lecture-ref {
    padding: 2.5rem 0 1rem;
}.lecture-ref .company_holder h3 {
    font-size: calc(32px * 0.75);
}.lecture-ref .sponsor-logo {
    font-size: calc(18px * 0.9);
}.lecture-ref .site-core h5 {
    font-size: calc(24px * 0.9);
}.lecture-ref .site-core a {
    font-size: calc(18px * 0.9);
}.desktop-app .cert-block {
    font-size: calc(12px * 0.9);
    padding: 0.4rem 0.8rem;
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.lecture-ref .top-head a::after {
    transition: transform 0.3s ease;
    position: absolute;
    left: -10px;
    width: 4px;
    content: "";
    transform: translateY(-50%) scale(0);
    border-radius: 50%;
    background: rgb(174,175,203);
    height: 4px;
    top: 50%;
}.lecture-ref .top-head a:hover::after {
    transform: translateY(-50%) scale(1);
}.lecture-ref .sponsor-logo::before {
    top: -10px;
    left: -10px;
    height: 0;
    content: "";
    border: 1px solid transparent;
    width: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    position: absolute;
}.lecture-ref .sponsor-logo::after {
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    width: 0;
    content: "";
    right: -10px;
    height: 0;
    border: 1px solid transparent;
    bottom: -10px;
    position: absolute;
}.lecture-ref .company_holder:hover .sponsor-logo::before {
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-right-color: rgb(174,175,203,0.5);
    height: calc(100% + 20px);
    border-top-color: rgb(174,175,203,0.5);
    width: calc(100% + 20px);
}.lecture-ref .company_holder:hover .sponsor-logo::after {
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-bottom-color: rgb(135,133,168,0.5);
    width: calc(100% + 20px);
    border-left-color: rgb(135,133,168,0.5);
    height: calc(100% + 20px);
}.target-audience {
    background-color: rgb(214,214,228);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    z-index: 1;
}.target-audience::before {
    top: -50%;
    width: 100%;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgba(rgb(135,133,168,0.5), 0.3) 0%,
        transparent 70%
    );
    content: "";
    height: 100%;
    right: -50%;
    animation: pulseGlow 15s infinite alternate ease-in-out;
    z-index: -1;
}.target-audience::after {
    animation: pulseGlow 12s infinite alternate-reverse ease-in-out;
    position: absolute;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(174,175,203,0.5), 0.2) 0%,
        transparent 70%
    );
    z-index: -1;
    bottom: -30%;
    width: 80%;
    left: -20%;
    height: 80%;
    content: "";
}.target-audience .study-guide {
    align-items: center;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    display: flex;
    max-width: 1000px;
    padding: 0 2rem;
}.target-audience h3 {
    color: #000000;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 29px;
    font-size: 31px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    position: relative;
    margin-bottom: 4rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 1rem 3rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    z-index: 2;
}.target-audience h3::before,
.target-audience h3::after {
    border-color: rgb(135,133,168);
    z-index: -1;
    border-style: solid;
    height: 30px;
    width: 30px;
    content: "";
    position: absolute;
}.target-audience h3::before {
    left: -10px;
    top: -10px;
    border-radius: 5px 0 0 0;
    border-width: 2px 0 0 2px;
}.target-audience h3::after {
    bottom: -10px;
    right: -10px;
    border-radius: 0 0 5px 0;
    border-width: 0 2px 2px 0;
}.target-audience ul {
    margin: 0;
    gap: 2rem;
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
    z-index: 2;
}.target-audience li {
    border-radius: 29px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    display: flex;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 6px 6px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    overflow: hidden;
    flex-direction: column;
}.target-audience li::before {
    right: 0;
    position: absolute;
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(135,133,168,0.5), 0.5),
        transparent
    );
    left: 0;
    height: 2px;
    top: 0;
}.target-audience li:hover {
    border-color: rgba(rgb(135,133,168,0.5), 0.3);
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 12px 12px rgba(0, 0, 0, 0.05),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
}.target-audience li:hover::after {
    animation: glowLine 2s infinite alternate ease-in-out;
    left: 0;
    height: 4px;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(135,133,168),
        rgb(174,175,203)
    );
    width: 100%;
    position: absolute;
    bottom: 0;
}.target-audience li svg {
    width: 60px;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    fill: rgb(135,133,168);
    height: 60px;
}.target-audience li svg path {
    fill: rgb(135,133,168);
    transition: fill 0.3s ease;
}.target-audience li:hover svg {
    transform: scale(1.05);
    fill: rgb(174,175,203);
}.target-audience li:hover svg path {
    fill: rgb(174,175,203);
}.target-audience li:nth-child(even) {
    transform: translateX(20px);
}.target-audience li:nth-child(odd) {
    transform: translateX(-20px);
}.target-audience li:nth-child(even):hover {
    transform: translateX(20px) translateY(-10px);
}.target-audience li:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-10px);
}

@keyframes pulseGlow {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}

@keyframes glowLine {
    0% {
        opacity: 0.6;
        box-shadow: 0 0 5px rgba(rgb(135,133,168,0.5), 0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 15px rgba(rgb(174,175,203,0.5), 0.8);
    }
}

@media (min-width: 992px) {.target-audience ul {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.target-audience li:nth-child(1),
    .target-audience li:nth-child(3) {
    transform: translateY(20px);
}.target-audience li:nth-child(2),
    .target-audience li:nth-child(4) {
    transform: translateY(-20px);
}.target-audience li:nth-child(1):hover,
    .target-audience li:nth-child(3):hover {
    transform: translateY(10px);
}.target-audience li:nth-child(2):hover,
    .target-audience li:nth-child(4):hover {
    transform: translateY(-30px);
}
}

@media (max-width: 991px) {.target-audience {
    padding: 4rem 0;
}.target-audience ul {
    gap: 1.5rem;
}.target-audience h3 {
    font-size: calc(31px * 0.9);
    padding: 0.8rem 2rem;
    margin-bottom: 3rem;
}.target-audience li {
    padding: 1.5rem;
}.target-audience li svg {
    margin-bottom: 1rem;
    height: 50px;
    width: 50px;
}
}

@media (max-width: 768px) {.target-audience {
    padding: 3rem 0;
}.target-audience .study-guide {
    padding: 0 1.5rem;
}.target-audience h3 {
    padding: 0.7rem 1.5rem;
    font-size: calc(31px * 0.8);
    margin-bottom: 2.5rem;
}.target-audience li {
    padding: 1.25rem;
}.target-audience li:nth-child(even),
    .target-audience li:nth-child(odd) {
    transform: translateX(0);
}.target-audience li:nth-child(even):hover,
    .target-audience li:nth-child(odd):hover {
    transform: translateY(-5px);
}.target-audience li svg {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 480px) {.target-audience {
    padding: 2.5rem 0;
}.target-audience .study-guide {
    padding: 0 1rem;
}.target-audience h3 {
    font-size: calc(31px * 0.7);
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
}.target-audience h3::before,
    .target-audience h3::after {
    height: 20px;
    width: 20px;
}.target-audience ul {
    gap: 1rem;
}.target-audience li {
    padding: 1rem;
}.target-audience li svg {
    height: 35px;
    width: 35px;
    margin-bottom: 0.75rem;
}
}