.gradient {
  background: linear-gradient(180deg, #000 17%, #6161ff 60.44%);
}
@media (max-width: 850px) {
  .gradient {
    background: linear-gradient(180deg, #000 18%, #6161ff 45.44%);
  }
}
@media (max-width: 500px) {
  .gradient {
    background: linear-gradient(180deg, #000 21%, #6161ff 55.44%);
  }
}

@media (max-width: 500px) {
  html #wpadminbar {
    overflow: hidden;
  }
}
.main {
  overflow: hidden;
}
.wrapper {
  overflow: hidden;
}

/* Header */
.secondary-header {
  padding-top: 0;
}
.secondary-header .header-elevate,
.secondary-header .header-elevate__container,
.secondary-header .header-elevate .container {
  background-color: #000;
}
.secondary-header .dark-logo {
  display: none;
}
.secondary-header .white-logo {
  display: block;
}
.secondary-header .menu a {
  color: #fff;
}
.secondary-header .menu-item:hover a {
  color: #000;
}
.secondary-header .menu .menu-item-has-children > a::after {
  filter: invert(1);
}
.secondary-header .menu .menu-item-has-children:hover > a::after {
  filter: invert(0);
}
.secondary-header .hamburger-menu span {
  background-color: #fff !important;
}
.secondary-header .header-elevate {
  position: static;
  width: 100%;
  display: flex;
  justify-content: center;
}
.secondary-header .header-dropdown .menu a {
  color: #000;
}
.secondary-header .header-dropdown .menu .menu-item-has-children > a::after {
  filter: invert(0);
}
.secondary-header .header-elevate {
  position: relative;
  z-index: 9999;
}
.secondary-header.menu-open .header-dropdown {
  position: absolute;
  z-index: 999;
  padding-top: 125px;
  margin-top: -85px;
}
.secondary-header .header-right-hand {
  margin-right: 0;
  flex: 0 0 auto;
}

.cta-button {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  padding: 16.3px 36px;
  border-radius: 1930px;
  display: inline-block;
}
.cta-button:hover,
.cta-button:focus,
.cta-button:active {
  color: #000;
  text-decoration: none;
}
.cta-button--header {
  font-size: 14px;
  padding: 9.8px 24.3px;
}

/* Hero */
.hero {
  color: #fff;
  padding: 88px 0 100px;
  font-size: 18px;
  line-height: 160%;
}
.hero__row {
  display: flex;
  gap: 32px;
}
.hero__col {
  flex: 50%;
}
.hero__col--image {
  display: flex;
  align-items: center;
}
.hero__img {
  max-width: 100%;
  height: auto;
}
.hero__title {
  font-size: 46px;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 14px;
}
.hero__title strong {
  font-weight: 500;
  display: block;
}
.hero__tag {
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
  margin-bottom: 14px;
}
.hero p {
  margin-bottom: 0;
}
.hero p span {
  margin: 0 5px;
}
.hero .cta-button {
  margin-top: 20px;
}
@media (max-width: 1280px) {
  .hero__col--content {
    padding-right: 0;
  }
}
@media (max-width: 1070px) {
  .hero {
    font-size: 16px;
    padding: 48px 0 60px;
  }
  .hero__title {
    font-size: 42px;
  }
}
@media (max-width: 950px) {
  .hero__col p br {
    display: none;
  }
}
@media (max-width: 850px) {
  .hero {
    font-size: 20px;
    padding: 88px 0 60px;
  }
  .hero__row {
    flex-direction: column;
    gap: 60px;
  }
  .hero__col {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: auto;
    text-align: center;
  }
  .hero__title {
    font-size: 52px;
    margin-bottom: 16px;
  }
  .hero .cta-button {
    margin-top: 24px;
  }
  .hero__img {
    max-width: 539px;
    width: 100%;
  }
  .hero__tag {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .hero {
    padding: 108px 0 40px;
    font-size: 18px;
  }
  .hero__title {
    font-size: 39px;
  }
  .hero__title br {
    display: none;
  }
  .hero__tag {
    font-size: 18px;
  }
}

/* FAQs */
.faqs {
  margin: 0 0 120px;
}
.faqs-component {
  background: transparent;
  padding: 60px 0 0;
}
.faq-item {
  background-color: #e7ecff;
}
.faq-item-arrow {
  background-color: transparent;
}
.faqs-component-title h2 {
  color: #fff;
}
.faq-item-answer {
  opacity: 0;
  margin-top: 0;
}
.faq-item-answer.active {
  margin-top: -16.5px;
  opacity: 1;
}
@media (max-width: 1024px) {
  .faqs-component-title h2 {
    font-size: 52px;
  }
  .faqs-list {
    padding: 0;
  }
}
@media (max-width: 850px) {
  .faqs-component-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 500px) {
  .faqs-component {
    padding-top: 40px;
  }
  .faqs-component-title h2 {
    font-size: 39px;
  }
}

/* AI edge */
.ai-edge {
  border-radius: 72px 72px 0 0;
  background: #fff;
}
.pin-spacer {
  margin-bottom: -1px !important;
}
@media (max-width: 500px) {
  .ai-edge {
    border-radius: 32px 32px 0 0;
  }
}

/* AGENDA */
.agenda-container {
  padding: 60px 0 100px;
}
.agenda-wrapper {
  display: flex;
  max-width: 1278px;
  margin: 0 auto;
  gap: 32px;
}
.agenda-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  min-width: 443px;
  color: #fff;
}
.al-above-title {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.al-title {
  font-family: Poppins;
  font-weight: 400;
  font-size: 72px;
  line-height: 120%;
  margin-bottom: 14px;
}
.al-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 24px;
}
.agenda-right {
  width: 733px;
}
.agenda-right-above {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  height: auto; /* 227px */
}
.agenda-right-below {
  background: #fff;
  border-radius: 24px;
  padding: 11px 32px;
}
.arb-event {
  display: flex;
  padding: 21px 0;
  gap: 24px;
}
.arbe-image {
  width: 102px;
}
.arbe-image img {
  width: 100%;
  min-width: 102px;
}
.arbe-info {
  display: flex;
  gap: 6px;
  flex-direction: column;
}
.arbe-info ul {
  list-style: none;
  margin-left: 12px;
  margin-bottom: 0;
}
.arbe-info ul li {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  padding-left: 18px;
  position: relative;
}
.arbe-info ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.8em;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: currentColor;
}
.arbe-time {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  vertical-align: middle;
  text-transform: uppercase;
}
.arbe-title {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  vertical-align: middle;
  text-transform: uppercase;
}
.agenda-right-above h3 {
  font-size: 42px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 2px;
}
.agenda-right-above p {
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .al-title {
    font-size: 66px;
  }
  .agenda-right-above h2 {
    font-size: 52px;
  }
}
@media (max-width: 1024px) {
  .agenda-container {
    padding: 60px 0;
  }
  .al-title {
    font-size: 58px;
  }
  .agenda-right-above h2 {
    font-size: 42px;
  }
  .agenda-left {
    min-width: 370px;
  }
  .agenda-right-above {
    padding: 24px;
  }
  .agenda-right-below {
    padding: 3px 24px;
  }
}
@media (max-width: 850px) {
  .agenda-wrapper {
    flex-direction: column;
  }
  .agenda-left {
    padding-top: 0;
  }
  .agenda-right {
    width: 100%;
  }
  .agenda-left {
    min-width: 100%;
  }
  .agenda-right-below {
    padding: 3px 24px 11px;
  }
  .al-title {
    font-size: 42px;
  }
}
@media (max-width: 500px) {
  .agenda-container {
    padding: 40px 0;
  }
  .agenda-right-above {
    padding: 16px;
  }
  .agenda-right-below {
    padding: 3px 16px 11px;
  }
  .arb-event:first-child {
    padding-top: 13px;
  }
  .arb-event {
    gap: 16px;
  }
  .arbe-title {
    font-size: 14px;
  }
  .arbe-info ul li {
    font-size: 16px;
  }
  .al-title {
    font-size: 39px;
  }
}

/* Space to work */
.space-to-work {
  color: #fff;
  padding: 90px 0 100px;
}
.space-to-work__title {
  font-size: 52px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 60px;
}
.space-to-work__container {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.space-to-work__image-col {
  flex: 0 0 624px;
}
.space-to-work__list-col {
  display: flex;
  align-items: center;
  flex: 0 0 515px
}
.space-to-work__image {
  max-width: 100%;
  height: auto;
}
.space-to-work__list {
  margin: 0;
  list-style-type: none;
}
.space-to-work__list__item {
  display: flex;
  gap: 20px;
}
.space-to-work__list__item:not(:last-child) {
  margin-bottom: 52px;
}
.space-to-work__list__item svg {
  width: 54px;
  height: 54px;
}
.space-to-work__list__title {
  font-size: 20px;
  line-height: 160%;
  font-weight: 500;
  margin-bottom: 8px;
}
.space-to-work__list__item p {
  line-height: 160%;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .space-to-work__image-col {
    flex: 0 0 50%;
  }
}
@media (max-width: 1024px) {
  .space-to-work__title {
    font-size: 42px;
  }
  .space-to-work__image-col {
    flex: 0 0 39.7%;
  }
  .space-to-work__list__item svg {
    width: 44px;
    height: 44px;
  }
  .space-to-work__list__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .space-to-work__list__item:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (max-width: 850px) {
  .space-to-work {
    padding: 60px 0;
  }
  .space-to-work__container {
    flex-direction: column-reverse;
    gap: 52px;
  }
  .space-to-work__list-col {
    flex: auto;
    max-width: 515px;
    text-align: center;
    margin: 0 auto;
  }
  .space-to-work__list__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .space-to-work__list__title {
    font-size: 20px;
  }
  .space-to-work__list__item:not(:last-child) {
    margin-bottom: 52px;
  }
  .space-to-work__list__item svg {
    width: 54px;
    height: 54px;
    margin-top: 0;
  }
  .space-to-work__image-col {
    flex: auto;
    display: flex;
    justify-content: center;
  }
  .space-to-work__image {
    max-width: 555px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 500px) {
  .space-to-work__title {
    font-size: 39px;
  }
  .space-to-work__title br {
    display: none;
  }
}

/* Brands */ 
.brands {
  padding: 44px 0 100px;
}
.brands__title {
  color: #fff;
}
.brands__title br {
  display: none;
}
.brands__items {
  padding-top: 80px;
}
.brands::before {
  background: linear-gradient(to right, #000 0%, transparent 100%);
}
.brands::after {
  background: linear-gradient(to left, #000 0%, transparent 100%);
}
@media (max-width: 1024px) {
  .brands {
    padding: 60px 0;
  }
  .brands__title {
    font-size: 42px;
    line-height: 130%;
    max-width: 425px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .brands {
    padding: 60px 0;
  }
}
@media (max-width: 850px) {
  .brands {
    padding: 60px 0 93px;
  }
}
@media (max-width: 768px) {
  .brands__title {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .brands {
    padding: 40px 0 73px;
  }
  .brands__title {
    max-width: 327px;
    font-size: 39px;
  }
  .brands__title br {
    display: block;
  }
  .brands__items .slick-slide {
    margin: 0 21px;
  }
}

/* Bizzabo */
.bizzabo-popup {
  background-color: #ffffff;
  height: 100vh;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  flex-direction: column;
  display: none;
}
.bizzabo-popup--open {
  display: flex;
}
.bizzabo-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: none;
}
.bizzabo-popup h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 8px;
  text-align: center;
}
.bizzabo-popup-text {
  display: block !important;
  margin-top: 35px;
  position: relative;
  top: -8px;
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
}
.bizzabo-popup p {
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  margin-bottom: 0;
}
.bizzabo-popup a {
  color: #000;
  text-decoration: underline;
}
.bizzabo-popup a:hover {
  color: #000;
  text-decoration: underline;
}
.bizzabo-popup div {
  display: none;
}
.bizzabo-popup--open .bz-widget-tickets-inline {
  display: block !important;
}
.bizzabo-popup-close:active,
.bizzabo-popup-close:focus {
  outline: none !important;
}
.css-sra93k {
  border: none;
}
.bz-widget-container {
  position: relative;
  z-index: 9999999;
}
@media (max-width: 607px) {
  .bizzabo-popup {
    overflow-y: scroll;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
  }
  .bizzabo-popup h2 {
    font-size: 28px;
    line-height: 130%;
    padding: 0 24px;
    margin: 75px 0 0;
  }
  .bizzabo-popup p {
    font-size: 12px;
  }
}

/* Push chat behind Bizzabo popups on this page only */
.chat-bubble-container,
.side-note-container {
  z-index: 1000 !important;
}