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

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neue Bit;
  src: url('../fonts/PPNeueBit-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --orange: #fa4c15;
  --light-grey: #f4f4f4;
  --light-orange: #fca55d;
}

.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;
}

.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;
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Neuemontreal, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  cursor: auto;
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

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

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

.show-mobile-portrait {
  display: none;
}

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

.hide {
  display: none;
}

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

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

.text-style-link {
  text-decoration: underline;
}

.text-style-muted {
  opacity: .6;
}

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

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

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

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

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

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

.text-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.page-wrapper {
  position: relative;
}

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

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

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

.rl-styleguide_classes {
  display: none;
}

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

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

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

.show-tablet {
  display: none;
}

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

.show-mobile-landscape {
  display: none;
}

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

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

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

.heading-xxlarge {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  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;
}

.styleguide_icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.heading-large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-button-small {
  padding: .5rem 1.25rem;
}

.button.is-button-small.with-icon:hover {
  color: var(--orange);
}

.button.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.button.is-navbar4-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

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

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

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

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

.form-checkbox-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  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;
}

.heading-xsmall {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
}

.button-secondary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
}

.button-secondary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-small.font-bit {
  font-family: Neuemontreal, sans-serif;
  font-weight: 400;
}

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

.text-style-quote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.form-field-wrapper {
  position: relative;
}

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

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.text-color-black {
  color: var(--black);
}

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

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

.heading-xlarge {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

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

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.margin-top-auto {
  margin-top: auto;
}

.text-lineheight-normal {
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl-styleguide_class-sample-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #10182808;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.text-lineheight-xshort {
  line-height: 1.2;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.text-lineheight-xtall {
  line-height: 2;
}

.icon-medium {
  height: 3rem;
}

.text-lineheight-none {
  line-height: 1;
}

.rl-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #10182824;
}

.text-letterspacing-wide {
  letter-spacing: .025em;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.styleguide_color-sample {
  padding: 8rem 1.5rem 1.25rem;
}

.styleguide_color-sample.is-lightgrey {
  background-color: #f4f4f4;
}

.styleguide_color-sample.is-black {
  background-color: #000;
}

.styleguide_color-sample.is-white {
  background-color: #fff;
}

.text-lineheight-short {
  line-height: 1.3;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #1018280d;
}

.icon-large {
  height: 5rem;
}

.button-tertiary {
  background-color: var(--light-grey);
  color: var(--black);
  text-align: center;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-tertiary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-tertiary.is-alternate {
  color: #fff;
  background-color: #464646;
  border-color: #464646;
}

.button-tertiary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.button-link {
  color: var(--black);
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link.is-alternate {
  color: #fff;
}

.button-link.with-icon {
  grid-column-gap: .5rem;
}

.icon-xsmall {
  height: 1.5rem;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-xxsmall {
  height: 1rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.text-lineheight-tall {
  line-height: 1.7;
}

.icon-small {
  height: 2rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.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;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.rl-styleguide_shadow-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8rem;
  padding: 1rem;
  display: flex;
}

.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;
}

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

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

.icon-xlarge {
  height: 6.5rem;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #1018281a, 0 2px 4px -2px #1018280f;
}

.rl-styleguide_extension {
  display: none;
}

.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.section_hero {
  z-index: 600;
  position: relative;
}

.hero_component {
  z-index: 200;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
}

.heading-hero {
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-hero-wrapper {
  position: relative;
}

.div-block {
  position: absolute;
  inset: 0%;
}

.heading-svg {
  background-image: url('../images/oval-white.svg');
  background-position: 42% 60%;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  position: absolute;
  inset: 0%;
  transform: translate(-1.5rem, 4rem);
}

.is-h1 {
  font-size: 3.75em;
  line-height: 120%;
}

.is-h1.is-logo {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  text-decoration: none;
}

.container-logo {
  z-index: 99;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto auto 35px;
}

.menu-line {
  background-color: #fff;
  width: 32px;
  height: 1px;
  display: none;
}

.menu-line.second {
  width: 22px;
  margin-top: 12px;
  display: none;
}

.progress-bar {
  z-index: 1000;
  background-color: var(--orange);
  transform-origin: 0%;
  width: 100%;
  height: .4rem;
  line-height: 10px;
  transition: transform .2s;
  position: sticky;
  inset: 0% 0% auto;
}

.scroll-wrapper {
  z-index: 9;
  cursor: default;
  border-top: 1px solid #ffffff1a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100px;
  margin-top: auto;
  text-decoration: none;
  transition: background-color .4s ease-in-out;
  display: flex;
  position: relative;
}

.scroll-wrapper:hover {
  background-color: #ffffff1c;
}

.scroll-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: default;
  justify-content: center;
  font-family: Neuemontreal, sans-serif;
  font-size: 11px;
  display: flex;
  position: absolute;
}

.menu-button {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  transition: background-color .4s ease-in-out;
  display: none;
}

.menu-button:hover {
  background-color: #ffffff1c;
}

.menu-button.w--open {
  z-index: 9;
  background-color: #0000;
}

.vertical-nav {
  z-index: 1000;
  background-color: #0a0a0a;
  border: 1px #fff;
  border-bottom-style: solid;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8vh;
  padding-top: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  overflow: visible;
}

.wrapper-burger-menu {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 32px;
  height: 100%;
  margin: auto;
  display: none;
}

.image-3 {
  object-fit: contain;
  font-size: 30px;
  line-height: 120%;
}

.responsive-frame {
  z-index: 10004;
  background-color: #0000;
  border: 1px solid #fff;
  border-top-style: none;
  margin: 3px;
  padding: 0;
  display: block;
  position: fixed;
  inset: 0%;
  box-shadow: 0 0 0 83px #0a0a0a;
}

.navbar_menu {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: absolute;
  overflow: auto;
}

.navbar_menu-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -4.5rem;
  display: flex;
}

.menu-icon_line-middle-base {
  background-color: #000;
  width: 24px;
  height: 2px;
  position: absolute;
}

.menu-icon {
  filter: invert();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: none;
  position: relative;
}

.navbar_link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 0;
  padding: .5rem 0;
  font-size: 24px;
  display: inline-block;
  position: static;
}

.navbar_link.w--current {
  color: var(--black);
}

.navbar4_dropdown-list {
  position: static;
  overflow: hidden;
}

.navbar4_dropdown-list.w--open {
  background-color: var(--white);
  position: static;
}

.navbar_component {
  z-index: 9999;
  border-style: solid;
  border-width: 1px;
  border-color: var(--white) black;
  color: var(--white);
  background-color: #00000026;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar_component.blurred-nav {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.navbar4_dropdown-toggle {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 4rem .5rem 0;
}

.navbar_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.dropdown-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.menu-icon_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.navbar_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar4_menu-dropdown {
  margin-left: 0;
  font-size: 24px;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.menu-icon_line-top {
  background-color: #000;
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar_menu-button {
  padding: 0;
  display: none;
}

.navbar_menu-button.w--open {
  background-color: #0000;
}

.navbar4_dropdown-link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 1.5rem;
  padding: .5rem 0;
  font-size: 24px;
}

.navbar4_dropdown-link.w--current {
  color: var(--black);
}

.menu-icon_line-middle {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon_line-bottom {
  background-color: #000;
  width: 24px;
  height: 2px;
}

.section-100vh {
  height: 100vh;
}

.icon-fixed-hero {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  display: flex;
  position: absolute;
  inset: auto 0% 2% auto;
}

.icon-fixed-hero:hover {
  color: var(--orange);
}

.text-span {
  background-image: linear-gradient(88deg, var(--light-orange), var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.svg-code:hover {
  color: var(--orange);
}

.svg-wrap {
  object-fit: cover;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: block;
}

.shape-6 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.shape-3 {
  transform-style: preserve-3d;
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: 49em;
  right: -28.1em;
  transform: rotateX(0)rotateY(-180deg)rotateZ(26deg);
}

.main-shapes-wrapper {
  filter: blur(120px);
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
}

.shape-4 {
  background-color: #f6c779;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.background-noise {
  z-index: 0;
  opacity: .5;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shape-1 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.shape-8 {
  background-color: #9fc68e;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.shape-9 {
  background-color: #1b1b1b;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.shape-2 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: 37.5em;
  right: 0;
}

.ultra-gradient-wrapper {
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 1vw;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shape-7 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.shape-5 {
  background-color: #e7805b;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.paragraph {
  text-transform: uppercase;
  font-family: Neue Bit, sans-serif;
  font-size: 1rem;
}

.background-video {
  z-index: 1000;
  width: 560px;
  position: absolute;
  inset: auto 30% auto auto;
}

.section_showcase {
  display: block;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-medium {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.heading-hero-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-hero-small.font-bit {
  font-family: Neuemontreal, sans-serif;
  font-weight: 400;
}

.heading-hero-small.text-weight-normal {
  font-weight: 400;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.layout3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.text-size-display {
  font-size: 6rem;
  line-height: 1.2;
}

.image-4 {
  margin-top: -71px;
}

.image-5 {
  margin-top: 143px;
}

.super-text-xl {
  white-space: nowrap;
  font-size: 15em;
  line-height: 1;
}

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

.heading-xsm {
  z-index: 1;
  font-size: 1.5em;
  line-height: 1;
  position: relative;
}

.container-lg {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.page-load-top {
  display: flex;
}

.page-load-btm-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pg-loading-text-div {
  color: #fff;
}

.pg-loading-text-progress {
  align-items: flex-start;
  margin-bottom: -1.2em;
  display: flex;
  position: relative;
}

.page-load-container {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 95vh;
  display: flex;
}

.page-load-div {
  z-index: 99999;
  background-color: #0d0d0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.pg-loading-bracket-img {
  width: 1em;
}

.pg-loading-number {
  color: #fff;
  margin-top: -2em;
  margin-right: 2em;
}

.pg-loading-percent-div {
  color: #fff;
  align-items: center;
  display: flex;
}

.loader {
  z-index: 9999;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader_top {
  z-index: 99999;
  background-color: var(--black);
  width: 100%;
  height: 50vh;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0);
}

.loader_number {
  text-align: right;
  margin-bottom: .7rem;
  padding-right: .7rem;
  font-size: 15rem;
  line-height: 1;
  position: absolute;
  inset: auto 5% 5% auto;
}

.loader_bottom {
  background-color: var(--black);
  width: 100%;
  height: 50vh;
  position: absolute;
  inset: auto 0% 0%;
}

.email-pangea-svg {
  display: none;
}

.email-pangea-svg:hover {
  color: var(--orange);
}

.html-embed {
  position: absolute;
  inset: 0%;
}

.html-embed-2 {
  position: static;
  inset: auto;
}

.svg-email_circle {
  position: absolute;
  top: auto;
  bottom: auto;
  right: auto;
}

.svg-email_icon {
  position: static;
  inset: auto;
}

.cursor {
  z-index: 9999999;
  opacity: 0;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor_dot {
  background-color: var(--white);
  border-radius: 50%;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  display: flex;
  position: relative;
}

.cursor_dot.is-larger {
  width: 3rem;
  height: 3rem;
}

.cursor_dot.is-huge {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}

.cursor-smaller {
  transform: scale(.9);
}

.navbar_trigger-div {
  z-index: 1;
  height: 12rem;
  position: absolute;
  top: 0;
}

.image-6, .image-7, .image-8 {
  margin-top: 143px;
}

.cursor_text {
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 3rem;
  font-weight: 500;
  transition: all .2s;
}

.success {
  background-color: #318570;
}

.error {
  background-color: #f85151;
  padding: 20px;
}

.empty-text {
  color: #fff;
  line-height: 1.2;
}

.text-field-contact {
  background-color: #0000;
  border: 1px #8b6d4b;
  border-bottom: 1px solid #fff;
}

.text-field-contact:focus {
  color: #fff;
  border-bottom-color: #f4bd03;
}

.overflow-2 {
  text-align: left;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.frame2 {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 500px;
  max-width: 1200px;
  margin-top: 97px;
  margin-bottom: 0;
  display: flex;
}

.form-contact {
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
  display: block;
}

.form-contact-us {
  align-self: flex-start;
  width: 500px;
  max-width: 600px;
  margin-top: 0;
}

.frame1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area Area Area"
  / .25fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.heading-contact-big {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14vw;
  font-weight: 800;
  line-height: .8;
}

.heading-contact-big._3 {
  text-shadow: 0 0 3px #000;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 13vw;
}

.textarea-contact {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  height: auto;
  margin-bottom: 30px;
}

.textarea-contact:focus {
  border-bottom-color: #f4bd03;
}

.heading-contact {
  color: #fff;
  font-size: 65px;
  line-height: 1;
}

.right-button {
  color: #fff;
  background-color: #333;
  background-image: url('../images/next-1.svg');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 11px;
  border-radius: 0;
  margin-right: 10px;
  padding: 20px 45px 20px 22px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out;
}

.right-button:hover {
  background-color: var(--orange);
  color: #fff;
  transform: translate(3px);
}

.horizontal-div-wrapper {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin: 0;
  display: block;
  position: sticky;
  top: 0;
  bottom: auto;
  overflow: hidden;
}

.contact-paragraph {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.3;
}

.heading-on {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14vw;
  font-weight: 800;
  line-height: .8;
}

.heading-on._3 {
  text-shadow: 0 0 1px #000;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 8vw;
}

.heading-on._3.no {
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 13vw;
}

.container-grid {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.container-grid.form-section {
  width: 100vw;
}

.note-panel_contain {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25em;
  display: flex;
  position: relative;
}

.wide-panel {
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 100%;
  display: flex;
}

.thanks-panel_text {
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-size: 22em;
  font-weight: 400;
  line-height: .9;
  position: absolute;
}

.stagger-panel_img-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.wide-panel_img {
  object-fit: cover;
  width: 100%;
}

.thanks-panel {
  z-index: 1;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
  transform: translate(0%);
}

.hero-panel {
  flex: none;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.stagger-panel {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
  position: relative;
  overflow: visible;
  transform: translate(0%);
}

.thanks-panel_img {
  width: 11em;
  position: absolute;
}

.thanks-panel_img.is-2 {
  margin-top: 18.9em;
  margin-left: 4.5em;
  transform: rotate(-1deg);
}

.thanks-panel_img.is-3 {
  margin-top: -22.3em;
  margin-left: 59em;
  transform: rotate(-7deg);
}

.thanks-panel_img.is-1 {
  margin-top: -20.3em;
  margin-left: -46.5em;
  transform: rotate(14deg);
}

.sticky-element {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.note-panel_img-height {
  background-image: url('../images/photo2.ca0d9d58.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.track-flex {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-right: -100vw;
  display: flex;
  overflow: visible;
}

.note-panel_img {
  width: 100%;
  margin-bottom: 2em;
}

.stagger-panel_img {
  width: 20%;
  margin-top: 0%;
  margin-left: 0%;
  position: absolute;
}

.stagger-panel_img.is-2 {
  width: 27%;
  margin-top: 0%;
  margin-left: -8%;
}

.stagger-panel_img.is-5 {
  width: 14%;
  margin-top: -4%;
  margin-left: 22%;
}

.stagger-panel_img.is-4 {
  width: 19%;
  margin-top: 23%;
  margin-left: -49%;
}

.stagger-panel_img.is-3 {
  width: 20%;
  margin-top: -25%;
  margin-left: 48%;
}

.stagger-panel_img.is-1 {
  width: 14%;
  margin-top: -35%;
  margin-left: -47%;
}

.thanks-panel_photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.4);
}

.note-panel {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 6vw;
  display: flex;
  position: relative;
}

.thanks-panel_contain {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
}

.thanks-panel_contain.is-2 {
  z-index: 2;
  color: #fff;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.thanks-panel_img-height {
  width: 100%;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

.section-height {
  width: 100%;
  height: 300vh;
  display: none;
  position: relative;
}

.thanks-panel_wrap {
  z-index: 3;
  flex: none;
  width: 200vw;
  height: 100vh;
  position: relative;
}

.hero-panel_img {
  background-image: url('../images/photo1.42abc711.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% auto 0% 0%;
  transform: scale(1);
}

.contact_component {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.text-field-contact-2 {
  background-color: #0000;
  border: 1px #8b6d4b;
  border-bottom: 1px solid #fff;
}

.text-field-contact-2:focus {
  color: #fff;
  border-bottom-color: #f4bd03;
}

.textarea-contact-2 {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  height: auto;
  margin-bottom: 30px;
}

.textarea-contact-2:focus {
  border-bottom-color: #f4bd03;
}

.right-button-2 {
  color: #fff;
  background-color: #333;
  background-image: url('../images/next-1.svg');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 11px;
  border-radius: 0;
  margin-right: 10px;
  padding: 20px 45px 20px 22px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out;
}

.right-button-2:hover {
  background-color: var(--orange);
  color: #fff;
  transform: translate(3px);
}

.frame-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.track-2 {
  flex: none;
  height: 100%;
  position: relative;
  transform: translate(0%);
}

.sticky-element-2 {
  z-index: 2;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
}

.track2 {
  flex: none;
  height: 100%;
  position: relative;
  transform: translate(0%);
}

.contact-form_wrapper {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 500px;
  max-width: 1200px;
  margin-top: 97px;
  margin-bottom: 0;
  display: none;
}

.frame {
  flex-direction: row;
  height: 100%;
  display: flex;
}

.contact-title_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area Area Area"
  / 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

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

.panel1.panel {
  background-color: var(--black);
  width: 100%;
  height: 100vh;
}

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

.panel2.panel {
  height: 100vh;
  padding-top: 5rem;
  position: relative;
}

.text-field-contact-3 {
  background-color: #0000;
  border: 1px #8b6d4b;
  border-bottom: 1px solid #fff;
}

.text-field-contact-3:focus {
  color: #fff;
  border-bottom-color: #f4bd03;
}

.textarea-contact-3 {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  height: auto;
  margin-bottom: 30px;
}

.textarea-contact-3:focus {
  border-bottom-color: #f4bd03;
}

.grid_text-item {
  opacity: 0;
  font-size: 1em;
  transition: opacity .1s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.08em;
}

.container.is--grid {
  padding-bottom: 0;
}

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

.grid_wrapper.is--alt {
  padding-bottom: 23.7em;
}

.grid_list {
  flex-flow: wrap;
  place-content: stretch space-around;
  align-items: flex-start;
  padding-top: 3.6em;
  display: flex;
}

.grid_text-list {
  margin-left: -.5em;
  position: relative;
}

.section.is--grid {
  z-index: 1001;
  z-index: 1;
  position: relative;
}

.grid_text-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  margin-top: -50vh;
  padding-bottom: 2.08em;
  display: flex;
  position: sticky;
  top: 0;
}

.grid_item {
  margin-right: 33px;
  padding: .36em;
}

.image-9 {
  width: 100%;
  height: 100%;
}

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

.image-11 {
  max-width: 70%;
}

.image-12, .image-13 {
  max-width: 60%;
}

.grid_element {
  justify-content: center;
  align-items: center;
  width: 150%;
  padding-top: 100%;
  display: flex;
  position: relative;
}

.grid_img {
  object-fit: cover;
  max-width: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.cursor_text--portfolio {
  z-index: 2;
  color: var(--orange);
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: none;
  background-clip: border-box;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  font-size: .6rem;
  font-weight: 500;
  transition: all .2s;
  position: relative;
  inset: 0% auto;
}

.section-portfolio.is--grid {
  z-index: 1001;
  display: none;
  position: relative;
}

.grid_list-2 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3.6em;
  display: flex;
}

.grid_item-2 {
  padding: .36em;
}

.grid_img-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 131%;
  position: absolute;
  inset: 0%;
}

.grid_element-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 130%;
  display: block;
  position: relative;
}

.grid_text-title {
  color: var(--white);
  text-transform: uppercase;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.fs_starrating-2_icon {
  opacity: .8;
  filter: grayscale();
  color: #f5f5f5;
  width: 2.5rem;
  position: relative;
}

.fs_starrating-2_icon.is-active-starrating {
  opacity: 1;
  filter: grayscale(0%);
  color: #ffc800;
}

.fs_starrating-2_label {
  display: none;
}

.form_input {
  border: 1px solid var(--white);
  color: #fff;
  background-color: #fff0;
  border-radius: .25rem;
  min-height: 2rem;
  margin-bottom: 0;
  padding: .55rem 1.5rem .5rem;
  font-size: 1.125rem;
}

.form_input:focus {
  border-color: var(--orange);
}

.form_input:focus-visible, .form_input[data-wf-focus-visible] {
  outline-color: var(--orange);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

.form_input::placeholder {
  color: #727272;
}

.form_input.is-counter {
  color: var(--white);
  max-width: 4rem;
  min-height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.banner_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.fs_starrating-2_wrapper {
  display: flex;
}

.fs_range-slider-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.text-size-large-2 {
  font-size: 1.5rem;
}

.fs_checkbox-3_field {
  text-align: center;
  cursor: pointer;
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .4rem;
  display: flex;
  position: relative;
}

.fs_checkbox-3_field:hover {
  border-style: none;
}

.fs_checkbox-3_mask {
  z-index: 1;
  border: 1px solid var(--white);
  background-color: var(--black);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs_checkbox-3_mask:hover {
  border-color: var(--white);
}

.fs_range-slider-2_handle-text {
  text-align: center;
  font-size: 1.25rem;
  position: relative;
}

.fs_range-slider-2_fill {
  background-color: var(--orange);
  background-image: linear-gradient(to right, var(--light-orange), var(--orange));
  border-radius: 999rem;
  width: 20%;
  height: 100%;
  position: absolute;
}

.cta_button_icon {
  width: 2rem;
  height: 2rem;
}

.form_toggle-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.fs_range-slider-2_input {
  display: none;
}

.fs_checkbox-3_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_checkbox-5_button {
  border-radius: 999rem;
  width: 85%;
  height: 85%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: auto;
}

.fs_checkbox-5_button:focus-visible, .fs_checkbox-5_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #7782d4;
}

.form_block {
  margin-bottom: 0;
}

.fs_range-slider-2_wrapper {
  align-items: center;
  width: 100%;
  padding: .5rem;
  display: block;
  position: relative;
}

.fs_checkbox-5_dot {
  z-index: 2;
  background-color: #fff;
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
}

.fs_checkbox-3_icon {
  z-index: 2;
  position: relative;
  transform: scale(.8);
}

.fs_range-slider-2_track {
  background-color: #f5f5f5;
  border-radius: 999rem;
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form_content {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  border-top-right-radius: 2rem;
  grid-template-rows: .25fr;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.banner_link_arrow {
  width: 1.25rem;
  position: relative;
  bottom: .125rem;
}

.form_image-block {
  filter: grayscale();
  background-color: #161616;
  background-image: url('../images/shapes.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  min-height: 84vh;
  padding: 2rem;
  position: sticky;
  top: 8vh;
}

.form_label {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
}

.form_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: repeat(auto-fit, minmax(auto, 80vh));
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.fs_checkbox-3_block-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs_inputcounter-1_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner_logo {
  width: 10rem;
}

.heading-style-h1 {
  color: #272b4a;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.1;
}

.fs_range-slider-2_handle-right {
  z-index: 1;
  border: 3px solid var(--orange);
  cursor: grab;
  background-color: #fff;
  border-radius: 999rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.fs_range-slider-2_handle-right:hover {
  background-color: var(--orange);
}

.fs_range-slider-2_handle-right:focus-visible, .fs_range-slider-2_handle-right[data-wf-focus-visible] {
  outline-color: var(--light-orange);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.form_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.fs_rangeslider-2_embed {
  display: none;
}

.banner_component {
  z-index: 999;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffffb3;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  position: absolute;
  inset: auto 3rem 3rem;
}

.form_message-success {
  background-color: var(--orange);
  color: #fff;
  padding: 2rem;
}

.fs_starrating-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.fs_starrating-2_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-items: stretch stretch;
  display: grid;
}

.banner_link_component {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #3f4ebd;
  border-bottom: 1px solid #7782d4;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .25rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.form_submit {
  background-color: var(--orange);
  border-radius: 999rem;
  min-height: 4rem;
  margin-top: 0;
  padding: 1.25rem 3rem 1rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.form_submit:hover {
  background-color: var(--light-orange);
}

.form_submit:focus-visible, .form_submit[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #7782d4;
}

.fs_starrating-2_item {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.fs_starrating-2_item:hover {
  transform: translate(0, -2px);
}

.form_circle-layer {
  z-index: 99;
  background-color: #fac594;
  border-radius: 999rem;
  width: 20rem;
  height: 20rem;
  margin-top: -10rem;
  margin-left: -10rem;
  position: absolute;
  inset: -10vh auto auto 0%;
}

.fs_checkbox-3_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  justify-content: start;
  align-items: stretch;
  min-height: 3rem;
  padding: 0;
  display: grid;
}

.fs_checkbox-5_wrapper {
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  margin-bottom: 0;
  margin-right: 1.5rem;
  padding: .25rem;
  display: flex;
  position: relative;
}

.fs_range-slider-2_left {
  z-index: 1;
  border: 3px solid var(--light-orange);
  cursor: grab;
  background-color: #fff;
  border-radius: 999rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.fs_range-slider-2_left:hover {
  background-color: var(--light-orange);
}

.fs_range-slider-2_left:focus-visible, .fs_range-slider-2_left[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_inputcounter-1_button {
  border: 1px solid var(--orange);
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
}

.fs_inputcounter-1_button:hover {
  background-color: #0000;
}

.fs_inputcounter-1_button:focus-visible, .fs_inputcounter-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #7782d4;
}

.form_header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #e7e7e7;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1rem;
  display: flex;
}

.fs_checkbox-3_button {
  filter: invert();
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.fs_checkbox-3_button:focus-visible, .fs_checkbox-3_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #7782d4;
}

.fs_starrating-2_radio-button {
  border-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.fs_starrating-2_radio-button.w--redirected-focus {
  box-shadow: none;
}

.fs_starrating-2_radio-button.w--redirected-focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_inputcounter-1_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center start;
  display: grid;
}

.fs_range-slider-2_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.fs_checkbox-3_block {
  z-index: 3;
  background-color: var(--orange);
  color: #fff;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: .75rem;
  margin-right: .75rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.form_field-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_checkbox-5_mask {
  z-index: 1;
  background-color: #e7e7e7;
  border-radius: 999rem;
  position: absolute;
  inset: 0%;
}

.fs_inputcounter-1_embed {
  display: none;
}

.banner_text {
  color: #272b4a;
  font-size: 1.25rem;
}

.fs_checkbox-5_label {
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.fs_checkbox-3_label {
  z-index: 2;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  position: relative;
}

.clone_button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  background-color: #7782d4;
  border-radius: 999rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  place-content: center;
  place-items: center;
  width: 8rem;
  height: 8rem;
  margin-top: -3rem;
  margin-right: -1rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  display: grid;
  position: absolute;
  inset: 0% 0% auto auto;
}

.clone_button:hover {
  background-color: #6069b3;
}

.form_image-block-2 {
  background-color: #1f1f1f;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  min-height: 84vh;
  padding: 2rem;
  position: sticky;
  top: 10vh;
}

.text-size-large-3 {
  font-size: 1.5rem;
}

.form_grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, 0);
  grid-template-columns: .25fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
  position: static;
}

.form_image-block-3 {
  background-color: #1f1f1f;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  min-height: 84vh;
  padding: 2rem;
  position: sticky;
  top: 8vh;
}

.section_form {
  background-color: #77d4c3;
  min-height: 100vh;
  padding: 8vh 8vh 0;
  position: relative;
}

.form_content-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fff;
  border-top-right-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 84vh;
  padding: 7rem 5rem 6rem;
  display: grid;
  position: relative;
}

.form_grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-block {
  color: var(--orange);
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
}

.text-block-2 {
  color: var(--orange);
  font-size: 1.2rem;
  font-weight: 300;
}

.quote_component {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.radio-button-field {
  align-items: flex-start;
  display: flex;
}

.error-message {
  background-color: #ff8d8d;
}

.radio_wrapper {
  align-items: flex-start;
  display: flex;
}

.radio-label_wrapper {
  margin-bottom: 0;
  margin-left: .5rem;
}

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

.radio-btn {
  align-self: center;
}

.radio-btn:focus {
  border: 60px solid var(--orange);
  color: var(--orange);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--orange);
}

.radio-button, .radio-button-2 {
  align-self: center;
}

@media screen and (min-width: 1440px) {
  .text-field-contact {
    border-bottom-color: #fff;
  }

  .text-field-contact:focus {
    border-bottom-color: #f4bd03;
  }

  .frame1 {
    grid-template: ". Area Area Area"
    / 1fr .6fr .9fr 1fr;
  }

  .heading-contact-big {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    border: 1px solid #0000;
    font-size: 14vw;
    font-weight: 800;
  }

  .heading-contact-big._3 {
    text-shadow: 0 0 2px #000;
    font-size: 13vw;
    line-height: 1;
  }

  .textarea-contact:active, .textarea-contact:focus {
    border-bottom-color: #f4bd03;
  }

  .horizontal-div-wrapper {
    width: 400vw;
  }

  .heading-on {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    border: 1px solid #0000;
    font-size: 14vw;
    font-weight: 800;
  }

  .heading-on._3 {
    text-shadow: 0 0 2px #000;
    font-size: 7.5vw;
    line-height: 1;
  }

  .heading-on._3.no {
    text-shadow: none;
    background-color: #fff;
  }

  .container-grid {
    z-index: 2;
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    display: flex;
    position: relative;
  }

  .text-field-contact-2 {
    border-bottom-color: #fff;
  }

  .text-field-contact-2:focus, .textarea-contact-2:active, .textarea-contact-2:focus {
    border-bottom-color: #f4bd03;
  }

  .contact-title_wrapper {
    grid-template: ". Area Area Area"
    / 1fr .6fr .9fr 1fr;
  }

  .text-field-contact-3 {
    border-bottom-color: #fff;
  }

  .text-field-contact-3:focus, .textarea-contact-3:active, .textarea-contact-3:focus {
    border-bottom-color: #f4bd03;
  }

  .grid_list {
    grid-column-gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .page-wrapper {
    overflow: visible;
  }

  .show-tablet {
    display: block;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .heading-hero {
    font-size: 3.25rem;
  }

  .container-logo {
    z-index: 9999;
    position: fixed;
  }

  .scroll-wrapper, .scroll-wrapper.w--current {
    display: none;
  }

  .menu-button {
    justify-content: flex-end;
  }

  .menu-button:hover {
    background-color: #0000;
  }

  .vertical-nav {
    flex-direction: row;
    width: 100%;
    height: auto;
    inset: 0% 0% auto;
  }

  .wrapper-burger-menu {
    margin-right: 20px;
  }

  .navbar_menu {
    z-index: 1;
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    display: block;
  }

  .menu-icon_line-middle-base {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon {
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: relative;
  }

  .navbar_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 0;
    font-size: 1.25rem;
    position: static;
  }

  .navbar4_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar4_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar4_dropdown-toggle {
    align-items: center;
    width: 100%;
    margin: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
    position: relative;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar_container {
    grid-auto-columns: 1fr;
  }

  .navbar4_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    display: block;
    position: relative;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .navbar4_dropdown-link {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    font-size: 20px;
  }

  .menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-4 {
    top: 22em;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large, .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout3_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .super-text-xl {
    font-size: 12em;
  }

  .heading-xsm {
    font-size: 2vw;
  }

  .frame1 {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .heading-contact-big {
    font-size: 20vw;
  }

  .heading-contact-big._3 {
    font-size: 15vw;
  }

  .heading-contact {
    font-size: 65px;
  }

  .right-button {
    width: auto;
    max-width: none;
    display: inline-block;
  }

  .horizontal-div-wrapper {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .heading-on {
    font-size: 20vw;
  }

  .heading-on._3 {
    font-size: 13vw;
  }

  .heading-on._3.no {
    font-size: 15vw;
  }

  .container-grid {
    height: 70vh;
  }

  .note-panel_contain {
    max-width: 80vw;
  }

  .wide-panel {
    width: 200vw;
  }

  .stagger-panel_img-wrap {
    width: 130%;
  }

  .thanks-panel {
    font-size: 1vw;
  }

  .hero-panel {
    width: 150vw;
  }

  .stagger-panel {
    width: 140vw;
  }

  .thanks-panel_img {
    font-size: 2.6em;
  }

  .thanks-panel_img.is-2 {
    margin-top: 19.9em;
    margin-left: -1.3em;
    transform: rotate(-12deg);
  }

  .thanks-panel_img.is-3 {
    margin-top: -24.9em;
    margin-left: 21.6em;
  }

  .thanks-panel_img.is-1 {
    margin-top: -20.8em;
    margin-left: -18em;
  }

  .note-panel {
    padding-left: 9.4em;
    padding-right: 9.4em;
  }

  .right-button-2 {
    width: auto;
    max-width: none;
    display: inline-block;
  }

  .frame {
    flex-direction: column;
  }

  .contact-title_wrapper {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container.is--grid {
    padding-left: 0;
    padding-right: 0;
  }

  .grid_text-title {
    font-size: 8rem;
  }

  .form_content {
    padding: 5rem 0;
  }

  .form_image-block {
    display: none;
  }

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

  .heading-style-h1 {
    font-size: 4.5rem;
  }

  .fs_range-slider-2_handle-right {
    width: 2rem;
    height: 2rem;
  }

  .fs_checkbox-3_group {
    grid-template-columns: 1fr 1fr;
  }

  .fs_range-slider-2_left {
    width: 2rem;
    height: 2rem;
  }

  .form_field-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .clone_button, .form_image-block-2 {
    display: none;
  }

  .form_grid-2 {
    grid-template-columns: 1fr;
  }

  .form_image-block-3 {
    display: none;
  }

  .section_form {
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .form_content-2 {
    padding: 5rem;
  }

  .form_grid-3 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-large {
    font-size: 2rem;
  }

  .button.is-navbar4-button {
    padding: .25rem 1rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

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

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .heading-hero {
    font-size: 2.5rem;
  }

  .container-logo {
    top: 10px;
  }

  .menu-button {
    background-color: #0000;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .main-shapes-wrapper, .blending-group-wrapper {
    filter: blur(80px);
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-hero-small {
    font-size: 1.25rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout3_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .super-text-xl {
    font-size: 14vw;
  }

  .heading-xsm {
    font-size: 3vw;
  }

  .page-load-btm {
    position: relative;
    top: -4em;
  }

  .pg-loading-number {
    margin-top: -.7em;
  }

  .heading-contact-big {
    font-size: 25vw;
  }

  .heading-contact-big._3 {
    font-size: 18vw;
  }

  .heading-contact {
    font-size: 45px;
  }

  .horizontal-div-wrapper {
    height: auto;
    position: static;
  }

  .heading-on {
    font-size: 25vw;
  }

  .heading-on._3.no {
    font-size: 18vw;
  }

  .container-grid {
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

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

  .form_content {
    padding: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .form_circle-layer {
    width: 12rem;
    height: 12rem;
    margin-top: -5rem;
    margin-left: -5rem;
  }

  .fs_checkbox-3_group {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .fs_checkbox-5_wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

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

  .form_content-2 {
    padding: 3rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .button.is-button-small.with-icon {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .container-logo {
    left: 20px;
  }

  .scroll-wrapper {
    flex-direction: row;
    display: none;
  }

  .menu-button {
    width: auto;
    height: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .vertical-nav {
    background-color: #0000;
    border-bottom-style: none;
    flex-direction: column;
    height: 10px;
  }

  .wrapper-burger-menu {
    width: 25px;
  }

  .navbar_logo {
    max-width: 90%;
  }

  .icon-fixed-hero {
    transform-origin: 0%;
    position: relative;
    bottom: 5%;
    transform: scale(.7);
  }

  .shape-4 {
    top: 30.7em;
  }

  .background-noise {
    opacity: .06;
  }

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

  .super-text-xl {
    font-size: 16vw;
  }

  .heading-xsm {
    font-size: 4vw;
  }

  .page-load-btm {
    position: relative;
    top: -4em;
  }

  .pg-loading-number {
    margin-right: 0;
    position: relative;
    right: 1em;
  }

  .pg-loading-percent-div {
    margin-left: 0;
    position: relative;
  }

  .loader_number {
    font-size: 8rem;
  }

  .frame2 {
    flex-wrap: nowrap;
    align-items: center;
    width: 85%;
    overflow: visible;
  }

  .form-contact, .form-contact-us {
    width: 100%;
  }

  .frame1 {
    grid-template-columns: 20px .9fr 1.5fr 20px;
  }

  .heading-contact-big {
    font-size: 40vw;
  }

  .heading-contact {
    font-size: 32px;
  }

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

  .contact-paragraph {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    font-size: 18px;
    display: block;
  }

  .heading-on {
    font-size: 40vw;
  }

  .thanks-panel_text {
    font-size: 29em;
    transform: rotate(35deg);
  }

  .stagger-panel {
    width: 160vw;
  }

  .thanks-panel_img {
    font-size: 3.3em;
  }

  .thanks-panel_img.is-2 {
    margin-top: 17.4em;
    margin-left: -6.7em;
  }

  .thanks-panel_img.is-3 {
    margin-top: -13.6em;
    margin-left: 15.3em;
  }

  .thanks-panel_img.is-1 {
    margin-top: -30.2em;
    margin-left: -4.2em;
  }

  .right-button-2 {
    display: inline-block;
  }

  .contact-form_wrapper {
    flex-wrap: nowrap;
    align-items: center;
    width: 85%;
    overflow: visible;
  }

  .frame {
    align-items: stretch;
  }

  .contact-title_wrapper {
    grid-template-columns: 20px .9fr 1.5fr 20px;
  }

  .grid_wrapper {
    display: block;
  }

  .grid_list {
    flex-direction: column;
    place-content: center flex-start;
    align-items: center;
  }

  .grid_text-wrap {
    margin-top: -85vh;
  }

  .grid_item {
    width: 100%;
    height: 100%;
    margin-right: 0;
  }

  .grid_element {
    flex-direction: row;
    width: 100%;
    padding-top: 70%;
    display: block;
  }

  .grid_text-title {
    font-size: 3rem;
  }

  .form_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    padding: 2rem;
  }

  .form_component {
    height: auto;
  }

  .form_submit {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
  }

  .section_form {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .form_content-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .quote_component {
    height: 50vh;
  }

  .div-block-2 {
    grid-template-columns: 1fr;
  }
}

#w-node-_309d1a1d-7393-f4b9-478b-0678cf03af49-a052b23c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b2d022cc-a97c-fcae-3bf7-f45fbe98097a-a052b23c, #w-node-b2d022cc-a97c-fcae-3bf7-f45fbe98097f-a052b23c, #w-node-_133b29d6-724b-a9f7-9b9f-58da09514541-a052b23c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c495a8f6-f782-e273-448c-8d976b55f688-a052b23c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6bb71a4c-b0ba-bf29-d995-a7e698ededbf-a052b23c, #w-node-_802e89e3-a2d0-c2c7-eeb6-b9b42bca0e0c-a052b23c, #w-node-b2d022cc-a97c-fcae-3bf7-f45fbe9809c4-a052b23c, #name.w-node-b2d022cc-a97c-fcae-3bf7-f45fbe9809c8-a052b23c, #w-node-b2d022cc-a97c-fcae-3bf7-f45fbe9809ca-a052b23c, #email.w-node-b2d022cc-a97c-fcae-3bf7-f45fbe9809ce-a052b23c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bd6c663-bd87-65e5-2573-a0f72168bb48-a052b23c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b2d022cc-a97c-fcae-3bf7-f45fbe9809cf-a052b23c, #w-node-b2d022cc-a97c-fcae-3bf7-f45fbe9809d0-a052b23c, #w-node-b2d022cc-a97c-fcae-3bf7-f45fbe980a08-a052b23c, #w-node-b2d022cc-a97c-fcae-3bf7-f45fbe980a09-a052b23c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2d022cc-a97c-fcae-3bf7-f45fbe980a20-a052b23c {
  justify-self: end;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9313f-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93141-6052b253 {
  justify-self: center;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9315f-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93160-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93164-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93165-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93169-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316a-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316e-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316f-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93173-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93174-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93178-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93179-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93180-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93181-6052b253 {
  justify-self: start;
}

#w-node-b531ebcf-d63c-6359-e34d-f990ff0c1a87-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b531ebcf-d63c-6359-e34d-f990ff0c1a88-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93185-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93186-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318a-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318b-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318f-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93190-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93194-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93195-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93199-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9319a-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a1-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a2-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a6-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a7-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ab-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ac-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b0-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b1-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ba-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931bb-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c4-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c5-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d4-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d5-6052b253 {
  justify-self: start;
}

#w-node-e51b9d1c-a7b2-98d4-e896-e430337c0c4b-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e51b9d1c-a7b2-98d4-e896-e430337c0c4c-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d9-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931da-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931de-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931df-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e3-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e4-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e8-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e9-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f0-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f1-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f5-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f6-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fa-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fb-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ff-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93200-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93204-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93205-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93209-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9320a-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93211-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93212-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93216-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93217-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321b-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321c-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93220-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93221-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93225-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93226-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322d-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322e-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93232-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93233-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93237-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93238-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323c-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323d-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93241-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93242-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93246-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93247-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324e-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324f-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93253-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93254-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93258-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93259-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325d-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325e-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93262-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93263-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93267-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93268-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326c-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326d-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93271-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93272-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93276-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93277-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327e-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327f-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93283-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93284-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93288-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93289-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93290-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93291-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932d5-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f2-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f7-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f8-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fc-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fd-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9330d-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93319-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93323-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93324-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93327-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93328-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332b-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332c-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332f-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93330-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93333-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93334-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93337-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93338-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333b-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333c-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93346-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93347-6052b253 {
  justify-self: start;
}

#w-node-_1bfecdfa-cf23-d065-290b-2142ac7792f5-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334b-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334c-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334d-6052b253 {
  justify-self: start;
}

#w-node-_090a24d3-14a5-dfa2-fa04-d4a813666889-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93353-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93354-6052b253 {
  justify-self: start;
}

#w-node-edb34d17-99cc-692f-0430-12adb3f5bcf1-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93358-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93359-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9335a-6052b253 {
  justify-self: start;
}

#w-node-abefda6a-e9c5-21af-36b5-0ac7a543e5f9-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93360-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93361-6052b253 {
  justify-self: start;
}

#w-node-be0b581d-0d4f-6a5c-e56f-c71f2b87dae5-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93365-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93366-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93367-6052b253 {
  justify-self: start;
}

#w-node-_5f2284be-d63b-a2ed-4224-841634bd2cda-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336d-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336e-6052b253 {
  justify-self: start;
}

#w-node-_53f59b45-9eeb-d810-f61d-0b7531040bb4-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93372-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93377-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93378-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93379-6052b253 {
  justify-self: start;
}

#w-node-_142b856c-06a3-e4dd-2692-9efc37b12276-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9337f-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93380-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93381-6052b253 {
  justify-self: start;
}

#w-node-_95d37fb2-d622-83b6-f731-4b18a22a7cb8-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93389-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338a-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338b-6052b253 {
  justify-self: start;
}

#w-node-_46e3cf61-264e-9a1d-cad2-b40d089568e3-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93391-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93392-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93393-6052b253 {
  justify-self: start;
}

#w-node-_920b5748-cb2c-4ec9-7808-1e23fedc9e74-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339b-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339c-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339d-6052b253 {
  justify-self: start;
}

#w-node-e422508c-6977-80a1-fda1-ce3c73c6fd3a-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a3-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a4-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a5-6052b253 {
  justify-self: start;
}

#w-node-_737c0550-399b-3c73-23ed-09d6878d2bfd-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ad-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ae-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933af-6052b253 {
  justify-self: start;
}

#w-node-_4a51ac62-a1f9-d133-d82b-d1c317772463-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933b9-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ba-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bb-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bf-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c0-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c8-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c9-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ca-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d0-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d9-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933da-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933df-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e8-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e9-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f0-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f9-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933fa-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ff-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93408-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93409-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93410-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93411-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93419-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341a-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341f-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342d-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342e-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342f-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93430-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93432-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93435-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93439-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343a-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343b-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343c-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343e-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93447-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93448-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93449-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344a-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344c-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93455-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93456-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93457-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93458-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345a-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345d-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93464-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93465-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93466-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93467-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93469-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346c-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346d-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93473-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93474-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93475-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93476-6052b253, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93478-6052b253 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba934de-6052b253, #w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cb-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cc-6052b253 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d0-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d1-6052b253 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d5-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d6-6052b253 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725da-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725db-6052b253 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725df-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e0-6052b253 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e7-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e8-6052b253 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ec-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ed-6052b253 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f1-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f2-6052b253 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f6-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f7-6052b253 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fb-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fc-6052b253 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472600-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472601-6052b253 {
  justify-self: start;
}

#w-node-_2a6740b2-9b61-38ae-6a6e-ace4c9df7f63-6052b253, #w-node-_2669e740-54bd-f4e3-4f8d-3d94df62d50d-6052b253, #w-node-_17e5434e-e737-a59f-05c4-a327fe5e482a-6052b253, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472616-6052b253, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472617-6052b253, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261a-6052b253, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261b-6052b253, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261e-6052b253, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261f-6052b253, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472622-6052b253, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472623-6052b253, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472626-6052b253, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472627-6052b253, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262a-6052b253, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262b-6052b253, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262e-6052b253, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262f-6052b253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Neue Bit';
  src: url('../fonts/PPNeueBit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Bit';
  src: url('../fonts/PPNeueBit-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}