* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

.cmp-image img {
    display: block;
    padding: 0 120px;
    background: #000000;
}

.cmp-image:last-of-type img {
    padding-bottom: 120px;
}

.nav_primary .nav_menu-primary-item-content {
    z-index: 9;
}

.newsroom-c-media-player__caption {
    margin-top: 0px;
}

.newsroom-c-media-player {
    padding: 0px 120px;
    background: #000000;
}

.aisum-container {
    max-width: 1440px;
    margin: 0 auto;
}

.aisum-top-banner {
    background-image: url(../images/ai-summit-top-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.aisum-top-banner-subtitle {
    color: #FFFFFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -1.6px;
}

.aisum-top-banner-title,
.aisum-top-banner-subtitle {
    z-index: 2;
}

#divtoCalculateoffsetforSticky {
    background: #000000;
}

.aisum-jump-nav {
    background-color: #000000;
    padding: 24px 120px 24px 120px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    /* position: sticky;
    top: 0px; */
}

.navSticky {
    position: fixed;
    top: 0px;
    max-width: 1440px;
    width: 100vw;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 3;
}

.aisum-jump-text {
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 19.6px */
}

.aisum-jump-links {
    position: relative;
}

button.aisum-nav-btn {
    display: flex;
    width: calc(184px + 48px);
    padding: 12px 24px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: transparent;
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    cursor: pointer;
}

button.aisum-nav-btn span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
}

button.aisum-nav-btn:hover,
button.aisum-nav-btn:has(+ .aisum-nav[style*="display: flex"]) {
    background: rgba(255, 255, 255, 0.24) !important;
    backdrop-filter: blur(20px);
}

.navBtnSticky {
    background: rgba(0, 0, 0, 0.01) !important;
    backdrop-filter: blur(20px);
}

.aisum-nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    width: max-content;
    padding: 24px;
    max-height: 245px;
    overflow-y: auto;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(20px);
    z-index: 3;
    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.2);
}

/* Chrome, Safari, Edge */
.aisum-nav::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.aisum-nav::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.aisum-nav::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
}

.aisum-nav div {
    width: 100%;
}

.aisum-jump-link {
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    width: 100%;
    display: block;
    padding: 12px 0;
}

.aisum-jump-link:hover {
    opacity: 0.8;
    text-decoration: none;
}

.aisum-nav>div:first-child .aisum-jump-link {
    padding-top: 0;
}

.aisum-nav>div:last-child .aisum-jump-link {
    padding-bottom: 0;
}

.aisum-section {
    max-width: 1440px;
    padding: 120px 120px 40px 120px;
    color: #FFFFFF;
    background-color: #000000;
}

.aisum-section.first {
    padding-top: 40px;
}

.aisum-top-section {
    display: flex;
    gap: 24px;
    flex-direction: row;
    margin-bottom: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    padding-top: 40px;
    position: relative;
    z-index: 2;
}

.aisum-section.first .aisum-top-section {
    border-top: none;
    padding-top: 0px;
}

.aisum-top-section>div {
    width: 50%;
}

.aisum-section-left {
    color: var(--Text-white-text, #FFFFFF);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 64px */
    letter-spacing: -2.56px;
}

.aisum-section-right ul {
    /* list-style-type: none; */
    margin-left: 24px;
}

.aisum-section-right>ul>li {
    color: var(--Text-white-text, #FFFFFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 30px */
    letter-spacing: -0.96px;
    margin-bottom: 24px;
}

.aisum-middle-section {
    position: relative;
    z-index: 2;
}

.aisum-authors {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.aisum-author {
    display: grid;
    grid-template-columns: 100px auto;
    gap: 24px;
    align-items: center;
}

.aisum-author-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}

.aisum-author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aisum-author-name {
    color: #FFFFFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 30px */
    letter-spacing: -0.96px;
    margin-bottom: 4px;
}

.aisum-author-title {
    color: #888;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
    letter-spacing: -0.8px;
    margin-bottom: 4px;
}

.aisum-author-org {
    color: #00BCEB;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
    letter-spacing: -0.8px;
}

.first .aisum-author,
.fourth .aisum-author {
    flex: 33%;
}

.second .aisum-author {
    flex: 50%;
}

.third .aisum-author {
    flex: 100%;
}

.aisum-bottom-btn-section {
    padding: 40px 120px;
    background-color: #000000;
    display: flex;
    justify-content: end;
    gap: 4px;
}

.aisum-share {
    position: relative;
}

.aisum-share-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 48px;
    border: 1px solid #0A60FF;
    background: #0A60FF;
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    cursor: pointer;

}

.aisum-share-btn:hover {
    background-color: #124FC9;
}

.aisum-share-menu {
    position: absolute;
    bottom: calc(100% + 10px);
    display: none;
    width: calc(211px - 32px);
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}

.aisum-share-option,
.aisum-share-option>a {
    width: 100%;
}

.aisum-share-option>a,
.aisum-share-option>button {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    background-color: transparent;
    border: none;
    color: #1B1C1D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    cursor: pointer;
}

.aisum-share-option svg {
    margin: 10px;
    min-width: 16px;
}

.aisum-share-option>a:hover,
.aisum-share-option>button:hover {
    color: #0A60FF;
    text-decoration: none;
}

.aisum-back-to-top {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 48px;
    border: 1px solid #0A60FF;
    background-color: #000000;
    cursor: pointer;
}

.aisum-back-to-top svg path {
    stroke: #FFFFFF;
}

.aisum-back-to-top:hover {
    background-color: #0A60FF;
}

.aisum-back-to-top:hover svg path,
.aisum-back-to-top svg:hover path,
.aisum-back-to-top svg path:hover {
    stroke: #FFFFFF;
}

.bottomSticky {
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    background: transparent;
    z-index: 3;
}

.aisum-qr-code-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.aisum-qr-code-modal-inner {
    display: flex;
    width: max-content;
    flex-direction: column;
    align-items: end;
}

.aisum-qr-code-content {
    background: white;
    width: 300px;
    border-radius: 8px;
}

.aisum-qr-code-content .aisum-qr-code-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

button#aisum-qr-code-close {
    position: relative;
    right: -53px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.aisum-qr-code-text {
    color: #1B1C1D;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 350;
    line-height: 135%;
    margin: 0px 32px 32px 32px;
}

/* Gradient Blob css */
.blob {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 650px;
    height: 650px;
    transition: all 0.2s ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    border-radius: 1440px;
    opacity: 0.24;
    background: linear-gradient(92deg, #FF8A00 1.32%, #F37321 18.96%, #FF027A 36.61%, #AC3698 52.73%, #5561EE 70.23%, #1384FF 99.34%);
    filter: blur(120px);
    z-index: 1;
}

/* MEDIA QUERY */
@media (min-width: 1550px) {
    .aisum-back-to-top {
        background-color: #FFFFFF;
    }

    .aisum-back-to-top svg path {
        stroke: #07182d;
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .cmp-image img {
        padding: 0 48px;
    }

    .cmp-image:last-of-type img {
        padding-bottom: 40px;
    }

    .newsroom-c-media-player {
        padding: 0px 48px;
    }

    .aisum-jump-nav {
        padding: 24px 48px 64px 48px;
    }

    .aisum-section {
        padding: 120px 48px 40px 48px;
    }

    .aisum-section.first {
        padding-top: 40px;
    }

    .aisum-top-section,
    .aisum-authors {
        flex-direction: column;
    }

    .aisum-top-section>div {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cmp-image img {
        padding: 0 16px;
    }

    .cmp-image:last-of-type img {
        padding-bottom: 40px;
    }

    .blob {
        display: none !important;
    }

    .newsroom-c-media-player {
        padding: 0px 16px;
    }

    .aisum-top-banner {
        background-image: url(../images/ai-summit-top-banner-mobile.png);
    }

    .aisum-top-banner-title {
        height: 29px;
    }

    .aisum-top-banner-title>img {
        height: 100%;
    }

    .aisum-top-banner-subtitle {
        font-size: 20px;
        letter-spacing: -0.8px;
    }

    .aisum-jump-nav {
        padding: 24px 16px 64px 16px;
        padding-bottom: 64px;
    }

    .aisum-nav {
        max-width: 68vw;
    }

    .aisum-section {
        padding: 80px 16px 40px 16px;
    }

    .aisum-section.first {
        padding-top: 40px;
    }

    .aisum-top-section,
    .aisum-authors {
        flex-direction: column;
    }

    .aisum-top-section>div {
        width: 100%;
    }

    .aisum-section-left {
        font-size: 28px;
        letter-spacing: -1.12px;
    }

    .aisum-section-right>ul>li,
    .aisum-author-name,
    .aisum-author-title,
    .aisum-author-org {
        font-size: 16px;
    }
}