:root {
  --background: rgba(0, 0, 0, .95);
  --orange: #dc4d2b;
  --white: white;
  --black: black;
}

.modal {
  width: 100%;
  max-width: 80%;
  background-color: #fff;
  position: relative;
}

.modal.padding-large {
  max-width: 60%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
}

.modal.padding-large.cream {
  max-width: 41%;
  background-color: #f7f7f7;
}

.form {
  width: 50%;
  text-align: center;
}

.show_items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-5 {
  font-weight: 400;
}

.heading-5.reduce {
  text-align: center;
  font-size: 1.7rem;
  text-decoration: underline;
}

.heading-5.reduce.text-color-white {
  text-align: left;
  text-decoration: none;
}

.heading-5.smaller {
  font-size: 3.1rem;
}

.link-block {
  margin-left: 31px;
}

.button-special {
  border: 1px solid #000;
  border-radius: 64px;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 12px 20px;
  display: flex;
}

.hide-modal-box {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.field-label {
  text-align: center;
}

.text-span {
  text-transform: uppercase;
  font-weight: 300;
}

.padding-custom1 {
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.mobile_menu {
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-medium.no-bottom {
  padding-bottom: 0;
}

.padding-vertical.padding-xlarge.center {
  flex-direction: column;
  display: flex;
}

.footer_area-2 {
  display: flex;
}

.link-text {
  margin-left: 31px;
  font-weight: 300;
}

.link-text.smaller {
  font-size: 1rem;
}

.heading-10 {
  text-align: center;
  font-size: 2rem;
}

.heading-16 {
  text-align: center;
}

.section_cta {
  background-color: #2ec4b6;
}

.text-span-3 {
  font-size: .3rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.host-text.left {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.padding-medium {
  padding: 2rem;
}

.text-span-2 {
  font-size: 2.3rem;
}

.image-3 {
  padding-left: 13px;
}

.section-popup {
  background-color: rgba(0, 0, 0, .69);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.read-more {
  align-items: center;
  display: flex;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-13 {
  font-style: italic;
  font-weight: 400;
}

.paragraph-2 {
  text-transform: uppercase;
  font-size: .8rem;
}

.right_items {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mobile_navbar {
  display: none;
}

.heading-style-h6 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.paragraph-6 {
  text-align: center;
}

.heading-14 {
  font-style: italic;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.announcement {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 23px;
  margin-bottom: 23px;
  padding-top: 2rem;
  display: flex;
}

.section_notes {
  display: none;
}

.let_items {
  align-items: flex-end;
  display: flex;
}

.close-button {
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: 10px;
  right: 2%;
}

.heading-11 {
  text-align: center;
  font-size: 2rem;
}

.close-menu_button {
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: 10px;
  right: 2%;
}

.notes-wrapper {
  grid-column-gap: 84px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-2 {
  border-radius: 0;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-small.negative-space_small {
  margin-top: -35px;
}

.host_items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 120px;
  margin-right: 120px;
  display: grid;
}

.host_items.original {
  margin-left: 0;
  margin-right: 0;
}

.heading-3 {
  font-weight: 400;
}

.section_footer {
  background-color: rgba(51, 51, 51, .2);
}

.image-4 {
  margin-left: 10px;
}

.feature_item-1-text {
  margin-left: 20px;
}

.section_banner {
  background-color: #fcbd4d;
}

.section_hero {
  height: 90vh;
  background-image: url('../images/Group.svg');
  background-position: 50% -14%;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.footer_wrapper {
  flex-direction: column;
  justify-content: space-around;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.vertical-image {
  margin-top: -7px;
  padding-left: 17px;
}

.html-embed {
  text-align: center;
  margin-left: 140px;
  margin-right: 140px;
}

.text-field {
  border-radius: 20px;
}

.feature_item-1 {
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 83.375rem;
  margin-left: auto;
  margin-right: auto;
}

.inside-nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-special_text {
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 500;
}

.h3-smaller {
  font-size: 1.9rem;
}

.spotify-block {
  text-align: center;
}

.heading-8 {
  color: #fff;
  font-size: 3.9rem;
  font-weight: 400;
  line-height: .6;
}

.banner_buttons-wrapper {
  justify-content: space-around;
  display: flex;
}

.paragraph {
  font-weight: 300;
}

.paragraph.caps {
  text-transform: uppercase;
}

.paragraph.caps.smaller {
  font-size: 1.6rem;
  display: inline-block;
  transform: translate(0);
}

.paragraph.left {
  text-align: right;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-medium.add_line {
  border-bottom: 1px solid #000;
  padding-top: 0;
}

.html-embed-2 {
  text-align: center;
}

.notes-feature {
  width: 412px;
}

.sign-up {
  background-color: rgba(0, 0, 0, .69);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-mid {
  width: 100%;
  max-width: 55rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 69px;
  padding-right: 69px;
  display: flex;
}

.paragraph-4 {
  text-transform: uppercase;
}

.hero_area {
  position: static;
}

.menu-items {
  flex-direction: column;
  display: flex;
}

.host-image {
  height: 700px;
}

.host-image.left {
  height: 813px;
  background-image: url('../images/Group-17.png');
  background-position: 50% 0;
  background-size: cover;
}

.host-image.right {
  height: 813px;
  background-image: url('../images/Group-25.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
}

.show_item-paragraph {
  text-transform: uppercase;
}

.feature-image {
  width: 412px;
  height: 412px;
  background-image: url('../images/photo_2023-07-25-09.58-2.png');
  background-position: 0 0;
  background-size: cover;
}

.image-6 {
  margin-left: 19px;
  margin-right: 19px;
}

.image-6.remove-left {
  margin-left: 0;
}

.main-wrapper {
  position: relative;
}

.swipe-section {
  width: 100%;
}

.menu-item.four {
  display: none;
}

.form-block {
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.heading {
  font-size: 14.9rem;
}

.heading.text-size-small {
  line-height: 1;
}

.html-embed-3 {
  display: none;
}

.container-large {
  width: 100%;
  max-width: 100rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 2rem auto 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.container-large.white {
  padding-left: 50px;
  padding-right: 50px;
}

.container-large.center {
  flex-direction: column;
  margin-bottom: 4rem;
  padding-bottom: 5rem;
  display: flex;
}

.container-large.flex {
  width: 107%;
  max-width: 100%;
  flex-flow: row;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-large.horisontal-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
  position: static;
}

.container-large.horisontal-flex.space {
  grid-column-gap: 124px;
}

.heading-12 {
  text-align: center;
  font-size: 2.9rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-secondary {
  color: #000;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
  border-radius: 36px;
  font-size: .9rem;
  font-weight: 300;
}

.button.is-secondary.nav-space {
  border-width: 1.5px;
  border-color: #000;
  border-radius: 100px;
  margin-left: 31px;
  padding: .45rem 1.4rem;
  font-size: .8rem;
  font-weight: 500;
}

.button.is-secondary.increase-width {
  border-width: 1px;
  border-color: rgba(0, 0, 0, .43);
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.footer-nav {
  flex-direction: column;
  margin-left: 27px;
  margin-right: 27px;
  display: flex;
}

.heading-6 {
  text-transform: uppercase;
}

.heading-6.reduced-line-hight {
  padding-top: 8px;
  line-height: 1.2;
}

.swipe-cover {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
  transform: rotate(90deg);
}

.heading-7 {
  text-transform: uppercase;
  font-size: .9rem;
}

.body {
  background-color: var(--background);
  color: #fff;
  font-family: Helveticanowdisplay, sans-serif;
  font-weight: 400;
}

.nav-items_cover {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-10 {
  width: 40px;
  max-width: 264%;
}

.nav-item-middle {
  margin-left: 90px;
}

.nav-menu-items {
  justify-content: space-around;
  display: flex;
}

.h1-nav {
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 14px;
}

.nav-button {
  color: #fff;
  background-color: #dc4d2b;
  padding-left: 59px;
  padding-right: 59px;
}

.header-main {
  width: 50%;
  height: 80vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hd_item_2 {
  font-family: Helveticanowtext Demo, sans-serif;
  font-weight: 700;
}

.hd_item_3 {
  margin-top: -33px;
}

.heading-17 {
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 81px;
  font-weight: 700;
  line-height: 1.1;
}

.heading-18 {
  text-transform: capitalize;
  margin-bottom: -37px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 81px;
  font-weight: 700;
  line-height: 1.1;
}

.heading-19 {
  font-family: Helveticanowtext Demo, sans-serif;
}

.section_about {
  color: #000;
  background-color: #fff;
}

.padding-top {
  padding-top: 10rem;
}

.about-grid {
  grid-column-gap: 76px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10rem;
  display: grid;
}

.about-left-items.flex {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.h2-small {
  text-transform: capitalize;
  font-family: Helveticanowtext Demo, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-7 {
  letter-spacing: 0;
  margin-top: 20px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.paragraph-7.center {
  text-align: center;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.div-block-2 {
  border: 1px #000;
  transform: rotate(0);
}

.div-block-3 {
  border-bottom: 2px solid #000;
}

.line-small {
  width: 324px;
  max-width: 121px;
  border: .5px solid #000;
  margin-top: .5rem;
  margin-left: 15px;
  display: flex;
}

.line-long {
  border: .5px solid rgba(0, 0, 0, .4);
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.paragraph-8 {
  margin-bottom: 5rem;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-8.center {
  text-align: center;
  font-family: Helvetica Neue Condensed;
}

.paragraph-8.middle {
  text-align: center;
}

.discussions-wrapper {
  margin-top: 7rem;
  padding-bottom: 5rem;
  padding-left: 174px;
  padding-right: 174px;
}

.h4-large {
  text-align: center;
  font-family: Helvetica Neue Condensed;
  font-size: 38px;
  line-height: 1.2;
}

.content-wrapper {
  grid-column-gap: 27px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-item-1 {
  background-color: #19191a;
  border-radius: 10px;
  padding: 118px 35px 10px;
}

.heading-20 {
  font-family: Helvetica Neue Condensed;
  font-size: 20px;
}

.image-11 {
  width: 36px;
}

.value-div {
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-2 {
  background-color: #dc4d2b;
  margin-top: -50px;
  padding: 20px 80px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: none;
  box-shadow: 0 -20px 159px 20px #dc4d2b;
}

.button-2.low {
  margin-top: 37px;
  margin-left: 292px;
  margin-right: 292px;
  display: block;
}

.gradient-backgound {
  max-width: 100%;
  background-image: url('../images/Ellipse-3.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: -251px;
  padding-top: 234px;
  padding-bottom: 234px;
  display: flex;
}

.container-full {
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 2rem auto;
  padding-left: 0;
  padding-right: 0;
}

.container-full.white {
  padding-left: 50px;
  padding-right: 50px;
}

.host-wrapper {
  padding-bottom: 2rem;
  display: flex;
}

.host-left {
  width: 100%;
  max-width: 50%;
}

.host-right {
  width: 100%;
  max-width: 50%;
  background-color: #1c1c1c;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.host-items {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.paragraph-9 {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 17px;
}

.paragraph-10 {
  font-size: 19px;
  line-height: 1.3;
}

.image-12 {
  width: 100%;
}

.after-wrapper {
  padding-top: 2rem;
  padding-bottom: 30rem;
  position: relative;
}

.h5-medium {
  font-size: 20px;
}

.after-item-1 {
  display: flex;
}

.h5-large {
  margin-left: 30px;
  font-family: Helveticanowtext Demo, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

.after-item-2 {
  display: flex;
  position: absolute;
  top: auto;
  bottom: 54%;
  left: auto;
  right: 0%;
}

.after-item-3 {
  display: flex;
  position: absolute;
  top: 311px;
  left: 47px;
}

.after-item-4 {
  display: flex;
  position: absolute;
  top: 447px;
  left: 606px;
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  color: #fff;
  flex-direction: column;
  margin-top: 18px;
  margin-bottom: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.accordion-item-title---brix {
  color: #fff;
  font-family: Helvetica Neue, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-arrow-wrap---brix {
  width: 50px;
  min-height: 50px;
  background-color: #313131;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 16px rgba(8, 15, 52, .06);
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-1---brix {
  width: 100%;
  max-width: 100%;
  color: #fff;
  background-color: #141414;
  border: 2px solid rgba(0, 0, 0, 0);
  margin-bottom: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 5px 16px rgba(8, 15, 52, .06);
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 14px 21px rgba(74, 58, 255, .06);
}

.arrow-line---brix {
  width: 11px;
  min-height: 2px;
  background-color: #4a3aff;
  border-radius: 500px;
  position: absolute;
}

.arrow-line---brix._1---brix {
  background-color: #dc4d2b;
  left: 7px;
  transform: rotate(45deg);
}

.arrow-line---brix._1---brix.orange {
  background-color: #dc4d2b;
}

.arrow-line---brix._2---brix {
  background-color: #dc4d2b;
  right: 7px;
  transform: rotate(-45deg);
}

.arrow-line---brix._2---brix.orange {
  background-color: #dc4d2b;
}

.sub-points {
  margin-left: 30px;
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-wrapper---brix.preview-page {
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 4rem;
  display: flex;
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  width: 18px;
  height: 18px;
  color: #dc4d2b;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.span {
  text-align: center;
  font-weight: 400;
}

.span.color {
  color: red;
}

.image-13 {
  width: 71px;
  max-width: 232%;
}

.footer-menu {
  justify-content: space-around;
  align-items: flex-end;
  padding-top: 2rem;
  display: flex;
}

.link {
  color: #fff;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 120em;
  margin-left: auto;
  margin-right: auto;
  padding: 11.88em;
  position: relative;
}

.container.is-team-list {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 7.68em;
  padding-bottom: 7.68em;
  display: flex;
}

.team_header-flex {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3.1em;
  display: flex;
}

.h2 {
  letter-spacing: -.02em;
  font-size: 3.44em;
  font-weight: 600;
  line-height: 1.05455;
}

.swiper.is-team {
  width: 100%;
  cursor: none;
  position: relative;
}

.swiper-wrapper.is-team {
  cursor: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h5 {
  letter-spacing: -.01em;
  font-size: 1.7em;
  line-height: 1.3;
}

.section {
  z-index: 2;
  position: relative;
}

.section.is-team {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.team_header-spacer {
  padding-bottom: 1em;
}

.swiper-slide.is-team {
  width: 34.11%;
  flex: none;
  margin-right: 9.37%;
}

.styles {
  position: absolute;
}

.scroll-h-parent {
  width: 160%;
  height: 100%;
  grid-column-gap: 2rem;
  justify-content: flex-start;
  display: flex;
}

.text-width-one {
  width: 27ch;
  line-height: 1;
}

.text-width-one.fade {
  width: 26ch;
  font-size: 21px;
}

.super-text {
  text-align: left;
  font-size: 27.5vw;
  line-height: .9;
}

.sticky-child {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-child.page-padding {
  padding: 9rem 3rem;
}

.btn-primary {
  grid-column-gap: .4rem;
  color: #322d2b;
  background-color: #ddd;
  border-radius: 5px;
  padding: .7rem .7rem .5rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.btn-primary:hover {
  background-color: #fff;
}

.span-text-out {
  display: inline-block;
  overflow: hidden;
}

.scroll-parent {
  width: 3.1rem;
  height: 5.1rem;
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.heading-small {
  font-size: 1.2rem;
}

.heading-small.intro {
  font-size: 2rem;
  line-height: 1.2;
}

.scroll-h-child {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.scroll-h-child.flex-cc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.scroll-h-child.flex-cc.end {
  border: 1px solid rgba(50, 45, 43, .2);
  transition: color .4s, background-color .4s;
}

.scroll-h-child.flex-cc.end:hover {
  color: #ddd;
  background-color: #ff3f3f;
}

.spacer-small-2 {
  width: 100%;
  height: .8rem;
}

.sticky-parent {
  width: 100%;
  height: 400vh;
}

.img-parent {
  width: 115%;
  height: 100%;
  min-width: 115%;
}

.btn-text-ab {
  font-weight: 700;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-text-parent {
  z-index: 1;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: auto;
  bottom: -10rem;
  left: 0%;
  right: auto;
}

.script {
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.2;
}

.script.intro {
  font-size: 1.6rem;
}

.inline {
  display: inline-block;
}

.div-hide {
  position: relative;
  overflow: hidden;
}

.div-hide.pad-two {
  padding-left: 1.4rem;
  display: block;
}

.div-hide.pad {
  padding-left: 3rem;
}

.scroll-child {
  grid-column-gap: .5rem;
  align-items: center;
  margin-top: 22px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(90deg);
}

.scroll-line {
  width: 2rem;
  height: 1px;
  background-color: #322d2b;
}

.btn-arrow-img-ab {
  position: absolute;
  left: 0;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.span-text-in {
  font-weight: 400;
  display: inline-block;
}

.span-text-in.six {
  font-weight: 700;
}

.div-block-4 {
  height: 100%;
}

.heading-21 {
  text-align: center;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.arrow-cover {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-14 {
  width: 29px;
  max-width: 246%;
}

.image-15 {
  width: 100px;
  max-width: 60%;
}

.nav-link, .nav-link-2 {
  color: #fff;
}

.navbar-2 {
  -webkit-text-fill-color: inherit;
  background-color: rgba(15, 14, 14, .95);
  background-clip: border-box;
}

.heading-22 {
  font-size: 30px;
}

.div-block-5 {
  text-align: center;
}

.image-16 {
  max-width: 5%;
  margin-top: 105px;
  margin-right: 31px;
  padding-right: 10px;
}

.heading-23 {
  text-transform: capitalize;
}

.div-block-6 {
  max-width: 100%;
  margin-left: 0;
  margin-right: 297px;
}

.paragraph-11 {
  margin-top: 20px;
  margin-bottom: 0;
}

.div-questions {
  margin-bottom: 10rem;
}

.header-right {
  width: 65%;
}

.header-left {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  display: block;
  position: relative;
}

.image-wrapper {
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-17 {
  max-width: 68%;
  border-radius: 22px;
}

.heading-24 {
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph-13 {
  color: #b9b6b6;
  margin-bottom: 20px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.text-field-2 {
  color: #000;
  background-color: #fff;
  border-radius: 7px;
}

.text-field-2:focus-visible {
  color: #000;
}

.text-field-2[data-wf-focus-visible] {
  color: #000;
}

.text-field-3 {
  color: #000;
  background-color: #fff;
  border-radius: 7px;
}

.submit-button {
  background-color: var(--orange);
  border-radius: 12px;
  margin-top: 20px;
  padding: 20px 56px;
}

.prompt-box {
  width: 119%;
  max-width: 407px;
  background-color: #2f2f2f;
  border-radius: 12px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.heading-25 {
  color: #fff9f9;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 9px;
  font-size: 23px;
  font-weight: 400;
  text-decoration: none;
}

.image-18 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

@media screen and (max-width: 991px) {
  .modal.padding-large.cream {
    max-width: 83%;
  }

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

  .heading-5.reduce.text-color-white {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-5.text-color-white {
    text-align: center;
    margin-bottom: .1rem;
    padding-top: 12px;
  }

  .mobile_nav {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .mobile_menu {
    background-color: #000;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image {
    max-width: 186%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-medium {
    display: none;
  }

  .padding-vertical.padding-medium.no-bottom {
    display: block;
  }

  .padding-vertical.padding-medium.no-bottom.cover {
    display: none;
  }

  .footer_area-2 {
    flex-direction: column;
    align-items: center;
  }

  .host-text.left.reset {
    align-items: flex-start;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-medium.more {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }

  .heading-15 {
    color: #fff;
    font-size: 4rem;
    font-weight: 400;
  }

  .div-block {
    border-bottom: 4px solid #000;
    padding-bottom: 8px;
    padding-right: 60px;
  }

  .section-popup {
    display: none;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-2 {
    font-size: .8rem;
  }

  .mobile_navbar {
    display: block;
  }

  .heading-style-h6.reduce {
    font-size: 1.2rem;
  }

  .close-button, .close-menu_button {
    color: #fff;
    top: 2%;
    bottom: auto;
    left: auto;
    right: 2%;
  }

  .notes-wrapper {
    grid-template-columns: 1fr;
  }

  .container-small.negative-space_small {
    margin-top: -14px;
  }

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

  .footer_wrapper {
    flex-direction: column;
    align-items: center;
  }

  .html-embed {
    margin-left: 12px;
    margin-right: 12px;
  }

  .button-special_text {
    font-size: .8rem;
  }

  .heading-8 {
    text-align: center;
    padding-bottom: 31px;
  }

  .paragraph.left {
    text-align: left;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sign-up {
    display: none;
  }

  .menu-items {
    padding-left: 110px;
    padding-right: 110px;
  }

  .image-6.remove-left {
    margin-right: 0;
  }

  .menu-item {
    text-align: center;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .heading {
    font-size: 7.3rem;
  }

  .container-large.flex {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .footer-nav {
    flex-direction: row;
  }

  .swipe-cover {
    transform: translate(0, 45px)rotate(90deg);
  }

  .heading-17 {
    text-align: center;
    font-size: 60px;
  }

  .heading-18 {
    font-size: 60px;
  }

  .paragraph-7.center {
    font-size: 20px;
  }

  .h5-large {
    font-size: 29px;
  }

  .after-item-4 {
    left: 374px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .arrow-line---brix._1---brix {
    background-color: #707070;
  }

  .arrow-line---brix._1---brix.orange {
    background-color: #ffa200;
  }

  .arrow-line---brix._2---brix {
    color: #000;
    background-color: #707070;
  }

  .arrow-line---brix._2---brix.orange {
    background-color: #ffa200;
    font-style: normal;
  }

  .span.color {
    margin-top: 18px;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .scroll-h-parent {
    width: 100%;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .super-text {
    text-align: center;
    font-size: 28vw;
  }

  .sticky-child.page-padding {
    height: auto;
    padding-top: 12rem;
    position: relative;
  }

  .scroll-parent {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .scroll-h-child.flex-cc.end {
    margin-bottom: 4rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sticky-parent {
    height: auto;
  }

  .hero-text-parent {
    bottom: -10%;
  }

  .div-hide.pad-two {
    margin-left: -1.3rem;
    padding-left: 0;
  }

  .div-hide.pad {
    padding-left: .7rem;
  }

  .div-block-6 {
    margin-right: 52px;
  }

  .image-wrapper {
    width: 67%;
  }

  .image-17 {
    max-width: 150%;
  }

  .heading-24 {
    font-size: 24px;
  }

  .paragraph-13 {
    font-size: 14px;
  }

  .prompt-box {
    width: 112%;
  }

  .heading-25 {
    font-size: 15px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .form {
    width: 86%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .heading-15 {
    font-size: 3.9rem;
  }

  .text-span-2 {
    font-size: 2.1rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .paragraph-6 {
    font-size: .8rem;
  }

  .container-small.negative-space_small {
    margin-top: -8px;
  }

  .heading-3.bigger {
    font-size: 2.6rem;
  }

  .vertical-image {
    margin-top: -2px;
  }

  .button-special_text {
    font-size: .5rem;
  }

  .h3-smaller {
    font-size: 1.1rem;
  }

  .heading-8 {
    font-size: 3.8rem;
  }

  .paragraph.caps.smaller {
    font-size: 1.1rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .host-image.left, .host-image.right {
    height: 585px;
  }

  .form-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .heading {
    font-size: 4.7rem;
  }

  .container-large.flex {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .container-large.horisontal-flex {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .container-large.horisontal-flex.space {
    max-width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-end;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-large.horisontal-flex.space.correction {
    flex-direction: column;
    align-items: center;
  }

  .button.is-secondary.increase-width {
    padding-left: .9rem;
    padding-right: .9rem;
    font-size: .6rem;
  }

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

  .h2-small {
    font-size: 10px;
    line-height: 1.1;
  }

  .paragraph-7 {
    font-size: 19px;
  }

  .paragraph-7.center {
    font-size: 18px;
  }

  .paragraph-8 {
    font-size: 13px;
  }

  .host-wrapper {
    flex-direction: column;
  }

  .host-left, .host-right {
    max-width: 100%;
  }

  .h5-large {
    font-size: 17px;
  }

  .after-item-4 {
    top: 387px;
    left: 237px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .link {
    padding-left: 0;
  }

  .team_header-flex {
    display: block;
  }

  .h5 {
    font-size: 2.2em;
  }

  .swiper-slide.is-team {
    width: 50%;
    margin-right: 4.37%;
  }

  .super-text {
    font-size: 27.5vw;
  }

  .scroll-h-child {
    flex: 0 auto;
  }

  .scroll-h-child.flex-cc.end {
    margin-bottom: 2rem;
  }

  .hero-text-parent {
    bottom: -7%;
  }

  .brand {
    padding-left: 0;
  }

  .heading-22 {
    margin-left: 301px;
    margin-right: 301px;
  }

  .div-block-5 {
    margin-left: -223px;
    margin-right: -223px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    margin-right: 0;
  }

  .header-right {
    width: 100%;
    margin-top: 20px;
  }

  .header-left, .image-wrapper {
    width: 100%;
    position: static;
  }

  .image-17 {
    max-width: 100%;
  }

  .prompts-left {
    padding-left: 0;
  }

  .prompts {
    width: 164%;
    max-width: 100%;
  }

  .prompt-box {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 479px) {
  .modal.padding-large {
    max-width: 85%;
  }

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

  .heading-5 {
    text-align: center;
    font-size: 2.4rem;
  }

  .heading-5.reduce.text-color-white {
    font-size: .6rem;
  }

  .heading-5.smaller {
    font-size: 1.8rem;
  }

  .shows_wrapper.padding-horizontal.padding-xxlarge.reduce, .host_wrapper.padding-horizontal.padding-xxlarge.reduce {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }

  .image-9 {
    max-width: 66%;
  }

  .padding-custom1 {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .image {
    max-width: 56%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-medium.no-bottom {
    overflow: hidden;
  }

  .feature_text-heading {
    text-align: center;
  }

  .heading-15 {
    font-size: 3rem;
  }

  .div-block {
    border-bottom-width: 3px;
    padding-bottom: 5px;
    padding-right: 47px;
  }

  .read-more {
    justify-content: center;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block-2 {
    text-decoration: underline;
  }

  .notes-wrapper {
    max-width: 100%;
    align-items: stretch;
    justify-items: center;
    margin-left: -11px;
  }

  .container-small.negative-space_small {
    margin-top: 0;
  }

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

  .heading-3.bigger {
    font-size: 2.3rem;
  }

  .feature_item-1-text {
    margin-left: 0;
  }

  .footer_wrapper {
    padding-left: 34px;
    padding-right: 34px;
    display: flex;
  }

  .html-embed {
    display: none;
  }

  .feature_item-1 {
    width: 50%;
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .area-3_bottom {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .banner_buttons-wrapper {
    flex-direction: column;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-medium.add_line {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .notes-others {
    max-width: 100%;
  }

  .notes-feature {
    width: 276px;
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .container-mid {
    padding-left: 33px;
    padding-right: 33px;
  }

  .paragraph-4 {
    text-align: center;
  }

  .heading-9 {
    font-size: 1.6rem;
  }

  .button-link {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .menu-items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .host-image.left, .host-image.right {
    height: 318px;
  }

  .feature-image {
    width: 217px;
    height: 218px;
  }

  .image-6, .image-6.remove-left {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading.text-size-small {
    font-size: 3.5rem;
  }

  .html-embed-3 {
    display: block;
  }

  .image-5 {
    max-width: 198%;
  }

  .container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .container-large.flex {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-large.horisontal-flex.space.correction {
    width: 82%;
  }

  .heading-12 {
    font-size: 1.5rem;
  }

  .heading-6.reduced-line-hight {
    width: 198px;
    text-align: center;
  }

  .swipe-cover {
    transform: translate(-45px, 106px)rotate(90deg);
  }

  .nav-items_cover {
    flex-direction: column;
    justify-content: center;
  }

  .nav-item-middle {
    margin-left: 0;
  }

  .nav-button {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-main {
    margin-left: 0;
    margin-right: 0;
  }

  .hd_item_3 {
    margin-top: -10px;
  }

  .heading-17 {
    margin-top: 36px;
    font-size: 40px;
  }

  .heading-18 {
    font-size: 40px;
  }

  .heading-19 {
    margin-top: 1px;
    font-size: 16px;
  }

  .h2-small {
    font-size: 15px;
    line-height: 1.2;
  }

  .paragraph-7, .paragraph-8 {
    font-size: 15px;
  }

  .button-2.low {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-9 {
    font-size: 15px;
  }

  .paragraph-10 {
    padding-top: 25px;
    font-size: 15px;
  }

  .after-wrapper {
    padding-bottom: 13.3rem;
    padding-left: 24px;
    padding-right: 24px;
  }

  .h5-large {
    font-size: 13px;
  }

  .after-item-2 {
    bottom: 39%;
    right: 7%;
  }

  .after-item-3 {
    top: 260px;
    left: 30px;
  }

  .after-item-4 {
    top: 350px;
    left: 78px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 15px;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
    line-height: 1.2;
  }

  .accordion-item-wrapper---brix.preview-page {
    padding-left: 29px;
    padding-right: 29px;
  }

  .footer-menu {
    flex-direction: column;
  }

  .footer-left {
    width: 100%;
    max-width: 100%;
  }

  .footer-right {
    text-align: center;
    margin-top: 29px;
  }

  .swiper-slide.is-team {
    width: 80%;
  }

  .btn-text {
    font-size: 12px;
  }

  .super-text {
    font-size: 31vw;
  }

  .sticky-child.page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-small.intro {
    font-size: 1.8rem;
  }

  .scroll-h-child.flex-cc.end {
    padding-bottom: 3rem;
  }

  .btn-text-ab {
    font-size: 12px;
  }

  .hero-text-parent {
    bottom: -2%;
  }

  .div-hide.pad-two {
    margin-left: -1rem;
  }

  .scroll-child {
    display: none;
  }

  .span-text-in.six {
    font-size: 15px;
    line-height: 1.3;
  }

  .heading-21 {
    font-size: 1.8rem;
  }

  .image-15 {
    max-width: 46%;
    padding-top: 7px;
  }

  .nav-menu {
    padding-bottom: 57px;
  }

  .nav-menu-2 {
    margin-top: 117px;
    padding-top: 0;
  }

  .heading-22 {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .div-block-5 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-23 {
    font-size: 1.8rem;
  }

  .div-block-6 {
    text-align: center;
    margin-right: 0;
  }

  .paragraph-12 {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.3;
  }

  .header-right {
    width: 80%;
    margin-top: 10px;
  }

  .header-left {
    width: 80%;
    margin-right: 0;
  }

  .image-wrapper {
    width: 100%;
    text-align: center;
    position: static;
  }

  .image-17 {
    max-width: 80%;
  }

  .prompt-box {
    padding-left: 43px;
    padding-right: 43px;
  }
}

#w-node-d32a340c-07fc-5be2-25a8-b9153318e125-45a5bba3 {
  align-self: stretch;
  justify-self: end;
}

#w-node-e6dfb406-c4a2-c593-5583-e4a5f0009ec9-45a5bba3 {
  justify-self: end;
}

#w-node-_6d5ad4fb-f4c3-8c68-682a-2ed2637e260b-45a5bba3 {
  justify-self: start;
}

#w-node-_3746ff8c-856f-e398-d959-eedb67d2f8e2-45a5bba4, #w-node-d89ac4d2-198a-14ed-75d4-44ed8f8763b6-45a5bba4, #w-node-fed3d03d-2e8e-a4f7-4c30-907004ad9800-45a5bba4, #w-node-caeb7e12-a5da-b6b6-0def-9fc924d45304-45a5bba4, #w-node-_890d749d-9af1-fe6e-f8b4-2624c1b05d33-45a5bba4, #w-node-_8a430417-79f2-6084-8456-ad009795d090-45a5bba4, #w-node-_2d979939-d05c-1d23-ab42-73881e1f948a-45a5bba4, #w-node-dc193a56-fbd9-304a-a69a-a1828a69112e-45a5bba4, #w-node-c9a850c9-32e0-ec63-9974-46e6f06585d0-45a5bba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d32a340c-07fc-5be2-25a8-b9153318e125-45a5bba3, #w-node-e6dfb406-c4a2-c593-5583-e4a5f0009ec9-45a5bba3 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e6dfb406-c4a2-c593-5583-e4a5f0009ec9-45a5bba3 {
    justify-self: center;
  }

  #w-node-_6d5ad4fb-f4c3-8c68-682a-2ed2637e260b-45a5bba3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Bold.woff2') format('woff2'), url('../fonts/HelveticaNowDisplay-BoldIta.woff2') format('woff2'), url('../fonts/HelveticaNowDisplay-ExtraBold.woff2') format('woff2'), url('../fonts/HelveticaNowDisplay-ExtraBold.eot') format('embedded-opentype'), url('../fonts/HelveticaNowDisplay-Bold.eot') format('embedded-opentype'), url('../fonts/HelveticaNowDisplay-BoldIta.eot') format('embedded-opentype'), url('../fonts/HelveticaNowDisplay-Bold.woff') format('woff'), url('../fonts/HelveticaNowDisplay-BoldIta.woff') format('woff'), url('../fonts/HelveticaNowDisplay-ExtraBold.woff') format('woff'), url('../fonts/HelveticaNowDisplay-ExtraBold.ttf') format('truetype'), url('../fonts/HelveticaNowDisplay-Bold.ttf') format('truetype'), url('../fonts/HelveticaNowDisplay-BoldIta.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay Extltita';
  src: url('../fonts/HelveticaNowDisplay-ExtLtIta.woff2') format('woff2'), url('../fonts/HelveticaNowDisplay-ExtLtIta.eot') format('embedded-opentype'), url('../fonts/HelveticaNowDisplay-ExtLtIta.woff') format('woff'), url('../fonts/HelveticaNowDisplay-ExtLtIta.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay Extblk';
  src: url('../fonts/HelveticaNowDisplay-ExtBlk.woff2') format('woff2'), url('../fonts/HelveticaNowDisplay-ExtBlk.eot') format('embedded-opentype'), url('../fonts/HelveticaNowDisplay-ExtBlk.woff') format('woff'), url('../fonts/HelveticaNowDisplay-ExtBlk.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Black.woff2') format('woff2'), url('../fonts/HelveticaNowDisplay-BlackIta.woff2') format('woff2'), url('../fonts/HelveticaNowDisplay-Black.eot') format('embedded-opentype'), url('../fonts/HelveticaNowDisplay-BlackIta.eot') format('embedded-opentype'), url('../fonts/HelveticaNowDisplay-Black.woff') format('woff'), url('../fonts/HelveticaNowDisplay-BlackIta.woff') format('woff'), url('../fonts/HelveticaNowDisplay-BlackIta.ttf') format('truetype'), url('../fonts/HelveticaNowDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay Extblkita';
  src: url('../fonts/HelveticaNowDisplay-ExtBlkIta.woff2') format('woff2'), url('../fonts/HelveticaNowDisplay-ExtBlkIta.eot') format('embedded-opentype'), url('../fonts/HelveticaNowDisplay-ExtBlkIta.woff') format('woff'), url('../fonts/HelveticaNowDisplay-ExtBlkIta.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay Hairline';
  src: url('../fonts/HelveticaNowDisplay-Hairline.woff2') format('woff2'), url('../fonts/HelveticaNowDisplay-Hairline.eot') format('embedded-opentype'), url('../fonts/HelveticaNowDisplay-Hairline.woff') format('woff'), url('../fonts/HelveticaNowDisplay-Hairline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay Regita';
  src: url('../fonts/HelveticaNowDisplay-RegIta.woff2') format('woff2'), url('../fonts/HelveticaNowDisplay-RegIta.eot') format('embedded-opentype'), url('../fonts/HelveticaNowDisplay-RegIta.woff') format('woff'), url('../fonts/HelveticaNowDisplay-RegIta.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Light.woff2') format('woff2'), url('../fonts/HelveticaNowDisplay-LightIta.woff2') format('woff2'), url('../fonts/HelveticaNowDisplay-Light.eot') format('embedded-opentype'), url('../fonts/HelveticaNowDisplay-LightIta.eot') format('embedded-opentype'), url('../fonts/HelveticaNowDisplay-Light.woff') format('woff'), url('../fonts/HelveticaNowDisplay-LightIta.woff') format('woff'), url('../fonts/HelveticaNowDisplay-LightIta.ttf') format('truetype'), url('../fonts/HelveticaNowDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Medium.woff2') format('woff2'), url('../fonts/HelveticaNowDisplay-Medium.eot') format('embedded-opentype'), url('../fonts/HelveticaNowDisplay-Medium.woff') format('woff'), url('../fonts/HelveticaNowDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-ThinIta.woff2') format('woff2'), url('../fonts/HelveticaNowDisplay-Thin.woff2') format('woff2'), url('../fonts/HelveticaNowDisplay-ThinIta.eot') format('embedded-opentype'), url('../fonts/HelveticaNowDisplay-Thin.eot') format('embedded-opentype'), url('../fonts/HelveticaNowDisplay-ThinIta.woff') format('woff'), url('../fonts/HelveticaNowDisplay-Thin.woff') format('woff'), url('../fonts/HelveticaNowDisplay-Thin.ttf') format('truetype'), url('../fonts/HelveticaNowDisplay-ThinIta.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Regular.woff2') format('woff2'), url('../fonts/HelveticaNowDisplay-Regular.eot') format('embedded-opentype'), url('../fonts/HelveticaNowDisplay-Regular.woff') format('woff'), url('../fonts/HelveticaNowDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay Hairlinei';
  src: url('../fonts/HelveticaNowDisplay-HairlineI.woff2') format('woff2'), url('../fonts/HelveticaNowDisplay-HairlineI.eot') format('embedded-opentype'), url('../fonts/HelveticaNowDisplay-HairlineI.woff') format('woff'), url('../fonts/HelveticaNowDisplay-HairlineI.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay Extlt';
  src: url('../fonts/HelveticaNowDisplay-ExtLt.woff2') format('woff2'), url('../fonts/HelveticaNowDisplay-ExtLt.eot') format('embedded-opentype'), url('../fonts/HelveticaNowDisplay-ExtLt.woff') format('woff'), url('../fonts/HelveticaNowDisplay-ExtLt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay Extbdita';
  src: url('../fonts/HelveticaNowDisplay-ExtBdIta.woff2') format('woff2'), url('../fonts/HelveticaNowDisplay-ExtBdIta.eot') format('embedded-opentype'), url('../fonts/HelveticaNowDisplay-ExtBdIta.woff') format('woff'), url('../fonts/HelveticaNowDisplay-ExtBdIta.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay Medita';
  src: url('../fonts/HelveticaNowDisplay-MedIta.woff2') format('woff2'), url('../fonts/HelveticaNowDisplay-MedIta.eot') format('embedded-opentype'), url('../fonts/HelveticaNowDisplay-MedIta.woff') format('woff'), url('../fonts/HelveticaNowDisplay-MedIta.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueBold.ttf') format('truetype'), url('../fonts/HelveticaNeueCondensedBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueUltraLight.ttf') format('truetype'), url('../fonts/HelveticaNeueUltraLightItal.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCondensedBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext Demo';
  src: url('../fonts/helveticanowtext-bolditalic-demo.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext Demo';
  src: url('../fonts/helveticanowtext-black-demo.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext Demo';
  src: url('../fonts/helveticanowtext-blackitalic-demo.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext Demo';
  src: url('../fonts/helveticanowtext-bold-demo.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}