@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,400;8..144,500&display=swap');

@font-face {
    font-family: 'Termina';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Termina-Light.woff2') format('woff2'),
         url('../fonts/Termina-Light.woff') format('woff');
}

@font-face {
    font-family: 'Termina';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Termina-Regular.woff2') format('woff2'),
         url('../fonts/Termina-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Termina';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Termina-Medium.woff2') format('woff2'),
         url('../fonts/Termina-Medium.woff') format('woff');
}

.hero {
  --home-hero-title-size: clamp(60px, 9.895833vw, 190px);
  --home-hero-title-line: 1.10;
  --home-hero-subtitle-size: clamp(18px, 2.083333vw, 40px);
  --home-hero-body-size: clamp(13px, 1.25vw, 24px);
  --home-hero-image-edge: var(--hero-image-start, 275px);
}

.hero .hero-copy {
  position: absolute !important;
  left: 50% !important;
  top: var(--home-hero-image-edge) !important;
  transform: translate(-50%, -50%) !important;
  z-index: 6 !important;
  display: block !important;
  width: max-content !important;
  max-width: none !important;
  pointer-events: none !important;
  text-align: right !important;
}

.hero .hero-copy__title {
  margin: 0 !important;
  color: #FFF !important;
  text-align: right !important;
  font-family: "Termina", Arial, sans-serif !important;
  font-size: var(--home-hero-title-size) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: var(--home-hero-title-line) !important;
  letter-spacing: clamp(-0.38px, -0.0198vw, -0.12px) !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.hero .hero-copy__subtitle {
  position: absolute !important;
  top: calc(var(--home-hero-title-size) * 1.01) !important;
  right: calc(var(--home-hero-title-size) * -0.015) !important;
  margin: 0 !important;
  color: #FFF !important;
  text-align: right !important;
  font-family: "Termina", Arial, sans-serif !important;
  font-size: var(--home-hero-subtitle-size) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: clamp(-0.08px, -0.0042vw, -0.03px) !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.hero .hero-copy__subtitle span {
  display: inline-block !important;
  transform: none !important;
}

.hero .hero-copy__subtitletxt {
  position: absolute !important;
  top: calc(var(--home-hero-title-size) * 1.38) !important;
  right: calc(var(--home-hero-title-size) * -0.015) !important;
  width: calc(var(--home-hero-title-size) * 3.55) !important;
  max-width: 620px !important;
  margin: 0 !important;
  color: #FFF !important;
  text-align: right !important;
  font-family: "Roboto Flex", Arial, sans-serif !important;
  font-size: var(--home-hero-body-size) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.083333 !important;
  letter-spacing: clamp(-0.24px, -0.0125vw, -0.12px) !important;
}

.hero .hero-copy__subtitletxt span {
  display: block !important;
}

.hero-cta__button:hover {
background: rgb(115, 94, 249) !important;
}

.wtetext {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: none !important;
}

.standard-section {
  height: auto !important;
  overflow: hidden !important;
}

.standard-section__inner {
  padding: 58px 28px 56px !important;
  height: auto !important;
}

.standard-section__heading.travel {
  margin: 0 auto 45px !important;
  color: #FFF !important;
  text-align: center !important;
  font-family: "Termina", Arial, sans-serif !important;
  font-size: clamp(34px, 2.65vw, 48px) !important;
  font-style: normal !important;
  line-height: clamp(42px, 3.23vw, 62px) !important;
  letter-spacing: -0.096px !important;
  text-transform: uppercase !important;
}

.standard-section__heading.travel .iqonicpurple {
  color: #8C7FFB !important;
}

.standard-section .iqescapestartsgry {
  max-width: 920px !important;
  margin: 0 auto !important;
  color: #B3B2B7 !important;
  text-align: center !important;
  font-family: "Roboto Flex", Arial, sans-serif !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 32px !important;
  letter-spacing: -0.2px !important;
}

.journal-card-grid {
  width: calc(100% - 256px);
  max-width: 1576px;
  margin: 76px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

.journal-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}

.journal-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 600 / 735;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.journal-card__content {
  width: 100%;
  padding-top: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.journal-card__title {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: "Termina", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.journal-card__subtitle {
  margin: 2px 0 0;
  color: #B3B2B7;
  text-align: center;
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.2px;
}

.journal-card__button {
  margin-top: 40px;
  width: 240px;
  height: 64px;
  border-radius: 16px;
  border: 2px solid rgba(241, 241, 241, 0.25);
  background: #5A3DFF;
  box-shadow:
    16px 220px 62px 0 rgba(0, 0, 0, 0.00),
    10px 141px 56px 0 rgba(0, 0, 0, 0.03),
    6px 79px 48px 0 rgba(0, 0, 0, 0.10),
    3px 35px 35px 0 rgba(0, 0, 0, 0.17),
    1px 9px 19px 0 rgba(0, 0, 0, 0.20);
  color: #FFF;
  text-align: center;
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.journal-card__button:hover {
  border-color: rgba(241, 241, 241, 0.55);
  background: #6E43EC;
}

.followus-section {
  position: relative;
  width: 100%;
  height: 784px;
  min-height: 784px;
  overflow: hidden;
}

.followus-section__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.followus-section__eyebrow {
  position: absolute;
  top: 83px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  color: #FFF;
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.16px;
  z-index: 4;
  white-space: nowrap;
}

.followus-section__eyebrow svg {
  display: block;
  flex: 0 0 auto;
}

.followus-slider {
  position: absolute;
  left: 50%;
  top: 154px;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 516px;
  overflow: visible;
}

.followus-slider__track {
  position: absolute;
  left: 0;
  top: 50%;
  width: max-content;
  height: 516px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transform: translateX(0);
  transition: transform 680ms cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}

.followus-slide {
  width: 384px;
  height: 372px;
  flex: 0 0 384px;
  overflow: hidden;
  opacity: 0.92;
  transition: width 680ms cubic-bezier(.22,.61,.36,1), height 680ms cubic-bezier(.22,.61,.36,1), opacity 680ms ease;
}

.followus-slide.is-active {
  width: 516px;
  height: 516px;
  flex-basis: 516px;
  opacity: 1;
}

.followus-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.followus-section__swipe {
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #FFF;
  cursor: pointer;
  z-index: 4;
}

.followus-section__swipe svg {
  display: block;
  flex: 0 0 auto;
}

.followus-section__swipe span {
  color: #FFF;
  text-align: right;
  font-family: "Termina", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 120px;
  letter-spacing: -0.12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.publicly.publicly--ambassador {
  position: relative !important;
  height: clamp(568px, 45.4167vw, 872px) !important;
  min-height: 568px !important;
  overflow: hidden !important;
  background:
    linear-gradient(90deg, rgba(21,21,21,0.52) 0%, rgba(21,21,21,0.25) 38%, rgba(21,21,21,0.00) 68%),
    url("../images/womanwalking_sunlight.png") center center / cover no-repeat !important;
}

.publicly.publicly--ambassador::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23,19,59,0.22) 0%, rgba(23,19,59,0.04) 42%, rgba(23,19,59,0) 72%),
    radial-gradient(ellipse at 25% 19%, rgba(122, 79, 255, 0.18) 0%, rgba(122, 79, 255, 0.08) 20%, rgba(122, 79, 255, 0.00) 48%);
  pointer-events: none;
  z-index: 1;
}

.publicly.publicly--ambassador .publicly__inner {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}

.publicly.publicly--ambassador .publicly__q-mark {
  position: absolute;
  left: clamp(365px, 34.35vw, 660px);
  top: clamp(46px, 4.25vw, 82px);
  width: clamp(104px, 8.6vw, 165px);
  height: auto;
  opacity: 0.24;
  pointer-events: none;
  z-index: 2;
}

.publicly.publicly--ambassador .publicly__copy {
  position: absolute !important;
  left: 50% !important;
  top: 54% !important;
  width: min(820px, 46vw) !important;
  transform: translate(calc(-50% - clamp(220px, 20vw, 384px)), calc(-50% - clamp(30px, 3.15vw, 60px))) !important;
  z-index: 3 !important;
  text-align: left !important;
}

.publicly.publicly--ambassador .publicly__subhead {
  margin: 0 !important;
  color: #FFF !important;
  text-align: left !important;
  font-family: "Termina", Arial, sans-serif !important;
  font-size: clamp(43px, 3.62vw, 69.5px) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 0.92 !important;
  text-transform: uppercase !important;
  white-space: normal !important;
}

.publicly.publicly--ambassador .hero-cta__text {
    color: #FFF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.40);
    font-family: var(--font-ui);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    white-space: nowrap;
    transform: translateY(1px);
}

.publicly.publicly--ambassador {
  background:
    linear-gradient(90deg, rgba(21,21,21,0.48) 0%, rgba(21,21,21,0.22) 42%, rgba(21,21,21,0.00) 70%),
    url("../images/womanwalking_sunlight.png") center center / cover no-repeat !important;
}

.publicly.publicly--ambassador .publicly__q-mark {
  position: absolute !important;
  display: block !important;
left: clamp(176.12px, 16.3744vw, 314.16px) !important;
  top: clamp(50px, 4.25vw, 82px) !important;
  width: clamp(120px, 13.4375vw, 258px) !important;
  height: auto !important;
  opacity: 1 !important;
  fill: #5A3DFF !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

.publicly.publicly--ambassador .publicly__q-mark path {
  fill: #5A3DFF !important;
  opacity: 0.1 !important;
}

.brand-switcher__main {padding-left: 19px !important;}
.hero-cta {width: 696px !important;}
.riseabove {margin-top: 115px;}
.journalsection {margin-top: 85px}

.standard-section__heading.travel {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.iqescapestartsgry {
  max-width: 1040px;
  margin: 0px auto 0;
  color: #B3B2B7;
  text-align: center;
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.2px;
}

.wtetxt {
  color: #FFF;
}

.faq-item.is-active .faq-item__number, .faq-item.is-active .faq-item__question {
    color: #8C7FFB !important;
}

.atlas-agent-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px;
  max-width: 1080px;
  margin: 86px auto 0;
  align-items: start;
}

.atlas-agent-item {
  text-align: center;
}

.atlas-agent-item svg {
  display: block;
  margin: 0 auto 34px;
}

.atlas-agent-item p {
  margin: 0;
  color: #B3B2B7;
  text-align: center;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.atlas-agent-item p span {
  color: #FFF;
}

.travel-start {
  position: relative;
  height: 425px;
  min-height: 425px;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(21,21,21,0.03) 0%, rgba(21,21,21,0.12) 42%, rgba(21,21,21,0.88) 100%),
    linear-gradient(180deg, rgba(21,21,21,0.04) 0%, rgba(21,21,21,0.30) 100%),
    url("../images/map_vector.png") left -22px top -18px / 805px auto no-repeat,
    radial-gradient(ellipse at 36% 0%, rgba(90,197,153,0.15) 0%, rgba(90,197,153,0.055) 34%, rgba(21,21,21,0) 68%),
    #151515;
}

.travel-start__inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.travel-start__measure {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100vw - 48px);
}

.travel-start__title {
  position: static;
  margin: 0;
  width: max-content;
  max-width: 100%;

  color: #69e0b2;
  font-family: "Termina", Arial, sans-serif;
  font-size: clamp(56px, 4.55vw, 87px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2.6px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;

  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
  background: none;
  -webkit-text-fill-color: #69e0b2;
}

.travel-start__content {
  width: 760px;
  max-width: min(760px, 58vw);
  margin-top: 61px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.travel-start__content .iqescapestarts {
  margin: 0;
  width: 100%;
  color: #B3B2B7;
  text-align: right;
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.2px;
}

.travel-start__content .travelatlas {
  margin-top: 54px !important;
  margin-right: 0 !important;
}

.travel-start__content .travelatlas:hover {
  background: #61E5B2 !important;
}

.thrive-start-section__button.travelatlas {
  width: 250px !important;
  height: 64px !important;
  border-radius: 16px !important;
}

.thrive-start-section__button.travelatlas .thrive-start-section__button-inner {
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 21px !important;
  width: 100% !important;
  height: 100% !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  box-sizing: border-box !important;
  transform: none !important;
}

.thrive-start-section__button.travelatlas .thrive-start-section__button-icon {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: 31px !important;
  height: 31px !important;
  flex: 0 0 31px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.thrive-start-section__button.travelatlas .thrive-start-section__button-icon svg {
  width: 31px !important;
  height: 31px !important;
  display: block !important;
}

.thrive-start-section__button.travelatlas .thrive-start-section__button-text {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}

.faq-item.is-active::after {
    background: linear-gradient(180deg, #8C7FFB 0%, #B8A9FF 100%) !important;
}

.hero-copy__title.travel {
    margin: 0 !important;
    color: #F3F3F3 !important;
    text-align: center !important;
    font-family: "Termina", Arial, sans-serif !important;
    font-size: clamp(72px, 5vw, 96px) !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: clamp(48px, 3.25vw, 62px) !important;
    letter-spacing: clamp(-0.14px, -0.01vw, -0.192px) !important;
    text-transform: uppercase !important;
    width: auto !important;
    white-space: nowrap !important;
}

.qmrkdisplay {
  font-family: "Termina", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: 0 !important;
  color: #5AC599 !important;
  display: inline-block !important;
  transform: translateY(-1px) scaleX(1.08);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

.hero-cta.travel {
  border-radius: 24px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,0.00) 0%,
      rgba(255,255,255,0.04) 34%,
      rgba(255,255,255,0.08) 50%,
      rgba(255,255,255,0.04) 66%,
      rgba(255,255,255,0.00) 100%
    ),
    linear-gradient(
      90deg,
      rgba(83, 56, 210, 0.72) 0%,
      rgba(106, 72, 236, 0.66) 36%,
      rgba(164, 119, 255, 0.52) 68%,
      rgba(193, 141, 255, 0.42) 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    inset 0 -1px 0 rgba(255,255,255,0.04),
    0 8px 24px rgba(58, 24, 132, 0.22);
  overflow: hidden;
}

button.hero-cta__button.travelbutton {
border-radius: 16px;
border: 2px solid #F1F1F1;
background: #5A3DFF;
box-shadow: 1px 9px 19px 0 rgba(0, 0, 0, 0.20);
width: 240px;}

.publicly {
position: relative;
z-index: 2;
width: 100%;
height: 802px;
	overflow: visible;}

.publicly__inner {
position: relative;
width: 100%;
height: 100%;}

.publicly__title {
position: absolute;
top: -64px;
left: 50%;
transform: translateX(-50%);
margin: 0;
color: #FDF5FF;
text-align: center;
font-family: "Termina", Arial, sans-serif;
font-size: 92px;
font-style: normal;
font-weight: 500;
line-height: 104px;
letter-spacing: 10.12px;
text-transform: uppercase;
white-space: nowrap;
z-index: 10;
pointer-events: none;}

.publicly__copy {
position: absolute;
top: 92px;
right: 245px;
width: 740px;
z-index: 2;
text-align: right;}

.publicly__subhead {
margin: 0;
color: #FDF5FF;
text-align: right;
font-family: "Termina", Arial, sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 62px;
letter-spacing: -0.08px;
text-transform: uppercase;}

.publicly__body {
margin: 0;
color: #FFF;
text-align: right;
font-family: "Roboto Flex", Arial, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 26px;
letter-spacing: -0.24px;}

.publicly__cta {
top: 570px;
z-index: 3;}

.standard-section {
position: relative;
width: 100%;
height: 634px;
overflow: hidden;}

.standard-section::before {
content: "";
position: absolute;
inset: 0;
background:none !important;
filter: blur(4px);
pointer-events: none;
z-index: 0;}

.standard-section__inner {
position: relative;
z-index: 1;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
padding-top: 78px;}

.standard-section__eyebrow {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
color: #FFF;
font-family: "Termina", Arial, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.13px;
text-transform: uppercase;
opacity: 0.95;
margin-bottom: 44px;}

.standard-section__eyebrow svg {
width: 19px;
height: 19px;
display: block;
flex: 0 0 auto;}

.standard-section__heading {
margin: 0 0 36px;
color: #B3B2B7;
font-family: "Termina", Arial, sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 62px;
letter-spacing: -0.08px;
text-transform: uppercase;
text-align: center;}

.standard-section__marquee {
width: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
gap: 0;
pointer-events: none;}

.standard-section__track {
display: flex;
width: max-content;
white-space: nowrap;
will-change: transform;
animation: standard-marquee-left 30s linear infinite;}

.standard-section__track--two {
animation-duration: 34s;
animation-direction: reverse;
transform: translateX(-14%);}

.standard-section__copy {
color: #FDF5FF;
font-family: "Termina", Arial, sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 62px;
letter-spacing: -0.08px;
text-transform: uppercase;
white-space: nowrap;
padding-right: 46px;}

.standard-section__copy em {
color: #F4B94B;
font-style: normal;}

@keyframes standard-marquee-left {
0% { transform: translateX(0); }
100% { transform: translateX(-50%);}
}

.thrive-start-section {
position: relative;
padding-top: 134px;
width: 100%;
height: 780px;
overflow: hidden;
background:
  radial-gradient(circle at 43% 8%, rgba(244, 185, 75, 0.10) 0%, rgba(244, 185, 75, 0.035) 22%, rgba(0,0,0,0) 48%),
  radial-gradient(circle at 9% 78%, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.018) 18%, rgba(0,0,0,0) 42%),
  #0b0b0b;}

.thrive-start-section::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(21,21,21,0.12) 0%, rgba(21,21,21,0.00) 34%, rgba(21,21,21,0.28) 100%);
pointer-events: none;
z-index: 2;}

.thrive-start-section::after {
display: none;}

.thrive-start-section__map {
position: absolute;
left: -145px;
top: -185px;
width: 1480px;
max-width: none;
height: auto;
opacity: 0.74;
filter: brightness(1.75) contrast(1.12) blur(1.25px);
transform: rotate(-0.5deg);
mix-blend-mode: screen;
pointer-events: none;
z-index: 1;}

.thrive-start-section__inner {
position: relative;
z-index: 2;
width: 100%;
max-width: 1720px;
margin: 0 auto;
padding: 0 80px;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;}

.thrive-start-section__title {
margin: 76px 0 0;
text-align: center;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #FFF;
font-family: "Termina", Arial, sans-serif;
font-size: 56px;
font-style: normal;
font-weight: 400;
line-height: 62px;
letter-spacing: -0.56px;
text-transform: uppercase;
background: linear-gradient(90deg, #F4B94B 0%, #FFD487 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}

.thrive-start-section__button {
position: relative;
width: 240px;
height: 64px;
border-radius: 32px;
border: 0;
background: #DF9823;
box-shadow: 0 12px 24px rgba(197, 153, 35, 0.20);
padding: 0;
cursor: pointer;
overflow: hidden;
margin-top: 100px;}

.thrive-start-section__button:hover {
border: 0px solid #F1F1F1;
background: #FFB020;
box-shadow: 1px 9px 19px 0 rgba(0, 0, 0, 0.20);}

.thrive-start-section__button-inner {
position: relative;
display: block;
width: 100%;
height: 100%;}

.thrive-start-section__button-icon {
position: absolute;
left: 14px;
top: 50%;
transform: translateY(-50%);
width: 31px;
height: 31px;}

.thrive-start-section__button-icon svg {
width: 31px;
height: 31px;
display: block;}

.thrive-start-section__button-text {
position: absolute;
left: 57%;
top: 50%;
transform: translate(-50%, -50%);
color: #FFF;
font-family: "Roboto Flex", Arial, sans-serif;
font-size: 16px;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.16px;
white-space: nowrap;}

    .thrive-start-section__disclaimer {
      position: absolute;
      left: 50%;
      bottom: 40px;
      transform: translateX(-50%);
      width: 1450px;
      max-width: 82vw;
      margin: 0;
      color: #B3B2B7;
      text-align: center;
      font-family: "Roboto Flex", Arial, sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 42px;
      letter-spacing: -0.16px;
    }

.iqatlassection {
  position: relative;
  overflow: hidden;
  background: #151515;
  min-height: 780px;
  isolation: isolate;
  padding: 59px 40px 0;
  color: #fff;
  padding-top: 92px;	
}

.iqatlassection::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: -80px;
  bottom: -170px;
  width: 980px;
  height: 720px;
  pointer-events: none;

  background: radial-gradient(
    ellipse at 58% 48%,
    rgba(160, 250, 213, 0.20) 0%,
    rgba(90, 197, 153, 0.13) 30%,
    rgba(60, 120, 95, 0.08) 52%,
    rgba(21, 21, 21, 0.88) 78%,
    #151515 100%
  );

  opacity: 0.48;
  filter: blur(130px);
}

.iqatlassection::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 210px;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(21, 21, 21, 0) 0%,
    rgba(21, 21, 21, 0.62) 50%,
    #151515 100%
  );
}

.iqatlassection__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1496px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 620px) 704px;
  justify-content: space-between;
  align-items: start;
  gap: 64px;
}

.iqatlassection__copy {
  padding-top: 62px;
}

.iqatlassection__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: "Termina", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  margin-bottom: 55px;
}

.iqatlassection__eyebrow-mark {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.iqatlassection__headline {
  margin: 0;
  color: #fff;
  font-family: "Termina", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.iqatlassection__body {
  margin: 26px 0 0;
  max-width: 620px;
  color: #B3B2B7;
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.2px;
}

.iqatlassection__link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 75px;
  color: #FFF;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.16px;
  text-decoration: none;
}

.iqatlassection__cards {
  width: 704px;
  height: 590px;
  display: grid;
  grid-template-columns: 367px 337px;
  grid-template-rows: 295px 295px;
  margin-top: 0;
}

.iqatlassection-card {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.iqatlassection-card__text {
  margin: 0;
  color: #5AC599;
  font-family: "Termina", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.iqescapestarts {
    margin: 76px 0 0;
    color: #B3B2B7;
    font-family: "Roboto Flex", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.2px;
}
.faq-map-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  overflow: hidden;
}

.faq-section {
    background: none !important;
}

.faq-section {
  position: relative;
  z-index: 1;
  background: transparent;
}	
.faq-section::before {
content: "";
position: absolute;
left: 21%;
bottom: -190px;
width: 720px;
height: 520px;
background: none !important;
filter: none;
pointer-events: none;
z-index: 0;
}	
button.thrive-start-section__button.travelatlas {border-radius: 16px !important}
.thrive-start-section {overflow: visible !important;}

h2.standard-section__heading.travel {color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "Termina";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 52px;
letter-spacing: -0.08px;
text-transform: uppercase;}

.travelgrn {color: #5AC599 !important;}
.iqonicpurple {color: #8C7FFB !important;}

.iqescapestartsgry {
color: #B3B2B7;
text-align: center;
font-family: "Roboto Flex";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.2px;}

.wtetxt {color: #fff;}

.thrive-start-section__inner {
  overflow: visible !important;
  padding-bottom: 80px !important;
}

.thrive-start-section__button {
  width: 240px !important;
  min-width: 240px !important;
  flex-shrink: 0 !important;
  transform: none !important;
  scale: 1 !important;
}

.thrive-start-section {
    padding-top: 0 !important;
}	

      .standard-section__inner {
        padding-top: clamp(44px, 4.06vw, 78px);
      }

      .standard-section__eyebrow {
        margin-bottom: clamp(26px, 2.29vw, 44px);
        font-size: 13px;
        line-height: clamp(20px, 1.46vw, 28px);
		margin-top: 100px;
      }

      .standard-section__heading {
        margin-bottom: clamp(28px, 2.59vw, 49px);
        font-size: clamp(22px, 2.08vw, 40px);
        line-height: clamp(34px, 3.23vw, 62px);
      }

      .standard-section__copy {
color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "Termina";
font-size: 72px;
font-style: normal;
font-weight: 400;
line-height: 62px;
letter-spacing: -0.72px;
text-transform: uppercase;
      }

    .iqatlassection__headline-mobile,
    .iqatlassection__body-mobile,
    .iqatlassection-card__text-mobile {
      display: none;
    }

@media (min-width: 1600px) {
.publicly.publicly--ambassador .publicly__cta.hero-cta {
  position: absolute;
  left: 46% !important;
  top: 50% !important;
  bottom: auto !important;
width: clamp(478.4px, 38.64vw, 737.84px) !important;
  height: clamp(58px, 4.58vw, 88px) !important;
  padding: 0 clamp(12px, 0.94vw, 18px) 0 clamp(28px, 2.97vw, 57px) !important;
  border-radius: clamp(18px, 1.25vw, 24px) !important;
  transform: translate(calc(-50% - clamp(220px, 20vw, 384px)), calc(-50% + clamp(160px, 14.45vw, 277px))) !important;
  z-index: 4 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.04) 34%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.04) 66%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(90deg, rgba(83, 56, 210, 0.72) 0%, rgba(106, 72, 236, 0.66) 36%, rgba(164, 119, 255, 0.52) 68%, rgba(193, 141, 255, 0.42) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), inset 0 -1px 0 rgba(255, 255, 255, 0.04), 0 8px 24px rgba(58, 24, 132, 0.22);
    overflow: hidden;	
}}

@media (min-width: 1920px) {
  .hero {
    --home-hero-title-size: 190px;
    --home-hero-subtitle-size: 40px;
    --home-hero-body-size: 24px;
  }
}

@media (min-width: 1920px) {
  .publicly.publicly--ambassador {
    height: 872px !important;
  }

  .publicly.publicly--ambassador .publicly__copy {
    width: 820px !important;
    transform: translate(-884px, -337px) !important;
	top: 60% !important;  
  }
}

@media (min-width: 1920px) {
  .publicly.publicly--ambassador .publicly__q-mark {
    left: 300px !important;
    top: 82px !important;
    width: 258px !important;
  }
}

@media (min-width: 768px) and (max-width: 1399px) {
  .hero {
    --home-hero-title-size: clamp(60px, 9.5vw, 132px);
    --home-hero-subtitle-size: clamp(17px, 2.15vw, 30px);
    --home-hero-body-size: clamp(13px, 1.55vw, 21px);
  }
}

@media (max-width: 1400px) {
.journal-card-grid {
    width: calc(100% - 50px);
    max-width: 1576px;
    margin: 76px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    align-items: start;
}}

@media (max-width: 1199px) {
  .standard-section {
    min-height: 0 !important;
  }

  .standard-section__inner {
    min-height: 0 !important;
  }

  .journal-card-grid {
    gap: 18px;
  }

  .journal-card__content {
    padding-top: 36px;
  }

  .journal-card__button {
    width: 210px;
  }
}

@media (max-width: 1199px) {
  .followus-section {
    height: 660px;
    min-height: 660px;
  }

  .followus-slider {
    top: 140px;
    height: 420px;
  }

  .followus-slider__track {
    height: 420px;
  }

  .followus-slide {
    width: 300px;
    height: 292px;
    flex-basis: 300px;
  }

  .followus-slide.is-active {
    width: 420px;
    height: 420px;
    flex-basis: 420px;
  }
  .journal-card-grid {
    width: 100%;
    margin-top: 52px;
    grid-template-columns: 1fr;
    gap: 58px;
    max-width: 420px;
  }	
}

@media (max-width: 900px) {
.publicly.publicly--ambassador .publicly__subhead {
    margin: 0 !important;
    color: #FFF !important;
    text-align: left !important;
    font-family: "Termina", Arial, sans-serif !important;
    font-size: clamp(34.4px, 2.896vw, 55.6px) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 0.92 !important;
    text-transform: uppercase !important;
    white-space: normal !important;
}
.publicly.publicly--ambassador .publicly__copy {
    left: 60% !important;	
}}

@media (max-width: 767px) {
  .hero .hero-copy__subtitletxt {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .standard-section__inner {
    padding: 72px 20px 12px !important;
  }

  .standard-section__heading.travel {
    font-size: 34px !important;
    line-height: 42px !important;
    margin-bottom: 24px !important;
  }

  .standard-section .iqescapestartsgry {
    font-size: 16px !important;
    line-height: 26px !important;
    max-width: 340px !important;
  }

  .journal-card-grid {
    width: 100%;
    margin-top: 52px;
    grid-template-columns: 1fr;
    gap: 58px;
    max-width: 420px;
  }

  .journal-card__content {
    padding-top: 28px;
  }

  .journal-card__button {
    margin-top: 26px;
    width: min(240px, 72vw);
  }
}

@media (max-width: 767px) {
.faq-section {margin-top: 65px}	
.followus-section {height: 790px; min-height: 790px;}
.followus-section__eyebrow {top: 222px;}
.followus-slider {top: 305px; height: 350px;}
.followus-slider__track {height: 350px;}
.followus-slide {width: 235px; height: 230px; flex-basis: 235px;}
.followus-slide.is-active {width: 350px; height: 350px; flex-basis: 350px;}
.followus-section__swipe {bottom: 4px; gap: 28px;}
}

@media (max-width: 767px) {
  .publicly.publicly--ambassador .publicly__q-mark {
    left: 50% !important;
    top: 72px !important;
    width: 118px !important;
    transform: translateX(-50%) !important;
  }

  .publicly.publicly--ambassador .publicly__copy {
    left: 14px !important;
    right: 24px !important;
    top: -32px !important;
    width: auto !important;
    transform: none !important;
  }

  .publicly.publicly--ambassador .publicly__subhead {
    font-size: clamp(32px, 11vw, 46px) !important;
    line-height: 0.96 !important;
    letter-spacing: -0.4px !important;
  }

  .publicly.publicly--ambassador .publicly__cta.hero-cta {
    left: 50% !important;
    top: auto !important;
    bottom: 36px !important;
    width: min(336px, calc(100vw - 40px)) !important;
    height: 112px !important;
    transform: translateX(-50%) !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 13px !important;
    padding: 15px 14px 12px !important;
    border-radius: 18px !important;
  }

  .publicly.publicly--ambassador .hero-cta__text {
    text-align: center !important;
    font-size: 15px !important;
    line-height: 28px !important;
    letter-spacing: -0.15px !important;
  }

  .publicly.publicly--ambassador .hero-cta__button.travelbutton {
    width: 100% !important;
    flex-basis: auto !important;
    height: 48px !important;
    border-radius: 16px !important;
  }
}

@media (max-width: 767px) {
.publicly.publicly--ambassador {
  background:
    linear-gradient(
      90deg,
      rgba(21, 21, 21, 0.48) 0%,
      rgba(21, 21, 21, 0.22) 42%,
      rgba(21, 21, 21, 0.00) 70%
    ),
    url(../images/pic_womanphone_walkingsunshine.png)
    center center / cover no-repeat !important;
}

  .publicly.publicly--ambassador .publicly__q-mark {
    left: 50% !important;
    top: 72px !important;
    width: 132px !important;
    transform: translateX(-50%) !important;
  }
}

@media (max-width: 420px) {
  .followus-slide {
    width: 210px;
    height: 206px;
    flex-basis: 210px;
  }

  .followus-slide.is-active {
    width: 310px;
    height: 310px;
    flex-basis: 310px;
  }
}

.hero__header-atmosphere.purple {
    position: absolute;
    top: -20px;
    width: 960px;
  }
	.purpgrad {background: linear-gradient(90deg, #5554E6 0%, #C59DFF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}

  
  .iqatlassection {
    position: relative;
    overflow: hidden;
  }
  .iqatlassection::after {
    content: "";
    position: absolute;
    width: 1180px;
    height: 520px;
    right: -220px;
    top: 270px;
    border-radius: 1180px;
    transform: rotate(88deg);
    transform-origin: center;
    pointer-events: none;
    z-index: 0;
    background:
      radial-gradient(
        ellipse at center,
        rgba(98, 82, 215, 0.22) 0%,
        rgba(84, 66, 184, 0.16) 26%,
        rgba(58, 42, 122, 0.10) 48%,
        rgba(22, 18, 46, 0.04) 68%,
        rgba(0, 0, 0, 0) 100%
      );
    filter: blur(28px);
    opacity: 0.72;
  }

  .iqatlassection__inner {
    position: relative;
    z-index: 1;
  }

  .iqatlassection__cards.iqatlassection__cards--steps {
    position: relative;
    display: grid;
    grid-template-columns: 368px 337px;
    grid-template-rows: 295px 296px;
    width: 705px;
    height: 591px;
    max-width: 100%;
    overflow: visible;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .about-step-card {
    position: relative;
    min-height: 0;
    width: 100%;
    height: 100%;
    padding: 50px 32px 34px 34px;
    overflow: hidden;
    text-align: left;
    border: 0 !important;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    isolation: isolate;
  }

  .about-step-card::before {
    display: none !important;
  }

  .about-step-card--one {
    background-image: url("../images/cardbg1purple.png");
  }

  .about-step-card--two {
    background-image: url("../images/cardbg2dim.png");
		margin-left: -1px;  
  }

  .about-step-card--two:hover,
  .about-step-card--two:focus-within {
    background-image: url("../images/cardbg2purple.png");
	margin-left: -1px;
  }

  .about-step-card--three {
    background-image: url("../images/cardbg3dim.png");
	margin-top: -1px;  
  }

  .about-step-card--three:hover,
  .about-step-card--three:focus-within {
    background-image: url("../images/cardbg3purple.png");
	margin-top: -1px;   
  }

  .about-step-card--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background: transparent !important;
  }

  .about-step-card__number {
    position: absolute;
    top: 20px;
    right: 27px;
    font-family: "Roboto Flex", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.16px;
    color: rgba(255, 255, 255, 0.20);
    transition: opacity 260ms ease, color 260ms ease;
  }

  .about-step-card__title {
    margin: 0;
    color: var(--Text-Color-Neutral-0, #FFF);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.40);
    font-family: "Termina", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.04px;
    text-transform: uppercase;
    opacity: 0.04;
    transition: opacity 260ms ease, font-size 260ms ease, line-height 260ms ease, letter-spacing 260ms ease;
  }

  .about-step-card__body {
    position: absolute;
    left: 34px;
    right: 32px;
    bottom: 37px;
    margin: 0;
    color: var(--Text-Color-Neutral-500, #B3B2B7);
    font-family: "Roboto Flex", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
    opacity: 0.04;
    transition: opacity 260ms ease;
  }

  .about-step-card.is-active .about-step-card__number,
  .about-step-card:hover .about-step-card__number,
  .about-step-card:focus-within .about-step-card__number {
    background: linear-gradient(116deg, #977AC5 0%, #3E2686 83.31%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
  }

  .about-step-card.is-active .about-step-card__title,
  .about-step-card:hover .about-step-card__title,
  .about-step-card:focus-within .about-step-card__title {
    opacity: 1;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.96px;
  }

  .about-step-card.is-active .about-step-card__body,
  .about-step-card:hover .about-step-card__body,
  .about-step-card:focus-within .about-step-card__body {
    opacity: 1;
  }

  .about-step-card__q {
    width: 113px;
    height: 113px;
    opacity: 0.78;
  }

  

.iq-product-slider {
  --iq-academy: #5A3DFF;
  --iq-academy-hi: #8C7FFB;
  --iq-atlas: #5AC599;
  --iq-thrive: #F4B94B;
  --iq-section-bg: #151515;
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--iq-section-bg);
  padding: 70px 0 0;
}

.iq-product-slider__viewport {
  position: relative;
  overflow: visible;
  width: 100%;
}

.iq-product-slider__track {
  display: flex;
  gap: 26px;
  align-items: stretch;
  will-change: transform;
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.iq-product-slide {
  position: relative;
  flex: 0 0 min(1488px, calc(100vw - 86px));
  min-width: 0;
  opacity: 0.44;
  transform: scale(0.965);
  transition: opacity 520ms ease, transform 520ms ease;
}

.iq-product-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.iq-product-slide__media {
  position: relative;
  width: 100%;
  height: clamp(422px, 43.8vw, 672px);
  overflow: visible;
}

.iq-product-slide__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iq-product-slide__title {
  position: absolute;
  top: -31px;
  z-index: 2;
  margin: 0;
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  font-family: "Termina", sans-serif;
  font-size: clamp(76px, 9.75vw, 150px);
  font-style: normal;
  font-weight: 500;
  line-height: 0.42;
  letter-spacing: clamp(4px, 0.58vw, 9px);
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

.iq-product-slide--academy .iq-product-slide__title {
  left: 74px;
  text-align: left;
}

.iq-product-slide--atlas .iq-product-slide__title {
  right: 70px;
  text-align: right;
}

.iq-product-slide--thrive .iq-product-slide__title {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.iq-product-slide__badge {
  position: absolute;
  left: 104px;
  bottom: -39px;
  z-index: 3;
  width: 190px;
  height: 180px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.22));
}

.iq-product-slide__content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(310px, 1fr) minmax(320px, 0.95fr) auto;
  align-items: center;
  gap: clamp(42px, 6vw, 122px);
  padding: 95px 84px 73px 104px;
}

.iq-product-slide__content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--slide-line, linear-gradient(90deg, rgba(140, 127, 251, 0), #8C7FFB 50%, rgba(140, 127, 251, 0)));
}

.iq-product-slide--atlas {
  --slide-accent: var(--iq-atlas);
  --slide-button-bg: rgba(90, 197, 153, 0.34);
  --slide-button-width: 190px;
  --slide-line: linear-gradient(90deg, rgba(90, 197, 153, 0), #5AC599 50%, rgba(90, 197, 153, 0));
}

.iq-product-slide--academy {
  --slide-accent: var(--iq-academy-hi);
  --slide-button-bg: rgba(90, 61, 255, 0.34);
  --slide-button-width: 216px;
  --slide-line: linear-gradient(90deg, rgba(90, 61, 255, 0), #5A3DFF 50%, rgba(90, 61, 255, 0));
}

.iq-product-slide--thrive {
  --slide-accent: var(--iq-thrive);
  --slide-button-bg: rgba(244, 179, 70, 0.34);
  --slide-button-width: 190px;
  --slide-line: linear-gradient(180deg, #FFD487 0%, #D4982A 100%);
}

.iq-product-slide__kicker {
  margin: 0;
  max-width: 500px;
  color: #FFF;
  font-family: "Termina", "Arial", sans-serif;
  font-size: clamp(19px, 1.56vw, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.iq-product-slide__highlight {
  color: var(--slide-accent);
}

.iq-product-slide__copy {
  margin: 0;
  max-width: 540px;
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: clamp(16px, 1.3vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.2px;
}

.iq-product-slide__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: var(--slide-button-width);
  height: 63px;
  border-radius: 16px;
  border: 2px solid rgba(241, 241, 241, 0.20);
  background: var(--slide-button-bg);
  box-shadow:
    16px 220px 62px 0 rgba(0, 0, 0, 0),
    10px 141px 56px 0 rgba(0, 0, 0, 0.03),
    6px 79px 48px 0 rgba(0, 0, 0, 0.10),
    3px 35px 35px 0 rgba(0, 0, 0, 0.17),
    1px 9px 19px 0 rgba(0, 0, 0, 0.20);
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.04px;
  text-decoration: none;
  transition: transform 200ms ease, background 200ms ease, border-color 200ms ease;
}

.iq-product-slide__button:hover,
.iq-product-slide__button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.25);
}

.iq-product-slide__button svg {
  flex: 0 0 auto;
}

.iq-product-slider__arrow {
  position: absolute;
  top: 39%;
  z-index: 6;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(18, 18, 22, 0.58);
  color: #FFF;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: transform 200ms ease, background 200ms ease, opacity 200ms ease;
}

.iq-product-slider__arrow:hover,
.iq-product-slider__arrow:focus-visible {
  background: rgba(18, 18, 22, 0.82);
  transform: translateY(-1px);
}

.iq-product-slider__arrow--prev {
  left: 28px;
}

.iq-product-slider__arrow--next {
  right: 28px;
}

.iq-product-slider__arrow--next svg {
  transform: rotate(180deg);
}

.iq-product-slide--academy .iq-product-slide__content {
  padding-bottom: 92px !important;
}
.iq-product-slide--academy .iq-product-slide__content::after {
  bottom: 28px;
}	

.global-movement-section {
  position: relative;
  overflow: hidden;
  background: #111113;
  min-height: 1050px;
  padding: 178px 78px 92px;
  isolation: isolate;
}

.global-movement-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 680px 430px at 50% 9%, rgba(92, 73, 196, 0.18) 0%, rgba(40, 34, 82, 0.12) 38%, rgba(0, 0, 0, 0) 72%),
    radial-gradient(ellipse 980px 520px at 50% 39%, rgba(81, 68, 155, 0.15) 0%, rgba(30, 28, 53, 0.10) 48%, rgba(0, 0, 0, 0) 78%);
  pointer-events: none;
}

.global-movement__map {
  position: absolute;
  left: 50%;
  top: 74px;
  z-index: 1;
  width: min(1420px, 88vw);
  transform: translateX(-50%);
  opacity: 0.88;
  filter: blur(2px);
  mix-blend-mode: screen;
  pointer-events: none;
}

.global-movement__content {
  position: relative;
  z-index: 2;
  max-width: 1260px;
  margin: 0 auto;
  text-align: center;
}

.global-movement__title {
  margin: 0 0 32px;
  color: var(--Text-Color-Neutral-0, #FFF);
  text-align: center;
  font-family: "Termina", sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  font-style: normal;
  font-weight: 400;
  line-height: 0.861;
  letter-spacing: -0.72px;
  text-transform: uppercase;
}

.global-movement__subtitle {
  margin: 0 0 58px;
  color: var(--Text-Color-Neutral-100, #F3F3F3);
  text-align: center;
  font-family: "Termina", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.8px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.global-movement__stat {
  margin: 0 auto 46px;
  max-width: 720px;
  font-family: "Termina", sans-serif;
  font-size: clamp(20px, 1.7vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #5554E6 0%, #C59DFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.global-movement__stat-white {
  color: #F3F3F3;
  -webkit-text-fill-color: #F3F3F3;
}

.global-movement__body {
  margin: 0 auto 86px;
  color: var(--Text-Color-Neutral-500, #B3B2B7);
  text-align: center;
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.2px;
}

.global-movement__cta {
  display: flex;
  justify-content: center;
}

.global-movement__testimonials {
  position: relative;
  z-index: 2;
  max-width: 1488px;
  margin: 190px auto 0;
}

.global-movement__testimonials::after {
  content: "";
  position: absolute;
  right: 92px;
  top: 78px;
  width: 136px;
  height: 136px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='113' height='113' viewBox='0 0 113 113' fill='none'%3E%3Cpath d='M103.227 0.767578C108.146 12.1519 109.019 26.1134 106.133 38.9121C103.198 51.9242 96.3995 63.666 86.1201 70.2695L85.7031 70.5371L85.9668 70.9561L110.808 110.453L72.7129 77.665L72.4814 77.4658L72.1982 77.5811C62.1552 81.6705 48.6546 83.388 35.3984 82.7363C22.4625 82.1004 9.83002 79.2096 0.918945 74.1318L9.52637 67.9375C13.5052 65.1008 18.4452 64.1927 23.2207 65.1826L23.6816 65.2842C35.1373 67.9667 48.504 67.7059 59.8428 64.5723L60.6299 64.3545L60.0791 63.752L48.6113 51.2363L48.5293 51.1641L41.6152 46.374C40.2618 45.4386 38.9832 44.5555 38.043 43.9062C37.9668 43.8536 37.8929 43.8024 37.8213 43.7529C41.9191 43.7376 45.4051 43.5795 48.4316 43.542C51.8672 43.4994 54.7433 43.6127 57.4141 44.2461C62.7137 45.503 67.3169 48.836 73.8018 57.4375L74.0879 57.8164L74.4814 57.5508C84.8151 50.5773 90.1244 35.9747 89.5498 22.2402L89.5176 21.5869C89.1655 15.3426 91.692 9.3135 96.5547 5.57031L103.227 0.767578Z' stroke='%233B3848' stroke-width='1.35' stroke-opacity='0.28'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: 0.58;
  pointer-events: none;
}

.global-movement__eyebrow {
  margin-bottom: 30px;
}

.global-movement__note {
  margin: 0 0 56px;
  color: var(--Text-Color-Neutral-500, #B3B2B7);
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 294px 294px;
  gap: 0;
}

.testimonial-card {
  position: relative;
  min-height: 294px;
  padding: 38px 32px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.testimonial-card--testimonialone {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  background-image: url("../images/tcard1.png"); margin-right: -1px;
}

.testimonial-card--testimonialtwo {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  background-image: url("../images/tcard2.png"); margin-left: -1px;
}

.testimonial-card--testimonialthree {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  background-image: url("../images/tcard3.png"); margin-top: -1px;
}

.testimonial-card--testimonialfour {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
  background-image: url("../images/tcard4.png"); margin-top: -1px; margin-left: -1px;
}

.testimonial-card--testimonialfive {
  grid-column: 4 / 5;
  grid-row: 2 / 3;
  background-image: url("../images/tcard5.png"); margin-top: -1px; margin-left: -1px;
}

.testimonial-card__name {
  margin: 0 0 48px;
  color: #ABABAB;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.testimonial-card__quote {
  margin: 0;
  max-width: 320px;
  color: var(--Text-Color-Neutral-500, #B3B2B7);
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.mobile-iq-products {
  display: none;
}

@media (min-width: 768px) {
    .hero {
      position: relative;
      overflow: hidden;
    }

    
    .hero::before {
      content: "";
      position: absolute;
      right: -635px;
      top: -480px;
      width: 1555px;
      height: 1023px;
      border-radius: 1055px;
      opacity: 0.26;
      background:
        radial-gradient(
          ellipse at center,
          rgba(235, 235, 240, 0.82) 0%,
          rgba(185, 188, 198, 0.42) 22%,
          rgba(118, 122, 135, 0.22) 42%,
          rgba(68, 72, 82, 0.10) 62%,
          rgba(0, 0, 0, 0) 82%
        );
      transform: rotate(45deg);
      transform-origin: center center;
      pointer-events: none;
      z-index: 2;
      filter: blur(10px);
    }

    .hero__header-atmosphere.purple {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 276px;
      z-index: 3;
      pointer-events: none;
      overflow: hidden;
      background:
        radial-gradient(ellipse 780px 420px at 86% -18%, rgba(190, 184, 213, 0.24) 0%, rgba(120, 112, 148, 0.17) 32%, rgba(55, 50, 78, 0.08) 58%, rgba(0, 0, 0, 0) 78%),
        radial-gradient(ellipse 980px 470px at 39% -14%, rgba(92, 73, 196, 0.43) 0%, rgba(70, 55, 156, 0.36) 32%, rgba(42, 34, 91, 0.24) 55%, rgba(16, 14, 36, 0.08) 76%, rgba(0, 0, 0, 0) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.94) 70%, rgba(0, 0, 0, 0.88) 100%);
    }

    .hero__header-atmosphere.purple::before,
    .hero__header-atmosphere.purple::after {
      content: "";
      position: absolute;
      pointer-events: none;
      transform: translate(-50%, -50%) rotate(45deg);
      transform-origin: center;
      will-change: transform;
    }

    .hero__header-atmosphere .purple::before {
      width: 1110.43px;
      height: 1123.193px;
      left: 720px;
      top: -402px;
      border-radius: 1110.43px;
      opacity: 0.95;
      background:
        radial-gradient(
          ellipse at center,
          rgba(103, 84, 218, 0.66) 0%,
          rgba(88, 70, 190, 0.54) 24%,
          rgba(64, 52, 137, 0.38) 42%,
          rgba(34, 29, 76, 0.22) 60%,
          rgba(24, 20, 55, 0.08) 76%,
          rgba(24, 20, 55, 0) 100%
        );
      filter: blur(2px);
    }

    .hero__header-atmosphere::after {
      width: 1455.046px;
      height: 1123.193px;
      left: 1570px;
      top: -420px;
      border-radius: 1455.046px;
      opacity: 0.38;
      background:
        radial-gradient(
          ellipse at center,
          rgba(220, 213, 232, 0.48) 0%,
          rgba(166, 157, 188, 0.32) 28%,
          rgba(96, 88, 122, 0.19) 48%,
          rgba(44, 39, 64, 0.10) 68%,
          rgba(0, 0, 0, 0) 88%
        );
      filter: blur(2px);
    }

    .header {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 8;
      min-height: 123px;
      padding: 0 100px;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      justify-content: space-between;
      align-items: center;
    }
  }

@media (min-width: 768px) and (max-width: 1100px) {

  
  .about-step-card__number {
    background: linear-gradient(116deg, #977AC5 0%, #3E2686 83.31%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1 !important;
  }

  .about-step-card__title {
    opacity: 1 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    letter-spacing: 0.96px !important;
  }

  .about-step-card__body {
    opacity: 1 !important;
  }

  
  .about-step-card--two {
    background-image: url("../images/cardbg2purple.png") !important;
  }

  .about-step-card--three {
    background-image: url("../images/cardbg3purple.png") !important;
  }

  
  .about-step-card:hover .about-step-card__title,
  .about-step-card:hover .about-step-card__body,
  .about-step-card:hover .about-step-card__number {
    opacity: 1;
  }

  
  .about-step-card__q {
    opacity: 1;
  }
}

@media (max-width: 1100px) and (min-width: 768px) {
  .iq-product-slider {
    padding-top: 42px;
  }

  .iq-product-slide {
    flex-basis: calc(100vw - 72px);
  }

  .iq-product-slide__media {
    height: 436px;
  }

  .iq-product-slide__title {
    top: -18px;
    font-size: clamp(66px, 11vw, 118px);
  }

  .iq-product-slide--academy .iq-product-slide__title {
    left: 42px;
  }

  .iq-product-slide--atlas .iq-product-slide__title {
    right: 42px;
  }

  .iq-product-slide__badge {
    left: 58px;
    bottom: -30px;
    width: 144px;
    height: 137px;
  }

  .iq-product-slide__content {
    grid-template-columns: 1fr 1fr auto;
    gap: 28px;
    padding: 74px 48px 56px 58px;
  }

  .iq-product-slide__button {
    width: min(var(--slide-button-width), 176px);
  }

  .iq-product-slider__arrow {
    top: 36%;
    width: 46px;
    height: 46px;
  }

  .iq-product-slider__arrow--prev {
    left: 16px;
  }

  .iq-product-slider__arrow--next {
    right: 16px;
  }
}

@media (max-width: 1100px) and (min-width: 768px) {
  .global-movement-section {
    padding: 132px 42px 72px;
  }

  .global-movement__map {
    width: 1120px;
    top: 95px;
  }

  .global-movement__testimonials {
    margin-top: 140px;
  }

  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 0;
  }

  .testimonial-card,
  .testimonial-card--testimonialone,
  .testimonial-card--testimonialtwo,
  .testimonial-card--testimonialthree,
  .testimonial-card--testimonialfour,
  .testimonial-card--testimonialfive {
    grid-column: auto;
    grid-row: auto;
  }
.testimonial-card--testimonialone {background-image: url(../images/tcard2.png) !important;}	
.testimonial-card--testimonialtwo {background-image: url(../images/tcard2.png) !important; margin-left: 20px;}	
.testimonial-card--testimonialthree {background-image: url(../images/tcard2.png) !important; margin-top: 40px;}	
.testimonial-card--testimonialfour {background-image: url(../images/tcard2.png) !important; margin-top: 40px; margin-left: 20px;}		
.testimonial-card--testimonialfive {background-image: url(../images/tcard2.png) !important; margin-top: 40px;}		
}

@media (max-width: 1100px) {
  .iqatlassection {
    padding: 56px 24px;
  }

  .iqatlassection__inner {
    grid-template-columns: 1fr;
  }

  .iqatlassection__body {
    margin-top: 48px;
  }

  .iqatlassection__cards {
    width: min(704px, 100%);
    max-width: 704px;
	margin: auto;  
  }	
}

@media (min-width: 768px) {
.standard-section__marquee {
position: absolute !important;
left: 50% !important;
top: 0 !important;
margin-left: 0 !important;
transform: translate(-50%, -50%) !important;}
.dnbrmoba {display: none}
}

@media (max-width: 767px) {
.dnbrmoba {display: block}
.iqatlassection::after {
width: 780px;
height: 280px;
right: -380px;
top: 390px;}
.iqatlassection__cards.iqatlassection__cards--steps {
grid-template-columns: 1fr;
grid-template-rows: repeat(3, 295px) 220px;
width: 100%;
height: auto;}
.about-step-card {
min-height: 0;
padding: 46px 28px 32px;}
.about-step-card--empty {
min-height: 190px;}
.iq-product-slider {
display: none !important;}
.iqatlassection__cards.iqatlassection__cards--steps {display: none;} 	
}

@media (max-width: 767px) {
.mobile-iq-product__button:hover, .mobile-iq-product__button:focus-visible {
    transform: translateY(-1px);
	background: rgba(72, 45, 230, 0.65);}	
.global-movement-section {
    position: relative;
    overflow: hidden;
    background: #111113;
    min-height: 1050px;
    padding: 108px 48px 92px;
    isolation: isolate;}	
.global-movement__map {
    position: absolute;
    left: 50%;
    top: 124px;
    z-index: 1;
    width: 1000px;
    transform: translateX(-50%);
    opacity: 0.38;
    filter: blur(2px);
    mix-blend-mode: screen;
    pointer-events: none;
}	
.global-movement__content {
    position: relative;
    z-index: 2;
    max-width: 1260px;
    margin: 0 auto;
    text-align: center;
}	
.global-movement__subtitle {
	margin: 0 0 28px;}	
.global-movement__title {
    margin: 0 0 32px;
    color: var(--Text-Color-Neutral-0, #FFF);
    text-align: center;
    font-family: "Termina", sans-serif;
    font-size: clamp(28px, 7vw, 42px);
    line-height: 1.15;
    letter-spacing: -0.28px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase; margin-top: -25px;
}	

.testimonial-grid {
grid-template-columns: 1fr;
grid-template-rows: auto; gap: 0;}		
.testimonial-card, .testimonial-card--testimonialone, .testimonial-card--testimonialtwo, .testimonial-card--testimonialthree, .testimonial-card--testimonialfour, .testimonial-card--testimonialfive {
grid-column: auto;
grid-row: auto;
}	
	
.testimonial-card--testimonialone {background-image: url(../images/tcard2.png) !important; margin-left: -1px;}	
.testimonial-card--testimonialtwo {background-image: url(../images/tcard3mobile.png) !important; margin-top: -1px; margin-right:-1px}	
.testimonial-card--testimonialthree {background-image: url(../images/tcard2mobile.png) !important; margin-left: -1px; margin-top: 0px}	
.testimonial-card--testimonialfour {background-image: url(../images/tcard3mobile.png) !important; margin-top: -1px; margin-right:-1px}		
.testimonial-card--testimonialfive {background-image: url(../images/tcard2mobile.png) !important;}		
	
  .mobile-iq-products {
    display: block;
    position: relative;
    background: #111113;
    padding: 0 21px;
    overflow: hidden;
	margin-top: 80px;  
    margin-bottom: 120px;	  
  }

  .mobile-iq-product {
    position: relative;
    background: #111113;
    border-bottom: 1px solid rgba(140, 127, 251, 0.86);
    padding: 0 0 42px;
    margin: 0 auto;
    max-width: 430px;
  }

  .mobile-iq-product + .mobile-iq-product {
    margin-top: 0;
    padding-top: 48px;
  }

  .mobile-iq-product__title {
    position: relative;
    z-index: 2;
    margin: 0 0 -6px;
    color: #FDF5FF;
    text-align: center;
    font-family: "Termina", sans-serif;
    font-size: clamp(38px, 11.45vw, 47px);
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: -0.094px;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .mobile-iq-product__media {
    position: relative;
    width: 100%;
    height: 333px;
    overflow: visible;
    background: #111113;
  }

  .mobile-iq-product__image {
    display: block;
    width: 100%;
    height: 333px;
    object-fit: cover;
  }

  .mobile-iq-product--academy .mobile-iq-product__image {
    object-position: 58% center;
  }

  .mobile-iq-product--thrive .mobile-iq-product__image {
    object-position: 50% center;
  }

  .mobile-iq-product--atlas .mobile-iq-product__image {
    object-position: 50% center;
  }

  .mobile-iq-product__badge {
    position: absolute;
    left: 20px;
    bottom: -49px;
    z-index: 3;
    width: 126px;
    height: 120px;
    object-fit: contain;
    filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.24));
  }

  .mobile-iq-product__body {
    padding: 75px 19px 0;
  }

  .mobile-iq-product__heading {
    margin: 0 0 8px;
    color: #FDF5FF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.40);
    font-family: "Termina", sans-serif;
    font-size: clamp(15px, 4.1vw, 17px);
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.68px;
    text-transform: uppercase;
  }

  .mobile-iq-product__highlight {
    color: var(--mobile-iq-accent);
    -webkit-text-fill-color: var(--mobile-iq-accent);
  }

  .mobile-iq-product--academy .mobile-iq-product__highlight {
    background: linear-gradient(90deg, #5554E6 0%, #C59DFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  .mobile-iq-product__copy {
    margin: 0;
    color: #B3B2B7;
    font-family: Roboto, "Roboto Flex", sans-serif;
    font-size: clamp(14px, 3.62vw, 15px);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.15px;
  }

  .mobile-iq-product__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    height: 48px;
    margin-top: 20px;
    border-radius: 16px;
    border: 2px solid rgba(241, 241, 241, 0.26);
    background: var(--mobile-iq-button-bg);
    box-shadow:
      16px 220px 62px 0 rgba(0, 0, 0, 0),
      10px 141px 56px 0 rgba(0, 0, 0, 0.03),
      6px 79px 48px 0 rgba(0, 0, 0, 0.10),
      3px 35px 35px 0 rgba(0, 0, 0, 0.17),
      1px 9px 19px 0 rgba(0, 0, 0, 0.20);
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.15px;
    text-decoration: none;
  }
.mobile-iq-product__button--green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    height: 48px;
    margin-top: 20px;
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(
        180deg,
        #74D8AF 0%,
        #5AC599 55%,
        #39A97C 100%
    );

    box-shadow:
        0 14px 30px rgba(90, 197, 153, 0.28),
        0 6px 14px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);

    color: #FFFFFF;

    font-family: Inter, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: -0.15px;
    text-decoration: none;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

.mobile-iq-product__button--green:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);

    box-shadow:
        0 18px 36px rgba(90, 197, 153, 0.34),
        0 8px 18px rgba(0, 0, 0, 0.22);
}	
	

  .mobile-iq-product__button svg {
    flex: 0 0 auto;
  }

  .mobile-iq-product--academy {
    --mobile-iq-accent: #8C7FFB;
    --mobile-iq-button-bg: rgba(90, 61, 255, 0.34);
  }

  .mobile-iq-product--thrive {
    --mobile-iq-accent: #FFB020;
    --mobile-iq-button-bg: linear-gradient(180deg, rgba(255, 212, 135, 0.90) 0%, rgba(212, 152, 42, 0.95) 100%);
  }

  .mobile-iq-product--atlas {
    --mobile-iq-accent: #5AC599;
    --mobile-iq-button-bg: linear-gradient(90deg, rgba(174, 202, 154, 0.88) 0%, rgba(73, 135, 96, 0.95) 100%);
  }

  .mobile-iq-product--atlas .mobile-iq-product__body {
    padding-top: 93px;
  }

  .mobile-iq-product--atlas .mobile-iq-product__heading {
    margin-bottom: 24px;
  }

  .mobile-iq-product--thrive .mobile-iq-product__heading {
    margin-bottom: 25px;
  }

  .mobile-iq-product--thrive .mobile-iq-product__copy,
  .mobile-iq-product--atlas .mobile-iq-product__copy {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
.hero-cta__button {max-width: 312px}	
a.mobile-iq-product__button.iqacademybtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    height: 48px;
    margin-top: 20px;

    border-radius: 16px;
    border: 2px solid #3c2aa4;
    background: linear-gradient(
        180deg,
        rgba(72, 52, 170, 0.96) 0%,
        rgba(52, 37, 133, 0.96) 100%
    );
    box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.18),
        0 2px 6px rgba(0, 0, 0, 0.12);

    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.15px;
    text-decoration: none;
}	
a.mobile-iq-product__button.iqthrivebtn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 18px;
width: 100%;
height: 48px;
margin-top: 20px;
border-radius: 16px;
border: 2px solid #e2bb78;
background: linear-gradient(
    180deg,
    rgba(232, 191, 96, 0.96) 0%,
    rgba(201, 151, 54, 0.96) 100%);
box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.18),
    0 2px 6px rgba(0, 0, 0, 0.12);
color: #FFF;
font-family: Inter, sans-serif;
font-size: 15px;
font-weight: 700;
line-height: 28px;
letter-spacing: -0.15px;
text-decoration: none;}
a.mobile-iq-product__button.iqatlasbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    height: 48px;
    margin-top: 20px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    border: 2px solid #5f8365;
    background: linear-gradient(
        180deg,
        #8FAE83 0%,
        #6F9472 45%,
        #4F755D 100%);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.15px;
    text-decoration: none;
}	

  .publicly.publicly--ambassador {
    height: auto !important;
    min-height: 760px !important;
    display: flex !important;
    align-items: flex-start !important;
    overflow: hidden !important;
    background-position: 68% top !important;
  }

  .publicly.publicly--ambassador .publicly__inner {
    position: relative !important;
    width: 100% !important;
    min-height: 760px !important;
  }

  .publicly.publicly--ambassador .publicly__copy {
    position: relative !important;
    top: 100px !important;
    left: 0 !important;
    right: 0 !important;
    width: calc(100% - 36px) !important;
    max-width: 540px !important;
    margin: 0 auto !important;
    padding: 0 8px !important;
    z-index: 4 !important;
  }

  .publicly.publicly--ambassador .publicly__subhead {
    font-size: clamp(21px, 7.875vw, 36px) !important;
    line-height: 1.54 !important;
    letter-spacing: -0.5px !important;
    max-width: 92% !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  .publicly.publicly--ambassador .publicly__q-mark {
    top: 445px !important;
    width: clamp(92px, 22vw, 132px) !important;
    opacity: 1 !important;
  }

  .publicly.publicly--ambassador .publicly__cta.hero-cta {
    width: min(340px, calc(100vw - 34px)) !important;
    height: auto !important;
    min-height: 116px !important;
    padding: 14px !important;
    bottom: 34px !important;
    gap: 14px !important;
    border-radius: 22px !important;
  }

  .publicly.publicly--ambassador .hero-cta__text {
    width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
    font-size: 14px !important;
    line-height: 22px !important;
    letter-spacing: 0.2px !important;
  }

  .publicly.publicly--ambassador .hero-cta__button.travelbutton {
    width: 100% !important;
    max-width: none !important;
  }
}

@media (max-width: 560px) {

  .publicly.publicly--ambassador {
    min-height: 720px !important;
    background-position: 64% top !important;
  }

.publicly.publicly--ambassador .publicly__subhead {
  max-width: 100% !important;
  font-size: clamp(16.8px, 6.3vw, 28.8px) !important;
  line-height: 1.35;
}
.hero .hero-copy__title {font-size: 54px !important;}	
}

@media (max-width: 440px) {
  .publicly.publicly--ambassador {
    background-position: 66% top !important;
  }

  .publicly.publicly--ambassador .publicly__copy {
    width: calc(100% - 22px) !important;
  }
	
  .publicly.publicly--ambassador .publicly__inner {
    position: relative !important;
    width: 100% !important;
    min-height: 760px !important;
  }	

  .publicly.publicly--ambassador .publicly__q-mark {
    top: 108px !important;
  }
.hero .hero-copy__title {font-size: 42px !important;}	
}

@media (max-width: 390px) {
  .mobile-iq-products {
    padding-left: 17px;
    padding-right: 17px;
  }

  .mobile-iq-product__media,
  .mobile-iq-product__image {
    height: 318px;
  }

  .mobile-iq-product__badge {
    left: 19px;
    width: 118px;
    height: 112px;
  }

  .mobile-iq-product__body {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 374px) {

  .publicly.publicly--ambassador {
    min-height: 660px !important;
  }

  .publicly.publicly--ambassador .publicly__subhead {
    font-size: 24px !important;
    line-height: 1.54 !important;
    letter-spacing: -0.3px !important;
  }

  .publicly.publicly--ambassador .publicly__cta.hero-cta {
    width: calc(100vw - 26px) !important;
    bottom: 20px !important;
  }

  .publicly.publicly--ambassador .hero-cta__text {
    font-size: 13px !important;
    line-height: 20px !important;
  }
}

@media (max-width: 350px) {
  .mobile-iq-product__title {
    font-size: 34px;
    line-height: 39px;
  }

  .mobile-iq-product__media,
  .mobile-iq-product__image {
    height: 290px;
  }

  .mobile-iq-product__heading {
    font-size: 14px;
    line-height: 22px;
  }
}
.iq-login-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.iq-login-modal.is-open {
  display: flex;
}

.iq-login-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 15%, rgba(90, 61, 255, 0.22), transparent 42%),
    rgba(3, 2, 10, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.iq-login-modal__card {
  position: relative;
  width: min(560px, 100%);
  padding: 54px 54px 48px;
  border-radius: 24px;
  border: 1px solid rgba(140, 127, 251, 0.38);
  background:
    radial-gradient(ellipse at 80% 0%, rgba(90, 61, 255, 0.20), transparent 42%),
    linear-gradient(180deg, rgba(28, 25, 48, 0.96), rgba(10, 9, 18, 0.98));
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.iq-login-modal__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.06), transparent);
  pointer-events: none;
}

.iq-login-modal__close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

.iq-login-modal__logo {
  display: block;
  width: 220px;
  max-width: 70%;
  margin: 0 auto 34px;
}

.iq-login-modal__title {
  margin: 0 0 34px;
  color: #fff;
  text-align: center;
  font-family: "Termina", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.iq-login-form {
  display: grid;
  gap: 26px;
}

.iq-login-field span {
  display: block;
  margin-bottom: 10px;
  color: #b9b2c8;
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 14px;
}

.iq-login-field input {
  width: 100%;
  height: 52px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  background: transparent;
  color: #fff;
  font-size: 18px;
  outline: none;
}

.iq-login-field input:focus {
  border-bottom-color: #8C7FFB;
}

.iq-login-button {
  width: 220px;
  height: 58px;
  margin: 18px auto 0;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 16px;
  background: linear-gradient(135deg, #5A3DFF 0%, #3920A9 100%);
  color: #fff;
  font-family: "Termina", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(0,0,0,0.38);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.iq-login-button__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.iq-login-field--password {
  position: relative;
}

.iq-login-password-wrap {
  position: relative;
}

.iq-login-password-toggle {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 50%;
  background: rgba(255,255,255,0.035);
  color: rgba(255,255,255,0.72);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.iq-login-password-toggle:hover {
  border-color: rgba(140,127,251,0.55);
  background: rgba(90,61,255,0.14);
  color: #fff;
  transform: translateY(-50%) scale(1.04);
}

.iq-login-password-toggle svg {
  width: 19px;
  height: 19px;
  display: block;
}

.iq-login-field--password input {
  padding-right: 54px;
}

.iq-login-forgot {
  width: max-content;
  margin: 2px auto 0;
  color: #B8A9FF;
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.14px;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  opacity: 0.92;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.iq-login-forgot:hover {
  color: #fff;
  opacity: 1;
  transform: translateY(-1px);
}

[data-products-menu].is-open .products-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

[data-products-menu].is-open .brand-switcher__chevron {
  transform: rotate(180deg);
}

[data-products-menu] > .products-menu__toggle {
  position: relative;
  z-index: 300;
}

.header__left {
  position: relative;
  overflow: visible;
}

.products-menu {
  position: relative;
  z-index: 40;
}

.products-menu__toggle {
  transition:
    background 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.products-menu.is-open .products-menu__toggle,
.products-menu__toggle:hover {
  border-color: rgba(140, 127, 251, 0.58) !important;
  background:
    radial-gradient(ellipse at 48% 12%, rgba(90, 61, 255, 0.18), transparent 58%),
    rgba(23, 20, 44, 0.74) !important;
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.products-menu.is-open .brand-switcher__chevron {
  transform: rotate(180deg);
}

.brand-switcher__chevron {
  transition: transform 0.24s ease;
  transform-origin: center;
}

.products-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 16px);
  width: min(522px, calc(100vw - 68px));
  min-height: 283px;
  padding: 30px 28px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    radial-gradient(ellipse at 12% 0%, rgba(90, 61, 255, 0.18), rgba(90, 61, 255, 0.03) 38%, transparent 70%),
    radial-gradient(ellipse at 92% 16%, rgba(140, 127, 251, 0.10), transparent 56%),
    linear-gradient(110deg, rgba(12, 10, 30, 0.86) 0%, rgba(25, 22, 42, 0.92) 54%, rgba(34, 28, 50, 0.86) 100%);
  backdrop-filter: blur(36px);
  -webkit-backdrop-filter: blur(36px);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px) scale(0.985);
  transform-origin: top left;
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease,
    transform 0.24s cubic-bezier(.22,.61,.36,1);
}

.products-menu.is-open .products-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.products-dropdown::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.08), transparent 28%, transparent 72%, rgba(255,255,255,0.035)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 96px);
  opacity: 0.62;
  pointer-events: none;
}

.products-dropdown__item {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 20px;
  min-height: 70px;
  padding: 3px 14px 3px 10px;
  border-radius: 18px;
  color: #FEF9FF;
  text-decoration: none;
  isolation: isolate;
  overflow: hidden;
  transition:
    background 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.products-dropdown__item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;

  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.24s ease, transform 0.24s ease;
  z-index: -1;
}

.products-dropdown__item:hover,
.products-dropdown__item:focus-visible {
  background: rgba(255, 255, 255, 0.035);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.08),
    0 12px 28px rgba(0,0,0,0.22);
  transform: translateX(5px);
  outline: none;
}

.products-dropdown__item:hover::before,
.products-dropdown__item:focus-visible::before {
  opacity: 1;
  transform: translateX(0);
}

.products-dropdown__item:hover::after,
.products-dropdown__item:focus-visible::after {
  opacity: 1;
  transform: translate(0, -50%);
}

.products-dropdown__item--academy {
  --product-accent: #5A3DFF;
  --product-accent-soft: rgba(90, 61, 255, 0.28);
  --product-accent-shadow: rgba(90, 61, 255, 0.28);
}

.products-dropdown__item--atlas {
  --product-accent: #5AC599;
  --product-accent-soft: rgba(90, 197, 153, 0.24);
  --product-accent-shadow: rgba(90, 197, 153, 0.24);
}

.products-dropdown__item--thrive {
  --product-accent: #F4B94B;
  --product-accent-soft: rgba(244, 185, 75, 0.24);
  --product-accent-shadow: rgba(244, 185, 75, 0.24);
}

.products-dropdown__badge {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    linear-gradient(135deg, rgba(21,21,21,0.00) 0%, rgba(21,21,21,0.82) 100%),
    rgba(255,255,255,0.025);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 10px 22px rgba(0,0,0,0.20);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.products-dropdown__badge::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 26px;
  height: 18px;
  border-right: 4px solid var(--product-accent);
  border-bottom: 4px solid var(--product-accent);
  border-radius: 50%;
  transform: rotate(38deg);
  filter: drop-shadow(0 0 8px var(--product-accent-soft));
}

.products-dropdown__iq {
  color: #fff;
  font-family: "Termina", Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -3px;
  line-height: 1;
  transform: translateX(-2px);
}

.products-dropdown__q {
  position: absolute;
  right: 14px;
  top: 24px;
  color: #fff;
  font-family: "Termina", Arial, sans-serif;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -4px;
  line-height: 1;
}

.products-dropdown__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 46px;
}

.products-dropdown__title {
  color: #FEF9FF;
  font-family: "Termina", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.13px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.products-dropdown__desc {
  color: #D7C7DA;
  font-family: "Termina", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.11px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .products-dropdown {
    width: min(522px, calc(100vw - 48px));
    padding: 24px 22px;
  }

  .products-dropdown__item {
    gap: 18px;
  }
}

.products-dropdown__badge {
  width: 64px !important;
  height: 64px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  display: block !important;
  border-radius: 18px;
  transition: transform 0.24s ease, filter 0.24s ease;
}

.products-dropdown__badge::after,
.products-dropdown__iq,
.products-dropdown__q {
  display: none !important;
}

.products-dropdown__badge-svg {
  width: 64px;
  height: 64px;
  display: block;
  overflow: visible;
}

.products-dropdown__item:hover .products-dropdown__badge,
.products-dropdown__item:focus-visible .products-dropdown__badge {
  transform: scale(1.045) rotate(-1deg);
  filter: drop-shadow(0 12px 24px var(--product-accent-shadow));
}

.products-dropdown {
  width: min(522px, calc(100vw - 68px)) !important;
  min-height: 283px !important;
  padding: 29px 28px 29px 28px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  background:
    radial-gradient(ellipse at 82% 40%, rgba(75, 68, 93, 0.34) 0%, rgba(39, 34, 53, 0.18) 44%, rgba(9, 8, 24, 0.00) 76%),
    linear-gradient(90deg, rgba(10, 10, 29, 0.90) 0%, rgba(16, 14, 31, 0.90) 48%, rgba(30, 25, 43, 0.88) 100%) !important;
  backdrop-filter: blur(36px) !important;
  -webkit-backdrop-filter: blur(36px) !important;
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255,255,255,0.06) !important;
  gap: 18px !important;
}

.products-dropdown::before {
  background:
    linear-gradient(90deg, rgba(90,61,255,0.035), transparent 34%, rgba(255,255,255,0.025) 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.022) 0 1px, transparent 1px 94px) !important;
  opacity: 0.42 !important;
}

.products-dropdown__item {
  grid-template-columns: 64px 1fr !important;
  min-height: 70px !important;
  gap: 18px !important;
  padding: 2px 14px 2px 10px !important;
}

.products-dropdown__badge {
  position: relative !important;
  width: 64px !important;
  height: 64px !important;
  border-radius: 18px !important;
  overflow: visible !important;
  display: block !important;
}

.products-dropdown__badge-bg {
  position: absolute;
  inset: 0;
  width: 64px;
  height: 64px;
  display: block;
}

.products-dropdown__iq-mark {
  position: absolute;
  left: 13px;
  top: 16px;
  width: 39px;
  height: 32px;
  display: block;
}

.products-dropdown__i {
  position: absolute;
  left: 0;
  top: 2px;
  width: 3.8px;
  height: 22.364px;
  background: #FDF5FF;
  border-radius: 0px !important;
}

.products-dropdown__q-wrap {
  position: absolute;
  left: 11px;
  top: 0;
  width: 28px;
  height: 30px;
}

.products-dropdown__q-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 18px;
}

.products-dropdown__q-bottom {
  position: absolute;
  left: 6px;
  top: 10px;
  width: 25px;
  height: 22px;
}

.products-dropdown__badge--academy .products-dropdown__q-bottom {
  width: 24px;
}

.products-dropdown__badge::after,
.products-dropdown__iq,
.products-dropdown__q,
.products-dropdown__badge-svg {
  display: none !important;
}

.products-dropdown__title {
  color: #FEF9FF !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.13px !important;
  margin-bottom: 7px !important;
}

.products-dropdown__desc {
  color: #D7C7DA !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.22 !important;
  letter-spacing: -0.11px !important;
}

.products-dropdown__item--academy {
  --product-accent: #733EE4;
  --product-accent-soft: rgba(115, 62, 228, 0.16);
  --product-accent-shadow: rgba(115, 62, 228, 0.22);
}

.products-dropdown__item--atlas {
  --product-accent: #5AC599;
  --product-accent-soft: rgba(90, 197, 153, 0.14);
  --product-accent-shadow: rgba(90, 197, 153, 0.20);
}

.products-dropdown__item--thrive {
  --product-accent: #F4B346;
  --product-accent-soft: rgba(244, 179, 70, 0.14);
  --product-accent-shadow: rgba(244, 179, 70, 0.20);
}

.products-dropdown__item:hover,
.products-dropdown__item:focus-visible {
  background: rgba(255,255,255,0.03) !important;
  box-shadow: none !important;
}

.products-dropdown__item:hover .products-dropdown__badge,
.products-dropdown__item:focus-visible .products-dropdown__badge {
  transform: scale(1.035) rotate(-1deg) !important;
  filter: drop-shadow(0 10px 18px var(--product-accent-shadow)) !important;
}

.products-dropdown__iq-mark {
  left: 13px !important;
  top: 13px !important;
  width: 42px !important;
  height: 36px !important;
}

.products-dropdown__i {
  top: 4px !important;
  width: 3.9px !important;
  height: 23px !important;
  border-radius: 0px !important;
}

.products-dropdown__q-wrap {
  left: 11px !important;
  top: 0px !important;
  width: 32px !important;
  height: 34px !important;
}

.products-dropdown__q-top {
  left: 1px !important;
  top: 4px !important;
  width: 27px !important;
  height: 20.25px !important;
}

.products-dropdown__q-bottom {
    left: 7px !important;
    top: 12px !important;
    width: 27px !important;
    height: 23px !important;
}

.products-dropdown__badge--academy .products-dropdown__q-bottom {
    left: 7px !important;
    top: 12px !important;
    width: 27px !important;
    height: 23px !important;
}

.products-dropdown__badge--atlas .products-dropdown__q-bottom,
.products-dropdown__badge--thrive .products-dropdown__q-bottom {
    left: 7px !important;
    top: 12px !important;
    width: 27px !important;
    height: 23px !important;
}

.hero,
.header,
.header__left,
.products-menu {
  overflow: visible !important;
}

.header {
  z-index: 200 !important;
}

.products-menu {
  z-index: 300 !important;
}

.products-dropdown {
  z-index: 999 !important;
}


@media (max-width: 767px) {
  .iq-login-modal__card {
    padding: 44px 24px 36px;
    border-radius: 20px;
  }

  .iq-login-modal__logo {
    width: 180px;
  }

  .iq-login-button {
    width: 100%;
  }
}

h1.hero-copy__title.connectevents {font-size: clamp(60px, 5vw, 96px) !important;}	
.hero-copy__subtitle.connectsubtitle {top: 120px !important; font-size: 32px !important}
section.hero.iqonicsec {background: #151515;}		
img.hero__image.mainheroimg {height: 800px}	
.iqbrexpect {display: none}	
.headingbrcig {display: none}
	
.hero__header-atmosphere.purplesec {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 175px;
    z-index: 3;
    pointer-events: none;
    overflow: hidden;
background:
  radial-gradient(
    circle 560px at 28% -10%,
    rgba(126, 103, 210, 0.26) 0%,
    rgba(95, 77, 170, 0.16) 35%,
    rgba(60, 48, 108, 0.08) 60%,
    rgba(0, 0, 0, 0) 82%
  ),

  radial-gradient(
    circle 300px at 48% -12%,
    rgba(202, 190, 230, 0.10) 0%,
    rgba(152, 140, 190, 0.06) 45%,
    rgba(0, 0, 0, 0) 80%
  ),

  linear-gradient(
    180deg,
    #252031 0%,
    #1d1a24 18%,
    #151515 42%,
    #151515 100%
  );
}	
	
@media (min-width: 768px) {
.hero.iqonicsec::before {
    content: "";
    position: absolute;
    right: -635px;
    top: -480px;
    width: 1555px;
    height: 1023px;
    border-radius: 1055px;

background: radial-gradient(
    ellipse at center,
    rgba(229, 180, 255, 0.70) 0%,
    rgba(190, 125, 255, 0.50) 20%,
    rgba(140, 90, 255, 0.30) 45%,
    rgba(95, 55, 215, 0.14) 65%,
    rgba(0,0,0,0) 85%
);

    transform: rotate(45deg);
    transform-origin: center center;
    pointer-events: none;
    z-index: 2;
    filter: blur(24px);
}
}	
	
.mobileheroimg {
    display: none !important;
}	
  .iq-events-section {
    background: #151515;
    color: #fff;
    padding: 0px 24px 180px 24px;
  }

  .iq-events-section * {
    box-sizing: border-box;
  }

  .iq-events-section__inner {
    width: min(100%, 1188px);
    margin: 0 auto;
  }

  .iq-events-section__kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 38px;
  }

  .iq-events-section__mark {
    display: block;
    flex: 0 0 auto;
    width: 19px;
    height: 19px;
  }

  .qheading {
    color: #FFF;
    font-family: "Termina", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
  }

  .iq-events-section__title {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: "Termina", sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: -0.72px;
    text-transform: uppercase;
  }

  .iq-events-section__title span {
    color: var(--Text-Color-Purple-500, #8C7FFB);
    font-family: "Termina", sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: -0.72px;
    text-transform: uppercase;
  }

  .iq-events-tabs {
    display: flex;
    justify-content: center;
    gap: 78px;
    margin: 35px 0 42px;
  }

  .iq-events-tabs__button {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0 8px 12px;
    color: rgba(255, 255, 255, 0.40);
    text-align: center;
    font-family: "Termina", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
  }

  .iq-events-tabs__button::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transform: translateX(-50%);
    transition: width 180ms ease;
  }

  .iq-events-tabs__button.is-active {
    color: #FFF;
  }

  .iq-events-tabs__button.is-active::after {
    width: calc(100% + 28px);
  }

  .iq-events-panel {
    display: none;
  }

  .iq-events-panel.is-active {
    display: block;
  }

  .iq-events-panel--upcoming .iq-events-grid {
    justify-content: center;
  }

  .iq-events-grid {
    display: flex;
    justify-content: center;
    gap: 36px;
  }

  .iq-event-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    min-height: 578px;
    width: 100%;
    max-width: 570px;
    isolation: isolate;
    box-shadow: 0 0 0 1px rgba(255,255,255,.04);
  }

  .iq-event-card--upcoming {
    max-width: 468px;
    min-height: 577px;
  }

  .iq-events-panel--upcoming .iq-event-card {
    max-width: 468px;
    min-height: 577px;
  }

  .iq-events-panel--recap .iq-event-card {
    max-width: 468px;
    min-height: 577px;
  }

  .iq-event-card__image,
  .iq-event-card__gradient {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .iq-event-card__image {
    z-index: 0;
  }

  .iq-event-card__gradient {
    z-index: 1;
    pointer-events: none;
  }

  .iq-event-card__content {
    position: absolute;
    z-index: 2;
    left: 28px;
    right: 28px;
    bottom: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .iq-event-card--upcoming .iq-event-card__content {
    left: 24px;
    right: 24px;
    bottom: 27px;
  }

  .iq-event-card__eyebrow {
    margin: 0 0 2px;
    color: #FFF;
    -webkit-text-stroke-width: 1.1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.40);
    font-family: "Termina", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
  }

  .iq-event-card__title {
    margin: 0 0 16px;
    color: #FFF;
    font-family: "Roboto Flex", Roboto, Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.24px;
    text-transform: uppercase;
  }

  .iq-event-card__date {
    margin: 0 0 40px;
    color: #FFF;
    font-family: "Roboto Flex", Roboto, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.2px;
  }

  .iq-event-card--upcoming .iq-event-card__title {
    margin-bottom: 0;
    -webkit-text-stroke-width: 1.1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.40);
    font-family: "Termina", sans-serif;
    font-size: 26.393px;
    font-weight: 600;
    line-height: 35.19px;
    letter-spacing: 1.056px;
    text-transform: uppercase;
  }

  .iq-event-card--upcoming .iq-event-card__location,
  .iq-event-card--upcoming .iq-event-card__date {
    margin: 0;
    color: #FFF;
    font-family: "Roboto Flex", Roboto, Arial, sans-serif;
    font-size: 17.595px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.393px;
    letter-spacing: -0.176px;
  }

  .iq-event-card--upcoming .iq-event-card__date {
    margin-bottom: 31px;
  }

  .iq-event-card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    border-radius: 16px;
    border: 1px solid #F1F1F1;
    background: #FDF5FF;
    box-shadow: 1px 9px 19px 0 rgba(0, 0, 0, 0.20);
    color: #151515;
    text-align: center;
    font-family: "Roboto Flex", Roboto, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.16px;
    text-decoration: none;
  }

  @media (max-width: 767px) {
    .iq-events-section {
      padding: 84px 19px 74px;
    }

    .iq-events-section__kicker {
      width: min(100%, 334px);
      margin: 0 auto 28px;
    }

    .iq-events-section__title,
    .iq-events-section__title span {
      color: #FDF5FF;
      font-family: "Termina", sans-serif;
      font-size: 30px;
      font-style: normal;
      font-weight: 500;
      line-height: 30px;
      letter-spacing: -0.06px;
      text-transform: uppercase;
    }

    .iq-events-section__title span {
      color: var(--Text-Color-Purple-500, #8C7FFB);
      font-family: "Termina", sans-serif;
    }

    .iq-events-tabs {
      gap: 44px;
      margin: 31px 0 47px;
    }

    .iq-events-tabs__button {
      font-size: 16px;
    }

    .iq-events-grid {
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }

    .iq-event-card,
    .iq-event-card--upcoming {
      max-width: 334px;
      min-height: 414px;
      border-radius: 6px;
    }

    .iq-event-card__content,
    .iq-event-card--upcoming .iq-event-card__content {
      left: 14px;
      right: 14px;
      bottom: 20px;
    }

    .iq-event-card__eyebrow {
      margin-bottom: 0;
    }

    .iq-event-card__title {
      margin-bottom: 10px;
      font-size: 24px;
      line-height: 26px;
    }

    .iq-event-card__date {
      margin-bottom: 32px;
      font-size: 20px;
      line-height: 32px;
    }

    .iq-event-card--upcoming .iq-event-card__title {
      font-size: 24px;
      line-height: 30px;
      letter-spacing: 0.96px;
    }

    .iq-event-card--upcoming .iq-event-card__date {
      margin-bottom: 28px;
    }

    .iq-event-card__button {
      min-height: 52px;
    }
  }
	
/* =========================
   IQONIC CONNECT SECTION
   ========================= */

.iqonic-connect {
    position: relative;
    width: 100%;
    min-height: 735px;
    background: url('../images/iqonic_connect_bg-01.png') lightgray 50% / cover no-repeat;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.iqonic-connect * {
    box-sizing: border-box;
}

.iqonic-connect__inner {
    width: 100%;
    min-height: 735px;
    margin: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: stretch;
}

.iqonic-connect__left {
    display: flex;
    width: 100%;
    height: 735px;
    padding: 53px 24px 32px 47px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    border: 1px solid #313346;
    background: rgba(243, 243, 243, 0.02);
    -webkit-backdrop-filter: blur(21.35px);
    backdrop-filter: blur(21.35px);
}

.iqonic-connect__logo {
    width: min(100%, 520px);
    max-width: 100%;
    display: block;
    margin: 0 auto -6px;
}

.iqonic-connect__connect {
    width: min(100%, 640px);
    max-width: 100%;
    display: block;
    margin: 0 auto 18px;
}

.iqonic-connect__copy {
    width: min(100%, 720px);
    margin: 0 auto;
    color: #F3F3F3;
    text-align: center;
    font-family: "Roboto Flex", Roboto, Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.32px;
}

.iqonic-connect__right {
    min-height: 735px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
}

.iqonic-connect__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.iqonic-connect__list div {
    color: #F3F3F3;
    text-align: center;
    font-family: "Termina", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 47px;
    letter-spacing: -0.08px;
    text-transform: uppercase;
}

/* Mobile */

@media (max-width: 767px) {

    .iqonic-connect {
        min-height: auto;
        display: block;
        background: url('../images/iqonic_connect_bg-01.png') lightgray 50% / cover no-repeat;
        background-position: center top;
    }

    .iqonic-connect__inner {
        min-height: auto;
        display: grid;
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .iqonic-connect__left {
        width: 100%;
        height: auto;
        min-height: 466px;
        padding: 74px 22px 44px;
        justify-content: flex-start;
        gap: 0;
        border: 1px solid #313346;
        background: rgba(243, 243, 243, 0.02);
        -webkit-backdrop-filter: blur(21.35px);
        backdrop-filter: blur(21.35px);
    }

    .iqonic-connect__logo {
        width: 214px;
        margin: 0 auto 8px;
    }

    .iqonic-connect__connect {
        width: 283px;
        margin: 0 auto 38px;
    }

    .iqonic-connect__copy {
        width: min(100%, 326px);
        color: #F3F3F3;
        text-align: center;
        font-family: "Roboto Flex", Roboto, Arial, sans-serif;
        font-size: 24.046px;
        font-style: normal;
        font-weight: 600;
        line-height: 26.05px;
        letter-spacing: -0.24px;
    }

    .iqonic-connect__right {
        min-height: 422px;
        padding: 92px 20px 70px;
        align-items: flex-start;
        background: transparent;
    }

    .iqonic-connect__list {
        width: 100%;
        gap: 12px;
    }

    .iqonic-connect__list div {
        color: #F3F3F3;
        text-align: center;
        font-family: "Termina", sans-serif;
        font-size: 24.494px;
        font-style: normal;
        font-weight: 500;
        line-height: 28.78px;
        letter-spacing: -0.049px;
        text-transform: uppercase;
    }
}

/* =========================
   WHY ATTEND SECTION
   ========================= */

.iq-why-attend {
    position: relative;
    overflow: hidden;
    background: #151515;
    color: #FDF5FF;
    padding: 176px 24px 72px;
}

.iq-why-attend::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 82px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(21,21,21,0) 0%, #151515 100%);
}

.iq-why-attend__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 1180px);
    margin: 0 auto;
    text-align: center;
}

.iq-why-attend__title {
    margin: 0;
    color: #FDF5FF;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    font-family: "Termina", sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: -0.72px;
    text-transform: uppercase;
}

.iq-why-attend__rule {
    width: min(100%, 1275px);
    height: 1px;
    margin: 53px auto 47px;
    background: linear-gradient(268deg, #151515 58.23%, #9436CB 66.11%, #9839CB 82.01%, #151515 87.5%);
}

.iq-why-attend__subtitle {
    margin: 0 0 57px;
    color: var(--Text-Color-Purple-500, #8C7FFB);
    text-align: center;
    font-family: "Termina", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

.iq-event-kicker {
    display: block;
    margin: 0 0 28px;
    color: #fff;
    text-align: center;
    text-shadow: -12.029px 12.029px 31.436px rgba(0, 0, 0, 0.38);
    font-family: Termina, Montserrat, Arial, sans-serif;
    font-size: 51.324px;
    font-style: normal;
    font-weight: 500;
    line-height: 91%;
    letter-spacing: 2.053px;
    text-transform: uppercase;
}

.iq-why-attend__copy {
    max-width: 900px;
    margin: 0 auto;
    color: var(--Text-Color-Neutral-500, #B3B2B7);
    text-align: center;
    font-family: "Roboto Flex", Roboto, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.2px;
}

.iq-why-attend__copy span {
    color: var(--color-white-solid, #FFF);
    text-align: center;
    font-family: "Roboto Flex", Roboto, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.2px;
}

@media (max-width: 767px) {
    .iq-why-attend {
        padding: 96px 20px 58px;
    }

    .iq-why-attend__title {
        font-size: 40px;
        line-height: 42px;
        letter-spacing: -0.4px;
    }

    .iq-why-attend__rule {
        margin: 36px auto 34px;
    }

    .iq-why-attend__subtitle {
        margin-bottom: 34px;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.72px;
    }

    .iq-why-attend__copy,
    .iq-why-attend__copy span {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.18px;
    }
}

/* =========================
   WHAT YOU CAN EXPECT SECTION
   ========================= */

.iq-expect-section {
    position: relative;
    overflow: hidden;
    background: #151515;
    min-height: 760px;
    padding: 88px 24px 235px 24px;
    color: #FDF5FF;
}

.iq-expect-section * {
    box-sizing: border-box;
}

.iq-expect-section::before {
    content: "";
    position: absolute;
    left: -315px;
    bottom: -300px;
    width: 768.316px;
    height: 768.316px;
    border-radius: 768.316px;
    opacity: 0.6;
    background: rgba(121, 155, 255, 0.07);
    filter: blur(170px);
    pointer-events: none;
}

.iq-expect-section::after {
    content: "";
    position: absolute;
    right: -320px;
    top: 30px;
    width: 720px;
    height: 720px;
    border-radius: 720px;
    opacity: 0.22;
    background: rgba(121, 155, 255, 0.18);
    filter: blur(155px);
    pointer-events: none;
}

.iq-expect-section__stage {
    position: relative;
    z-index: 1;
    width: min(100%, 1370px);
    height: 622px;
    margin: 0 auto;
    --expect-panel-w: 833px;
    --expect-panel-h: 453px;
}

.iq-expect-panel {
    position: absolute;
    left: 50%;
    top: 62px;
    width: var(--expect-panel-w);
    height: var(--expect-panel-h);
    transform: translateX(-50%);
    background: url('../images/middle_container_whatyoucanexpect.png') center center / 100% 100% no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 86px 72px 70px;
    z-index: 2;
}

.iq-expect-panel__content {
    text-align: center;
    width: 100%;
}

.iq-expect-panel__title {
    margin: 0 0 61px;
    text-align: center;
    font-family: "Termina", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.04px;
    text-transform: uppercase;
    color: #FDF5FF;
}

.iq-expect-panel__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.iq-expect-panel__item {
    margin: 0;
    background: linear-gradient(180deg, #FFF 9.88%, #C6C6C6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Termina", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    white-space: nowrap;
}

.iq-expect-photo {
    position: absolute;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    z-index: 3;
}

.iq-expect-photo--group {
    top: 0;
    left: 118px;
    width: 243px;
    height: 134px;
}

.iq-expect-photo--speaker1 {
    top: 392px;
    left: 40px;
    width: 305px;
    height: 363px;
}

.iq-expect-photo--audience {
    top: 88px;
    right: 10px;
    width: 327px;
    height: 182px;
}

.iq-expect-photo--speaker2 {
    top: 240px;
    right: -30px;
    width: 165px;
    height: 204px;
}

.iq-expect-photo--speaker3 {
    top: 420px;
    right: 238px;
    width: 179px;
    height: 253px;
}


@media (min-width: 768px) and (max-width: 1199px) {
    .iq-expect-section {
        min-height: 780px;
        padding: 95px 25px 245px;
    }

    .iq-expect-section__stage {
        width: min(100%, 980px);
        height: 640px;
        --expect-panel-w: min(72vw, 720px);
        --expect-panel-h: 410px;
    }

    .iq-expect-panel {
        top: 130px;
        padding: 74px 66px 62px;
        z-index: 3;
    }

    .iq-expect-panel__title {
        margin-bottom: 46px;
        font-size: 18px;
        line-height: 24px;
    }

    .iq-expect-panel__item {
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 1.15px;
        white-space: normal;
        max-width: 560px;
    }

    .iq-expect-photo {
        z-index: 4;
        border-radius: 7px;
    }

    .iq-expect-photo--group {
        top: 0;
        left: calc(50% - (var(--expect-panel-w) / 2) + 24px);
        width: 220px;
        height: 122px;
    }

    .iq-expect-photo--audience {
        top: 52px;
        right: calc(50% - (var(--expect-panel-w) / 2) - 42px);
        width: 270px;
        height: 150px;
    }

    .iq-expect-photo--speaker2 {
        top: 216px;
        right: calc(50% - (var(--expect-panel-w) / 2) - 90px);
        width: 135px;
        height: 168px;
    }

    .iq-expect-photo--speaker1 {
        top: 292px;
        left: calc(50% - (var(--expect-panel-w) / 2) - 92px);
        width: 230px;
        height: 274px;
    }

    .iq-expect-photo--speaker3 {
        top: 478px;
        right: calc(50% - (var(--expect-panel-w) / 2) + 54px);
        width: 145px;
        height: 205px;
    }
}
	
@media (min-width: 768px) and (max-width: 1060px) {
.headingbrcig {display: block !important}
.hero-copy__subtitle.connectsubtitle {top: 210px !important;}	
	
}	

@media (min-width: 768px) and (max-width: 930px) {
    .iq-expect-section {
        min-height: 760px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .iq-expect-section__stage {
        height: 620px;
        --expect-panel-w: min(76vw, 650px);
        --expect-panel-h: 390px;
    }

    .iq-expect-panel {
        top: 132px;
        padding: 68px 40px 56px;
    }

    .iq-expect-panel__title {
        margin-bottom: 38px;
        font-size: 16px;
    }

    .iq-expect-panel__item {
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 1px;
        max-width: 500px;
    }

    .iq-expect-photo--group {
        width: 198px;
        height: 110px;
        left: calc(50% - (var(--expect-panel-w) / 2) + 20px);
    }

    .iq-expect-photo--audience {
        top: 40px;
        width: 235px;
        height: 130px;
        right: calc(50% - (var(--expect-panel-w) / 2) - 8px);
    }

    .iq-expect-photo--speaker2 {
        top: 165px;
        width: 112px;
        height: 140px;
        right: calc(50% - (var(--expect-panel-w) / 2) - 28px);
    }

    .iq-expect-photo--speaker1 {
        top: 304px;
        width: 190px;
        height: 226px;
        left: calc(50% - (var(--expect-panel-w) / 2) - 54px);
    }

    .iq-expect-photo--speaker3 {
        top: 468px;
        width: 120px;
        height: 170px;
        right: calc(50% - (var(--expect-panel-w) / 2) + 126px);
    }
}

	
@media (min-width: 768px) and (max-width: 1400px) {
.iq-expect-photo--speaker1 {
    top: 376px;
    left: 40px;
    width: 305px;
    height: 363px;}	
}
	
@media (min-width: 768px) and (max-width: 1215px) {
.iq-expect-photo--speaker1 {
    top: 467px;
    left: 40px;
width: 244px;
height: 290px;}	
}	
	
@media (max-width: 767px) {
    .iq-expect-section {
        min-height: 900px;
        padding: 22px 20px 160px 20px;
    }

.iqbrexpect {display: block !important}
	
.iq-expect-section::before {
    content: "";
    position: absolute;
    left: -55px;
    bottom: -40px;
    width: 268.316px;
    height: 268.316px;
    border-radius: 268.316px;
    opacity: 0.6;
    background: rgba(121, 155, 255, 0.25);
    filter: blur(170px);
    pointer-events: none;
}
	
.iq-expect-section::after {
    content: "";
    position: absolute;
    right: -320px;
    top: 30px;
    width: 720px;
    height: 720px;
    border-radius: 720px;
    opacity: 0.22;
    background: rgba(121, 155, 255, 0.21);
    filter: blur(155px);
    pointer-events: none;
}	
    .iq-expect-section__stage {
        width: min(100%, 430px);
        height: 850px;
        margin: 0 auto;
        --expect-mobile-gutter: 20px;
    }

    .iq-expect-panel {
        left: var(--expect-mobile-gutter);
        right: var(--expect-mobile-gutter);
        top: 292px;
        width: auto;
        transform: none;
        background: url('../images/purple_gradient_rectangle.png') center center / 100% 100% no-repeat;
        padding: 24px 22px 42px;
        z-index: 4;
    }

    .iq-expect-panel__title {
        margin-bottom: 32px;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 1.05px;
        white-space: nowrap;
    }

    .iq-expect-panel__item {
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 1.06px;
        white-space: normal;
        max-width: 320px;
    }

    .iq-expect-photo {
        border-radius: 7px;
        z-index: 3;
    }

    .iq-expect-photo--audience {
        top: 40px;
        right: 0;
        width: 211px;
        height: 117px;
    }

    .iq-expect-photo--speaker2 {
        top: 124px;
        right: 0;
        width: 106px;
        height: 132px;
    }

    .iq-expect-photo--speaker1 {
        top: 156px;
        left: 0;
        width: 128px;
        height: 177px;
        z-index: 8;
    }

    .iq-expect-photo--group {
        top: 692px;
        left: 10px;
        width: 204px;
        height: 110px;
        z-index: 5;
    }

    .iq-expect-photo--speaker3 {
        top: 708px;
        right: 34px;
        width: 131px;
        height: 166px;
        z-index: 5;
    }
}

@media (max-width: 380px) {
    .iq-expect-section__stage {
        height: 872px;
    }

    .iq-expect-panel {
        left: 12px;
        right: 12px;
        height: 370px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .iq-expect-panel__title {
        font-size: 14px;
        letter-spacing: .8px;
    }

    .iq-expect-panel__item {
        font-size: 10px;
        line-height: 25px;
        letter-spacing: .82px;
        max-width: 290px;
    }

    .iq-expect-photo--group {
        top: 645px;
        width: 184px;
        height: 92px;
    }
    .iq-expect-photo--speaker1 {
        top: 106px;
        left: 0;
        width: 128px;
        height: 177px;
        z-index: 8;
    }	

    .iq-expect-photo--speaker3 {
        top: 730px;
        right: 22px;
    }
}
@media (min-width:768px) and (max-width:1060px){
  .hero.iqonicsec .hero-copy--connect-right{
    position:absolute!important;
    left:auto!important;
    right:34px!important;
    top:235px!important;
    transform:none!important;
    width:min(90vw,620px)!important;
    max-width:620px!important;
    text-align:right!important;
	z-index: 15;
  }

  .hero.iqonicsec .hero-copy--connect-right .connectevents,
  .hero.iqonicsec .hero-copy--connect-right .connectsubtitle{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    transform:none!important;
    width:100%!important;
    text-align:right!important; z-index: 15;
  }
}

@media (max-width:767px){
  .hero.iqonicsec .hero-copy--connect-right{
    position:absolute!important;
    left:auto!important;
    right:22px!important;
    top:235px!important;
    transform:none!important;
    width:calc(100% - 44px)!important;
    max-width:none!important;
    text-align:right!important; z-index: 15;
  }
.hero.iqonicsec .hero-copy--connect-right {top: 368px !important;}
.headingbrcig {display: block;}	

  .hero.iqonicsec .hero-copy--connect-right .connectevents,
  .hero.iqonicsec .hero-copy--connect-right .connectsubtitle{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    transform:none!important;
    width:100%!important;
    text-align:right!important; z-index: 15;
  }
.hero__image {content: none !important;}	
}	
	
@media (max-width:415px){	
h1.hero-copy__title.connectevents {font-size: clamp(48px, 4vw, 77px) !important;}
.hero-copy__subtitle.connectsubtitle {font-size: 26px !important;}}
	
.iq-event-copy {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 423px;
  width: min(96vw, 980px);
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  pointer-events: none;
}

.iq-event-title {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: Termina, Montserrat, Arial, sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: 94px;
  letter-spacing: -0.192px;
  text-transform: uppercase;
}

.iq-event-subtitle {
  margin: 38px 0 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 3.208px 20.69px rgba(0, 0, 0, 0.11);
  font-family: Termina, Montserrat, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.iq-event-mobile-break {
  display: none;
}

.iq-event-location-row {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 728px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: max-content;
  max-width: 94vw;
  color: #fff;
  font-family: Termina, Montserrat, Arial, sans-serif;
  font-size: 26.735px;
  font-style: normal;
  line-height: 99.915%;
  letter-spacing: -0.802px;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

.iq-event-location-city {
  font-weight: 600;
}
	
	.hero-cta.travel.event {top: 808px; border: 1px solid rgba(181, 132, 236, 0.38);}	


	
.iq-event-location-divider {
  display: block;
  width: 2px;
  height: 29px;
  background: #fff;
  flex: 0 0 2px;
}

.iq-event-location-date {
  font-weight: 400;
}

	@media (min-width: 768px) and (max-width: 875px) {
.iq-event-kicker {font-size: 44px;}		
.iq-event-title {font-size: 84px;}
}
	
	
@media (max-width: 767px) {
  .iq-event-mobile-break {
    display: block;
  }

  .iq-event-copy {
    top: 480px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .iq-event-kicker {
    margin: 0 0 16px;
    color: #FDF5FF;
    text-shadow: -12.029px 12.029px 31.436px rgba(0, 0, 0, 0.38);
    font-size: 24px;
    font-weight: 500;
    line-height: 91%;
    letter-spacing: 0.96px;
  }

  .iq-event-title {
    color: #FDF5FF;
    font-size: 44px;
    font-weight: 500;
    line-height: 48.4px;
    letter-spacing: -0.088px;
  }

  .iq-event-subtitle {
    margin-top: 14px;
    color: #FDF5FF;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.8px;
  }

  .iq-event-location-row {
    top: 802px;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: none;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.04px;
    white-space: normal;
  }

  .iq-event-location-city {
    font-weight: 600;
  }

  .iq-event-location-divider {
    display: none;
  }

  .iq-event-location-date {
    font-weight: 500;
  }
}

.iq-connect-section {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0px 24px 118px;
  background:
    radial-gradient(circle 700px at 38% 34%, rgba(126, 103, 210, 0.18) 0%, rgba(95, 77, 170, 0.11) 36%, rgba(60, 48, 108, 0.06) 58%, rgba(0, 0, 0, 0) 82%),
    radial-gradient(circle 360px at 64% 44%, rgba(202, 190, 230, 0.08) 0%, rgba(152, 140, 190, 0.05) 45%, rgba(0, 0, 0, 0) 80%),
    linear-gradient(180deg, #151515 0%, #17151d 42%, #151515 100%);
  color: #fff;
}

.iq-connect-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle 560px at 72% 30%, rgba(140, 127, 251, 0.09) 0%, rgba(140, 127, 251, 0.04) 40%, rgba(0, 0, 0, 0) 78%);
}

.iq-connect-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1436px);
  margin: 0 auto;
}

.iq-connect-agenda-title {
  margin: 0 0 92px;
  color: #F3F3F3;
  text-align: center;
  font-family: Termina, Montserrat, Arial, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -0.08px;
  text-transform: uppercase;
}

.iq-connect-purple {
  color: var(--Text-Color-Purple-500, #8C7FFB);
}

.iq-connect-agenda-list {
  width: min(100%, 1436px);
  margin: 0 auto 196px;
}

.iq-connect-agenda-row {
  display: grid;
  grid-template-columns: minmax(330px, 1fr) minmax(420px, 600px);
  align-items: center;
  column-gap: 90px;
  padding: 0 0 44px;
  margin: 0 0 38px;
  border-bottom: 1px solid rgba(197, 157, 255, 0.50);
}

.iq-connect-agenda-date {
  margin: 0;
  font-family: Termina, Montserrat, Arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #FFF -1.35%, #C59DFF 50.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.iq-connect-agenda-copy {
  margin: 0;
  color: #FFF;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.2px;
}

.iq-connect-experience {
  text-align: center;
}

.iq-connect-experience-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 0 0 30px;
  color: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.13px;
  text-transform: uppercase;
}

.iq-connect-experience-kicker svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
}

.iq-connect-experience-title {
  margin: 0 auto 35px;
  color: #FFF;
  text-align: center;
  font-family: Termina, Montserrat, Arial, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: -0.72px;
  text-transform: uppercase;
}

.iq-connect-experience-copy {
  max-width: 760px;
  margin: 0 auto 96px;
  color: #B3B2B7;
  text-align: center;
  font-family: "Roboto Flex", Roboto, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.2px;
}

.iq-connect-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  width: min(100%, 1400px);
  margin: 0 auto;
}

.iq-connect-card {
  margin: 0;
}

.iq-connect-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.iq-connect-card-title {
  margin: 37px 0 0;
  color: #FFF;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.40);
  font-family: Termina, Montserrat, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.iq-connect-card-copy {
  margin: 0;
  color: #B3B2B7;
  text-align: center;
  font-family: "Roboto Flex", Roboto, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.2px;
}

@media (max-width: 1024px) {
  .iq-connect-section {
    padding: 0px 28px 82px;
  }

  .iq-connect-agenda-title {
    margin-bottom: 62px;
  }

  .iq-connect-agenda-list {
    margin-bottom: 128px;
  }

  .iq-connect-agenda-row {
    grid-template-columns: 1fr;
    row-gap: 10px;
    margin-bottom: 34px;
  }

  .iq-connect-experience-title {
    font-size: 58px;
    line-height: 62px;
  }

  .iq-connect-cards {
    gap: 24px;
  }
}

.iq-location-section {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 24px 145px;
  background:
    radial-gradient(circle 720px at 28% 22%, rgba(126, 103, 210, 0.12) 0%, rgba(95, 77, 170, 0.08) 36%, rgba(60, 48, 108, 0.04) 60%, rgba(0, 0, 0, 0) 84%),
    linear-gradient(180deg, #151515 0%, #17151d 46%, #151515 100%);
  color: #fff;
}

.iq-location-inner {
  width: min(100%, 1436px);
  margin: 0 auto;
}

.iq-location-title {
  margin: 0 0 104px;
  color: #F3F3F3;
  text-align: center;
  font-family: Termina, Montserrat, Arial, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -0.08px;
  text-transform: uppercase;
}

.iq-location-purple {
  color: var(--Text-Color-Purple-500, #8C7FFB);
}

.iq-location-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 722px;
  gap: 92px;
  align-items: start;
  margin-bottom: 74px;
}

.iq-location-copy {
  padding-top: 32px;
}

.iq-location-city {
  margin: 0 0 70px;
  color: var(--Text-Color-Purple-500, #8C7FFB);
  font-family: Termina, Montserrat, Arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.iq-location-address {
  margin: 0 0 110px;
  font-family: "Roboto Flex", Roboto, Arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  line-height: 41.6px;
  letter-spacing: -0.32px;
}

.iq-location-address strong {
  display: block;
  color: var(--color-white-solid, #FFF);
  font-weight: 400;
}

.iq-location-address span {
  display: block;
  color: #B3B2B7;
  font-weight: 300;
}

.iq-location-ticket-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.iq-location-ticket-icon svg {
  width: 18px;
  height: 18px;
}

.iq-location-hotel-image {
  display: block;
  width: 722px;
  height: 528px;
  aspect-ratio: 67 / 49;
  object-fit: cover;
  border-radius: 6px;
}

.iq-location-map-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 470px;
  border-radius: 16px;
  background: #eef3f8;
}

.iq-location-map,
.iq-location-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.iq-location-map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 37px;
  height: auto;
  transform: translate(-50%, -100%);
  z-index: 5;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .iq-location-top {
    grid-template-columns: 1fr 52%;
    gap: 52px;
  }

  .iq-location-hotel-image {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .iq-connect-section {
    padding: 85px 28px 86px;
    background:
      radial-gradient(circle 520px at 86% 22%, rgba(126, 103, 210, 0.18) 0%, rgba(95, 77, 170, 0.12) 36%, rgba(60, 48, 108, 0.08) 58%, rgba(0, 0, 0, 0) 82%),
      linear-gradient(180deg, #151515 0%, #181722 48%, #151515 100%);
  }
	
    .iqatlassection {
        padding-top: 220px;
    }	

  .iq-connect-agenda-title {
    margin: 0 0 68px;
    color: #FDF5FF;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.06px;
  }

  .iq-connect-agenda-title span {
    display: block;
  }

  .iq-connect-agenda-list {
    margin-bottom: 137px;
  }

  .iq-connect-agenda-row {
    display: block;
    padding-bottom: 39px;
    margin-bottom: 37px;
    border-bottom: 1px solid rgba(197, 157, 255, 0.50);
  }

  .iq-connect-agenda-date {
    background: none;
    background-image: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: #fff;	  
    margin-bottom: 19px;
    color: #FDF5FF !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.68px;
  }

  .iq-connect-agenda-copy {
    color: #B3B2B7;
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.15px;
  }

  .iq-connect-experience-kicker {
    margin-bottom: 45px;
  }

  .iq-connect-experience-title {
    max-width: 360px;
    margin-bottom: 45px;
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -0.08px;
  }

  .iq-connect-experience-title span {
    display: block;
  }

  .iq-connect-experience-copy {
    max-width: 360px;
    margin-bottom: 72px;
    font-size: 20px;
    line-height: 32px;
  }

  .iq-connect-cards {
    display: flex;
    flex-direction: column;
    gap: 75px;
  }

  .iq-connect-card:nth-child(2) {
    order: 3;
  }

  .iq-connect-card:nth-child(3) {
    order: 2;
  }

  .iq-connect-card-image {
    aspect-ratio: auto;
    height: auto;
    border-radius: 6px;
  }

  .iq-connect-card-title {
    margin-top: 38px;
    -webkit-text-stroke-width: 0.71px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.40);
    font-size: 17.011px;
    line-height: 22.681px;
    letter-spacing: 0.68px;
  }

  .iq-connect-card-copy {
    font-size: 14.176px;
    line-height: 22.681px;
    letter-spacing: -0.142px;
  }	
  .iq-location-section {
    padding: 88px 22px 98px;
    background:
      radial-gradient(circle 520px at 86% 20%, rgba(126, 103, 210, 0.14) 0%, rgba(95, 77, 170, 0.09) 40%, rgba(0, 0, 0, 0) 82%),
      linear-gradient(180deg, #151515 0%, #17151d 48%, #151515 100%);
  }

  .iq-location-title {
    margin: 0 0 74px;
    color: #FDF5FF;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.06px;
  }

  .iq-location-title span {
    display: block;
  }

  .iq-location-top {
    display: flex;
    flex-direction: column;
    gap: 42px;
    margin-bottom: 44px;
  }

  .iq-location-copy {
    order: 1;
    padding-top: 0;
  }

  .iq-location-image-wrap {
    order: 2;
  }

  .iq-location-city {
    margin: 0 0 36px;
    font-size: 16.471px;
    line-height: 16.471px;
    letter-spacing: 0.659px;
  }

  .iq-location-address {
    margin: 0 0 52px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.16px;
  }

  .iq-location-address strong {
    font-weight: 700;
  }

  .iq-location-ticket-icon {
    width: 17px;
    height: 17px;
  }

  .iq-location-ticket-icon svg {
    width: 10px;
    height: 10px;
  }

  .iq-location-hotel-image {
    width: 100%;
    height: auto;
    aspect-ratio: 327 / 239;
    object-fit: cover;
    border-radius: 4px;
  }

  .iq-location-map-wrap {
    height: 476px;
    border-radius: 16px;
  }

  .iq-location-map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 37px;
  height: auto;
  transform: translate(-50%, -100%);
  z-index: 5;
  pointer-events: none;
}
  .iq-location-map-pin {
    left: 50%;
    top: 50%;
    width: 38px;
  }
}	

.iq-location-map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 37px;
  height: auto;
  transform: translate(-50%, -100%);
  z-index: 5;
  pointer-events: none;
}	
	
.iq-location-map-wrap.is-api-map .iq-location-map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 37px;
  height: auto;
  transform: translate(-50%, -100%);
  z-index: 5;
  pointer-events: none;
}

.iq-location-map iframe {filter: grayscale(0%);}	
