.gradient {
  background: linear-gradient(180deg, #000 17.75%, #26163F 63.55%, #9A59FF 99.12%);
}
.single .gradient {
  background: linear-gradient(180deg, #000 17.75%, #26163F 30.55%, #9A59FF 99.12%);
}
.e26-nav-login,
.e26-nav-account,
.e26-mobile-auth {
  display: none;
}
.logo img {
  width: auto;
  height: auto;
}
.main-nav {
  position: relative;
  z-index: 100;
}
.header-elevate, .header-elevate .container {
  background-color: transparent;
}
.single .header-elevate, 
.single .header-elevate .container {
  background-color: #000;
}
.secondary-header .dark-logo {
  display: none;
}
.secondary-header .white-logo {
  display: block;
}
.container.container--fw {
  background-color: transparent;
}
.header-elevate__container {
  background-color: transparent;
}
.secondary-header {
  padding-top: 0;
}
.header-elevate {
  position: initial;
}

.cta-button.cta-button--header {
  background-color: #fff;
  color: #000;
  height: 42px;
  display: flex;
  width: 172px;
  border-radius: 180px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
}
.cta-button.cta-button--header:hover {
  background-color: #E7ECFF;
  color: #000;
  text-decoration: none;
}
@media (max-width: 500px) {
  .secondary-header .header-elevate {
    padding: 3px 24px;
  }
}

/* Quotes */
.quotes {}
.quotes__wrapper {
  background-color: transparent;
  border-radius: 24px;
  color: #fff;
  padding: 60px 0 120px;
}
.quotes__intro {
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 24px;
}
.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: #FD84E2;
  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: #FD84E2;
  width: 40px;
  border-radius: 100px;
}

.quotes__slide {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  width: 1280px;
  margin: 0 16px;
  height: 380px;
  display: flex !important;
  align-items: center;
  padding: 0 58px;
  gap: 32px;
  position: relative;
  border: 1px solid #7C7B7B;
}
.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: #FD84E2;
}
.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-pink.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: 360px;
  }
  .quotes__slide__title {
    flex: 0 0 395px;
  }
}

@media (max-width: 1280px) {
  .quotes__slide__title::before {
    width: 130px;
    height: 90px;
    top: 44px;
    left: 32px;
  }
  .quotes__slide__content p {
    margin-bottom: 24px;
  }
}
@media (max-width: 1220px) {
  .quotes__slide {
    width: 930px;
    margin: 0 12px;
  }
  .quotes__intro__title {
    font-size: 42px;
  }
  .quotes__slide {
    padding-left: 42px;
    padding-right: 42px;
  }
  .quotes__slide__title::before {
    top: 44px;
    left: 30px;
  }
}
@media (max-width: 1000px) {
  .quotes__slide {
    height: auto;
    padding: 0 32px;
    gap: 24px;
    width: 684px;
    height: 348px;
  }
  .quotes__slide__title {
    flex: 0 0 298px;
  }
  .quotes__slide__title h2 {
    font-size: 31px;
    line-height: 112%;
  }
  .quotes__slide__content {
    font-size: 17px;
  }
  .quotes__slide__title::before {
    width: 110px;
    height: 75px;
    left: 27px;
    top: 86px;
  }
}
@media (max-width: 725px) {
  .quotes__wrapper {
    padding: 60px 0 40px;
  }
  .quotes__slide {
    padding: 54px 24px;
    flex-direction: column;
    width: 327px;
    margin: 0 8px;
    height: auto;
  }
  .quotes__slider--single .quotes__slide {
    margin: 0;
  }
  .quotes__slider:not(.quotes__slider--single) .slick-track {
    display: flex !important;
  }
  .quotes__slider:not(.quotes__slider--single) .quotes__slide {
    height: inherit !important;
  }
  .quotes__intro__title {
    max-width: 327px;
    margin-left: auto;
    margin-right: auto;
  }
  .quotes__slide__title {
    flex: auto;
  }
  .quotes__slide__content {
    font-size: 16px;
  }
  .quotes__slide__content p {
    margin-bottom: 20px;
  }
  .quotes__slide__title::before {
    width: 100px;
    height: 69px;
    left: 12.2px;
    top: 20.5px;
  }
}
@media (max-width: 365px) {
  .quotes__slide__title h2 {
    font-size: 26px;
  }
}
/* Quotes slider: force full width at every breakpoint (single-quote layout has no slick sizing to rely on) */
.quotes__slider--single .quotes__slide {
  width: 100%;
  margin: 0;
}
@media (max-width: 1400px) {
  .quotes__slider--single .quotes__slide {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .quotes__slider--single .quotes__slide {
    width: 100%;
  }
}
@media (max-width: 1220px) {
  .quotes__slider--single .quotes__slide {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .quotes__slider--single .quotes__slide {
    width: 100%;
  }
}
@media (max-width: 725px) {
  .quotes__slider--single .quotes__slide {
    width: 100%;
  }
}
@media (max-width: 365px) {
  .quotes__slider--single .quotes__slide {
    width: 100%;
  }
}


/* FAQs */
.faqs {
  margin-top: 0;
}
.faqs-component {
  background-color: transparent;
  padding: 60px 0 270px; /* +70px od AI edge */
}
.faqs-component-title h2 {
  color: #fff;
}
@media (max-width: 500px) {
  .faqs-component {
    padding: 40px 0 190px; /* +70px od AI edge */
  }
}

/* AI edge */
.ai-edge {
  margin-top: -70px;
  padding-top: 70px;
  border-radius: 72px 72px 0 0;
  background: #fff;
}
.ai-edge-title {
  max-width: 840px;
}
.ai-edge .blue-bubble {
  width: 190px;
}
.ai-edge .green-bubble {
  display: none;
}
@media (max-width: 500px) {
  .ai-edge {
    border-radius: 32px 32px 0 0;
  }
}

/* Hero video */
.hero-video {
  background-color: #000;
  width: 100%;
  height: 700px;
  margin-top: -72px;
  position: relative;
  overflow: hidden;
}
.hero-video__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  display: block;
  will-change: transform;
}
@media (max-width: 1280px) {
  .hero-video {
    height: 550px;
  }
}
@media (max-width: 1024px) {
  .hero-video {
    height: 480px;
  }
}
@media (max-width: 850px) {
  .hero-video {
    height: 380px;
  }
}
@media (max-width: 500px) {
  .hero-video {
    height: 290px;
    margin-top: -58px;
  }
  .hero-video__video {
    object-fit: contain;
    background: #000;
  }
}

/* Masonry */
.masonry {
  padding: 53px 0 60px;
}
.masonry__title {
  color: #fff;
  font-size: 52px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}
.masonry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.masonry-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.masonry-col--1,
.masonry-col--3 {
  flex-direction: column-reverse;
}
.masonry-box {
  flex: 1 1 auto;
  box-sizing: border-box;
  border-radius: 24px;
  padding: 33.5px 32px;
  color: #fff;
}
.masonry-box h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 12px;
}
.masonry-box p {
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 0;
}
.masonry-col--1 .masonry-box {
  background-color: #00CA72;
}
.masonry-col--2 .masonry-box {
  background-color: #9A59FF;
}
.masonry-col--3 .masonry-box{
  background-color: #C4FD9A;
  color: #000;
}
.masonry-image {
  flex: 0 0 auto;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  display: block;
}
.masonry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.masonry-col--1 .masonry-image,
.masonry-col--3 .masonry-image {
  height: 231px;
}
.masonry-col--2 .masonry-image {
  height: 260px;
}
@media (max-width: 1280px) {
  .masonry {
    padding-top: 60px;
  }
  .masonry-col--1 .masonry-image,
  .masonry-col--3 .masonry-image {
    height: 197px;
  }
  .masonry-col--2 .masonry-image {
    height: 226px;
  }
  .masonry-box h3 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .masonry__title {
    font-size: 42px;
  }
  .masonry-col--1 .masonry-image,
  .masonry-col--3 .masonry-image {
    height: 197.57px;
  }
  .masonry-col--2 .masonry-image {
    height: 188.57px;
  }
  .masonry-box {
    padding: 22.5px 24px;
  }
  .masonry-box p {
    font-size: 18px;
  }
}
@media (max-width: 850px) {
  .masonry-col--1 .masonry-image {
    height: 209.57px;
  }
  .masonry-col--2 .masonry-image {
    height: 188.57px;
  }
  .masonry-col--3 .masonry-image {
    height: 218.57px;
  }
  .masonry-box {
    padding: 17px 16px;
  }
  .masonry-box h3 {
    font-size: 26px;
  }
  .masonry-box p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .masonry-grid {
    grid-template-columns: 1fr;
  }
  .masonry-col--2 {
    flex-direction: column-reverse;
  }
  .masonry-col--1 .masonry-image,
  .masonry-col--2 .masonry-image,
  .masonry-col--3 .masonry-image {
    height: 200px;
  }
}

/* Events */
.events {
  padding: 60px 0 120px;
}
.events__title {
  color: #fff;
  font-size: 52px;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}
.events__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 50px;
  gap: 32px;
}
.event-box {
  background-color: rgba(255, 255, 255, 0.06);
  max-width: 405px; /* temp hardcoded */
  border: 1px solid #45454A;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}
.event-box:hover {
  color: #fff;
  text-decoration: none;
}
a.event-box:hover .event-box__image img {
  scale: 1.2;
}
.event-box__image {
  background-color: #000;
  height: 208px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}
.event-box__image img {
  scale: 1;
  transition: scale 0.3s ease-in-out;
  width: 160px;
  height: 160px;
}
.event-box__content {
  padding: 20px 24px 26px;
}
.event-box__title {
  font-size: 32px;
  font-weight: 400;
  line-height: 39px;
  color: #fff;
  margin-bottom: 12px;
}
.event-box__country {
  color: #7C7B7B;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 20px;
  height: 21px;
}
.event-box__date,
.event-box__location {
  gap: 8px;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
}
.event-box__date svg,
.event-box__location svg {
  position: relative;
  top: 1px;
}
.event-box__date {
  margin-bottom: 8px;
}
.event-box__tags {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  gap: 6px;
}
.events--past .event-box__tags {
  border: 0;
  padding-bottom: 0;
}
.event-box-tag {
background-color: #45454A;
  border-radius: 4px;
  color: #fff;
  padding: 3px 7px 1px;
  font-size: 11px;
  line-height: 160%;
  display: inline-flex;
  align-items: center;
}
.event-box__button {
  border: 0;
  background: transparent;
  color: #fff;
  gap: 6px;
  font-size: 14px;
  line-height: 130%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 21px;
  margin-bottom: 3px;
  padding: 0 0 3px;
  height: 18px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .events__title {
    font-size: 42px;
  }
}
@media (max-width: 850px) {
  .events__wrapper {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .events {
    padding: 40px 0 40px;
  }
  .events--upcoming {
    padding-bottom: 60px;
  }
  .events__wrapper {
    gap: 24px;
    grid-template-columns: 1fr;
  }
  .event-box__content {
    padding: 20px 16px 20px;
  }
  .event-box__image img {
    width: 125px;
    height: 125px;
  }
}

/* Expect grid */
.expect-grid {
  padding: 110px 0;
}
.expect-grid__title {
  color: #FFF;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 67.6px */
  margin-bottom: 50px;
}
.expect-grid__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 32px;
}
.expect-box {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
.expect-box__title {
  font-size: 42px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 12px;
}
.expect-box__text {
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 0;
}
.expect-box--image {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  display: flex;
  align-items: flex-end;
  height: 100%;
  color: #fff;
  padding: 0 24px 28px;
}
.expect-box--image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}
.expect-box__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}
.expect-box__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.expect-box--image .expect-box__content {
  position: relative;
  z-index: 2;
}
.expect-box--green {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  background-color: #C4FD9A;
  color: #000;
  padding: 32px;
}
.expect-box--purple {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  background-color: #9A59FF;
  color: #fff;
  padding: 32px;
}
.expect-box--green .expect-box__title,
.expect-box--purple .expect-box__title {
  margin-bottom: 21px;
}
.expect-box__text br.tablet {
  display: none;
}
.expect-box__text br.mobile {
  display: none;
}
@media (max-width: 1280px) {
  .expect-box__title {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .expect-grid {
    padding-bottom: 60px;
  }
  .expect-grid__title {
    font-size: 42px;
  }
  .expect-box--image {
    min-height: 400px;
  }
  .expect-box__title {
    font-size: 32px;
  }
  .expect-box__text {
    font-size: 16px;
  }
}
@media (max-width: 850px) {
  .expect-grid__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 24px;
  }
  .expect-box--image,
  .expect-box--green,
  .expect-box--purple {
    grid-column: auto;
    grid-row: auto;
  }
  .expect-box--green {
    order: 1;
  }
  .expect-box--purple {
    order: 2;
  }
  .expect-box--image {
    order: 3;
    min-height: auto;
    align-items: flex-start;
  }
  .expect-box--image::after {
    background: linear-gradient(90deg, rgb(40 39 39) 47%, rgba(40, 39, 39, 0.75) 55%, rgba(0, 0, 0, 0) 100%);
  }
  .expect-box--green,
  .expect-box--purple,
  .expect-box--image {
    padding: 24px;
  }
  .expect-box {
    border-radius: 16px;
  }
  .expect-box__title,
  .expect-box--green .expect-box__title, 
  .expect-box--purple .expect-box__title {
    margin-bottom: 12px;
  }
  .expect-box__title br {
    display: none;
  }
  .expect-box--image .expect-box__content {
    max-width: 73%;
  }
  .expect-box__text br.tablet {
    display: block;
  }
}
@media (max-width: 500px) {
  .expect-grid {
    padding: 60px 0;
  }
  .expect-box--image {
    min-height: 320px;
  }
  .expect-box__title {
    font-size: 24px;
  }
  .expect-box__text {
    font-size: 16px;
  }
  .expect-box--green,
  .expect-box--purple,
  .expect-box--image {
    padding: 16px;
  }
  .expect-box--image {
    padding-top: 119px;
  } 
  .expect-box--green .expect-box__title,
  .expect-box--purple .expect-box__title,
  .expect-box--image .expect-box__title {
    font-size: 30px;
  }
  .expect-box__text br.tablet {
    display: none;
  }
  .expect-box__text br.mobile {
    display: block;
  }
  .expect-box--image::after {
    background: linear-gradient(
187deg, rgba(20, 20, 20, 0) 12%, rgba(20, 20, 20, 0.95) 58%);
  }
  .expect-box--image .expect-box__content {
    max-width: 100%;
  }
}
@media (min-width: 380px) and (max-width: 500px) {
  .masonry-image img {
    object-position: center 10px;
  }
}

/* Agenda */
.agenda {
  color: #fff;
  padding: 80px 0 60px;
}
.agenda__wrapper {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
.agenda__column--content {
  max-width: 405px;
  font-size: 18px;
  line-height: 160%;
}
.agenda__column--items {
  flex: 1 1 auto;
  max-width: 783px;
}
.agenda__title {
  font-size: 52px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 14px;
}
.agenda__column--content p {
  margin-bottom: 30px;
}
.agenda__column--content p.note {
  margin-bottom: 24px;
  font-style: italic;
}
.lab-button {
  font-size: 16px;
  line-height: 160%;
  color: #000;
  background-color: #fff;
  border-radius: 1930px;
  padding: 16px 36px 16px 36px;
  text-decoration: none;
  border: 0;
}
.lab-button:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.9;
}
.agenda-items {
  margin: 0;
  padding: 0;
}
.agenda-item {
  font-size: 18px;
  line-height: 130%;
  padding: 22px 0;
  border-top: 1px solid rgba(69, 69, 74, 1);
  display: flex;
  align-items: center;
}
.agenda-item__date {
  display: inline-block;
  width: 130px;
  margin-right: 40px;
  color: #97AEFF;
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .agenda {
    padding: 60px 0;
  }
  .agenda__column--content {
    max-width: 369px;
    padding-right: 3px;
  }
  .agenda__title {
    font-size: 42px;
  }
  .agenda-item {
    font-size: 16px;
    line-height: 160%;
  }
}
@media (max-width: 850px) {
  .agenda__wrapper {
    display: flex;
    gap: 64px;
    justify-content: flex-start;
    flex-direction: column;
  }
  .agenda__column--content {
    max-width: none;
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .agenda-item__date {
    width: 100%;
    margin-right: 0;
    flex: 0 0 100%;
  }
  .agenda-item {
    flex-wrap: wrap;
  }
}

/* Get in touch */
.get-in-touch {
  padding: 32px 20px;
  color: #fff;
}
.get-in-touch__container {
  border-radius: 24px;
  display: flex;
  justify-content: center;
  padding: 120px 0;
}
.get-in-touch__container-inner {
  display: flex;
  gap: 32px;
  height: var(--iframe-height, 2100px);
}
.get-in-touch__text-container {
  width: 624px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.get-in-touch__title {
  font-family: Poppins;
  font-size: 82px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  max-width: 410px;
}
.get-in-touch__text {
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  flex: 1;
  max-width: 517px;
  margin: auto;
  text-wrap: balance;
  text-wrap: pretty;
}
.get-in-touch__privacy {
  color: #CACBCD;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  padding-bottom: 23px;
}
.get-in-touch__iframe-container {
  width: 624px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
}
.get-in-touch__iframe::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
}
.get-in-touch__iframe::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
}
.get-in-touch__iframe {
  overflow: hidden;
  position: relative;
}
.get-in-touch__iframe iframe {
  margin: -64px auto -20px auto;
  height: var(--iframe-height, 2100px);
}
@media (max-width: 1280px) {
  .get-in-touch__title {
    font-size: 72px;
    width: 360px;
  }
  .get-in-touch__text-container {
    width: 450px;
  }
}
@media (max-width: 1367px) {
  .get-in-touch__title {
    font-size: 52px;
    line-height: 130%;
    width: 314px;
  }
  .get-in-touch__text-container {
    width: 369px;
  }
  .get-in-touch__iframe-container {
    width: 529px;
  }
  .get-in-touch__iframe iframe {
    margin: -64px auto -20px -40px;
  }
  .get-in-touch__iframe::after, .get-in-touch__iframe::before {
    display: none
  }
  .get-in-touch__container-inner {
    height: unset;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .get-in-touch__title {
    font-size: 52px;
    width: 100%;
  }
  .get-in-touch__text-container {
    width: 100%;
    text-align: center;
  }
  .get-in-touch__iframe-container {
    width: 529px;
  }
  .get-in-touch__container-inner {
    height: unset;
    flex-direction: column;
    align-items: center;
  }
  .get-in-touch__privacy {
    padding-bottom: 0;
  }
  .get-in-touch__iframe-container {
    width: 684px;
  }
  .get-in-touch__container {
    padding: 50px 36px;
  }
  .get-in-touch__iframe {
    height: 878px;
  }
  .get-in-touch__iframe iframe {
    margin: -70px auto auto auto;
    box-shadow: none !important;
  }
  .get-in-touch__iframe::after, .get-in-touch__iframe::before {
    display: block;
    width: 60px;
  }
}
@media (max-width: 1023px) {
  .get-in-touch__title {
    font-size: 40px;
    width: 100%;
    margin: 0 auto;
  }
  .get-in-touch {
    padding: 20px 10px;
  }
  .get-in-touch__container-inner {
    width: calc(100vw - 60px);
  }
  .get-in-touch__iframe-container {
    width: 340px;
  }
  .get-in-touch__iframe iframe {
    margin: -70px auto auto -35px;
    box-shadow: none !important;
    width: 422px;
    height: 100%;
  }
  .get-in-touch__iframe {
    height: 1700px;
  }
  .get-in-touch__iframe::after, .get-in-touch__iframe::before {
    display: none;
  }
}
@media (max-width: 405px) {
  .get-in-touch__title {
    font-size: 40px;
    width: 100%;
    margin: 0 auto;
  }
  .get-in-touch {
    padding: 20px 10px;
  }
  .get-in-touch__container-inner {
    width: calc(100vw - 60px);
  }
  .get-in-touch__iframe-container {
    width: calc(100vw - 40px);
  }
  .get-in-touch__iframe iframe {
    margin: -70px auto auto -40px;
    box-shadow: none !important;
    width: 422px;
    /* height: 1746px; */
  }
  .get-in-touch__iframe {
    height: unset;
  }
  .get-in-touch__iframe::after, .get-in-touch__iframe::before {
    display: none;
  }
}
@media (max-width: 360px) {
  .get-in-touch__iframe-container {
    width: calc(100vw - 20px);
  }
}
@media (max-width: 767px) {
  .get-in-touch {
    padding: 20px 0px;
  }
  .get-in-touch__container {
    padding: 50px 24px;
  }
  .get-in-touch__container-inner {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .get-in-touch {
    padding: 20px 10px;
  }
  .get-in-touch__text-container {
    width: 100%;
  }
  .get-in-touch__text {
    width: 100%;
    /* max-width: unset; */
    margin: 0;
    text-align: center;
  }
  .get-in-touch__container {
    padding: 50px 32px;
  }
}
@media (min-width: 1024px) {
  .get-in-touch {
    padding: 20px 11px;
  }
  .get-in-touch__container {
    padding: 100px 36px 40px;
  }
  .get-in-touch__text-container {
    height: 100%;
  }
  .get-in-touch__container-inner {
    display: grid;
    grid-template-columns: minmax(370px, calc(100% - 545px)) 545px;
    gap: 32px;
    align-items: start;
    max-width: 930px;
  }
  .get-in-touch__iframe-container {
    width: unset;
    height: 100%;
  }
  .get-in-touch__text {
    text-align: start;
  }
  .get-in-touch__privacy {
    margin-top: auto;
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .get-in-touch {
    padding: 20px;
  }
  .get-in-touch__container {
    padding: 120px 65px;
  }
  .get-in-touch__title {
    font-size: 82px;
    width: 400px;
    line-height: 110%;
  }
  .get-in-touch__container-inner {
    display: grid;
    grid-template-columns: minmax(450px, calc(100% - 545px)) 545px;
    gap: 32px;
    align-items: start;
    max-width: 1110px;
  }
}
@media (min-width: 1368px) {
  .get-in-touch__container-inner {
    grid-template-columns: minmax(450px, calc(100% - 610px)) 610px;
  }
}
@media (min-width: 1440px) {
  .get-in-touch {
    padding: 20px;
  }
  .get-in-touch__container {
    padding: 120px 60px;
  }
  .get-in-touch__container-inner {
    display: grid;
    grid-template-columns: auto 624px;
    gap: 32px;
    align-items: start;
    max-width: 1280px;
    margin: 0 auto;
  }
}
.blue-background + .get-in-touch {
  padding: 0;
}
.blue-background + .get-in-touch .get-in-touch__container {
  border-radius: 0;
}
@media (max-width: 1023px) {
  .get-in-touch__text {
    width: 100%;
    max-width: unset;
  }
}
/* @media (min-width: 600px) and (max-width: 850px) { */
@media (max-width: 1023px) {
  .get-in-touch__iframe-container {
    width: 100%;
  }
  .get-in-touch__iframe {
    width: 540px;
    margin: 0 auto;
  }
  .get-in-touch__iframe iframe {
    width: 624px;
  }
}
@media (max-width: 500px) {
  .get-in-touch__iframe-container {
    width: 100%;
  }
  .get-in-touch__iframe {
    width: 340px;
    margin: 0 auto;
  }
  .get-in-touch__iframe iframe {
    overflow: hidden;
    touch-action: pan-x;
  }
}
@media (max-width: 450px) {
  .get-in-touch__iframe iframe {
    margin: -70px auto auto -56px;
    width: 452px;
  }
}
@media (max-width: 395px) {
  .get-in-touch__iframe iframe {
    margin: -70px auto auto -43px;
    width: 425px;
  }
}
@media (max-width: 380px) {
  .get-in-touch__iframe iframe {
    margin: -70px auto auto -40px;
    width: 410px;
    /* height: 2431px; */
    height: calc(100% + 70px);
  }
}
@media (max-width: 370px) {
  .get-in-touch__iframe iframe {
    margin: -70px auto 0 -40px;
    width: 405px;
  }
}
/* height */
@media (min-width: 1024px) and (max-width: 1367px) {
  .get-in-touch__iframe-container {
    height: var(--iframe-height, 2100px);
  }
}
@media (max-width: 1023px) {
  .get-in-touch__iframe-container {
    height: calc(var(--iframe-height, 2100px) + 50px);
  }
  .get-in-touch__iframe-container.Waitlist {
    height: calc(var(--iframe-height, 2100px) + 10px);
  }
  .get-in-touch__iframe {
    height: 100%;
  }
}
@media (max-width: 500px) {
  .get-in-touch__iframe-container {
    height: calc(var(--iframe-height, 2100px) + 260px);
  }
    .get-in-touch__iframe-container.Waitlist {
    height: calc(var(--iframe-height, 2100px) + 22px);
  }
}
@media (max-width: 380px) {
  .get-in-touch__iframe-container {
    height: calc(var(--iframe-height, 2100px) + 280px);
  }
  .get-in-touch__iframe-container.Waitlist {
    height: calc(var(--iframe-height, 2100px) - 10px);
  }
}
