body {
    padding-top: 0;
}

.pro-promotion-sticky-header {
    position: sticky;
    top: 0;
    z-index: 50;
    padding-top: 20px!important;
    padding-bottom: 30px!important;
}

.pro-promotion-hero-wrapper {
    margin-top: -60px;
    padding-top: calc(60px + clamp(30px, 2vw, 120px));
}

@media (min-width: 1024px) {
    .pro-promotion-sticky-header {
        padding-top: 30px!important;
    }
}

@media (max-width: 1024px) {
    .pro-promotion-sticky-header {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 768px) {


    .pro-promotion-hero-wrapper {
        margin-top: -124px;
        padding-top: calc(160px + clamp(30px, 2vw, 120px));
    }
}

@media (min-width:769px) and (max-width: 1024px) {
    .pro-promotion-hero-wrapper {
        margin-top: -130px;
    }
}

@media (max-width: 768px) {
    .pro-promotion-hero-wrapper {
        margin-top: -44px;
    }
}

@media (min-width: 1024px) {
    .pro-promotion-hero-wrapper {
        margin-top: -150px;
        padding-top: calc(186px + clamp(30px, 2vw, 120px));
    }
}

.pro-promotion-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-position:bottom;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    pointer-events: none;
    background-color: #0D0C12;
}

@media (min-width: 1520px) {
    .pro-promotion-img-bg {
        object-position: center -50px;
    }
}

@media (max-width: 768px) {
    .pro-promotion-img-bg {
        object-fit: cover;
        object-position: center;
    }
}

.pro-promotion-showcase-container {
    display: flex;
    flex-direction: column;
    gap: 64px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.pro-promotion-showcase-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.pro-promotion-showcase-text h3 {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.1px;
}

.pro-promotion-showcase-text span {
    color: #E8E8F0;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.pro-promotion-showcase-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.pro-promotion-showcase-number-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 225px;
}

.pro-promotion-showcase-numbers {
    text-align: center;
    font-feature-settings: 'liga' off;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: -0.24px;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.72) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pro-promotion-showcase-number-bottom-text {
    color: #D5D5E0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.pro-promotion-showcase-number-vertical-line {
    width: 1px;
    height: 104px;
    background: radial-gradient(4000% 50% at 50% 50%, #0049FD 0%, rgba(0, 73, 253, 0.00) 100%);
}

.promotion-courses-container {
    display: flex;
    flex-direction: column;
    gap: 64px;
    justify-content: center;
    margin-top: 120px;
    margin-bottom: 200px;
}

.promotion-courses-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.promotion-courses-text-wrapper span {
    color: #78788B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.promotion-subheading-text {
    color: #0D0C12;
    font-feature-settings: 'liga' off;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.1px;
    margin-bottom: 0;
}

.promotion-subheading-text--white {
    color: #FFF;
}

.promotion-courses-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: start;
}

.promotion-courses-card {
    display: flex;
    flex-direction: column;
    grid-row: span 2;
    width: 100%;
    max-width: 100%;
    min-width: 0; 
    border-radius: 24px;
    border: 1px solid #FFF;
    box-shadow: 0 8px 16px -4px rgba(14, 63, 126, 0.02), 0 6px 12px -3px rgba(14, 63, 126, 0.03), 0 4px 8px -2px rgba(14, 63, 126, 0.04), 0 2px 4px -1px rgba(14, 63, 126, 0.05), 0 0 0 1px rgba(14, 63, 126, 0.04);
    height: auto;
    transition: transform 0.25s ease;
}

.promotion-courses-card:has(.promotion-courses-card-top:hover) {
    transform: translateY(-20px);
}

.promotion-courses-card-top {
    width: 100%;
    background: linear-gradient(167deg, #7AA4FF 0%, #0049FD 53.44%);
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px 24px 0 0;
    min-height: clamp(320px, 36vw, 380px);
    box-shadow: 0 8px 16px -4px rgba(14, 63, 126, 0.02), 0 6px 12px -3px rgba(14, 63, 126, 0.03), 0 4px 8px -2px rgba(14, 63, 126, 0.04), 0 2px 4px -1px rgba(14, 63, 126, 0.05), 0 0 0 1px rgba(14, 63, 126, 0.04);
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.promotion-courses-card-wrapper .promotion-courses-card:nth-child(1) .promotion-courses-card-top {
    background: linear-gradient(167deg, #7AA4FF 0%, #0049FD 53.44%);
}

.promotion-courses-card-wrapper .promotion-courses-card:nth-child(2) .promotion-courses-card-top {
    background: linear-gradient(167deg, #0049FD 0%, #0037B3 53.52%);
}

.promotion-courses-card-wrapper .promotion-courses-card:nth-child(3) .promotion-courses-card-top {
    background: radial-gradient(circle at top left, rgb(37, 78, 220), #00000000 40%), radial-gradient(circle at top right, rgb(37, 78, 220), #00000000 50%), linear-gradient(167deg, #002E8E 0%, #002569 53.44%);
}

.promotion-courses-card-top-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.promotion-courses-card-top-badge {
    display: inline-flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 22px;
    background: #FFF;
    box-shadow: 0 3px 6px -1.5px rgba(14, 63, 126, 0.02), 0 2px 4px -1px rgba(14, 63, 126, 0.03), 0 1px 2px -0.5px rgba(14, 63, 126, 0.04), 0 0 0 1px rgba(14, 63, 126, 0.04);
    color: #08356F;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    white-space: nowrap;
}

.promotion-courses-card-top-header {
    color: #FFF;
    font-feature-settings: 'liga' off;
    font-family: 'Host Grotesk', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.25%;
    vertical-align: middle;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 0;
}

.promotion-courses-card-top-header-link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.promotion-courses-card-top-header-link:hover .promotion-courses-card-top-header {
    text-decoration: none;
}

.promotion-courses-card-top-subtitle {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.promotion-courses-card-instructor-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    margin-top: auto;
    padding-top: 24px;
}

.promotion-courses-instructor-img img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid var(--Pro-100, #D3E1FF);
}

.promotion-courses-instructor-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
    min-width: 0;
}

.promotion-courses-instructor-name {
    color: #FFF;
    font-feature-settings: 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.promotion-courses-instructor-subtitle {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.promotion-courses-card-price {
    margin-top: 8px;
    margin-bottom: 0;
}

.promotion-courses-card-price--placeholder {
    min-height: 64px;
    visibility: hidden;
}

.promotion-courses-card-price span {
    color: #FFF;
    text-align: center;
    font-family: 'Host Grotesk', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.08px;
}

.promotion-courses-card-bottom {
    padding: 24px 24px 0 24px;
    display: grid;
    grid-template-rows: auto auto auto 1fr auto;
    align-items: start;
    gap: 24px;
    flex: 1;
    align-self: stretch;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 24px 24px;
}

.promotion-courses-card-section-placeholder {
    visibility: hidden;
}

.promotion-courses-card-duration-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.promotion-courses-card-duration-label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.promotion-courses-card-duration-info {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: #78788B;
    cursor: default;
    line-height: 0;
    transition: color 0.2s ease;
    outline: none;
}

.promotion-courses-card-duration-info i {
    font-size: 16px;
    line-height: 1;
}

.promotion-courses-card-duration-info:hover,
.promotion-courses-card-duration-info:focus-visible {
    color: #2F2F3C;
}

.promotion-courses-card-duration-tooltip {
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%) translateX(-4px);
    background: #FFFFFF;
    color: #2F2F3C;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    padding: 4px 12px;
    border-radius: 6px;
    filter:
        drop-shadow(1px 0 0 rgba(193, 199, 208, 0.6))
        drop-shadow(-1px 0 0 rgba(193, 199, 208, 0.6))
        drop-shadow(0 1px 0 rgba(193, 199, 208, 0.6))
        drop-shadow(0 -1px 0 rgba(193, 199, 208, 0.6))
        drop-shadow(0 1px 2px rgba(164, 172, 185, 0.24))
        drop-shadow(0 12px 24px rgba(164, 172, 185, 0.24));
    width: max-content;
    max-width: 220px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        visibility 0s linear 0.2s;
    z-index: 30;
}

.promotion-courses-card-duration-tooltip::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    transform: translate(-50%, -50%) rotate(45deg);
}

.promotion-courses-card-duration-info:hover .promotion-courses-card-duration-tooltip,
.promotion-courses-card-duration-info:focus-visible .promotion-courses-card-duration-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        visibility 0s linear 0s;
}

.promotion-courses-card-bottom-title {
    color: #505060;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.promotion-courses-card-duration {
    display: flex;
    align-items: center;
    gap: 6px;
    align-self: stretch;
}

.promotion-courses-card-duration i {
    color: #0049FD;
    font-weight: 200;
    font-size: 24px;
    flex-shrink: 0;
}

.promotion-courses-card-duration span {
    color: #78788B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.promotion-courses-card-including-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.promotion-courses-card-including {
    display: flex;
    align-items: center;
    gap: 6px;
    align-self: stretch;
}

.promotion-courses-card-including i {
    color: #0049FD;
    font-weight: 200;
    font-size: 20px;
    min-height: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.promotion-courses-card-including span {
    color: #78788B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    flex: 1;
}

.promotion-courses-card-including-more-btn {
    display: none;
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 0;
    color: #505060;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    align-self: center;
}

.promotion-courses-card-including-more-btn:hover {
    text-decoration: underline;
}

.promotion-courses-card-including-more {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
}

.promotion-courses-card-competencies-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    min-height: fit-content!important;
}

.promotion-courses-card-competencies {
    display: grid;
    grid-template-columns: repeat(4, 66px);
    column-gap: 16px;
    row-gap: 20px;
    margin: 0 auto;
}

.promotion-courses-card-competencies-item {
    display: flex;
    width: 66px;
    height: 68px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.promotion-courses-card-competencies-item img {
    width: 32px;
    object-fit: contain;
}

.promotion-courses-card-competencies-item span {
    color: #78788B;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.promotion-courses-card-buttons {
    display: flex;
    flex-direction: column;
    align-items: normal;
    gap: 12px;
    align-self: stretch;
    width: 100%;
    margin-top: auto;
}

.promotion-courses-card-text-btn {
    color: #0049FD;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: center;
    padding: 8px 0;
}

.promotion-courses-card-text-btn:hover {
    text-decoration: underline;
    color: #0049FD;
}

.promotion-courses-card-blue-btn {
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 222px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), #0049FD;
    box-shadow: 0px 1px 2px rgba(45, 58, 87, 0.24), 0px 0px 0px 1px #0037B3;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.promotion-courses-card-blue-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.24) 100%);
    opacity: 0;
    transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.promotion-courses-card-blue-btn:hover::before {
    opacity: 1;
}

.promotion-courses-card-blue-btn:hover {
    transform: translateY(-0.5px);
    color: #fff;
}

.promotion-table-container-wrapper {
    margin-top: 120px;
    margin-bottom: 120px;
}

.promotion-table-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    margin: 0 auto;
    max-width: 1232px;
    padding: 0 20px;
}

.promotion-table-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 10px;
    border-radius: 32px;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px -4px rgba(14, 63, 126, 0.02), 0px 6px 12px -3px rgba(14, 63, 126, 0.03), 0px 4px 8px -2px rgba(14, 63, 126, 0.04), 0px 2px 4px -1px rgba(14, 63, 126, 0.05), 0px 0px 0px 1px rgba(14, 63, 126, 0.04);
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.comparison-table {
    width: 100%;
    min-width: 880px;
    border-collapse: collapse;
}

.comparison-table__row {
    display: grid;
    grid-template-columns: 2fr 1.2fr 1fr 1fr 1fr 1fr;
    gap: 0;
    border-bottom: 1px dashed #D5D5E0;
    align-items: stretch;
}

.comparison-table__row:last-child {
    border-bottom: none;
}

.comparison-table__row:first-child {
    background: #ffffff;
    border-bottom: 1px dashed #D5D5E0;
}

.comparison-table__cell {
    padding: 18px 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-right: 1px dashed #D5D5E0;
    min-height: 48px;
}

.comparison-table__cell:last-child {
    border-right: none;
}

.comparison-table__row:first-child .comparison-table__cell:last-child {
    border-right: none;
}

.comparison-table__cell:first-child {
    justify-content: flex-start;
    padding: 18px 20px 18px 16px;
    min-height: 48px;
    position: sticky;
    left: 0;
    background: #ffffff;
    z-index: 2;
    top: 8px;
    bottom: 0;
}

.comparison-table__cell-text {
    padding: 18px 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 48px;
}

.comparison-table__cell-text:first-child {
    justify-content: flex-start;
    padding: 18px 20px 18px 16px;
    min-height: 48px;
    position: sticky;
    left: 0;
    background: #ffffff;
    z-index: 2;
    top: 8px;
    bottom: 0;
}

.comparison-table__cell--highlight {
    background: #E9F0FF;
    width: 100%;
    min-width: 228px;
    position: relative;
    border-right: none;
}

.comparison-table thead .comparison-table__row .comparison-table__cell--highlight {
    border-radius: 12px 12px 0 0;
}

.comparison-table tbody .comparison-table__row:first-child .comparison-table__cell--highlight {
    border-radius: 0;
}

.comparison-table tbody .comparison-table__row:last-child .comparison-table__cell--highlight {
    border-radius: 0 0 12px 12px;
}

.comparison-table__cell--highlight::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px dashed #D5D5E0;
}

.comparison-table thead .comparison-table__cell--highlight::before {
    top: 12px;
    bottom: 0;
}

.comparison-table tbody .comparison-table__row:last-child .comparison-table__cell--highlight::before {
    top: 0;
    bottom: 12px;
}

.comparison-table__cell--highlight::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-right: 1px dashed #D5D5E0;
}

.comparison-table thead .comparison-table__cell--highlight::after {
    top: 12px;
    bottom: 0;
}

.comparison-table tbody .comparison-table__row:last-child .comparison-table__cell--highlight::after {
    top: 0;
    bottom: 12px;
}

.comparison-table__header-cell {
    text-align: center;
    padding: 14px 0;
    min-height: 40px;
    color: #0D0C12;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.005em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comparison-table__header-text {
    display: inline-block;
    line-height: 1.4;
}

.comparison-table__feature {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.comparison-table__feature-name {
    color: #0D0C12;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.005em;
    width: 100%;
}

.comparison-table__feature-desc {
    color: #78788B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
}

.comparison-table__icon--check {
    color: #2D73FF;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comparison-table__icon--cross {
    color: #9C9CAC;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comparison-table__text {
    color: #78788B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comparison-table__logo {
    display: flex;
    align-items: center;
    gap: 0;
    font-weight: 600;
    color: #1f2937;
    height: 100%;
    justify-content: center;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.comparison-table__logo img {
    width: 189px;
    height: 40px;
    object-fit: contain;
}

.comparison-table__mobile-logo {
    display: none;
}

.comparison-table__cell-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.promotion-expectation-bg-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 91%, 50% 100%, 0 91%);
    background-color: #03030a;
}

.promotion-expectation-bg-container>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.promotion-expectation-container {
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: center;
    position: relative;
    padding: 120px 0 180px;
}

.promotion-expectation-text {
    color: #FFF;
    max-width: 551px;
}

.promotion-courses-video-inner {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 8px;
}

.promotion-courses-video-inner iframe,
.promotion-courses-video-inner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    margin: 0;
    padding: 0;
}

.promotion-expectation-btn button {
    display: flex;
    width: 100%;
    min-height: 48px;
    padding: clamp(8px, 2vw, 12px) clamp(16px, 4vw, 24px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #2F2F3C;
    font-size: clamp(14px, 4vw, 16px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.08px;
    border-radius: 222px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, rgba(179, 176, 201, 0.00) 0%, rgba(179, 176, 201, 0.12) 100%), #FFF;
    box-shadow: 0 1px 2px rgba(80, 80, 96, 0.12), 0 0 0 1px rgba(213, 213, 224, 0.60);
    box-sizing: border-box;
}

.promotion-cta-card-container {
    position: relative;
    background: #0D0C12;
    z-index: 0;
    overflow: hidden;
}

.promotion-cta-card-aurora-bg-img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    z-index: -1;
}

.promotion-cta-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: relative;
    z-index: 5;
    padding: 160px 24px 185px;
    max-width: 1120px;
    margin: 0 auto;
}

.promotion-cta-card-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.promotion-cta-card-text-wrapper h3 {
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: -0.64px;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.80) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.promotion-cta-card-text-wrapper span {
    color: #E8E8F0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.promotion-cta-card-subscribe {
    width: 100%;
    max-width: 450px;
}

.email-input-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 222px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 1px 2px 0 rgba(80, 80, 96, 0.12), 0 0 0 1px rgba(213, 213, 224, 0.60);
}

.email-input-wrapper:hover {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.email-input-wrapper:focus-within {
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}

.email-input-field {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    padding: 8px 24px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.email-input-field::placeholder {
    color: rgba(255, 255, 255, 0.65);
    font-weight: 400;
}

.email-input-button {
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: inline-flex;
    height: 48px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 222px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, rgba(179, 176, 201, 0.00) 0%, rgba(179, 176, 201, 0.12) 100%), #FFF;
    box-shadow: 0 1px 2px 0 rgba(80, 80, 96, 0.12), 0 0 0 1px rgba(213, 213, 224, 0.60);
    color: #2F2F3C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.08px;
}

.email-input-button:active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-event-discover {
    position: relative;
    overflow: hidden;
    display: flex;
    height: 48px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 222px;
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0 1px 2px rgba(80, 80, 96, 0.12), 0 0 0 1px rgba(213, 213, 224, 0.60);
    color: #0D0C12;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.08px;
    cursor: pointer;
    text-decoration: none;
    transition: box-shadow 700ms cubic-bezier(0.22, 1, 0.36, 1), transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-event-discover::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(179, 176, 201, 0) 0%, rgba(141, 137, 137, 0.25) 100%);
    opacity: 0;
    transition: opacity 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-event-discover:hover::before {
    opacity: 1;
}

.btn-event-discover:hover {
    box-shadow: 0 4px 10px rgba(80, 80, 96, 0.18), 0 0 0 1px rgba(180, 180, 200, 0.8);
    color: #0d0d12;
}

.footer {
    padding-top: 0;
}

.navbar-vs3-card {
    padding: 12px 24px 12px 24px;
    box-shadow: 0 8px 16px -4px rgba(14, 63, 126, 0.02), 0 6px 12px -3px rgba(14, 63, 126, 0.03), 0 4px 8px -2px rgba(14, 63, 126, 0.04), 0 2px 4px -1px rgba(14, 63, 126, 0.05), 0 0 0 1px rgba(14, 63, 126, 0.04);
    background: rgba(250, 250, 250, 0.85);
    border-radius: 0;
    backdrop-filter: blur(8px);
}

@media (min-width: 1024px) {
    .navbar-vs3-card {
        border-radius: 9999px;
    }
}

#navbar-vs3-container {
    isolation: isolate;
    z-index: 100;
}

.navbar-mobile-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 40;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 16px;
}

.navbar-mobile-menu::-webkit-scrollbar {
    width: 4px;
}

.navbar-mobile-menu::-webkit-scrollbar-track {
    background: transparent;
}

.navbar-mobile-menu::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.navbar-mobile-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}

.navbar-vs3-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 8px;
    border-radius: 9999px;
    transition: color 0.2s ease, background-color 0.2s ease;
    text-decoration: none;
    color: var(--Neutral-700, #505060);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
}

.navbar-vs3-link:hover {
    color: var(--Neutral-900, #0D0C12);
}

.navbar-vs3-link--has-icon {
    padding-right: 10px;
}

.navbar-vs3-link-icon {
    font-size: 18px;
    transition: transform 0.18s ease;
}

.navbar-pro-link {
    position: relative;
    isolation: isolate;
    color: #505060;
}

.navbar-pro-clip {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    width: 100%;
    display: flex;
}

.ellipse {
    position: absolute;
    bottom: -38px;
    transform: translateX(-50%);
    border-radius: 9999px;
}

.ellipse-201 {
    width: 67px;
    height: 53px;
    background: radial-gradient(ellipse at center, rgb(0 73 253) 0%, rgb(0 73 253 / 91%) 35%, rgb(0 73 253 / 38%) 60%, rgb(0 73 253 / 0%) 100%);
    filter: blur(9.5px);
    z-index: 3;
    bottom: -36px;
}

.ellipse-202 {
    width: 48px;
    height: 14px;
    mix-blend-mode: unset;
    filter: blur(1px);
    z-index: 6;
    bottom: -8px;
    background: radial-gradient(ellipse at center, rgb(128 168 253) -55%, rgb(138 191 249) 13%, rgb(197 215 255 / 2%) 65%, rgb(161 190 255 / 55%) 100%);
    border-radius: 50%;
}

.navbar-pro-text {
    position: relative;
    z-index: 1;
    color: #505060;
}

.navbar-vs3-dropdown {
    position: relative;
}

.navbar-vs3-dropdown-panel {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 8px) scale(0.97);
    margin-top: 16px;
    padding: 16px;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease-out, transform 0.18s ease-out, visibility 0.18s ease-out;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 8px 16px -4px rgba(14, 63, 126, 0.02), 0 6px 12px -3px rgba(14, 63, 126, 0.03), 0 4px 8px -2px rgba(14, 63, 126, 0.04), 0 2px 4px -1px rgba(14, 63, 126, 0.05), 0 0 0 1px rgba(14, 63, 126, 0.04);
    backdrop-filter: blur(20px);
}

.navbar-vs3-dropdown-panel--company {
    width: 440px;
}

.navbar-vs3-dropdown-panel--resources {
    width: 680px;
}

.navbar-vs3-dropdown-panel--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0) scale(1);
    margin-top: 20px;
}

.navbar-vs3-dropdown-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 16px;
}

.navbar-vs3-dropdown-grid--company {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.navbar-vs3-dropdown-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-decoration: none;
    color: inherit;
    padding: 8px 12px;
    border-radius: 14px;
    transition: background-color 0.18s ease, transform 0.18s ease;
    width: 196px;
}

.navbar-vs3-dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.navbar-vs3-dropdown-icon i {
    font-size: 24px;
    color: #78788B;
    transition: color 0.18s ease;
}

.navbar-vs3-dropdown-item:hover .navbar-vs3-dropdown-icon i {
    color: #2F2F3C;
}

.navbar-vs3-dropdown-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.navbar-vs3-dropdown-title {
    margin: 0;
    color: var(--Neutral-800, #2F2F3C);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.navbar-vs3-dropdown-text {
    margin: 0;
    color: var(--Neutral-600, #78788B);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.navbar-vs3-dropdown-section {
    margin-bottom: 28px;
}

.navbar-vs3-dropdown-section:last-of-type {
    margin-bottom: 0;
}

.navbar-vs3-dropdown-section-title {
    margin: 0 0 16px 4px;
    color: var(--Neutral-500, #9C9CAC);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.24px;
    border-bottom: 1px solid rgba(13, 12, 18, 0.08);
    padding-bottom: 8px;
}

.container.font-inter {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.navbar-vs3-container {
    width: 100%;
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}

.mobile-dropdown {
    border-bottom: 1px solid rgba(13, 12, 18, 0.05);
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.mobile-dropdown:last-of-type {
    border-bottom: none;
}

.v3-footer-bottom {
    width: 100%;
    padding: 280px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    background:radial-gradient(ellipse 100% 60% at 50% 110%, rgb(0 50 130) 0%, #00197f00 80%), #0d0c12;
    backdrop-filter: blur(50px);
    position: relative;
    overflow: hidden;
}

.v3-footer-bottom-nav {
    gap: 170px;
}

.v3-footer-bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.v3-footer-bottom-nav-item:first-child {
    margin-right: 0;
}

.v3-footer-bottom-nav-item:nth-child(2) {
    margin-right: 0;
}

.v3-footer-bottom-nav-item ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.v3-footer-bottom-nav-item ul li {
    font-size: 14px;
    color: var(--Neutral-500, #9C9CAC);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px;
}

.v3-footer-bottom-nav-item h6 {
    color: var(--Neutral-50, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
}

.v3-footer-bottom-nav-item ul li a {
    font-size: 14px;
    letter-spacing: -0.004em;
    color: var(--Neutral-500, #9C9CAC);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.v3-footer-bottom-nav-item ul li a {
    position: relative;
    text-decoration: none;
}

.v3-footer-bottom-nav-item ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #9C9CAC;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.45s ease;
}

.v3-footer-bottom-nav-item ul li a:hover {
    text-decoration: none;
}

.v3-footer-bottom-nav-item ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.v3-nav-link {
    display: flex;
    gap: 16px;
    margin-top: 48px !important;
    align-items: center;
}

.v3-nav-link li a i {
    font-size: 24px;
}

.v3-nav-link-item {
    padding: 0 !important;
}

.v3-nav-link-item:hover {
    color: #fff!important;
}

@media (min-width: 1536px) {
    .container.font-inter {
        max-width: 1536px;
    }

    .navbar-vs3-container {
        max-width: 1128px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1128px) {
    .container.font-inter {
        max-width: 1128px;
    }

    .navbar-vs3-container {
        max-width: 1128px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1024px) {
    .container.font-inter {
        max-width: 1024px;
    }

    .promotion-expectation-btn button {
        width: 312px;
    }

    .promotion-courses-card-wrapper {
        grid-template-rows: auto auto;
        grid-auto-rows: auto auto;
    }

    .promotion-table-wrapper--mobile {
        display: none;
    }
}


@media (min-width: 1025px) {
    .navbar-vs3-container {
        max-width: 1128px;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 1279px) {
    .ellipse-201 {
        height: 50px;
    }
}

@media (max-width: 1279px) and (min-width: 1024px) {
    .navbar-vs3-card {
        padding: 10px 20px;
    }

    .navbar-vs3-link {
        font-size: 15px;
        padding: 5px 7px;
    }

    .navbar-vs3-dropdown-panel--company {
        width: 400px;
    }

    .navbar-vs3-dropdown-panel--resources {
        width: 620px;
    }

    .navbar-vs3-dropdown-item {
        width: 185px;
    }
}

@media (max-width: 1199px) {

    .ellipse-201 {
        height: 50px;
    }

}

@media (max-width: 1024px) {
    .navbar-pro-clip {
        display: none;
    }

    .promotion-cta-card-text-wrapper h3 {
        font-size: 48px;
        line-height: 60px;
    }

    .promotion-cta-card-text-wrapper span {
        font-size: 15px;
        line-height: 22px;
    }

    .promotion-table-wrapper {
        display: none;
    }

    .promotion-table-container-wrapper--mobile {
        padding: 0 20px!important;
    }

    .promotion-table-wrapper--mobile {
        display: flex;
        padding: 0 8px;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0 3px 6px -1.5px rgba(14, 63, 126, 0.02), 0 2px 4px -1px rgba(14, 63, 126, 0.03), 0 1px 2px -0.5px rgba(14, 63, 126, 0.04), 0 0 0 1px rgba(14, 63, 126, 0.04);
        width: 100%;
        justify-content: center;
        align-items: center;
        max-width: 480px;
    }

    .promotion-table-wrapper--mobile-sticky-brands {
        display: flex;
        gap: 0;
        align-items: center;
        height: 56px;
        border-bottom: 1px solid var(--Neutral-200, #E8E8F0);
        background: var(--Neutral-50, #FFF);
        position: sticky;
        top: 60px;
        z-index: 10;
        width: 100%;
    }

    .promotion-table-wrapper--mobile-sticky-brands-logo {
        flex: 0 0 20%;
        width: 20%;
        max-height: 32px;
        height: auto;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    .promotion-table-wrapper--mobile-sticky-brands span {
        flex: 0 0 20%;
        width: 20%;
        color: var(--Neutral-900, #0D0C12);
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0.24px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
        min-width: 0;
    }

    .promotion-table-wrapper--mobile-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .promotion-table-wrapper--mobile-content-item {
        display: flex;
        padding-top: 12px;
        flex-direction: column;
        align-items: stretch;
        align-self: stretch;
        border-bottom: 1px solid var(--Neutral-200, #E8E8F0);
        width: 100%;
    }

    .promotion-table-wrapper--mobile-content-item-title {
        color: var(--Neutral-800, #2F2F3C);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        padding-left: 8px;
        width: 100%;
        text-align: left;
    }

    .promotion-table-wrapper--mobile-content-item-icons {
        display: flex;
        align-items: center;
        gap: 0;
        width: 100%;
    }

    .promotion-table-wrapper--mobile-content-item-icon {
        flex: 0 0 20%;
        width: 20%;
        padding: 10px 0;
        font-size: 22px;
        color: #2D73FF;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .promotion-table-wrapper--mobile-content-item-icon-close {
        flex: 0 0 20%;
        width: 20%;
        padding: 10px 0;
        font-size: 22px;
        color: #9C9CAC;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .promotion-table-wrapper--mobile-content-item-icon-text {
        flex: 0 0 20%;
        width: 20%;
        color: var(--Neutral-600, #78788B);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        padding: 10px 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pro-promotion-showcase-wrapper {
        flex-direction: column;
        gap: 32px;
        padding: 0 20px;
    }

    .pro-promotion-showcase-number-vertical-line {
        width: 150px;
        height: 1px;
        background: radial-gradient(50% 4000% at 50% 50%, #0049FD 0%, rgba(0, 73, 253, 0) 100%);
    }

    .navbar-vs3-card {
        height: 60px;
        padding: 18px 20px;
    }
}

@media (max-width: 1023px) and (min-width: 992px) {
    .navbar-vs3-link {
        font-size: 14px;
        padding: 5px 6px;
        gap: 3px;
    }

    .navbar-vs3-link--has-icon {
        padding-right: 8px;
    }

    .navbar-vs3-link-icon {
        font-size: 16px;
    }

    .navbar-vs3-dropdown-panel--company {
        width: 380px;
    }

    .navbar-vs3-dropdown-panel--resources {
        width: 580px;
    }

    .navbar-vs3-dropdown-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .navbar-vs3-dropdown-item {
        width: 100%;
        max-width: 260px;
    }
}

@media (max-width: 992px) {
    .pro-promotion-showcase-container {
        padding-top: 80px;
        gap: 48px;
    }

    .pro-promotion-showcase-text h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .pro-promotion-showcase-wrapper {
        flex-wrap: wrap;
        gap: 32px;
        justify-content: center;
    }

    .pro-promotion-showcase-number-text {
        flex: 1 1 calc(50% - 16px);
        min-width: 150px;
    }

    .pro-promotion-showcase-numbers {
        font-size: 40px;
        line-height: 52px;
    }

    .pro-promotion-showcase-number-bottom-text {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    .navbar-vs3-dropdown-panel {
        display: none !important;
    }

    .container.font-inter>.navbar-vs3-card+div[x-show] {
        margin-top: 12px;
    }

    .container.font-inter>.navbar-vs3-card+div[x-show] a {
        display: block;
        transition: color 0.2s ease;
    }

    .container.font-inter>.navbar-vs3-card+div[x-show] a:hover {
        color: var(--Neutral-900, #0D0C12);
    }

    .footer-bottom {
        margin-top: 0 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .navbar-vs3-card {
        padding: 10px 18px;
    }
}

@media (max-width: 1199px) and (min-width: 769px) {
    .promotion-courses-card-wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 0;
        grid-auto-rows: 1px;
        grid-template-rows: none;
        grid-auto-flow: dense;
    }

    .promotion-courses-card-wrapper .promotion-courses-card {
        grid-row: auto;
    }

    .promotion-courses-card-wrapper .promotion-courses-card:nth-child(odd) {
        grid-column: 1;
    }

    .promotion-courses-card-wrapper .promotion-courses-card:nth-child(even) {
        grid-column: 2;
    }
}

@media (max-width: 1024px) {
    .navbar-vs3-container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-vs3-card {
        border-radius: 0;
        box-shadow: none;
        border-bottom: 1px solid var(--Neutral-200, #E8E8F0);
    }
}

@media (max-width: 768px) {
    .promotion-courses-container-wrapper {
        padding: 0 20px!important;
    }

    .promotion-courses-container {
        margin-top: 64px;
        margin-bottom: 80px;
    }

    .promotion-subheading-text {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.08px;
    }

    .pro-promotion-showcase-container {
        padding-top: 0;
        gap: 40px;
    }

    .pro-promotion-showcase-text {
        gap: 12px;
        padding: 0 20px;
        max-width: 335px;
        margin-left: auto;
        margin-right: auto;
    }

    .pro-promotion-showcase-text h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .pro-promotion-showcase-text span {
        font-size: 16px;
        line-height: 24px;
    }

    .pro-promotion-showcase-number-text {
        flex: 1 1 calc(50% - 16px);
    }

    .pro-promotion-showcase-numbers {
        font-size: 32px;
        line-height: 40px;
    }

    .pro-promotion-showcase-number-bottom-text {
        font-size: 16px;
        line-height: 24px;
    }

    .pro-promotion-showcase-number-vertical-line {
        width: 200px;
    }

    .promotion-courses-text-wrapper {
        text-align: center;
    }

    .promotion-courses-card-wrapper {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
    }

    .promotion-courses-card-competencies-wrapper {
        display: none;
    }

    .promotion-courses-card {
        grid-row: auto;
    }

    .promotion-courses-card-including-more-btn {
        display: inline;
        text-align: left;
        align-self: flex-start;
    }

    .promotion-courses-card-including-more[hidden] {
        display: none !important;
    }

    .promotion-courses-card-top {
        min-height: auto !important;
    }

    .promotion-courses-card-top-badge {
        margin-bottom: -8px;
    }

    .promotion-courses-card-instructor-wrapper {
        margin-top: 0;
        padding-top: 24px;
    }

    .promotion-courses-card-bottom {
        grid-template-rows: auto;
        padding: 24px;
    }

    .promotion-courses-card-top-header {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 0;
    }

    .promotion-courses-card-top-subtitle {
        font-size: 14px;
        line-height: 22px;
    }

    .promotion-courses-card-price span {
        font-size: 32px;
        line-height: 40px;
    }

    .promotion-courses-card-price--placeholder {
        min-height: 56px;
    }

    .promotion-courses-card-duration {
        height: 24px;
    }

    .promotion-courses-card-duration i {
        font-size: 20px;
        line-height: 24px;
    }

    .promotion-courses-card-duration span {
        line-height: 24px;
    }

    .promotion-courses-card-including {
        height: 24px;
    }

    .promotion-courses-card-including i {
        font-size: 24px;
        margin-top: 0;
    }

    .promotion-courses-card-text-btn,
    .promotion-courses-card-blue-btn {
        font-size: 14px;
    }

    .promotion-cta-card-wrapper {
        gap: 30px;
        padding: 60px 16px;
    }

    .promotion-cta-card-text-wrapper h3 {
        font-size: 36px;
        line-height: 44px;
    }

    .promotion-cta-card-text-wrapper span {
        font-size: 14px;
        line-height: 21px;
        text-align: center;
    }

    .email-input-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 0;
        background: transparent;
        border: none;
        box-shadow: none;
    }

    .email-input-field {
        border: 1px solid rgba(255, 255, 255, 0.28);
        background: rgba(255, 255, 255, 0.12);
        width: 100%;
        padding: 14px 16px;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
        border-radius: 222px;
    }

    .email-input-button {
        width: 100%;
        padding: 14px 18px;
        font-size: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    }

    .v3-footer-bottom-nav {
        gap: 10px;
    }

    .pro-promotion-img-bg {
        clip-path: polygon(0 0, 100% 0, 100% 97%, 50% 100%, 0 97%);
    }

    .promotion-expectation-bg-container {
        clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%);
    }

}

@media (max-width: 767px) and (min-width: 640px) {
    .navbar-vs3-card {
        padding: 8px 14px;
    }
}

@media (max-width: 640px) {
    .navbar-vs3-card {
        padding: 8px 12px;
    }
}

@media (max-width: 480px) {
    .pro-promotion-showcase-wrapper {
        gap: 24px;
    }

    .pro-promotion-showcase-number-text {
        flex: 1 1 100%;
    }

    .promotion-table-wrapper {
        padding: 16px;
    }

    .comparison-table__cell {
        padding: 12px 10px;
        font-size: 12px;
    }

    .promotion-cta-card-wrapper {
        gap: 24px;
        padding: 40px 12px;
    }

    .promotion-cta-card-text-wrapper h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .promotion-cta-card-text-wrapper span {
        font-size: 14px;
        line-height: 20px;
    }

    .email-input-field {
        font-size: 15px;
        padding: 14px 16px;
    }

    .email-input-button {
        font-size: 15px;
        padding: 12px 16px;
    }

}

@media (max-width: 474px) {
    .navbar-vs3-card {
        padding: 6px 10px;
    }
}

.navbar-vs3-container {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.navbar-vs3-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    gap: 12px;
}

.navbar-vs3-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.navbar-vs3-logo-img {
    height: 24px;
}

.navbar-vs3-nav {
    display: none;
    align-items: center;
    gap: 4px;
    position: relative;
    flex: 1 1 0%;
    justify-content: flex-end!important;
}

.navbar-vs3-actions {
    display: none;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.navbar-vs3-auth-btn {
    font-size: 14px;
    padding: 6px 12px;
}

.navbar-vs3-auth-btn--primary {
    color: var(--Neutral-50, #FFFFFF);
}

.navbar-vs3-auth-btn--tertiary {
    color: var(--Neutral-800, #2F2F3C);
}

.navbar-vs3-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding: 8px;
    color: var(--Neutral-700, #505060);
    background: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.navbar-vs3-mobile-toggle:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.navbar-vs3-mobile-toggle-icon {
    font-size: 20px;
}

.navbar-mobile-menu {
    margin-top: 12px;
    margin-right: 30px;
    margin-left: 30px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    padding: 12px 16px;
}

.navbar-mobile-menu > * + * {
    margin-top: 8px;
}

.navbar-vs3-mobile-link {
    display: block;
    color: var(--Neutral-800, #2F2F3C);
    font-weight: 500;
    padding: 8px 0;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.navbar-vs3-mobile-link:hover {
    color: var(--Neutral-900, #0D0C12);
}

.navbar-vs3-mobile-dropdown-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--Neutral-800, #2F2F3C);
    font-weight: 500;
    padding: 8px 0;
    font-size: 14px;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s ease;
}

.navbar-vs3-mobile-dropdown-btn:hover {
    color: var(--Neutral-900, #0D0C12);
}

.navbar-vs3-mobile-dropdown-arrow {
    transition: transform 0.2s ease;
}

.navbar-vs3-mobile-dropdown-panel {
    padding-left: 16px;
    margin-top: 8px;
}

.navbar-vs3-mobile-dropdown-panel > * + * {
    margin-top: 8px;
}

.navbar-vs3-mobile-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    color: var(--Neutral-700, #505060);
    text-decoration: none;
    transition: color 0.2s ease;
}

.navbar-vs3-mobile-item:hover {
    color: var(--Neutral-900, #0D0C12);
}

.navbar-vs3-mobile-item-icon {
    font-size: 18px;
    margin-top: 2px;
}

.navbar-vs3-mobile-item-title {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.navbar-vs3-mobile-item-text {
    font-size: 12px;
    color: var(--Neutral-600, #78788B);
    margin: 0;
}

.navbar-vs3-mobile-section {
    padding-bottom: 8px;
    border-bottom: 1px solid var(--Neutral-200, #E8E8F0);
}

.navbar-vs3-mobile-section-last {
    padding-top: 8px;
}

.navbar-vs3-mobile-section-title {
    font-size: 12px;
    font-weight: 500;
    color: var(--Neutral-500, #9C9CAC);
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.navbar-vs3-mobile-divider {
    border: none;
    border-top: 1px solid var(--Neutral-200, #E8E8F0);
    margin: 8px 0;
}

.navbar-vs3-mobile-footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 12px;
}

.navbar-vs3-mobile-lang {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.navbar-vs3-mobile-lang-icon {
    color: var(--Neutral-800, #2F2F3C);
}

.navbar-vs3-mobile-lang-text {
    color: var(--Neutral-700, #505060);
}

.navbar-vs3-mobile-btns {
    display: flex;
    gap: 8px;
    width: 100%;
}

.navbar-vs3-mobile-auth-btn {
    padding: 8px 16px;
    font-size: 14px;
    flex: 1 1 0%;
    text-align: center;
}

.navbar-vs3-mobile-auth-btn--primary {
    color: var(--Neutral-50, #FFFFFF);
}

.navbar-vs3-mobile-auth-btn--tertiary {
    color: var(--Neutral-800, #2F2F3C);
}

.rotate-180 {
    transform: rotate(180deg);
}

@media (min-width: 640px) {
    .navbar-vs3-mobile-toggle-icon {
        font-size: 24px;
    }

    .navbar-mobile-menu {
        border-radius: 24px;
        padding: 16px 20px;
    }

    .navbar-mobile-menu > * + * {
        margin-top: 12px;
    }

    .navbar-vs3-mobile-link,
    .navbar-vs3-mobile-dropdown-btn {
        font-size: 16px;
    }

    .navbar-vs3-mobile-divider {
        margin: 12px 0;
    }

    .navbar-vs3-mobile-footer {
        flex-direction: row;
        align-items: center;
    }

    .navbar-vs3-mobile-lang {
        justify-content: flex-start;
    }

    .navbar-vs3-mobile-btns {
        width: auto;
    }

    .navbar-vs3-mobile-auth-btn {
        flex: 0 1 auto;
    }
}

@media (min-width: 768px) {
    .navbar-vs3-card {
        gap: 24px;
    }
}

@media (min-width: 1024px) {
    .navbar-vs3-card {
        gap: 32px;
    }

    .navbar-vs3-nav,
    .navbar-vs3-actions {
        display: flex;
    }

    .navbar-vs3-mobile-toggle {
        display: none;
    }

    .navbar-mobile-menu {
        display: none;
    }
}

@media (min-width: 1280px) {
    .navbar-vs3-nav {
        gap: 12px;
    }

    .navbar-vs3-actions {
        gap: 12px;
    }

    .navbar-vs3-auth-btn {
        font-size: 16px;
        padding: 8px 16px;
    }
}

.promotion-coming-soon-badge {
    position: absolute;
    right: -10px;
    top: 26px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 24px;
    background: #D5FF53;
    border-radius: 4px 0 0 4px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #232B04;
}

.promotion-coming-soon-badge::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 0;
    border-color: #9AC518 transparent transparent transparent;
}

.promotion-courses-card--coming-soon .promotion-courses-card-top {
    position: relative;
    overflow: visible;
    cursor: default;
    pointer-events: none;
}

.promotion-courses-card--coming-soon:has(.promotion-courses-card-top:hover) {
    transform: none;
}

.promotion-courses-card-text-btn--disabled {
    color: #9C9CAC !important;
    pointer-events: none;
    cursor: default;
    text-decoration: none !important;
}

.promotion-courses-card-text-btn--disabled:hover {
    text-decoration: none !important;
    color: #9C9CAC !important;
}

.promotion-courses-card-notify-btn {
    display: flex;
    min-height: 48px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 222px;
    background: linear-gradient(180deg, rgba(179, 176, 201, 0) 0%, rgba(179, 176, 201, 0.12) 100%), #FFFFFF;
    box-shadow: 0px 1px 2px rgba(80, 80, 96, 0.12), 0px 0px 0px 1px rgba(213, 213, 224, 0.6);
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.005em;
    color: #2F2F3C;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: box-shadow 300ms ease, transform 300ms ease;
    align-self: stretch;
}

.promotion-courses-card-notify-btn:hover {
    transform: translateY(-0.5px);
    box-shadow: 0px 2px 4px rgba(80, 80, 96, 0.16), 0px 0px 0px 1px rgba(213, 213, 224, 0.8);
    color: #2F2F3C;
    text-decoration: none;
}

.notify-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.notify-modal-overlay.active {
    display: flex;
}

.notify-modal {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    gap: 32px;
    width: 408px;
    max-width: calc(100vw - 32px);
    background: #FFFFFF;
    box-shadow: 0px 8px 16px -4px rgba(14, 63, 126, 0.02), 0px 6px 12px -3px rgba(14, 63, 126, 0.03), 0px 4px 8px -2px rgba(14, 63, 126, 0.04), 0px 2px 4px -1px rgba(14, 63, 126, 0.05), 0px 0px 0px 1px rgba(14, 63, 126, 0.04);
    border-radius: 24px;
}

.notify-modal-close {
    position: absolute;
    right: 12px;
    top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 8px;
    background: linear-gradient(180deg, rgba(179, 176, 201, 0) 0%, rgba(179, 176, 201, 0.12) 100%), #FFFFFF;
    box-shadow: 0px 1px 2px rgba(80, 80, 96, 0.12), 0px 0px 0px 1px rgba(213, 213, 224, 0.6);
    border-radius: 222px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #2F2F3C;
    line-height: 1;
}

.notify-modal-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.notify-modal-heading h4 {
    margin: 0;
    font-family: 'Host Grotesk', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.0025em;
    color: #2F2F3C;
}

.notify-modal-heading p {
    margin: 0;
    max-width: 313px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #505060;
}

.notify-modal-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.notify-modal-input-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.notify-modal-input-group label {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #2F2F3C;
}

.notify-modal-input-group input {
    display: flex;
    align-items: center;
    padding: 8px;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 1px rgba(213, 213, 224, 0.6);
    border-radius: 8px;
    border: none;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2F2F3C;
    box-sizing: border-box;
}

.notify-modal-input-group input::placeholder {
    color: #9C9CAC;
}

.notify-modal-input-group input:focus {
    outline: none;
    box-shadow: 0px 0px 0px 2px #0049FD, 0px 0px 0px 1px rgba(213, 213, 224, 0.6);
}

.notify-modal-submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    width: 100%;
    height: 48px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), #0049FD;
    box-shadow: 0px 1px 2px rgba(45, 58, 87, 0.24), 0px 0px 0px 1px #0037B3;
    border-radius: 222px;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.005em;
    color: #FFFFFF;
    transition: opacity 200ms ease;
}

.notify-modal-submit-btn:hover {
    opacity: 0.92;
}

.notify-modal-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ========== Notify Success Modal ========== */
.notify-success-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notify-success-icon svg {
    width: 48px;
    height: 48px;
}

.notify-modal-ok-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    width: 100%;
    height: 48px;
    background: linear-gradient(180deg, rgba(179, 176, 201, 0) 0%, rgba(179, 176, 201, 0.12) 100%), #FFFFFF;
    box-shadow: 0px 1px 2px rgba(80, 80, 96, 0.12), 0px 0px 0px 1px rgba(213, 213, 224, 0.6);
    border-radius: 222px;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.005em;
    color: #2F2F3C;
    transition: box-shadow 300ms ease;
}

.notify-modal-ok-btn:hover {
    box-shadow: 0px 2px 4px rgba(80, 80, 96, 0.16), 0px 0px 0px 1px rgba(213, 213, 224, 0.8);
}

@media (min-width: 640px) {
    .mobile-dropdown {
        padding-bottom: 0.75rem;
        margin-bottom: 0.75rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .promotion-cta-card-subscribe {
        max-width: 550px;
    }

    .email-input-field {
        padding: 16px 20px;
    }

    .email-input-button {
        padding: 12px 28px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-bottom {
        margin-top: 0;
        padding: 60px 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-bottom-nav-item {
        margin-right: 0 !important;
    }
}

@media (max-width: 440px) {
    .promotion-table-wrapper--mobile {
        padding: 0 4px;
    }

    .promotion-table-wrapper--mobile-sticky-brands {
        gap: 0;
        padding: 0 4px;
    }

    .promotion-table-wrapper--mobile-sticky-brands span {
        font-size: 11px;
        padding: 0;
        white-space: nowrap;
    }

    .promotion-table-wrapper--mobile-sticky-brands-logo {
        flex: 0 0 20%;
        width: 20%;
        max-height: 24px;
    }

    .promotion-table-wrapper--mobile-content-item {
        padding-top: 12px;
    }

    .promotion-table-wrapper--mobile-content-item-title {
        font-size: 14px;
        text-align: left;
        padding-left: 8px;
        width: 100%;
    }

    .promotion-table-wrapper--mobile-content-item-icons {
        display: flex;
        align-items: center;
        gap: 0;
        width: 100%;
        padding: 0 4px;
    }

    .promotion-table-wrapper--mobile-content-item-icon,
    .promotion-table-wrapper--mobile-content-item-icon-close {
        flex: 0 0 20%;
        width: 20%;
        padding: 8px 0;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .promotion-table-wrapper--mobile-content-item-icon-text {
        flex: 0 0 20%;
        width: 20%;
        padding: 8px 0;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        white-space: normal;
    }
}

.promotion-faq-container {
    margin-bottom: 160px!important;
    margin-top: 160px!important;
    scroll-margin-top: 200px;
}

.promotion-faq-container .cspro-faq-container {
    max-width: 745px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .pro-promotion-hero-wrapper {
        gap: 80px;
    }

    .pro-promotion-hero-wrapper .container > span {
        font-size: 16px !important;
        line-height: 24px !important;
        margin-bottom: 4px!important;
    }

    .pro-promotion-hero-wrapper > .container.flex.flex-col {
        gap: 24px;
    }

    .pro-promotion-hero-wrapper > .container.flex.flex-col > h1 {
        max-width: 335px;
        letter-spacing: -1px;
    }

    .pro-promotion-hero-wrapper > .container.flex.flex-col > .btn-event-discover {
        margin-top: 0!important;
    }

    .promotion-courses-video-inner,
    .promotion-courses-video-inner iframe,
    .promotion-courses-video-inner video {
        border-radius: 4px;
    }

    .promotion-expectation-container {
        padding: 64px 20px 80px;
        gap: 40px;
    }

    .promotion-table-container {
        padding: 0;
        gap: 40px;
    }

    .promotion-table-container-wrapper {
        margin-top: 64px;
        margin-bottom: 64px;
    }

    .promotion-table-wrapper--mobile {
        clip-path: inset(0 round 16px);
    }

    .promotion-table-wrapper--mobile-sticky-brands {
        margin-left: -8px;
        margin-right: -8px;
        width: calc(100% + 16px);
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
    }

    .promotion-table-wrapper--mobile-sticky-brands-logo {
        max-height: 24px;
    }

    .promotion-table-wrapper--mobile-content-item-icon-text {
        font-size: 14px;
    }

    .promotion-faq-container {
        padding: 0 20px!important;
        margin-top: 64px !important;
        margin-bottom: 80px !important;
    }
}

.cspro-student-discount-cta {
  display: block;
  width: 100%;
  margin: 8px 0 0 0;
  font-size: 12px;
  line-height: 16px;
  color: #78788B;
  text-align: center;
  font-weight: 400;
}
.cspro-student-discount-cta a {
  color: #0049FD;
  text-decoration: underline;
}
.cspro-student-discount-cta a:hover { opacity: 0.85; }

.cspro-student-discount-cta--detail {
  white-space: nowrap;
  font-size: 12px;
}

.promotion-courses-card-bottom > .cspro-student-discount-cta {
  margin-top: -16px;
  margin-bottom: 16px;
}
