@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Supreme;
  src: url('../fonts/Supreme-Bold.ttf') format("truetype"), url('../fonts/Supreme-Extrabold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Supreme;
  src: url('../fonts/Supreme-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Supreme;
  src: url('../fonts/Supreme-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Supreme;
  src: url('../fonts/Supreme-ExtraboldItalic.ttf') format("truetype"), url('../fonts/Supreme-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Supreme;
  src: url('../fonts/Supreme-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Supreme;
  src: url('../fonts/Supreme-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Supreme;
  src: url('../fonts/Supreme-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Supreme;
  src: url('../fonts/Supreme-Extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Supreme;
  src: url('../fonts/Supreme-ExtralightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Supreme;
  src: url('../fonts/Supreme-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Supreme;
  src: url('../fonts/Supreme-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Supreme;
  src: url('../fonts/Supreme-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Coolvetica Condensed;
  src: url('../fonts/coolvetica-condensed-rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #080808;
  --white: white;
  --red: #b91918;
  --dark-grey: darkgrey;
  --untitled-ui--white: white;
  --untitled-ui--gray400: #98a2b3;
  --light-grey: #d8d8d8;
  --fitness-intro-shadow-y: -.6em;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--pink50: #fdf2fa;
  --untitled-ui--pink700: #c11574;
  --untitled-ui--indigo50: #eef4ff;
  --untitled-ui--indigo700: #3538cd;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary500: #9e77ed;
  --hero-video-radius: 3.125rem;
  --player-radius: 3.5rem;
  --bottom-cta-radius: 3.125rem;
  --untitled-ui--warning300: #fec84b;
  --untitled-ui--blue50: #eff8ff;
  --untitled-ui--orange50: #fef6ee;
  --untitled-ui--orange700: #b93815;
  --untitled-ui--blue700: #175cd3;
  --untitled-ui--blue500: #2e90fa;
  --untitled-ui--indigo500: #6172f3;
  --untitled-ui--pink500: #ee46bc;
  --untitled-ui--warning500: #f79009;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h1 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 11.25rem;
  font-weight: 400;
  line-height: .9;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.04;
}

h3 {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.04;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--black);
  cursor: pointer;
  text-decoration: underline;
  transition: color .2s, background-color .45s cubic-bezier(.215, .61, .355, 1), opacity .4s cubic-bezier(.215, .61, .355, 1);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
}

img {
  width: 400px;
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: 600;
}

blockquote {
  border-left: 5px solid var(--black);
  margin-bottom: 0;
  padding: .8rem 1rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.page-wrapper {
  overflow: visible;
}

.container-large {
  width: 90%;
  max-width: 72.5rem;
  margin: 7rem auto;
  position: relative;
}

.container-large.is-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-large.header-contain {
  margin-top: 3rem;
  padding-bottom: 100px;
}

.container-large.footer {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.container-large.section-head {
  margin-top: 3rem;
}

.styleguide_block {
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.styleguide_block.cc-grid.cc-icons {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.styleguide_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.styleguide_label {
  color: var(--black);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #00000026;
  border-radius: 4px;
  padding: .3rem .6rem;
  font-size: .75rem;
  display: inline-block;
}

.styleguide_label.is-html-tag {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #00000026;
}

.styleguide_label.is-on-dark {
  color: var(--white);
}

.styleguide_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px dashed #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 10rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: grid;
}

.styleguide_styles {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-top: 1px dashed #0000001a;
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-medium {
  font-family: Supreme, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}

.text-size-medium.white {
  color: var(--white);
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-small {
  font-size: .88rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-normal {
  font-weight: 400;
}

.text-style-italic {
  font-style: italic;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-link {
  color: var(--red);
  text-decoration: underline;
}

.text-style-link:hover {
  text-decoration: none;
}

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

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

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

.text-rich-text {
  font-size: 1.125rem;
}

.text-rich-text h1, .text-rich-text h2 {
  margin-bottom: 2.5rem;
}

.text-rich-text h3, .text-rich-text h4, .text-rich-text h5, .text-rich-text h6 {
  margin-bottom: 2rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text blockquote, .text-rich-text ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-black {
  background-color: var(--black);
  color: var(--white);
}

.styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4rem 2rem;
  display: flex;
  position: relative;
}

.text-color-white {
  color: #fff;
}

.text-color-black {
  color: #000;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--red);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-family: Rajdhani, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .45s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: var(--black);
}

.button.is-small {
  border-radius: 2rem;
  padding: 1rem 1.5rem;
}

.button.is-secondary {
  border: 1px none var(--dark-grey);
  background-color: var(--red);
  color: var(--untitled-ui--white);
  font-family: Rajdhani, sans-serif;
  font-weight: 500;
  display: inline-block;
}

.button.is-secondary:hover {
  background-color: var(--black);
  color: var(--white);
}

.button.is-secondary.button1 {
  display: inline-block;
}

.button.is-secondary.button-cta {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: inline-flex;
}

.button.is-link {
  letter-spacing: .02em;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  padding: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}

.button.button2 {
  background-color: var(--red);
  color: var(--white);
  font-family: Rajdhani, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
}

.button.button2:hover {
  color: var(--white);
  background-color: #1d1d1d;
}

.button.button2.read-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.main-button {
  display: inline-block;
}

.button.button-nav {
  background-color: var(--red);
  position: static;
}

.styleguide_label-row {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  flex-flow: column;
  flex: 1;
  width: 100%;
  font-family: Supreme, Arial, sans-serif;
  display: flex;
  position: relative;
}

.form-radio-label, .form-checkbox-label {
  margin-bottom: 0;
}

.form-radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: .75rem;
  min-width: .75rem;
  height: .75rem;
  min-height: .75rem;
  margin-top: 0;
  margin-left: -.75rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form-input {
  color: var(--untitled-ui--gray400);
  background-color: #fff;
  border: 1px solid #0000004d;
  border-radius: 2.5rem;
  height: auto;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .4s cubic-bezier(.215, .61, .355, 1), background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.form-input:hover {
  border-color: var(--black);
  color: var(--black);
}

.form-input:focus {
  border-style: none;
  border-color: var(--black);
  background-color: #a9a9a93d;
}

.form-input::placeholder {
  color: #08080880;
}

.form-input:lang(en-ca) {
  color: var(--black);
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

.form-input.is-text-area {
  border-radius: 1rem;
  height: auto;
  min-height: 11.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: auto;
}

.form-input.is-green {
  border-color: var(--white);
  color: var(--white);
  background-color: #fff0;
}

.form-input.is-green:hover {
  border-color: var(--white);
}

.form-input.is-green:focus {
  border-color: var(--red);
  background-color: #ffffff1a;
}

.form-input.is-green::placeholder {
  color: #ffffffb3;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label {
  color: var(--dark-grey);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .4rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  margin-top: 0;
  margin-left: -1rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 10rem 1fr;
  align-items: center;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: .75rem;
  display: flex;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1rem;
  display: flex;
}

.icon-16 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: .6rem;
  display: flex;
}

.icon-20 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  display: flex;
}

.icon-24 {
  z-index: 2;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
  position: relative;
}

.icon-32 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
}

.icon-40 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: flex;
}

.icon-48 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 3rem;
  display: flex;
}

.icon-56 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  display: flex;
}

.styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1.6rem;
  display: grid;
}

.styleguide_empty-box {
  z-index: -1;
  pointer-events: none;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.main-wrapper {
  display: block;
  overflow: visible;
}

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

.container-small {
  width: 90%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.styleguide_spacing {
  background-image: linear-gradient(0deg, #2d40ea0d, #2d40ea00);
  border: 1px dashed #d3d3d3;
  width: 100%;
}

.margin-bottom-4 {
  margin-bottom: .25rem;
}

.margin-bottom-8 {
  margin-bottom: 0;
}

.margin-bottom-12 {
  margin-bottom: .75rem;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.margin-bottom-20 {
  margin-bottom: 1.25rem;
}

.margin-bottom-24 {
  margin-bottom: 2rem;
}

.margin-bottom-24.paragraph1 {
  margin-bottom: 0;
}

.margin-bottom-28 {
  margin-bottom: 1.75rem;
}

.margin-bottom-32 {
  margin-bottom: 2rem;
}

.margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.margin-bottom-48 {
  margin-bottom: 3rem;
}

.margin-bottom-48.nav2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.margin-bottom-56 {
  margin-bottom: 3.5rem;
}

.margin-bottom-64 {
  margin-bottom: 4rem;
}

.margin-bottom-72 {
  margin-bottom: 2rem;
}

.margin-bottom-80 {
  margin-bottom: 5rem;
}

.margin-bottom-96 {
  margin-bottom: 6rem;
}

.margin-bottom-104 {
  margin-bottom: 6.5rem;
}

.margin-bottom-120 {
  margin-bottom: 7.5rem;
}

.margin-bottom-144 {
  margin-bottom: 9rem;
}

.hide, .show-tablet, .show-landscape, .show-portrait {
  display: none;
}

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

.z-index-2 {
  z-index: 2;
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: center;
  font-family: Rajdhani, sans-serif;
  font-weight: 600;
  position: relative;
}

.z-index-3 {
  z-index: 3;
  position: relative;
}

.opacity-80 {
  opacity: .8;
}

.opacity-60 {
  opacity: .6;
}

.opacity-40, .opacity-20 {
  opacity: .4;
}

.heading-style-h1 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Rajdhani, sans-serif;
  font-size: 8ch;
  font-weight: 600;
  line-height: .9;
  display: block;
  position: relative;
}

.heading-style-h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Rajdhani, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.04;
}

.heading-style-h2.is-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.heading-style-h2.is-title.h2 {
  display: none;
}

.heading-style-h2.h2 {
  margin-bottom: 20px;
}

.heading-style-h2.destaque {
  text-align: center;
  font-size: 3rem;
}

.heading-style-h2.hnav {
  font-size: 1.4rem;
}

.heading-style-h3 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Rajdhani, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
}

.heading-style-h3.h3 {
  font-size: 32px;
}

.heading-style-h3.txt2 {
  font-size: 1.5rem;
}

.heading-style-h4 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.04;
}

.heading-style-h5 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h6 {
  text-transform: uppercase;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.styleguide_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-weight-light {
  font-weight: 300;
}

.styleguide_h1 {
  font-size: 4rem;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.margin-top-4 {
  margin-top: .25rem;
}

.margin-top-8 {
  margin-top: .5rem;
}

.margin-top-12 {
  margin-top: .75rem;
}

.margin-top-16 {
  margin-top: 1rem;
}

.margin-top-20 {
  margin-top: 1.25rem;
}

.margin-top-24 {
  margin-top: 1.5rem;
}

.margin-top-28 {
  margin-top: 1.75rem;
}

.margin-top-32 {
  margin-top: 2rem;
}

.margin-top-40 {
  margin-top: 2.5rem;
}

.margin-top-48 {
  margin-top: 3rem;
}

.margin-top-56 {
  margin-top: 3.5rem;
}

.margin-top-64 {
  margin-top: 4rem;
}

.margin-top-72 {
  margin-top: 4.5rem;
}

.margin-top-80 {
  margin-top: 5rem;
}

.margin-top-96 {
  margin-top: 6rem;
}

.margin-top-104 {
  margin-top: 6.5rem;
}

.margin-top-120 {
  margin-top: 7.5rem;
}

.margin-top-144 {
  margin-top: 9rem;
}

.section {
  z-index: 2;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.section.is-video {
  background-color: #fff;
  margin-top: 6rem;
  padding-top: 5vh;
  padding-bottom: 0;
}

.section.background-color-black.cta1 {
  background-color: var(--red);
}

.section.background-color-black.section-about {
  padding-top: 2rem;
}

.section.is-location {
  color: var(--white);
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.is-location.none {
  display: none;
}

.section.is-footer {
  border-top: 1px solid var(--light-grey);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.is-footer.footer2 {
  border-top-style: none;
}

.section.is-hero {
  height: 200vh;
  margin-top: 6rem;
  padding-top: 1vh;
  padding-bottom: 0;
}

.section.is-gallery {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.is-experience {
  background-color: var(--black);
  color: var(--white);
  overflow: hidden;
}

.section.is-history {
  background-image: linear-gradient(0deg, var(--black), #0000);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.section.is-history.section-hero2 {
  padding-bottom: 2rem;
}

.section.is-contact {
  margin-top: 6rem;
  padding-top: 0;
  padding-bottom: 0;
  overflow: clip;
}

.section.background-color-white {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.section.background-color-white.section2 {
  padding-top: 0;
}

.section.background-color-white.section-about {
  padding-top: 2rem;
}

.section.is-bottom-cta {
  background-color: #fff;
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}

.section.is-about-hero {
  margin-top: 6rem;
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.section.is-location-hero {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.section.is-legal {
  margin-top: 6rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.section-faq {
  background-color: var(--white);
  display: block;
}

.video_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  transform: scale(.5);
}

.text-size-eyebrow {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1;
}

.video_bg {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.max-width-700 {
  z-index: 2;
  flex-flow: row;
  max-width: 700px;
  display: block;
  position: relative;
}

.img-cover {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video_play {
  z-index: 2;
  aspect-ratio: 1;
  background-color: var(--red);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.13rem;
  display: flex;
  position: relative;
}

.video_play.button-scrool {
  width: 2rem;
}

.video_play.buton2 {
  width: 2.5rem;
}

.video_btn {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.video_btn.button-programs {
  position: absolute;
  inset: auto 0% 0%;
}

.video_btn.button-methodologhy {
  color: var(--black);
}

.video_title {
  z-index: 2;
  color: var(--white);
  position: absolute;
  bottom: 5%;
}

.video_box {
  z-index: 1;
  background-color: var(--black);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video_box.thankyou-page {
  height: 100%;
}

.video_bg_overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #00000040, #0000);
  position: absolute;
  inset: 0%;
}

.max-width-full {
  width: 100%;
}

.wrap_flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap_flex.is-align-top {
  color: var(--white);
  justify-content: space-between;
  align-items: flex-end;
}

.wrap_flex.is-align-top.black-txt {
  color: var(--black);
}

.wrap_flex.is-align-bottom {
  justify-content: space-between;
  align-items: flex-start;
}

.wrap_flex.is-align-bottom.div-flex1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.wrap_flex.is-align-bottom.div-flex1.white-txt {
  color: var(--white);
}

.wrap_flex.is-align-bottom.div-nav2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.wrap_flex.is-align-bottom.align-center {
  justify-content: center;
  align-items: flex-start;
}

.max-width-440 {
  width: 100%;
  max-width: 27.5rem;
}

.email-form_wrap {
  color: var(--white);
  flex: 1;
  max-width: 31.875rem;
  margin-bottom: 0;
}

.email_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-color-darkgrey {
  color: var(--dark-grey);
}

.shadow-card {
  box-shadow: 0 100px 80px #00000012, 0 64px 46px #0000000f, 0 40px 25px #0000000d, 0 20px 13px #0000000a, 0 8px 7px #00000008, 0 2px 3px #00000005;
}

.shadow-card.none {
  display: none;
}

.player_list {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.player_item {
  flex: 1;
}

.player_visual {
  aspect-ratio: 1;
  border-radius: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.player_visual.shadow-card {
  border-radius: 0;
  box-shadow: 0 100px 80px #00000012, 0 64px 46px #0000000f, 0 40px 25px #0000000d, 0 20px 13px #0000000a, 0 8px 7px #00000008, 0 2px 3px #00000005;
}

.parallax-wrap {
  z-index: 1;
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.parallax-img {
  opacity: .7;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 120%;
  position: relative;
}

.parallax-img.is-full {
  opacity: 1;
}

.parallax-overlay {
  z-index: 2;
  background-image: linear-gradient(90deg, #000000b3, #0000);
  position: absolute;
  inset: 0%;
}

.parallax-overlay.is-full {
  background-image: linear-gradient(0deg, var(--black), #0000);
}

.parallax-overlay.full {
  background-color: var(--red);
  background-image: url('../images/IMG-ABOUT-US-5.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.locations_wrap {
  z-index: 2;
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-color-lightgrey {
  color: var(--light-grey);
}

.locations_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.locations_visual {
  aspect-ratio: 330 / 180;
  border-radius: 1.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.faqs_wrap {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  display: flex;
}

.faqs_list {
  flex: 1;
  padding-left: 0;
  list-style-type: none;
}

.faqs_item {
  cursor: pointer;
  border-bottom: 1px #ceff6533;
  padding-bottom: .75rem;
  transition: color .45s cubic-bezier(.215, .61, .355, 1);
}

.faqs_item:hover {
  color: var(--red);
}

.faqs_head {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding-top: .75rem;
  display: flex;
}

.faqs_body {
  overflow: hidden;
}

.max-width-250 {
  max-width: 15.63rem;
}

.footer_links {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-bottom: 0;
  margin-right: -.5rem;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.form-error {
  background-color: var(--red);
  border-radius: 0;
  margin-top: 1rem;
  padding: .5rem .75rem;
}

.form-success {
  color: var(--black);
  background-color: #45ec3f;
  border-radius: 0;
  padding: 1rem 1.5rem;
}

.footer_copyright {
  border-top: 1px solid #a9a9a940;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  display: flex;
}

.social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.social-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social-links_item {
  display: flex;
}

.max-width-720 {
  max-width: 45rem;
}

.locations_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.locations_card {
  color: var(--white);
  border-radius: 2.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 21.25rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.locations_card.shadow-card {
  border-radius: 0;
}

.locations_card_overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #000, #0000);
  position: absolute;
  inset: 0%;
}

.hero_wrap {
  border-radius: 3.5rem;
  justify-content: center;
  align-items: stretch;
  width: 98%;
  height: calc(98vh - 6rem);
  margin-bottom: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_inner {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--white);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_overlay {
  z-index: 2;
  background-image: linear-gradient(#0000, #0009);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-640 {
  width: 100%;
  max-width: 40rem;
}

.quote_wrap {
  text-align: center;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.quote_text {
  text-transform: uppercase;
  font-family: Rajdhani, sans-serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1.04;
}

.text-color-green {
  color: var(--red);
}

.text-highlight {
  box-shadow: inset 0em var(--fitness-intro-shadow-y) 0 0em var(--red);
}

.gallery_wrap {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 15rem;
  padding-bottom: 15rem;
  display: flex;
  position: relative;
}

.gallery_img-box {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70em;
  height: 100%;
  display: flex;
  position: absolute;
}

.gallery_img {
  aspect-ratio: 1;
  width: 14.5em;
  position: absolute;
}

.gallery_img._1 {
  inset: 0% auto auto 0%;
}

.gallery_img._2 {
  top: 3.5em;
}

.gallery_img._3 {
  top: 3.5em;
  right: 2em;
}

.gallery_img._4 {
  bottom: 8.75em;
  right: 3em;
}

.gallery_img._5 {
  bottom: 7.5em;
  left: 3.5em;
}

.list_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.tag {
  color: var(--red);
  border: 1px solid #ceff6566;
  border-radius: .63rem;
  padding: .25rem .63rem;
}

.exp-slider {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  display: flex;
}

.exp-slider_item {
  aspect-ratio: 320 / 465;
  border-radius: 0;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 20rem;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature_wrap {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  display: flex;
}

.feature_visual {
  aspect-ratio: 560 / 761;
  border-radius: 3.5rem;
  width: 35rem;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.feature_content {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.stats_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.max-width-800 {
  max-width: 50rem;
}

.history_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid var(--red);
  flex-flow: column;
  padding-top: 1rem;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.history_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 3.5rem 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.staff_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.staff_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.staff_avatar {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  width: 5rem;
}

.text-style-inlinelink {
  color: var(--black);
  text-decoration: underline;
}

.text-style-inlinelink:hover {
  text-decoration: none;
}

.contact_wrap {
  display: flex;
}

.contact_visual {
  width: 50%;
  max-height: 100vh;
  position: sticky;
  top: 0;
}

.contact_content {
  flex: none;
  width: 50%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 5rem;
}

.contact_img {
  object-fit: cover;
  flex: none;
  width: 50vw;
  max-width: none;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contact_form-block.form-popup {
  width: 100%;
}

.contact_form-block.simple1 {
  display: none;
}

.contact_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.nav_wrapper {
  z-index: 99;
  border-bottom: 1px solid var(--light-grey);
  background-color: var(--white);
  position: absolute;
  inset: 0% 0% auto;
}

.navbar {
  background-color: #ddd0;
  height: 6rem;
}

.nav_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 72.875rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.nav_link {
  color: var(--black);
  letter-spacing: .04em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .1rem .5rem;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav_brand {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 10.5625rem;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.nav_menu-items {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav_menu-items-inner {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.nav_logo {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.nav_menu-link-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-end;
  align-items: center;
  width: 20rem;
  display: flex;
}

.nav_menu-link-wrap.is-left {
  justify-content: flex-start;
  align-items: center;
}

.flex-center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.video_wall {
  height: 300vh;
  margin-top: -34vh;
  margin-bottom: -100vh;
  position: relative;
}

.video_section {
  height: 100vh;
  position: sticky;
  top: 0;
}

.background-color-white {
  background-color: var(--white);
  color: var(--black);
}

.is-word {
  transform-origin: 0 100%;
  font-family: Rajdhani, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  display: inline-block;
}

.is-word.is-1 {
  font-family: Rajdhani, sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
}

.is-word.is-1.txt-cta {
  font-size: 6rem;
}

.is-word.is-1.head {
  font-size: 8rem;
}

.is-word.is-2 {
  color: var(--red);
  font-family: Rajdhani, sans-serif;
  font-size: 4rem;
  font-weight: 600;
}

.is-word.is-2.txt-cta {
  color: var(--black);
  font-size: 6rem;
}

.is-word.is-2.head {
  font-size: 8rem;
}

.is-word.is-3 {
  font-family: Rajdhani, sans-serif;
  font-size: 4rem;
  font-weight: 600;
}

.is-word.is-3.txt-cta {
  color: var(--red);
  font-size: 6rem;
}

.is-word.is-4, .is-word.is-5 {
  font-weight: 600;
}

.is-word.paragraph2 {
  font-size: 2.5rem;
}

.bottom-cta_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.bottom-cta_box {
  z-index: 1;
  transform-origin: 50% 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33.13rem;
  margin-top: -6.4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bottom-cta_box.cta-box {
  margin-top: 0;
}

.quote_box {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: -200vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  position: sticky;
  top: 0;
}

.gallery_head {
  max-width: 50rem;
}

.about-hero_wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 7rem;
  display: flex;
}

.about-hero_wrap.thnakyou-page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.about-visual_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  aspect-ratio: 16 / 9;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 32.5rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.about-visual_wrap.thankyou-page {
  height: 18rem;
}

.link_line {
  background-color: var(--red);
  transform-origin: 0%;
  transform-style: preserve-3d;
  width: 100%;
  height: .25rem;
  padding: 0;
  position: absolute;
  transform: scale3d(0, 1, 1);
}

.footer_link {
  color: var(--white);
  letter-spacing: .04em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .1rem .5rem;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-box {
  z-index: 1;
  background-color: var(--light-grey);
  opacity: 0;
  border-radius: .25rem;
  width: 115%;
  height: 115%;
  position: absolute;
}

.rotate-img {
  z-index: 3;
  transform-style: preserve-3d;
  border-radius: 1rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate3d(0, 0, -1px);
}

.rotate-img.is-back {
  z-index: 4;
  border-radius: 0;
  transform: none;
}

.rotate-box {
  perspective: 200vw;
  border-radius: 2em;
  width: 100%;
  height: 100%;
  transform: none;
}

.exp-slider_mask {
  width: 20rem;
  display: flex;
  overflow: visible;
}

.exp-slider_slide {
  margin-right: 2.5rem;
}

.exp-slider_overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #0006, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.exp-slider_arrow {
  color: var(--red);
  border: 1px solid #ffffff3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0;
  font-size: 1.3rem;
  transition: opacity .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  inset: auto;
}

.exp-slider_arrow:hover {
  color: var(--black);
}

.exp-slider_arrow.cc-left {
  bottom: 0%;
  right: 3.5rem;
}

.exp-slider_arrow.cc-right {
  bottom: 0%;
  right: 0%;
}

.arrow_dot {
  z-index: 1;
  background-color: var(--red);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.max-width-400 {
  max-width: 25rem;
}

.contact_visual-mask {
  z-index: 2;
  background-color: var(--white);
  transform-origin: 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(100%);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 24rem;
  margin-bottom: 0;
  display: flex;
}

.utility-page-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_inner_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .8rem;
  display: flex;
}

.utility_nav {
  padding-left: 0;
  position: absolute;
  top: 2rem;
}

.nav_logo-img {
  width: 10.1738rem;
}

.utility_footer {
  position: absolute;
  bottom: 2rem;
}

.content_wrap {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.licence_grid-images {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.template_list {
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.licence_image-box {
  aspect-ratio: 1;
  position: relative;
}

.static_brand-link {
  padding-left: 0;
}

.content_header {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.licence_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer_social-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.template_list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.static_brand {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: absolute;
  inset: 0% 0% auto;
}

.footer_bottom-links-container, .footer_copyright-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.background-color-green {
  background-color: var(--red);
  color: var(--black);
}

.background-color-darkgrey {
  background-color: var(--dark-grey);
  color: var(--black);
}

.background-color-lightgrey {
  background-color: var(--light-grey);
  color: var(--black);
}

.paragraph {
  padding-bottom: 0;
}

.bold-text {
  font-size: 5rem;
  font-weight: 600;
}

.text-span, .text-span-2 {
  color: var(--red);
}

.paragraph-2 {
  font-family: Rajdhani, sans-serif;
  font-weight: 600;
}

.div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-bottom: 7rem;
  display: grid;
}

.div-block.div1 {
  grid-template-rows: auto;
  place-items: center stretch;
}

.div-block.div2 {
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
}

.div-block-2 {
  width: 60%;
}

.div-block-2.div2, .image {
  width: auto;
}

.div-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.footer_link-header {
  margin-bottom: .6em;
  font-size: 1.4em;
  line-height: 1;
}

.footer_top-layout {
  grid-column-gap: 2em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-intro_visual {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 41%;
  height: 100%;
  display: block;
  position: relative;
}

.footer_content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.home-intro_section {
  z-index: 2;
  border-bottom: 1px solid #414141;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.home-intro_section.section-met {
  background-color: var(--black);
}

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

.container.white-txt {
  color: var(--white);
}

.container.contain-video {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacer {
  height: 100vh;
}

.home-cta_wrapper {
  background-color: #141414;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 300vh;
  margin-top: -100vh;
  margin-bottom: -100vh;
}

.home-cta_wrapper.section-sticky2 {
  background-image: none;
  background-position: 0 0;
  background-attachment: scroll;
  display: block;
}

.home-intro_content {
  width: 50%;
  max-width: 38em;
  font-family: Supreme, Arial, sans-serif;
}

.home-intro_visual-height {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100%;
  display: block;
  position: relative;
}

.home-intro_visual-height._2 {
  padding-top: 116%;
}

.text-size-h2 {
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Rajdhani, sans-serif;
  font-size: 4em;
  font-weight: 600;
  line-height: .9;
}

.text-size-h2.h3 {
  background-color: #1d1d1d;
  padding: 10px 20px;
  font-size: 1.2em;
  display: inline-block;
}

.text-size-h2.white-txt {
  color: var(--white);
  font-weight: 500;
}

.footer_logo-text {
  letter-spacing: -.04em;
  font-size: 2.8em;
  font-weight: 300;
  line-height: 1;
}

.spacer-64 {
  padding-bottom: 4em;
}

.footer_small-link:hover {
  color: #fff;
}

.page-wrapper-2 {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: visible;
}

.c_button_link {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  min-width: 10em;
  padding: 1em 2.1em;
  line-height: 1;
}

.c_button_link:hover {
  color: #fff;
  background-color: #0000;
}

.c_button_link.is-alt {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.c_button_link.is-alt:hover {
  color: #000;
  background-color: #fff;
}

.home-hero_image {
  opacity: .8;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.home-hero_image.bg-video {
  opacity: 100;
  filter: contrast(140%);
  mix-blend-mode: exclusion;
  object-fit: cover;
  position: relative;
}

.home-hero_image.bg-video.video2 {
  z-index: 1;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.home-hero_heading {
  max-width: 5em;
  margin-left: auto;
  margin-right: auto;
}

.home-hero_heading.text-size-display {
  color: var(--white);
  font-family: Rajdhani, sans-serif;
  font-size: 8rem;
  font-weight: 600;
}

.home-hero_heading.text-size-display.txt {
  max-width: none;
}

.footer_bottom {
  grid-column-gap: .75em;
  grid-row-gap: .5em;
  color: #fff6;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_wrapper {
  margin-top: -100vh;
}

.home-intro_image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-intro_image.is-top {
  object-position: 50% 0%;
  border-radius: 0;
}

.footer_component {
  z-index: -1;
  background-color: #000;
  position: sticky;
  bottom: 0;
}

.home-content_wrapper {
  z-index: 2;
  background-color: #050505;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.home-content_wrapper.container-min {
  background-color: var(--red);
  min-height: 40vh;
}

.spacer-96 {
  padding-bottom: 6em;
}

.home-hero_wrapper {
  margin-bottom: -100vh;
}

.home-cta_section {
  color: #000;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.home-cta_section.contain-sticky2 {
  mix-blend-mode: normal;
  background-color: #fff0;
}

.page-styles {
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.spacer-32 {
  padding-top: 2rem;
  padding-bottom: 1em;
}

.home-intro_layout {
  grid-row-gap: 2.5em;
  color: var(--white);
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 60px;
  display: flex;
}

.home-intro_layout.is-alt {
  border: 1px #a9a9a947;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  padding-right: 60px;
  position: relative;
}

.spacer-12 {
  padding-bottom: .75em;
}

.home-intro_p {
  max-width: 34em;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  display: inline-block;
}

.home-intro_p.read-more {
  display: none;
}

.spacer-80 {
  padding-bottom: 5em;
}

.home-hero_section {
  text-align: center;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 90vh;
  display: flex;
  position: sticky;
  top: 0;
}

.home-cta_heading {
  max-width: 5em;
  margin-left: auto;
  margin-right: auto;
}

.home-cta_heading.text-size-display {
  color: #fff;
  max-width: 6em;
  font-family: Rajdhani, sans-serif;
  font-size: 10rem;
  font-weight: 600;
}

.footer_link-2 {
  color: #fff6;
  width: 100%;
  font-size: 1.2em;
  line-height: 1.9;
  transition: color .1s;
  display: block;
}

.footer_link-2:hover {
  color: #fff;
}

.div3 {
  grid-column-gap: 80px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-bottom: 0;
  display: grid;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray50-2);
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: Rajdhani, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.uui-max-width-large {
  width: 100%;
  max-width: 52rem;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray50-2);
  letter-spacing: normal;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6;
}

.uui-heading-medium {
  color: var(--untitled-ui--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rajdhani, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-xsmall.text-weight-medium {
  color: var(--untitled-ui--white);
  text-transform: none;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.uui-testimonial07_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.uui-testimonial07_client-image-wrapper {
  margin-right: 1rem;
}

.uui-testimonial07_divider {
  background-color: var(--untitled-ui--gray200);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-testimonial07_logo {
  max-height: 3rem;
}

.uui-testimonial07_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-testimonial07_rating-icon {
  color: #ffb200;
  -webkit-text-stroke-color: #ffd268;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial07_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial07_slide-nav {
  color: var(--untitled-ui--white);
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-testimonial07_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--white);
  background-color: #fff0;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial07_arrow:hover {
  border-color: var(--red);
  background-color: var(--red);
}

.uui-testimonial07_arrow.left {
  color: var(--white);
  background-color: #fff0;
  border-radius: 0%;
  right: 4rem;
}

.uui-testimonial07_arrow.left:hover {
  background-color: var(--red);
}

.uui-testimonial07_slide {
  border: 1px #000;
  padding-right: 4rem;
}

.uui-testimonial07_mask {
  width: 50%;
  overflow: visible;
}

.uui-testimonial07_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.uui-testimonial07_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-section_testimonial07 {
  color: var(--untitled-ui--white);
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-tiny {
  color: var(--untitled-ui--white);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.footer_component-2 {
  background-color: #000;
  position: sticky;
  bottom: 0;
}

.footer_link-3 {
  color: #fff6;
  width: 100%;
  font-size: 1.2em;
  line-height: 1.9;
  transition: color .1s;
  display: block;
}

.footer_link-3:hover {
  color: #fff;
}

.div-block-4 {
  width: 100%;
  padding-top: 0;
}

.quick-stack {
  padding: 0;
}

.image-2 {
  width: auto;
}

.paragraph-3 {
  color: var(--untitled-ui--white);
  font-size: 1.1rem;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-3 {
  width: 100%;
  height: 400px;
}

.text-span-3 {
  color: var(--red);
}

.div-block-6 {
  margin-bottom: 7rem;
}

.text-span-4 {
  color: var(--red);
}

.body {
  background-color: #fff;
  overflow: visible;
}

.div-block-7 {
  height: 100%;
  padding-top: 0;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.code-embed {
  height: 100%;
}

.text-span-5 {
  color: var(--untitled-ui--gray500);
}

.text-span-6 {
  color: var(--red);
}

.div-block-8 {
  z-index: 99;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.background-video {
  height: 100%;
}

.text-block {
  margin-bottom: 20px;
}

.paragraph-4 {
  font-family: Supreme, Arial, sans-serif;
}

.text-span-7 {
  color: var(--red);
}

.paragraph-5 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1.2rem;
}

.text-span-8, .text-span-9, .text-span-10 {
  color: var(--red);
}

.div-block-9 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-right: 10px;
  display: flex;
}

.image-4 {
  width: 120px;
}

.bold-text-2 {
  font-size: 1.2rem;
}

.pop-up {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.c-modal_overlay {
  z-index: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.text-block-2 {
  color: #747474;
  letter-spacing: 1px;
  background-color: #14142b0f;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 5px 20px;
  font-family: Supreme, Arial, sans-serif;
  font-size: 12px;
  display: inline-block;
  overflow: visible;
}

.c-modal {
  z-index: 1;
  background-color: #f7f7f7;
  border-radius: 0;
  width: 560px;
  padding: 60px 32px;
  position: relative;
  overflow: hidden;
}

.div-block-24 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.link-block-3 {
  transition: all .2s;
  position: absolute;
  inset: 40px 40px auto auto;
}

.link-block-3:hover {
  opacity: .5;
  transform: scale(.8);
}

.image-20 {
  width: 30px;
  max-width: none;
  display: block;
  position: static;
  inset: 5% 4% auto auto;
}

.heading-2 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Rajdhani, sans-serif;
  font-weight: 600;
}

.heading-2.h2-popup {
  font-size: 2.5rem;
}

.div-block-23 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #eb1316;
  border-radius: 10px;
  justify-content: center;
  width: 100%;
  padding: 26px 38px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #cd1517;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary.wpp {
  background-color: #eb1316;
}

.brix---btn-primary.wpp:hover {
  background-color: #bb1113;
}

.spacer32 {
  padding-bottom: 3.2rem;
}

.div-block-25 {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -100px;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.lottie-animation {
  width: 150px;
  height: 150px;
}

.image-21 {
  width: 150px;
  height: 150px;
  transition: all .4s;
}

.image-21:hover {
  transform: scale(.9);
}

.arrow-animation {
  z-index: -2;
  opacity: 1;
  width: 40px;
  margin-bottom: 0;
  position: static;
  inset: auto auto 0;
}

.div-block-26 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-22 {
  width: 100px;
}

.text-block-3 {
  font-family: Rajdhani, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.space28 {
  padding-top: 2rem;
}

.heading-3 {
  margin-bottom: 20px;
  font-family: Rajdhani, sans-serif;
  font-weight: 600;
}

.image-23 {
  width: 100%;
}

.div-block-27 {
  padding-bottom: 2rem;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.image-24 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.card-image {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.profile-info {
  align-items: center;
  display: flex;
}

.profile-info.no-margin {
  flex: none;
  margin-bottom: 0;
}

.insta-handle-small {
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.3em;
}

.insta-handle-small.text-gray-2 {
  color: var(--untitled-ui--gray600);
  text-transform: none;
  font-family: Supreme, Arial, sans-serif;
  font-size: 14px;
}

.card-top {
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.profile-bold-text {
  color: var(--black);
  margin-bottom: 0;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1.115rem;
  font-weight: 500;
  line-height: 1.4em;
}

.profile-image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  overflow: hidden;
}

.single-post {
  border: 1px solid #dfdfdf;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  height: 500px;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.single-post:hover {
  box-shadow: 4px 4px 25px 5px #0000000a;
}

.bold-text-3 {
  font-size: .875rem;
  font-weight: 400;
}

.text-block-4 {
  border: 1.5px solid var(--red);
  color: var(--red);
  border-radius: 0;
  padding: 5px 10px;
  font-family: Supreme, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.text-block-4:hover {
  background-color: var(--red);
  color: var(--white);
  border-style: solid;
  text-decoration: none;
}

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

.image-25 {
  width: 100%;
  padding-right: 40px;
}

.div-block-30 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 40px;
  display: flex;
}

.link-block-4 {
  text-decoration: none;
  transition: all .4s, color .2s, background-color .45s cubic-bezier(.215, .61, .355, 1), opacity .4s cubic-bezier(.215, .61, .355, 1);
}

.link-block-4:hover {
  transform: scale(.9);
}

.image-26 {
  z-index: -1;
  opacity: .36;
  position: absolute;
  left: auto;
  right: auto;
}

.image-27 {
  width: 100px;
}

.image-28 {
  object-fit: cover;
  width: auto;
  height: 100%;
  position: static;
  top: 0;
}

.paragraph-6, .paragraph-7, .paragraph-8 {
  font-family: Supreme, Arial, sans-serif;
}

.section-2 {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  display: flex;
  position: relative;
}

.section-2.section-divider {
  margin-top: 0;
  margin-bottom: -100px;
}

.image-29 {
  width: 220px;
}

.text-span-12 {
  color: var(--red);
}

.text-block-5 {
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.bold-text-4 {
  font-family: Rajdhani, sans-serif;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

.div-block-32 {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-33 {
  background-color: #252525;
  padding: 2rem;
}

.div-block-34 {
  color: var(--white);
}

.container-2 {
  background-color: var(--white);
  width: 100%;
  max-height: 80%;
}

.text-holder {
  flex: 0 auto;
}

.section-3 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  max-height: 500px;
  padding: 0;
  display: flex;
}

.section-right {
  border: 1px #8f8f8f;
  border-right-color: #000;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 125px 125px 125px 100px;
  display: flex;
  position: relative;
}

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

.number {
  background-color: var(--red);
  color: var(--untitled-ui--white);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 28px;
  padding: 22px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.paragraph-9 {
  font-family: Supreme, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
}

.text-block-6 {
  color: var(--white);
  font-family: Supreme, Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
}

.h2 {
  font-family: Rajdhani, sans-serif;
  font-weight: 600;
}

.section-left {
  background-image: none;
  background-size: auto;
  border-top: 1px #8f8f8f;
  border-bottom: 1px #8f8f8f;
  flex: 0 auto;
  width: 50%;
  padding: 0;
}

.text-block-7, .text-block-8 {
  color: var(--black);
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-rich-text {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h5, .uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text p {
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: italic;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  color: var(--untitled-ui--gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-heading-large {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-blogpost01_author-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogpost01_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-blogpost01_image-wrapper {
  width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.uui-blogpost01_content {
  margin-bottom: 4rem;
}

.uui-blogpost01_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.uui-blogpost01_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.uui-blogpost01_share {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.uui-blogpost01_tag-list-wrapper {
  width: 50%;
}

.uui-blogpost01_tag-list {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.uui-blogpost01_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.uui-blogpost01_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogpost01_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.uui-blogpost01_author-image-wrapper {
  margin-right: 1rem;
}

.uui-text-divider {
  color: var(--untitled-ui--gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-blogpost01_content-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.uui-blogpost01_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-breadcrumb-link {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.uui-breadcrumb-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-breadcrumb-link.w--current {
  color: var(--untitled-ui--primary700);
  font-weight: 600;
}

.uui-breadcrumb-link.w--current:hover {
  color: var(--untitled-ui--primary800);
}

.uui-breadcrumb-divider {
  color: var(--untitled-ui--gray500);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.uui-blogpost01_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-2.text-color-gray400 {
  color: var(--untitled-ui--gray400);
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
}

.uui-badge.is-pink {
  background-color: var(--untitled-ui--pink50);
  color: var(--untitled-ui--pink700);
}

.uui-badge.is-indigo {
  background-color: var(--untitled-ui--indigo50);
  color: var(--untitled-ui--indigo700);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-blogpost01_author-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.uui-blogpost01_share-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.div-block-36 {
  z-index: 99;
  border-top: 1px solid var(--untitled-ui--gray500);
  background-color: var(--white);
  position: fixed;
  inset: auto 0% 0%;
}

.paragraph-10 {
  font-size: 1.1rem;
}

.image-31 {
  width: 60px;
}

.link-block-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--red);
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  display: flex;
}

.link-block-5:hover {
  background-color: var(--black);
}

.link-block-6 {
  text-decoration: none;
}

.success-message {
  background-color: #78ee6b;
  font-family: Supreme, Arial, sans-serif;
}

.uui-text-align-center {
  text-align: center;
}

.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-3.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-logos04_list {
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center start;
  width: 175rem;
  display: flex;
}

.uui-logos04_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.uui-logos04_logo {
  height: 3rem;
}

.uui-logo-loop_inner {
  display: flex;
  overflow: hidden;
}

.uui-section_logos04 {
  overflow: hidden;
}

.uui-logo-loop_component {
  height: 27rem;
  margin-top: 2rem;
  overflow: hidden;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.uui-logos04_text {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.body-2 {
  overflow: visible;
}

.link {
  color: var(--dark-grey);
  text-decoration: none;
  -webkit-text-decoration-color: var(--red);
  text-decoration-color: var(--red);
}

.link:hover {
  color: var(--white);
  text-decoration: underline;
}

.link.link2:hover {
  color: var(--red);
}

.div-block-37 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
}

.text-span-13 {
  color: var(--red);
}

.div-block-38 {
  margin-top: 4rem;
  margin-bottom: 7rem;
}

.div-block-39 {
  height: 28px;
}

.max-width-500 {
  max-width: 500px;
}

.arrow {
  width: auto;
}

.success-message-2 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #147e29;
  height: 100%;
  padding: 50px;
  font-size: 20px;
}

.slider-left {
  color: #fff;
  background-color: #151c340f;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-left:hover {
  background-color: #151c3426;
}

.slider-left.prev-step {
  border-radius: 0;
  width: 50px;
  min-width: auto;
}

.step-error {
  color: #fff;
  background-color: #db1d1d;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.div-block-40 {
  width: 100%;
  margin-top: 20px;
}

.slide-wrapper {
  min-height: 100vh;
  display: flex;
}

.slide-wrapper.form-step {
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.slide-wrapper.form-step.is-active {
  width: 100%;
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.slide-content {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 0%;
  display: flex;
  position: relative;
}

.field-label-2 {
  color: #617283;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}

.radio-button-field {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #f4f4f4;
  border: 1px #000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.form-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 490px;
  max-width: 560px;
  margin-bottom: -20px;
  display: flex;
}

.text-field {
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  min-height: 55px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.text-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field::placeholder {
  color: #61728375;
}

.div-block-41 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-paragraph {
  color: #5b617c;
  max-width: 550px;
  font-size: 16px;
  line-height: 23px;
}

.radio-button {
  border: 1px #000;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
}

.form-item-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  display: flex;
}

.form-section-title {
  color: #141b19;
  margin-bottom: 12px;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

.logo {
  width: 230px;
  margin-bottom: 40px;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.submit-button {
  color: #fff;
  background-color: #5b3acc;
  border-radius: 4px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.submit-button.slider-right {
  background-color: var(--red);
  border-radius: 0;
  font-family: Rajdhani, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.submit-button.slider-right:hover {
  background-color: var(--untitled-ui--gray900);
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-wrap.extra-space {
  margin-bottom: 40px;
}

.slider-right {
  color: #fff;
  text-align: center;
  background-color: #2b3729;
  border-radius: 4px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  transition: all .2s;
}

.slider-right:hover {
  background-color: #afa996;
  font-size: 18px;
}

.slider-right.next-step {
  background-color: var(--red);
  text-transform: uppercase;
  border-radius: 0;
  font-family: Rajdhani, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.slider-right.next-step:hover {
  background-color: var(--untitled-ui--gray900);
}

.form-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.form-wrapper.form-step-two {
  display: none;
}

.button-wrap {
  width: 100%;
  display: flex;
}

.checkbox-h4 {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.bold-text-5 {
  font-family: Rajdhani, sans-serif;
  font-size: 1.4rem;
  line-height: 10%;
}

.text-block-9 {
  font-family: Rajdhani, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.div-block-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-span-14 {
  color: var(--red);
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-button-secondary {
  grid-column-gap: .5rem;
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary:hover {
  background-color: var(--untitled-ui--primary100);
}

.uui-button-secondary:focus {
  background-color: var(--untitled-ui--primary50);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-secondary.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-banner16_component {
  background-image: linear-gradient(45deg, var(--untitled-ui--primary700), var(--untitled-ui--primary600));
  justify-content: center;
  align-items: center;
  position: relative;
}

.uui-banner16_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.uui-banner16_content {
  flex: 1;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.uui-banner16_icon-wrapper {
  flex: none;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.uui-banner16_text-wrapper {
  grid-row-gap: .125rem;
  flex-wrap: wrap;
  display: flex;
}

.uui-banner16_close-button {
  color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: .5rem;
  transition: all .3s;
  display: flex;
}

.uui-banner16_close-button:hover {
  background-color: #fff3;
}

.icon-featured-square-large {
  background-color: var(--untitled-ui--primary500);
  color: var(--untitled-ui--white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-banner16_text {
  color: var(--untitled-ui--white);
  margin-right: .375rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-banner16_supporting-text {
  color: var(--untitled-ui--primary100);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-4 {
  border: 1px #575757;
  border-radius: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.uui-button-secondary-2 {
  grid-column-gap: .5rem;
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-2:hover {
  background-color: var(--untitled-ui--primary100);
}

.uui-button-secondary-2:focus {
  background-color: var(--untitled-ui--primary50);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-secondary-2.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-icon-1x1-xxsmall-2 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-banner16_component-2 {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #080808a6;
  border: 1px solid #696969;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: auto auto 1% 1%;
  overflow: hidden;
}

.uui-banner16_content-wrapper-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 1rem;
  display: flex;
  position: relative;
}

.uui-banner16_content-2 {
  flex: 1;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.uui-banner16_icon-wrapper-2 {
  flex: none;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.uui-banner16_text-wrapper-2 {
  grid-row-gap: .125rem;
  flex-wrap: wrap;
  font-family: Rajdhani, sans-serif;
  font-size: 1.2rem;
  display: flex;
}

.uui-banner16_close-button-2 {
  z-index: 1000;
  background-color: var(--red);
  color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: .7rem;
  margin-left: .5rem;
  margin-right: .7rem;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.uui-banner16_close-button-2:hover {
  background-color: #fff3;
  transform: scale(1.1);
}

.icon-featured-square-large-2 {
  background-color: var(--untitled-ui--primary500);
  color: var(--untitled-ui--white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-banner16_text-2 {
  color: var(--untitled-ui--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: .375rem;
  font-family: Rajdhani, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
}

.uui-banner16_supporting-text-2 {
  color: var(--white);
  letter-spacing: normal;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.div-block-43 {
  width: 100%;
  margin-top: 2rem;
}

.background-video-2 {
  border-radius: 4px;
  min-width: 400px;
  max-height: 280px;
}

.div-block-44 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-10 {
  color: var(--white);
  background-color: #a9a9a93d;
  margin-right: 10px;
  padding: 2px 8px;
  font-family: Rajdhani, sans-serif;
  font-weight: 500;
}

.div-block-45 {
  max-width: 400px;
}

.code-embed-3 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .styleguide_block.cc-grid {
    display: flex;
  }

  .styleguide_wrap {
    flex-flow: column;
    display: flex;
  }

  .margin-bottom-8 {
    margin-bottom: .375rem;
  }

  .margin-bottom-12 {
    margin-bottom: .625rem;
  }

  .margin-bottom-20 {
    margin-bottom: 1rem;
  }

  .margin-bottom-24 {
    margin-bottom: 1.25rem;
  }

  .margin-bottom-28 {
    margin-bottom: 1.5rem;
  }

  .margin-bottom-32 {
    margin-bottom: 1.75rem;
  }

  .margin-bottom-40 {
    margin-bottom: 2.25rem;
  }

  .margin-bottom-48 {
    margin-bottom: 2.75rem;
  }

  .margin-bottom-56 {
    margin-bottom: 3.25rem;
  }

  .margin-bottom-64 {
    margin-bottom: 3.5rem;
  }

  .margin-bottom-72 {
    margin-bottom: 4rem;
  }

  .margin-bottom-80 {
    margin-bottom: 4.5rem;
  }

  .margin-bottom-96 {
    margin-bottom: 5rem;
  }

  .margin-bottom-104 {
    margin-bottom: 6rem;
  }

  .margin-bottom-120 {
    margin-bottom: 6.5rem;
  }

  .margin-bottom-144 {
    margin-bottom: 7rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .heading-style-h2 {
    font-size: 3.5rem;
  }

  .heading-style-h2.destaque {
    font-size: 2rem;
  }

  .styleguide_head {
    position: relative;
    top: auto;
  }

  .margin-top-8 {
    margin-top: .375rem;
  }

  .margin-top-12 {
    margin-top: .625rem;
  }

  .margin-top-20 {
    margin-top: 1rem;
  }

  .margin-top-24 {
    margin-top: 1.25rem;
  }

  .margin-top-28 {
    margin-top: 1.5rem;
  }

  .margin-top-32 {
    margin-top: 1.75rem;
  }

  .margin-top-40 {
    margin-top: 2.25rem;
  }

  .margin-top-48 {
    margin-top: 2.75rem;
  }

  .margin-top-56 {
    margin-top: 3.25rem;
  }

  .margin-top-64 {
    margin-top: 3.5rem;
  }

  .margin-top-72 {
    margin-top: 4rem;
  }

  .margin-top-80 {
    margin-top: 4.5rem;
  }

  .margin-top-96 {
    margin-top: 5rem;
  }

  .margin-top-104 {
    margin-top: 6rem;
  }

  .margin-top-120 {
    margin-top: 6.5rem;
  }

  .margin-top-144 {
    margin-top: 7rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.is-video {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
  }

  .section.is-hero {
    margin-top: 4.5rem;
  }

  .section.is-contact {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
  }

  .section.is-bottom-cta {
    padding-top: 6.25rem;
  }

  .section.is-about-hero, .section.is-location-hero, .section.is-legal {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
  }

  .video_wrap {
    transform: scale(.9);
  }

  .video_box {
    aspect-ratio: 1162 / 900;
  }

  .email-form_wrap {
    flex: 0 auto;
    width: 100%;
    max-width: none;
  }

  .player_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .player_visual {
    border-radius: 1.5rem;
  }

  .locations_wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .locations_list {
    width: 100%;
  }

  .faqs_wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
  }

  .footer_copyright {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero_wrap {
    border-radius: 2rem;
    height: calc(98vh - 4.5rem);
  }

  .hero_inner {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .quote_text {
    font-size: 10vw;
  }

  .gallery_img-box {
    font-size: .9rem;
  }

  .feature_wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .feature_visual {
    aspect-ratio: 3 / 2;
    width: 100%;
    max-width: 100%;
  }

  .feature_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .staff_list {
    flex-flow: column;
    display: flex;
  }

  .contact_wrap {
    flex-flow: column;
  }

  .contact_visual {
    aspect-ratio: 1;
    width: 100vw;
    margin-left: -5vw;
    position: relative;
    top: auto;
  }

  .contact_content {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .contact_img {
    width: 100%;
  }

  .navbar {
    z-index: 99999;
    background-color: #fff;
    height: 4.5rem;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav_wrap {
    justify-content: space-between;
    padding: .5rem 1rem;
  }

  .nav_link {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 10vw;
  }

  .nav_brand {
    width: 12rem;
    position: relative;
  }

  .nav_menu-items {
    background-color: var(--white);
    flex-flow: column;
    width: 100vw;
    height: 100vh;
    padding-top: 2rem;
    left: 0;
    right: 0;
  }

  .nav_menu-items-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .nav_menu-link-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .nav_menu-link-wrap.is-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav_button {
    z-index: 100;
    margin-right: -1rem;
    padding: 1rem;
  }

  .nav_button.w--open {
    background-color: var(--white);
  }

  .nav_button-inner {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav_button-line {
    background-color: var(--black);
    border-radius: 2rem;
    width: 1.6rem;
    height: 2px;
    padding: 0;
  }

  .video_wall {
    margin-top: -20vh;
  }

  .about-visual_wrap {
    margin-bottom: 1rem;
    transform: scale(.9);
  }

  .footer_link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .content_wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .template_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .footer_top-layout {
    grid-template-columns: 1fr 1fr;
  }

  .home-intro_visual {
    width: 100%;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-intro_content {
    width: 100%;
  }

  .footer_component {
    position: relative;
  }

  .home-intro_layout {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    max-width: 30em;
  }

  .home-intro_layout.is-alt {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .home-cta_heading.text-size-display {
    font-size: 8rem;
  }

  .uui-testimonial07_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .uui-testimonial07_mask {
    width: 100%;
  }

  .uui-testimonial07_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .footer_component-2 {
    position: relative;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .arrow-animation {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-28 {
    max-width: 100%;
    overflow: hidden;
  }

  .card-image {
    overflow: hidden;
  }

  .profile-info.no-margin {
    font-size: .8rem;
  }

  .insta-handle-small.text-gray-2 {
    font-size: 12px;
  }

  .profile-bold-text {
    font-size: .8rem;
  }

  .single-post {
    height: auto;
  }

  .text-block-4 {
    display: none;
  }

  .image-25 {
    padding-right: 0;
  }

  .section-3 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    min-width: auto;
    max-height: none;
    display: block;
  }

  .section-right {
    padding: 60px 40px;
  }

  .image-30 {
    height: 360px;
  }

  .number {
    background-color: var(--red);
    color: var(--white);
    margin: 13px;
  }

  .text-block-6 {
    color: var(--white);
    font-family: Rajdhani, sans-serif;
    font-weight: 600;
  }

  .section-left {
    width: 100%;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-blogpost01_title-wrapper {
    margin-bottom: 4rem;
  }

  .uui-blogpost01_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .uui-blogpost01_content {
    margin-bottom: 3rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

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

  .slide-content {
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .uui-banner16_icon-wrapper {
    display: none;
  }

  .uui-banner16_text-wrapper {
    flex-wrap: wrap;
  }

  .uui-banner16_content-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-banner16_icon-wrapper-2 {
    display: none;
  }

  .uui-banner16_text-wrapper-2 {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 7rem;
  }

  .margin-bottom-24 {
    margin-bottom: 1rem;
  }

  .margin-bottom-28 {
    margin-bottom: 1.25rem;
  }

  .margin-bottom-32 {
    margin-bottom: 1.5rem;
  }

  .margin-bottom-40 {
    margin-bottom: 2rem;
  }

  .margin-bottom-48 {
    margin-bottom: 2.25rem;
  }

  .margin-bottom-56 {
    margin-bottom: 2.75rem;
  }

  .margin-bottom-64 {
    margin-bottom: 3rem;
  }

  .margin-bottom-72 {
    margin-bottom: 3.25rem;
  }

  .margin-bottom-80 {
    margin-bottom: 3.5rem;
  }

  .margin-bottom-96 {
    margin-bottom: 3.75rem;
  }

  .margin-bottom-104 {
    margin-bottom: 4rem;
  }

  .margin-bottom-120 {
    margin-bottom: 4.5rem;
  }

  .margin-bottom-144 {
    margin-bottom: 5rem;
  }

  .hide-landscape {
    display: none;
  }

  .show-landscape {
    display: block;
  }

  .heading-style-h1 {
    font-size: 5rem;
  }

  .margin-top-24 {
    margin-top: 1rem;
  }

  .margin-top-28 {
    margin-top: 1.25rem;
  }

  .margin-top-32 {
    margin-top: 1.5rem;
  }

  .margin-top-40 {
    margin-top: 2rem;
  }

  .margin-top-48 {
    margin-top: 2.25rem;
  }

  .margin-top-56 {
    margin-top: 2.75rem;
  }

  .margin-top-64 {
    margin-top: 3rem;
  }

  .margin-top-72 {
    margin-top: 3.25rem;
  }

  .margin-top-80 {
    margin-top: 3.5rem;
  }

  .margin-top-96 {
    margin-top: 3.75rem;
  }

  .margin-top-104 {
    margin-top: 4rem;
  }

  .margin-top-120 {
    margin-top: 4.5rem;
  }

  .margin-top-144 {
    margin-top: 5rem;
  }

  .section.is-bottom-cta {
    padding-top: 5rem;
  }

  .section.is-about-hero {
    padding-bottom: 4rem;
  }

  .video_title {
    left: 1rem;
    right: 1rem;
  }

  .wrap_flex.is-align-bottom.div-flex1 {
    grid-template-columns: 1fr;
  }

  .max-width-440.is-full-responsive {
    max-width: 100%;
  }

  .player_list {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    flex-flow: column;
    display: flex;
  }

  .locations_list {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    overflow: auto;
  }

  .locations_item {
    flex: none;
    width: 90%;
  }

  .footer_links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    margin-left: -.5rem;
  }

  .footer_copyright {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .locations_grid {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: column;
    display: flex;
  }

  .quote_text {
    font-size: 4rem;
  }

  .gallery_wrap {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .gallery_img-box {
    font-size: .6rem;
  }

  .feature_visual {
    aspect-ratio: 1;
  }

  .nav_menu-items-inner {
    padding-left: 1rem;
  }

  .video_wall {
    margin-top: -15vh;
  }

  .is-word.is-1 {
    font-size: 3.5rem;
  }

  .is-word.is-1.head, .is-word.is-2.head {
    font-size: 5rem;
  }

  .is-word.paragraph2 {
    font-size: 2rem;
  }

  .bottom-cta_box {
    margin-top: -4rem;
  }

  .about-visual_wrap {
    height: 20rem;
    margin-top: 0;
  }

  .licence_grid-images {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }

  .template_list {
    flex-flow: column;
  }

  .content_header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .template_list-item.is-licence {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_copyright-inner {
    flex-flow: column;
  }

  .div-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .div-block.div1 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .div-block.div2 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .image {
    width: auto;
  }

  .home-intro_content {
    max-width: none;
  }

  .text-size-h2 {
    font-size: 3.2em;
  }

  .home-hero_heading.text-size-display {
    font-size: 4rem;
  }

  .home-intro_layout {
    width: 100%;
    max-width: none;
    padding-right: 0;
  }

  .home-intro_layout.is-alt {
    padding-right: 0;
  }

  .home-cta_heading.text-size-display {
    font-size: 6rem;
  }

  .div3 {
    grid-template-columns: 1.5fr;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-testimonial07_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial07_divider {
    display: none;
  }

  .uui-testimonial07_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial07_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial07_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-testimonial07_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial07_arrow.left {
    right: 3.5rem;
  }

  .uui-testimonial07_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial07_component {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }

  .uui-testimonial07_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-6 {
    margin-bottom: 8rem;
  }

  .div-block-7 {
    height: 300px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .arrow-animation {
    opacity: .01;
    width: 30px;
    display: block;
  }

  .image-23 {
    width: 120px;
  }

  .div-block-28, .div-block-29 {
    grid-template-columns: 1fr;
  }

  .image-25 {
    padding-right: 0;
  }

  .div-block-32 {
    grid-template-columns: 1fr;
  }

  .section-3 {
    flex-direction: column;
    max-height: none;
  }

  .section-right {
    flex-direction: row;
    padding-top: 80px;
  }

  .image-30 {
    height: 300px;
  }

  .number {
    background-color: var(--red);
    color: var(--white);
    font-family: Rajdhani, sans-serif;
    font-weight: 600;
  }

  .text-block-6 {
    color: var(--white);
  }

  .section-left {
    width: 100%;
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-blogpost01_title-wrapper {
    margin-bottom: 3rem;
  }

  .uui-blogpost01_content {
    margin-bottom: 2rem;
  }

  .uui-blogpost01_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-blogpost01_author-image {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .uui-blogpost01_author-image-wrapper {
    margin-right: .75rem;
  }

  .uui-blogpost01_content-top {
    margin-top: 2rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-blogpost01_author-heading {
    font-size: 1rem;
  }

  .uui-logos04_list {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    width: 124rem;
  }

  .uui-logos04_wrapper {
    padding: .5rem 1rem;
  }

  .uui-logos04_logo {
    height: 2.5rem;
  }

  .uui-logo-loop_component {
    height: 20rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .form-content {
    width: 100%;
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .form-wrapper {
    width: 100%;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-secondary {
    font-size: 1rem;
  }

  .uui-button-secondary:hover {
    background-color: var(--untitled-ui--primary50);
  }

  .uui-banner16_content-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-banner16_content {
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-right: 1.75rem;
  }

  .uui-banner16_close-button {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .uui-banner16_close-button:hover {
    background-color: #0000;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-secondary-2 {
    font-size: 1rem;
  }

  .uui-button-secondary-2:hover {
    background-color: var(--untitled-ui--primary50);
  }

  .uui-banner16_content-wrapper-2 {
    flex-direction: column;
    align-items: stretch;
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-left: 0;
  }

  .uui-banner16_content-2 {
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-right: 1.75rem;
  }

  .uui-banner16_close-button-2 {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .uui-banner16_close-button-2:hover {
    background-color: #0000;
  }

  .uui-banner16_text-2 {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 5rem;
  }

  .container-large {
    max-width: none;
    overflow: hidden;
  }

  .styleguide_row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .hide-portrait {
    display: none;
  }

  .show-portrait {
    display: block;
  }

  .heading-style-h1 {
    font-size: 5rem;
  }

  .heading-style-h2 {
    font-size: 2.8rem;
  }

  .heading-style-h2.is-title {
    font-size: 10vw;
  }

  .heading-style-h3 {
    font-size: 2.5rem;
  }

  .heading-style-h3.txt3 {
    font-size: 1.5rem;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.background-color-black {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section.is-location, .section.is-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.is-gallery {
    display: none;
  }

  .section.background-color-white, .section.is-bottom-cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wrap_flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .email_form {
    flex-flow: column;
    align-items: stretch;
  }

  .locations_wrap, .faqs_wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .locations_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .quote_text {
    font-size: 3rem;
  }

  .gallery_wrap {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .gallery_img-box {
    width: 50em;
    font-size: .4rem;
  }

  .exp-slider {
    width: 95%;
    padding-bottom: 4rem;
  }

  .exp-slider_item {
    width: 100%;
  }

  .feature_visual {
    aspect-ratio: 2 / 3;
  }

  .stats_list {
    flex-flow: column;
    display: flex;
  }

  .history_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .history_item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .staff_item {
    flex-flow: column;
  }

  .contact_form {
    flex-flow: column;
    display: flex;
  }

  .nav_wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav_link {
    font-size: 12vw;
  }

  .nav_menu-items {
    padding-top: 1rem;
  }

  .nav_menu-items-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav_menu-link-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav_button {
    margin-right: -.75rem;
  }

  .video_wall {
    margin-top: -10vh;
  }

  .is-word {
    font-size: 3.2rem;
  }

  .is-word.is-1 {
    font-size: 2.8rem;
  }

  .is-word.is-1.txt-cta, .is-word.is-1.head {
    font-size: 4rem;
  }

  .is-word.is-2 {
    font-size: 3.2rem;
  }

  .is-word.is-2.txt-cta, .is-word.is-2.head, .is-word.is-3.txt-cta {
    font-size: 4rem;
  }

  .is-word.paragraph2 {
    font-size: 1.8rem;
  }

  .bottom-cta_box {
    height: 30rem;
    margin-top: -4.5rem;
  }

  .about-visual_wrap {
    margin-top: 0;
  }

  .exp-slider_mask {
    width: 100%;
  }

  .exp-slider_slide {
    flex: none;
    width: 100%;
    margin-right: 1rem;
  }

  .exp-slider_arrow.cc-left {
    left: 0;
  }

  .exp-slider_arrow.cc-right {
    left: 3.5rem;
  }

  .footer_top-layout {
    grid-template-columns: 1fr;
  }

  .text-size-h2 {
    font-size: 2.6em;
  }

  .home-hero_heading.text-size-display {
    font-size: 3rem;
  }

  .home-cta_heading.text-size-display {
    font-size: 6rem;
  }

  .uui-heading-medium {
    line-height: 1.2;
  }

  .uui-testimonial07_slide-nav {
    display: none;
  }

  .uui-testimonial07_component {
    width: 100%;
  }

  .div-block-6 {
    margin-bottom: 8rem;
  }

  .div-block-9 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .pop-up {
    display: none;
  }

  .c-modal {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .div-block-24 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .link-block-3 {
    top: 20px;
    right: 20px;
  }

  .heading-2 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 24px;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---btn-primary.wpp {
    font-size: 18px;
    line-height: 26px;
  }

  .arrow-animation {
    width: 26px;
    margin-bottom: 60px;
    display: block;
  }

  .profile-info {
    margin-bottom: 15px;
  }

  .section-right {
    padding: 100px 20px 60px;
  }

  .uui-blogpost01_author-wrapper {
    margin-bottom: 1rem;
  }

  .uui-blogpost01_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-blogpost01_share-wrapper {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .uui-blogpost01_tag-list-wrapper {
    width: 100%;
  }

  .uui-blogpost01_tag-list {
    justify-content: flex-start;
  }

  .uui-blogpost01_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-logos04_list {
    justify-content: center;
  }

  .uui-logos04_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-logo-loop_component {
    height: 20rem;
  }

  .slide-content {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-content {
    width: 100%;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .uui-banner16_text-wrapper-2 {
    padding-right: 70px;
  }

  .uui-banner16_text-2 {
    font-size: 1.6rem;
  }

  .background-video-2 {
    min-width: auto;
    max-height: 200px;
  }

  .div-block-45 {
    max-width: 300px;
  }
}

#w-node-fcabd430-b88d-e4f8-df66-8069541e97eb-77cc7634, #w-node-_5ba2ee12-5751-a9b5-95c1-1dce58dd9c69-77cc7634, #w-node-_5af7b4a9-ada8-c72e-a520-c0bebb05c558-77cc7634, #w-node-f4f1b3d6-888a-50ea-e830-1b4407a81162-77cc7634, #w-node-_96944d44-4499-c4f3-830b-389fbf97aa5b-77cc7634, #w-node-_5446154f-83d2-cb7f-6cb6-34c577f72d60-77cc7634, #w-node-_5446154f-83d2-cb7f-6cb6-34c577f72d57-77cc7634, #w-node-_5446154f-83d2-cb7f-6cb6-34c577f72d67-77cc7634, #w-node-_5446154f-83d2-cb7f-6cb6-34c577f72d70-77cc7634, #w-node-a3e278c8-721f-a0af-111b-3d29cced6b00-77cc7634, #w-node-a3e278c8-721f-a0af-111b-3d29cced6af2-77cc7634, #w-node-_11589094-4568-4462-bdc3-b3229e42598c-77cc7634, #w-node-_11589094-4568-4462-bdc3-b3229e425999-77cc7634, #w-node-a3e831b2-48c2-1fc4-1485-6aa02df13720-77cc7634, #w-node-a3e831b2-48c2-1fc4-1485-6aa02df13712-77cc7634, #w-node-_33419105-fd54-cbeb-1b19-5b29591c3a37-77cc7634 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5875d36f-a4c4-fe4a-655f-3dd2dcb99b82-77cc7634, #w-node-_5875d36f-a4c4-fe4a-655f-3dd2dcb99b86-77cc7634, #w-node-_5875d36f-a4c4-fe4a-655f-3dd2dcb99b8a-77cc7634, #w-node-_5875d36f-a4c4-fe4a-655f-3dd2dcb99b8e-77cc7634 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_05d0023e-f06c-50f0-7ea3-558eecf113b0-87f98ca6 {
  justify-self: end;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891efcd-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891efd3-77cc7635, #w-node-c13e4746-aa1d-4ac7-f3fd-db64affe028a-77cc7635, #w-node-_5f9ede74-c050-bdea-5b35-a775586ce3d6-77cc7635, #w-node-_25032385-0eab-2741-e7a9-ee08f98c8c8b-77cc7635 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f007-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f008-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f009-77cc7635, #w-node-_9519d4c7-477d-dcc1-c570-9d1f92198f55-77cc7635, #w-node-_9519d4c7-477d-dcc1-c570-9d1f92198f56-77cc7635, #w-node-_9519d4c7-477d-dcc1-c570-9d1f92198f57-77cc7635, #w-node-_9519d4c7-477d-dcc1-c570-9d1f92198f5c-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f013-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f014-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f015-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f01e-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f01f-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f020-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f029-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f02a-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f02b-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f032-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f033-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f034-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f037-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f03b-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f03c-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f03d-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f040-77cc7635 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f04f-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f074-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f079-77cc7635, #w-node-f8b3d638-01df-3f0b-aab7-1a5641f157db-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f07e-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f083-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f088-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f095-77cc7635 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f097-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_006571c2-d655-db84-26e8-ce9afc4766f3-77cc7635 {
  justify-self: start;
}

#w-node-_006571c2-d655-db84-26e8-ce9afc4766f5-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_006571c2-d655-db84-26e8-ce9afc4766f8-77cc7635, #w-node-_006571c2-d655-db84-26e8-ce9afc4766fd-77cc7635, #w-node-_006571c2-d655-db84-26e8-ce9afc476702-77cc7635, #w-node-_006571c2-d655-db84-26e8-ce9afc476707-77cc7635, #w-node-_006571c2-d655-db84-26e8-ce9afc47670c-77cc7635, #w-node-_006571c2-d655-db84-26e8-ce9afc476711-77cc7635, #w-node-_006571c2-d655-db84-26e8-ce9afc476716-77cc7635, #w-node-_006571c2-d655-db84-26e8-ce9afc47671b-77cc7635, #w-node-_006571c2-d655-db84-26e8-ce9afc476720-77cc7635, #w-node-_006571c2-d655-db84-26e8-ce9afc476725-77cc7635, #w-node-_006571c2-d655-db84-26e8-ce9afc47672a-77cc7635, #w-node-_006571c2-d655-db84-26e8-ce9afc47672f-77cc7635, #w-node-_006571c2-d655-db84-26e8-ce9afc476734-77cc7635, #w-node-_006571c2-d655-db84-26e8-ce9afc476739-77cc7635, #w-node-_09724e11-f303-c138-f696-94f00e8efee8-77cc7635, #w-node-_0278ba0d-1529-424a-472b-8a895f441651-77cc7635, #w-node-_7e45f156-53c4-65ce-4fcd-508b1699b837-77cc7635, #w-node-_0d6c748e-7e08-0a2e-0755-5d0c2024e4a6-77cc7635, #w-node-d7ece3ab-2e06-9021-6089-18847b36e36a-77cc7635, #w-node-f1d58ac8-39c9-b69b-0b7e-d7209233a145-77cc7635, #w-node-_90325cc5-1961-79c7-b805-bfc561fe5417-77cc7635, #w-node-ac72b7c7-269f-edf3-55bb-c1fe783df77b-77cc7635, #w-node-_608ab9a8-0656-bae4-ec1e-7a3915ade262-77cc7635, #w-node-_07f27c9c-2b8e-6922-8499-05071fffa41e-77cc7635, #w-node-ffb6b3fe-a585-9548-d049-fa51f0f8f4fb-77cc7635, #w-node-d0a482b2-9245-47c3-c528-bae1c8a18297-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0e3-77cc7635 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0e5-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0e6-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0e9-77cc7635 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0eb-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0ec-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0ef-77cc7635 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0f1-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0f2-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0f5-77cc7635 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0f7-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0f8-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0fb-77cc7635 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0fd-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f0fe-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f101-77cc7635 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f103-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f104-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f107-77cc7635 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f109-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f10a-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f10d-77cc7635 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f10f-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f110-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f113-77cc7635 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f115-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f116-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f119-77cc7635 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f11b-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f11c-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f11f-77cc7635 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f121-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f122-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f125-77cc7635 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f127-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f128-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f12b-77cc7635 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f12d-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f12e-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f131-77cc7635 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f133-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f134-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f137-77cc7635 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f139-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f13a-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f13d-77cc7635 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f13f-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f140-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f143-77cc7635 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f145-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f146-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f149-77cc7635 {
  justify-self: start;
}

#w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f14b-77cc7635, #w-node-_7c61fc0b-54c1-c0c2-7b95-5aa07891f14c-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c0f3-77cc7635 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c0f5-77cc7635, #w-node-_6b14621e-a5f8-b080-825c-c5274607c0f6-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c0f9-77cc7635 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c0fb-77cc7635, #w-node-_6b14621e-a5f8-b080-825c-c5274607c0fc-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c0ff-77cc7635 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c101-77cc7635, #w-node-_6b14621e-a5f8-b080-825c-c5274607c102-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c105-77cc7635 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c107-77cc7635, #w-node-_6b14621e-a5f8-b080-825c-c5274607c108-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c10b-77cc7635 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c10d-77cc7635, #w-node-_6b14621e-a5f8-b080-825c-c5274607c10e-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c111-77cc7635 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c113-77cc7635, #w-node-_6b14621e-a5f8-b080-825c-c5274607c114-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c117-77cc7635 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c119-77cc7635, #w-node-_6b14621e-a5f8-b080-825c-c5274607c11a-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c11d-77cc7635 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c11f-77cc7635, #w-node-_6b14621e-a5f8-b080-825c-c5274607c120-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c123-77cc7635 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c125-77cc7635, #w-node-_6b14621e-a5f8-b080-825c-c5274607c126-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c129-77cc7635 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c12b-77cc7635, #w-node-_6b14621e-a5f8-b080-825c-c5274607c12c-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c12f-77cc7635 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c131-77cc7635, #w-node-_6b14621e-a5f8-b080-825c-c5274607c132-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c135-77cc7635 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c137-77cc7635, #w-node-_6b14621e-a5f8-b080-825c-c5274607c138-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c13b-77cc7635 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c13d-77cc7635, #w-node-_6b14621e-a5f8-b080-825c-c5274607c13e-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c141-77cc7635 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c143-77cc7635, #w-node-_6b14621e-a5f8-b080-825c-c5274607c144-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c147-77cc7635 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c149-77cc7635, #w-node-_6b14621e-a5f8-b080-825c-c5274607c14a-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c14d-77cc7635 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c14f-77cc7635, #w-node-_6b14621e-a5f8-b080-825c-c5274607c150-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c153-77cc7635 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c155-77cc7635, #w-node-_6b14621e-a5f8-b080-825c-c5274607c156-77cc7635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c159-77cc7635 {
  justify-self: start;
}

#w-node-_6b14621e-a5f8-b080-825c-c5274607c15b-77cc7635, #w-node-_6b14621e-a5f8-b080-825c-c5274607c15c-77cc7635, #w-node-_15ab5396-7ffd-ea26-7a32-be94d04d988a-77cc7636, #w-node-_15ab5396-7ffd-ea26-7a32-be94d04d988d-77cc7636, #w-node-_15ab5396-7ffd-ea26-7a32-be94d04d98a3-77cc7636, #w-node-_15ab5396-7ffd-ea26-7a32-be94d04d98b3-77cc7636, #w-node-_15ab5396-7ffd-ea26-7a32-be94d04d98bb-77cc7636, #w-node-_15ab5396-7ffd-ea26-7a32-be94d04d98be-77cc7636, #w-node-_15ab5396-7ffd-ea26-7a32-be94d04d98d7-77cc7636, #w-node-_15ab5396-7ffd-ea26-7a32-be94d04d98e8-77cc7636, #w-node-_15ab5396-7ffd-ea26-7a32-be94d04d98f0-77cc7636, #w-node-_15ab5396-7ffd-ea26-7a32-be94d04d98f3-77cc7636, #w-node-_104906cc-4b50-554a-5c14-023b70f4bef1-77cc7637, #w-node-_104906cc-4b50-554a-5c14-023b70f4bef3-77cc7637, #w-node-_104906cc-4b50-554a-5c14-023b70f4bef5-77cc7637 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e756036-5d1e-2c56-a1bb-8567b8658ebd-77cc7637, #w-node-_1e756036-5d1e-2c56-a1bb-8567b8658ebf-77cc7637, #w-node-_1e756036-5d1e-2c56-a1bb-8567b8658ec1-77cc7637, #w-node-_1e756036-5d1e-2c56-a1bb-8567b8658ec3-77cc7637, #w-node-_1e756036-5d1e-2c56-a1bb-8567b8658ec5-77cc7637, #w-node-_1e756036-5d1e-2c56-a1bb-8567b8658ec7-77cc7637 {
  justify-self: center;
}

#w-node-c8567a8d-4f17-1677-544c-0353197e1c5d-77cc7638, #w-node-c8567a8d-4f17-1677-544c-0353197e1c5f-77cc7638, #w-node-c8567a8d-4f17-1677-544c-0353197e1c61-77cc7638, #w-node-_99dddd3f-102a-96a1-2a6f-9b5547878764-77cc7638, #w-node-_99dddd3f-102a-96a1-2a6f-9b5547878771-77cc7638 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9328d1e-f6eb-e53f-a657-8f7f2d9903ca-77cc7639, #w-node-dfd94c5b-bb36-d717-e1f0-923e707ac6b2-77cc7639, #w-node-_4a5cd00f-24e1-de2d-39b4-27cd1c686482-77cc7639, #w-node-a6f7b92c-b9af-e09c-b528-4cd22faf67a2-77cc7639, #w-node-_04c8ef68-f9c4-85b0-62f3-8a1728da60cf-36f8174a, #w-node-_04c8ef68-f9c4-85b0-62f3-8a1728da60d3-36f8174a, #w-node-_04c8ef68-f9c4-85b0-62f3-8a1728da60d7-36f8174a, #w-node-_04c8ef68-f9c4-85b0-62f3-8a1728da60db-36f8174a, #w-node-e5a7efd5-22d5-8976-16e7-82c55d705602-36f8174a, #w-node-b27ae829-b43b-c3bf-4fa6-f20392d41c61-36f8174a, #w-node-_9edb8a26-1705-cbc8-3745-4a629a9d82f8-36f8174a, #btn-next-1.w-node-d9ee0d95-bc2e-56b7-813f-0272e116ddba-36f8174a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d9ee0d95-bc2e-56b7-813f-0272e116ddf2-36f8174a, #w-node-d9ee0d95-bc2e-56b7-813f-0272e116ddf6-36f8174a, #w-node-d9ee0d95-bc2e-56b7-813f-0272e116ddfa-36f8174a, #w-node-ac11e224-6762-1b8a-45c6-91932f2ec8e3-36f8174a, #w-node-c36b9b61-8a5f-b838-58fb-19f1a093daf8-36f8174a, #w-node-_9cd47f25-aad4-95cc-dc4d-0748cacc34c8-36f8174a, #w-node-_8d7b781c-17eb-4562-b68d-4697ecb60973-36f8174a, #w-node-_50db852f-eada-5d00-7192-afd4a9760703-36f8174a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dec45944-56e4-a96b-766b-e93ad2c39be2-36f8174a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_92527d53-3453-4401-792e-0e709dbadc95-36f8174a, #w-node-_9c1bbd9c-eede-ed34-9ed5-0ab944abcea2-36f8174a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_5c08806c-a166-7a10-f0ea-16335860ddfe-77cc7634, #w-node-a1fb37ec-0f92-6993-1e97-cda5b45c866e-77cc7634 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-Bold.ttf') format('truetype'), url('../fonts/Supreme-Extrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-ExtraboldItalic.ttf') format('truetype'), url('../fonts/Supreme-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Condensed';
  src: url('../fonts/coolvetica-condensed-rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}