body {
    background: linear-gradient(180deg, #6161FF 0%, #E7ECFF 12.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: transparent;
}
.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;
}


/* Numbers Behind */
.numbers-behind {
  padding: 0;
}
.numbers-behind__inner {
  background-color: transparent;
  padding: 120px 24px 50px;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: content-box;
}
.numbers-behind-info {
  min-height: auto;
}
.numbers-behind__title {
  color: #000;
}
.numbers-behind__item-number {
  font-size: 72px;
  line-height: 115%;
}
.numbers-behind__item-text {
  font-size: 28px;
  line-height: 130%;
}
.numbers-behind-info {
  padding: 32px 23px 32px 32px;
}
.numbers-behind__column {
  width: 100%;
  max-width: 418px;
}
.numbers-behind-image {
  width: auto;
}
.numbers-behind__column:first-child .numbers-behind-info {
  color: #fff;
}
@media (min-width: 1440px) {
  .numbers-behind__column {
    height: 458px;
  }
  .numbers-behind__column:nth-child(odd) .numbers-behind-image {
    height: 260px;
  }
  .numbers-behind__column:nth-child(odd) .numbers-behind-info,
  .numbers-behind__column:nth-child(even) .numbers-behind-info {
    height: 186px;
  }
}
@media (max-width: 1439px) {
  /* .numbers-behind {
    padding: 0;
  } */
  .numbers-behind__column {
    height: auto;
  }
}
@media (max-width: 1280px) {
  .numbers-behind__inner {
    max-width: 1110px;
    /* padding-left: 65px;
    padding-right: 65px; */
  }
  .numbers-behind__column {
    width: 100%;
    height: 403px;
  }
  .numbers-behind__item-text {
    font-size: 24px;
  }
  .numbers-behind__column:nth-child(2) .numbers-behind-image img,
  .numbers-behind__column .numbers-behind-image img {
    height: 226px;
  }
  .numbers-behind-image {
    height: 226px;
  }
  .numbers-behind-info {
    min-height: auto;
    padding: 24px;
    max-height: 196px;
  }
  .numbers-behind__column {
    justify-content: flex-start;
  }
  .numbers-behind__column:nth-child(2) {
    justify-content: flex-end;
  }
}
@media (max-width: 1279px) {
  .numbers-behind__column {
    height: auto;
  }
  .numbers-behind__items {
    width: 100%;
  }
}
@media (max-width: 1220px) {
  /* .numbers-behind {
    padding: 0;
  } */
  .numbers-behind__column {
    width: 100%;
    height: 364px;
  }
  .numbers-behind__item-text {
    font-size: 23px;
  }
  .numbers-behind__column:nth-child(2) .numbers-behind-image img, 
  .numbers-behind__column .numbers-behind-image img,
  .numbers-behind-image {
    height: 188px;
  }
  .numbers-behind-info {
    max-height: 224px;
    padding-right: 33px;
  }
  .numbers-behind__inner {
    padding: 100px 26px 50px;
  }
}
@media (max-width: 1024px) {
  .numbers-behind__item-text {
    font-size: 23px;
    max-width: 97%;
  }
  .numbers-behind__inner {
    padding: 100px 24px 50px;
    max-width: 930px;
  }
}
@media (max-width: 1023px) {
  .numbers-behind-info {
    flex: 1;
  }
  .numbers-behind__column:nth-child(1) .numbers-behind-info {
    min-height: auto;
  }
  .numbers-behind__column:nth-child(2) .numbers-behind-info {
    min-height: auto;
  }
  .numbers-behind__item-number {
    font-size: 62px;
  }
  .numbers-behind__item-text {
    font-size: 20px;
    max-width: none;
  }
}
@media (max-width: 850px) {
  /* .numbers-behind__inner {
    background: red;
  } */
  .numbers-behind__inner {
    padding: 120px 42px 50px;
  }
  .numbers-behind__items {
    flex-direction: row;
    width: 100%;
  }
  .numbers-behind__column:nth-child(2) {
    flex-direction: column-reverse;
  }
  .numbers-behind-info {
    padding: 16px;
  }
  .numbers-behind__column {
    max-width: none;
    width: 100%;
    height: 320px;
  }
  .numbers-behind__column .numbers-behind-image img, .numbers-behind-image {
    height: 188px;
  }
  .numbers-behind__column:nth-child(2) .numbers-behind-image img,
  .numbers-behind__column:nth-child(2) .numbers-behind-image {
    background-image: url(../images/e26/agent-768@2x.png);
    background-size: cover;
  }
  .numbers-behind__column:nth-child(2) .numbers-behind-image img {
    display: none;
  }
  .numbers-behind__item-number {
    font-size: 52px;
  }
  .numbers-behind__item-text {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .numbers-behind__inner {
    padding: 120px 42px 50px;
  }
  .numbers-behind__items {
    flex-direction: row;
  }
  .numbers-behind__column:nth-child(2) {
    flex-direction: column-reverse;
  }
  .numbers-behind-info {
    padding: 16px;
  }
  .numbers-behind__column {
    max-width: none;
    width: 220px;
    height: 320px;
  }
  .numbers-behind__column .numbers-behind-image img, .numbers-behind-image {
    height: 188px;
  }
  .numbers-behind__column:nth-child(2) .numbers-behind-image img,
  .numbers-behind__column:nth-child(2) .numbers-behind-image {
    background-image: url(../images/e26/agent-768.png);
    background-size: cover;
  }
  .numbers-behind__column:nth-child(2) .numbers-behind-image img {
    display: none;
  }
  .numbers-behind__item-number {
    font-size: 52px;
  }
  .numbers-behind__item-text {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .numbers-behind__column:nth-child(2) .numbers-behind-info, .numbers-behind__column:nth-child(1) .numbers-behind-info, .numbers-behind__column:nth-child(3) .numbers-behind-info {
    min-height: auto;
  }
}
@media (max-width: 700px) {
  .numbers-behind__items {
    flex-direction: column;
  }
  .numbers-behind__column:nth-child(2) .numbers-behind-image img, 
  .numbers-behind__column .numbers-behind-image img,
  .numbers-behind-image {
    height: 162px;
  }
  .numbers-behind__column:nth-child(2) .numbers-behind-image img {
    display: block;
  }
  .numbers-behind-info {
    max-height: 210px;
    height: 100%;
    padding: 16px;
    flex: 1;
    max-width: none;
  }
  .numbers-behind__item-number {
    font-size: 62px;
    margin-bottom: 3px;
  }
  .numbers-behind__item-text {
    font-size: 20px;
  }
  .numbers-behind__column {
    width: 100%;
    /* height: 384px; */
    max-width: none;
  }
  .numbers-behind__column:nth-child(2) {
    flex-direction: column;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .numbers-behind__item-text {
    font-size: 20px;
  }
  .numbers-behind__item-number {
    font-size: 45px;
  }
}
@media (max-width: 500px) {
  .numbers-behind__inner {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 60px;
  }
  .numbers-behind__items {
    flex-direction: column;
  }
  .numbers-behind {
    padding: 0;
  }
  .numbers-behind__column:nth-child(2) .numbers-behind-image img, 
  .numbers-behind__column .numbers-behind-image img, 
  .numbers-behind-image {
    height: 200px;
  }
  .numbers-behind__column {
    width: calc(100vw - 48px);
    height: fit-content;
  }
  .numbers-behind__item-number {
    font-size: 42px;
  }
  .numbers-behind__item-text {
    font-size: 20px;
  }
  .numbers-behind-info {
    padding-right: 35px;
  }
  .numbers-behind__title {
    max-width: 300px;
  }
}

/* Become a sponsor */
.become-sponsor {
  background-color: #fff;
  padding: 60px 0;
  border-radius: 24px;
}
.become-sponsor img {
  border-radius: 24px;
}
.become-sponsor__boxes {
  display: flex;
  gap: 16px
}
.become-sponsor__images {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.become-sponsor__images img {
  max-width: 285px;
}
.become-sponsor__box {
  border-radius: 24px;
  background-color: #C4FD9A;
  color: #000;
  display: flex;
  align-items: center;
  font-size: 20px;
  padding: 0 32px;
  max-width: 624px;
  width: 100%;
}
.become-sponsor__box > img {
  max-width: 220px;
}
.become-sponsor__box__title {
  font-weight: 400;
  font-size: 52px;
  line-height: 130%;
  margin-bottom: 22px;
}
.become-sponsor__box__button {
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 160%;
  padding: 16px 36px;
  margin-top: 32px;
  display: inline-block;
}
.become-sponsor__box__button:hover,
.become-sponsor__box__button:focus,
.become-sponsor__box__button:active {
  color: #fff;
  text-decoration: none;
}
.become-sponsor__box p {
  margin-bottom: 0;
  line-height: 160%;
}
.show-945 {
  display: none;
}
.hide-945 {
  display: block;
}
@media (max-width: 1280px) {
  .become-sponsor__box__title span {
    display: block;
  }
}
@media (max-width: 1150px) {
  .become-sponsor__box__title {
    font-size: 42px;
  }
  .become-sponsor__box__title br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .become-sponsor {
    padding: 100px 0 60px;
  }
  .become-sponsor__boxes {
    max-height: 426px;
  }
  .become-sponsor__images__first {
    max-height: 152px;
  }
  .become-sponsor__images__last {
    max-height: 258px;
  }
  .become-sponsor__box {
    flex: 0 0 49.2%;
    max-width: 49.2%;
    padding: 0 24px;
  }
  .become-sponsor__box__title span {
    display: inline;
  }
  .become-sponsor img {
    max-width: 220px;
    flex: 0 0 220px;
    object-fit: cover;
  }
}
@media (max-width: 1023px) {
  .become-sponsor__box__title br {
    display: block;
  }
}
@media (max-width: 1010px) {
  .become-sponsor__box {
    flex: 1 0 44%;
    max-width: max-content;
  }
}
@media (max-width: 945px) {
  .become-sponsor {
    padding: 60px 0;
  }
  .become-sponsor__boxes {
    flex-wrap: wrap;
  }
  .become-sponsor__box {
    flex: 100%;
    max-width: 100%;
    padding: 32px;
  }
  .become-sponsor__boxes {
    max-height: none;
  }
  .become-sponsor__images__first {
    max-height: none;
  }
  .become-sponsor__images__last {
    max-height: none;
  }
  .become-sponsor__box__title {
    font-size: 42px;
    margin-bottom: 16px;
  }
  .become-sponsor,
  .become-sponsor p {
    font-size: 18px;
  }
  .become-sponsor__box__button {
    margin-top: 22px;
  }
  .become-sponsor .become-sponsor__image {
    max-width: 56%;
    flex: auto;
  }
  .become-sponsor__images {
    flex: 1;
  }
  .become-sponsor__images img {
    max-width: none;
    flex: auto;
    width: 100%;
  }
  .hide-945 {
    display: none;
  }
  .show-945 {
    display: block;
  }
}
@media (max-width: 768px) {
  .become-sponsor__box__title {
    max-width: 70%;
  }
}
@media (max-width: 500px) {
  .become-sponsor {
    margin: 0;
    padding: 40px 0 60px;
  }
  .become-sponsor__box {
    padding: 24px;
  }
  .become-sponsor__box__title {
    max-width: 100%;
    font-size: 40px;
  }
  .become-sponsor__box__title span {
    display: block;
  }
  .become-sponsor__box,
  .become-sponsor img {
    border-radius: 16px;
  }
  .become-sponsor .become-sponsor__image {
    max-width: 47.5%;
    height: auto;
  }
}
@media (max-width: 375px) {
  .become-sponsor .become-sponsor__image {
    height: 272px;
  }
  .become-sponsor .become-sponsor__images__first {
    height: 84px;
  }
}

/* Quotes */
.quotes {}
.quotes__wrapper {
  background-color: transparent;
  border-radius: 24px;
  color: #000;
  padding: 60px 0 120px;
}
.quotes__intro {
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 60px;
  text-align: center;
}
.quotes__intro__title {
  font-size: 52px;
  line-height: 130%;
  font-weight: 400;
  margin-bottom: 24px;
}
.quotes__intro p {
  margin-bottom: 0;
}
.quotes__slider .slick-dots {
  display: flex !important;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  gap: 9px;
}
.quotes__slider .slick-dots li {
  margin: 0;
  width: auto;
  height: 10px;
}
.quotes__slider .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6161FF;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: width 0.15s linear;
  top: -12px;
  position: relative;
}
.quotes__slider .slick-dots li button:active,
.quotes__slider .slick-dots li button:focus {
  outline: none !important;
}
.quotes__slider .slick-dots li.slick-active button {
  background: #6161FF;
  width: 40px;
  border-radius: 100px;
}
.quotes__slide {
  background-color: #fff;
  border-radius: 24px;
  width: 1280px;
  margin: 0 16px;
  height: 380px;
  display: flex !important;
  align-items: center;
  padding: 0 58px;
  gap: 32px;
  position: relative;
}
.quotes__slide__title {
  flex: 0 0 534px;
}
.quotes__slide__title h2 {
  font-weight: 400;
  font-size: 54px;
  line-height: 112%;
  margin-bottom: 0;
}
.quotes__slide__title h2 span {
  color: #6161FF;
}
.quotes__slide__content {
  font-size: 18px;
  line-height: 140%;
  flex: 1 1 auto;
}
.quotes__slide__content p:nth-of-type(2) {
  margin-bottom: 16px;
}
.quotes__slide__title::before {
  content: "";
  position: absolute;
  width: 158px;
  height: 109px;
  background: url(../images/e26/quote.png) no-repeat 0 0 / cover scroll;
  top: 60px;
  left: 32px;
}
@media (min-width: 1440px) {
  .quotes__slide__content p {
    margin-bottom: 24px;
  }
  .quotes__slide__content p:last-child {
    margin-bottom: 16px;
  }
}
@media (max-width: 1400px) {
  .quotes__slide {
    width: 1110px;
    height: 301px;
    padding: 0 52px;
  }
  .quotes__slide__title {
    flex: 0 0 395px;
  }
  .quotes__slide__title h2 {
    font-size: 40px;
  }
  .quotes__slide__title::before {
    width: 130px;
    height: 90px;
    top: 44px;
    left: 32px;
  }
}
@media (max-width: 1280px) {
  .quotes__slide__content p {
    margin-bottom: 24px;
  }
}
@media (max-width: 1220px) {
  .quotes__wrapper {
    padding: 60px 0 100px;
  }
  .quotes__intro__title {
    font-size: 42px;
  }
  .quotes__slide {
    width: 930px;
    height: 351px;
    padding: 0 42px;
    margin: 0 12px;
  }
  .quotes__slide__title::before {
    top: 44px;
    left: 32px;
  }
  .quotes .secondary-container--almost-fw {
    padding: 0 10px
  }
}
@media (max-width: 1000px) {
  .quotes__wrapper {
    padding: 60px 0 50px;
  }
  .quotes__slide {
    width: 684px;
    height: 348px;
    padding: 0 32px;
    margin: 0 12px;
    gap: 24px;
  }
  .quotes__slide__title {
    flex: 0 0 299px;
  }
  .quotes__slide__title h2 {
    font-size: 32px;
  }
  .quotes__slide__content {
    font-size: 17px;
  }
  .quotes__slide__title::before {
    width: 110px;
    height: 75px;
    left: 27px;
    top: 86px;
  }
}
@media (max-width: 725px) {
  .quotes .slick-track {
    display: flex;
  }
  .quotes .slick-slide > div { /* Target the immediate wrapper inside the slide */
    height: 100%;
  } 
  .quotes .secondary-container--almost-fw {
    padding: 0;
  }
  .quotes__intro {
    padding-left: 24px;
    padding-right: 24px;
  }
  .quotes__intro__title {
    font-size: 40px;
  }
  .quotes__slide {
    width: 327px;
    height: auto;
    padding: 58px 24px;
    margin: 0 8px;
    gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 16px;
  }
  .quotes__slide__title::before {
    width: 100px;
    height: 70px;
    left: 12px;
    top: 20px;
  }
  .quotes__slide__title {
    flex: 0;
  }
  .quotes__slide__title h2 {
    font-size: 28px;
  }
  .quotes__slide__title h2 br {
    display: none;
  }
  .quotes__slide__content {
    font-size: 16px;
    flex: 0;
  }
}
@media (max-width: 500px) {
  .quotes__wrapper {
    padding: 40px 0 20px;
  }
  .quotes__intro__title {
    max-width: 327px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 365px) {
  .quotes__slide__title h2 {
    font-size: 26px;
  }
}

/* Cards */
.cards {
  padding-top: 88px;
}
.cards__title {
  color: #fff;
  font-size: 136px;
  font-weight: 500;
  letter-spacing: -7px;
}
.cards__title span {
  font-weight: 300;
}
.cards__items {
  display: flex;
  position: relative;
  z-index: 2;
  gap: 16px;
}
.card-item {
  border-radius: 24px;
  height: 635px;
  overflow: hidden;
  transition: flex-grow 0.4s ease-in-out, flex-shrink 0.4s ease-in-out, flex-basis 0.4s ease-in-out;
  position: relative;
  color: #fff;
  scale: 1;
}
.card-item:hover {
  text-decoration: none;
}
.card-item__video {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  object-fit: cover; /* removes black bars */
  position: absolute;
  z-index: 1;
}
.card-item__content {
  position: relative;
}
.card-item__content > div {
  text-align: center;
  z-index: 5;
}
.card-item__shadow {
  /* position: absolute;
  background: url(../images/e26/content-shadow.png) no-repeat center;
  background-size: cover;
  width: 972px;
  height: 635px;
  z-index: 1; */
  width: 623px;
  height: 461px;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 60%
  );
  z-index: 1;
  position: absolute;
}

.card-item--nyc,
.card-item-nyc--hover .card-item--nyc,
.card-item-london--hover .card-item--london  {
  flex: 0 0 76%; /* 972px */
}
.card-item--london,
.card-item-nyc--hover .card-item--london,
.card-item-london--hover .card-item--nyc  {
  flex: 1 1 100%;
}
.cards:not(.card-item-london--hover) .card-item--london::after,
.card-item-nyc--hover .card-item--london::after,
.card-item-london--hover .card-item--nyc::after  {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 83, 0.65);
  border-radius: 24px;
  z-index: 20;
  top: 0;
  left: 0;
}

.card-item--london .card-item__content,
.card-item-nyc--hover .card-item--london .card-item__content,
.card-item-london--hover .card-item--nyc .card-item__content {
  opacity: 0;
}
.card-item-london--hover .card-item--london .card-item__content {
  opacity: 1;
}
.card-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  z-index: 20;
  top: 0;
  left: 0;
}
.card-item__content {
  position: relative;
  z-index: 50;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.13s ease-in 0.15s;
}
.card-item__title {
  color: #fff;
  font-size: 100px;
  line-height: 130%;
  font-weight: 300;
  margin-bottom: 8px;
  white-space: nowrap;
}
.card-vertical-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  transition: opacity 0.13s ease-in 0.15s;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 62px;
}
.card-item__title--vertical {
  /* font-size: 72px;
  line-height: 130%; */
  margin-bottom: 0;
  /* transform: rotateZ(270deg); */
  max-width: 100%;
  height: auto;
}
.card-item--london .card-vertical-title,
.card-item-nyc--hover .card-item--london .card-vertical-title,
.card-item-london--hover .card-item--nyc .card-vertical-title {
  opacity: 1;
}
.card-vertical-title,
.card-item-london--hover .card-item--london .card-vertical-title {
  opacity: 0;
}
.card-item__location {
  color: #fff;
  font-size: 30px;
  line-height: 130%;
  font-weight: 400;
  margin-bottom: 23px;
  white-space: nowrap;
}
.card-item__location span {
  margin: 0 8px;
}
.card-item__date {
  color: #fff;
  font-size: 30px;
  line-height: 150%;
  position: absolute;
  bottom: 32px;
}
.card-item__btn {
  color: #000;;
  background-color: #fff;
  border-radius: 1930px;
  font-size: 16px;
  line-height: 160%;
  padding: 16px 36px;
}
.card-item__btn:hover {
  color: #000;
  text-decoration: none;
}
@media (max-width: 1280px) {
  .card-item--nyc, .card-item-nyc--hover .card-item--nyc, .card-item-london--hover .card-item--london {
    flex: 0 0 75.8%;
  }
}
@media (max-width: 1024px) {
  .card-item--nyc, .card-item-nyc--hover .card-item--nyc, .card-item-london--hover .card-item--london {
    flex: 0 0 71.1%;
  }
  .card-item__title {
    font-size: 90px;
  }
}
@media (max-width: 980px) {
  .cards {
    padding-top: 80px;
  }
  .card-item {
    height: 450px;
  }
  .card-item--nyc, .card-item-nyc--hover .card-item--nyc, .card-item-london--hover .card-item--london {
    flex: 0 0 66.8%;
  }
  .card-item__title {
    font-size: 62px;
  }
  .card-item__location {
    font-size: 20px;
  }
  .card-vertical-title {
    padding-bottom: 52px;
  }
  .card-item__title--vertical {
    max-width: 120px;
  }
}
@media (max-width: 850px) {
  .card-item__shadow {
    width: 456px;
    height: 450px; 
  }
}
@media (max-width: 660px) {
  .card-item__title {
    font-size: 50px;
    margin-bottom: 8px;
  }
  .card-item__location span {
    display: block;
    text-indent: -999px;
    height: 0;
  }
}
@media (max-width: 560px) {

  .card-item__title {
    font-size: 44px;
    margin-bottom: 8px;
  }
  .card-item__location span {
    display: block;
    text-indent: -999px;
    height: 0;
  }
}
@media (max-width: 500px) {
  .cards {
    padding-top: 40px;
  }
  .card-item {
    height: 410px;
  }
  .card-item__shadow {
    width: 241px;
    height: 360px;
  }
  .card-item__title {
    font-size: 42px;
    margin-bottom: 8px;
  }
  .card-item__location {
    font-size: 18px;
    text-align: center;
    line-height: 150%;
  }
  .card-item__location span {
    display: block;
    text-indent: -999px;
    height: 0;
  }
  .card-item__btn {
    font-size: 16px;
    padding: 11px 25px;
  }
  .card-item--nyc, .card-item-nyc--hover .card-item--nyc, .card-item-london--hover .card-item--london {
    flex: 0 0 73.8%;
  }
  .card-vertical-title {
    padding-bottom: 24px;
  }
  .card-item__title--vertical {
    max-width: 80px;
  }
}
@media (max-width: 420px) {
  .card-item__title {
    font-size: 36px;
  }
}

/* FAQs */
.faqs {
  margin: 0;
}
.faqs-component {
  background: #fff;
  padding: 60px 0 0;
}
.faq-item {
  background-color: #E7ECFF;
}
.faq-item-arrow {
  background-color: transparent;
}
@media (max-width: 1024px) {
  .faqs-component-title h2 {
    font-size: 52px;
  }
  .faqs-list {
    padding: 0;
  }
}


/* Watch */
.watch {
  padding: 80px 0 120px;
}
.watch-player-playlist-container {
  background-color: #fff;
}
.video-item.active {
  background-color: #E7ECFF;
}
@media (max-width: 1280px) {
  .watch {
    padding: 80px 0 60px;
  }
}
@media (max-width: 1024px) {
  .watch {
    padding: 80px 0 60px;
  }
}
@media (max-width: 768px) {
  .watch {
    padding: 80px 0 60px;
  }
}
@media (max-width: 500px) {
  .watch {
    padding: 40px 0;
  }
}
/* Brands */
.brands {
  background-color: #fff;
  padding: 60px 0 100px;
  overflow: hidden;
}
.brands::before,
.brands::after {
  /* display: none; */
}
@media (max-width: 768px) {
  .brands {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .brands {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* AI Edge */
.ai-edge {
  background-color: #fff;
}
.ai-edge-subtitle,
.ai-edge-cta {
  visibility: hidden;
}

@media (max-width: 1280px) {
  .ai-edge-images {
    margin-top: -28px;
  }
}
@media (max-width: 690px) {
  .ai-edge-images {
    margin-top: -55px;
  }
}

.bg-white {
  position: relative;
  margin-top: 130px;
}
.bg-white::before {
  content: "";
  position: absolute;
  top: -129px;
  left: 0;
  width: 100%;
  height: 130px;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 130' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'><path d='M0,130 Q50,-130 100,130 Z' fill='white'/></svg>") no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .bg-white::before {
    top: -79px;
    height: 80px;
  }
}
@media (max-width: 500px) {
  .bg-white::before {
    top: -49px;
    height: 50px;
  }
}

.footer-elevate-26 {
  background-color: #fff;
  margin-top: 0 ;
}