:root {
  --white: white;
  --yellow-2: #ae9760;
  --color-1: #5551ff;
  --white-smoke: #f4f4f4;
  --color-2: #fec600;
  --black: black;
  --color-3: #343434;
  --silver: #c1c1c1;
  --color-1-light: #5551ff0f;
  --red: #d64933;
  --dark-goldenrod: #ae924f;
  --yellow: #ae9760;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: #bebebe;
  flex-direction: column;
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--yellow-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

p {
  color: #dfdfdf;
  margin-bottom: 0;
  font-size: .95rem;
}

a {
  color: var(--white);
  text-decoration: none;
}

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

li {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: .25rem;
  padding-left: 1.75rem;
}

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

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

blockquote {
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 0 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.utility-page_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-page_form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

.padding-vertical.padding-main-hero {
  padding-top: 25svh;
  padding-bottom: 15svh;
}

.padding-vertical.footer-legal-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-vertical.padding-inside-hero {
  padding-top: 18svh;
  padding-bottom: 9svh;
}

.padding-vertical.padding-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical.padding-custom1 {
  padding-top: 6rem;
  padding-bottom: 0;
}

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

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  grid-row-gap: 1.125rem;
  justify-items: stretch;
}

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

.max-width-full.relative-z-1 {
  position: relative;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #111;
}

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

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

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.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 ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.container.medium {
  max-width: 64rem;
}

.container.large {
  max-width: 80rem;
}

.container.is-hero {
  max-width: 50rem;
}

.icon-height-small {
  height: 1rem;
}

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

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.fs-styleguide_empty-box.is-auto {
  height: auto;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

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

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

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

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

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

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

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

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

.background-color-grey {
  background-color: #f2f2f2;
}

.form_input {
  background-color: #0000;
  border-radius: .25rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.form_input:focus {
  border: 1px solid var(--color-1);
  background-color: var(--white-smoke);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

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

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

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

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

.fs-styleguide_header {
  background-color: #0000000d;
}

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

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

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

.icon-height-medium {
  height: 2rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

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

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

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

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

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: .125rem none var(--yellow-2);
  color: var(--black);
  text-align: center;
  border-radius: 0;
  align-items: center;
  padding: .75rem 2rem .75rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  position: relative;
}

.button:hover {
  filter: brightness(80%);
}

.button.is-text {
  color: var(--color-1);
  background-color: #0000;
  border: 2px solid #0000;
}

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

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: .125rem solid var(--yellow-2);
  color: var(--yellow-2);
  background-color: #0000;
}

.button.is-secondary:hover {
  background-color: #5551ff4d;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-color: var(--color-1);
  background-color: var(--color-1);
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.button.is-icon:hover {
  filter: brightness(85%);
}

.button.is-icon.contrast {
  border-color: var(--color-2);
  background-color: var(--color-2);
  color: var(--color-3);
}

.button.is-icon.is-secundary {
  color: var(--color-1);
  background-color: #0000;
}

.button.is-icon.is-secundary:hover {
  background-color: #5551ff4d;
}

.button.is-icon.is-secundary.is-light {
  border-color: var(--white);
  color: var(--white);
}

.button.is-icon.is-secundary.is-light:hover {
  background-color: var(--white);
  color: var(--color-1);
}

.button.is-icon.is-text {
  background-color: #0000;
  border-style: none;
  padding: 0;
}

.button.is-icon.is-small {
  font-size: 1rem;
}

.button.btn-nav {
  z-index: 1;
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .75rem 0;
  font-size: 1rem;
  position: relative;
}

.button.btn-nav.dropper {
  padding-right: 2rem;
}

.button.is-modal-nav {
  color: var(--color-1);
  background-color: #0000;
  border-style: none;
  padding: 0;
  font-size: 2rem;
}

.button.is-modal-nav.cta {
  background-color: var(--color-1);
  color: var(--white);
  padding: .55rem 2rem;
}

.button.is-footer-link {
  background-color: #0000;
  padding: 0;
  font-size: 1rem;
  text-decoration: none;
}

.button.contrast {
  border-color: var(--black);
  color: var(--white);
  background-color: #0000;
}

.button.is-textonly {
  color: var(--color-1);
  background-color: #0000;
  border-color: #0000;
  padding: 0;
}

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

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.hide {
  display: none;
}

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

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.element-padding {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.element-padding.small-gap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.element-padding.medium-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.element-padding.full-width {
  align-items: stretch;
  width: 100%;
}

.element-padding.x-small-gap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

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

.nav-buttons--cta {
  z-index: 1;
  grid-column-gap: 3rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-1_mobile-nav {
  z-index: 1;
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.main-nav_buttons {
  z-index: 1;
  grid-column-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu_button {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 2.125rem;
  height: 1.4rem;
  display: flex;
}

.brgr-pleca {
  background-color: var(--color-1);
  width: 100%;
  height: .125rem;
}

.flex-element {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-element.start-to-end {
  justify-content: space-between;
  align-items: center;
}

.font-icon {
  font-family: Font Awesome \- Solid_900, sans-serif;
  line-height: 1;
}

.font-icon.icon-1x1-large {
  font-size: 2.5rem;
}

.font-icon.is-button {
  font-size: .8rem;
}

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

.grid._3-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.grid._3-grid.is-info {
  align-items: stretch;
}

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

.grid._2-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr;
}

.grid._2-grid.v-align-center {
  align-items: center;
}

.grid._2-grid.is-promo {
  place-items: center end;
}

.grid._2-grid.is-service {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.grid._2-grid.is-faq {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: start;
}

.grid._2-grid.is-cta {
  place-items: center;
}

.grid._5-grid {
  grid-template-columns: .75fr 1.5fr auto auto auto;
}

.footer {
  color: var(--white);
  position: relative;
}

.main-nav-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.nav-1 {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

.text-logo {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  display: inline-block;
}

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

.button-dropper-icon {
  margin-right: .5rem;
}

.drpr-megamenu-full {
  background-color: #f9f9f9;
}

.drpr-megamenu-full.w--open {
  background-color: #0000;
  width: 100vw;
  position: fixed;
  inset: 0% 0% auto;
}

.megamenu-full {
  background-color: #f9f9f9;
  padding-top: 70px;
}

.button-dropdown {
  z-index: 0;
  position: relative;
}

.drpr-megamenu.w--open {
  width: 100vw;
  position: fixed;
  left: 0%;
  right: 0%;
}

.megamenu {
  background-color: #f9f9f9;
}

.nav-2_brand-side {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.nav-2 {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-2_main-nav-buttons {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-3 {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-3-movile-nav {
  display: none;
}

.nav-bg-onscroll {
  z-index: 0;
  opacity: 0;
  background-color: #eaeaea;
  position: absolute;
  inset: 0%;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
  position: relative;
}

.hero.is-secondary {
  background-image: none;
  justify-content: flex-end;
  align-items: stretch;
  height: 80dvh;
  padding-bottom: 6rem;
  display: flex;
}

.hero-card-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.hero-card-content.centered {
  text-align: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.color-1 {
  background-color: var(--color-1);
  width: 100%;
  min-height: 12rem;
}

.color-2 {
  background-color: var(--color-2);
  width: 100%;
  min-height: 12rem;
}

.color-3 {
  background-color: var(--color-3);
  width: 100%;
  min-height: 12rem;
}

.simple-card {
  background-color: var(--white);
  border-radius: .25rem;
}

.text-label {
  color: var(--color-1);
  text-transform: uppercase;
  font-size: .75rem;
}

.simple-card_image {
  object-fit: cover;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.simple-card_content {
  border: 1px solid var(--silver);
  padding: 1.5rem 2.25rem 2.5rem;
}

.heading {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
}

.heading.vertical {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.heading-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 30%;
  max-width: 50%;
  display: flex;
}

.heading-subtitle {
  color: #fff;
  font-size: .85rem;
}

.heading-subtitle.text-color-grey {
  color: #636363;
}

.mobile-nav-system-wrpr {
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.movile-nav-component {
  z-index: 1;
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  height: 100svh;
  display: flex;
  position: relative;
}

.movile-nav_header {
  justify-content: space-between;
  align-items: center;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  display: block;
}

.movile-nav_body {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 2.25rem;
  display: flex;
}

.mobile-nav_footer {
  color: var(--color-1);
  text-align: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .75rem;
}

.nav-mobile {
  z-index: 999;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#343434cc, #343434cc);
  justify-content: flex-end;
  height: 100svh;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.nav-mobile_wrpr {
  width: 100%;
  max-width: 50%;
}

.decorative-bar {
  width: 100%;
  height: .25rem;
  margin-top: 1rem;
  position: relative;
}

.decorative-bar_color {
  background-color: var(--color-2);
  width: 50%;
  height: 100%;
}

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

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

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

.social-link {
  justify-content: center;
  align-items: center;
  font-family: Font Awesome \- Brands_400, sans-serif;
  font-size: 3rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.map-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 12.5rem;
  display: flex;
}

.g-map {
  height: 100%;
}

.footer-legal {
  background-color: var(--black);
  font-size: .75rem;
}

.avatar {
  background-color: var(--white-smoke);
  border-radius: 999rem;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  overflow: hidden;
}

.lightbox {
  border-radius: 0;
  height: 30rem;
  position: relative;
  overflow: hidden;
}

.hover {
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(#34343480, #34343480);
  justify-content: center;
  align-items: center;
  transition: opacity .4s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover:hover {
  opacity: 1;
}

.hover-icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.5rem;
  display: flex;
}

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

.special-bullets ul {
  padding-left: 0;
  list-style-type: none;
}

.special-bullets li {
  margin-bottom: .75rem;
  padding-left: 2rem;
}

.accordion {
  border: 1px solid var(--white);
}

.accordion-header {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem;
  text-decoration: none;
  display: flex;
}

.accordion-content-wrpr {
  height: 0;
  position: relative;
  overflow: hidden;
}

.accordion-content-wrpr.accordion-open {
  height: auto;
}

.accordion-content {
  background-color: var(--color-1-light);
  padding: 1.5rem;
}

.accordion-icon {
  perspective: 1000px;
  transform-origin: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  display: flex;
  transform: perspective(1000px);
}

.slider {
  width: 100%;
  height: auto;
}

.slide-card {
  color: var(--white);
  align-items: center;
  min-height: 42.5rem;
  display: flex;
  position: relative;
}

.slider-arrow {
  background-color: var(--color-1);
  border-radius: 999rem;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
}

.slider-arrow.left {
  margin-left: 1rem;
}

.slider-arrow.right {
  margin-right: 1rem;
}

.slider-nav {
  justify-content: center;
  align-items: center;
  height: 3.75rem;
  display: flex;
}

.slider-card_background {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-photo-2179483.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.hero-in {
  background-color: var(--color-2);
  color: var(--color-3);
}

.nav-link_mobile {
  border: .125rem solid var(--color-1);
  background-color: var(--color-1);
  color: #fff;
  text-align: center;
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
}

.nav-link_mobile:hover {
  filter: brightness(80%);
}

.nav {
  z-index: 1000;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.title-wrap {
  flex-direction: column;
  width: 100%;
  padding-bottom: 2rem;
}

.title-wrap.is-center {
  text-align: center;
  align-items: center;
  margin-bottom: 3rem;
  padding-bottom: 0;
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
}

.title-wrap.no-margin {
  padding-bottom: 0;
}

.nav-header {
  background-color: #919191;
  height: 2.5rem;
  display: none;
}

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

.nav-cta {
  display: flex;
}

.nav-link-wrap.is-right {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  height: 100%;
  display: flex;
}

.brand-logo {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.brand-logo.is-alt {
  z-index: 2;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brand-link {
  width: 5rem;
}

.brand-link.is-footer {
  width: 7rem;
  height: 7rem;
  position: relative;
}

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

.img-max.is-abs {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.img-max.is-gallery {
  height: 30rem;
}

.img-max.is-service {
  object-position: 50% 15%;
  height: 35rem;
  margin-top: 0;
}

.img-max.is-service-card {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

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

.brand-text {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  display: none;
}

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

.nav-header_wrap {
  justify-content: center;
  font-size: .9rem;
  display: flex;
}

.nav-link {
  color: var(--black);
  text-transform: capitalize;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .3s ease-in-out;
  display: flex;
}

.nav-link:hover {
  opacity: .54;
}

.nav-link.w--current {
  color: #555;
}

.nav-link.is-dd {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link.is-sub {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color-1);
  background-color: #3f3f3f;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.nav-link.is-sub:hover {
  opacity: 1;
  color: var(--yellow-2);
}

.nav-link.is-sub.w--current {
  color: #555;
}

.text-block {
  text-transform: capitalize;
}

.nav-list-wrap {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

.nav-list_item {
  color: var(--color-2);
  background-image: none;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
}

.nav-menu {
  display: none;
}

.nav-dropdown {
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav-mobile-overlay, .nav-mobile-space {
  display: none;
}

.nav-mobile-space.for-hero {
  display: block;
}

.nav-menu_line {
  background-color: var(--black);
  perspective-origin: 50%;
  transform-origin: 50%;
  width: 100%;
  height: 4px;
}

.nav-menu_line.line-1 {
  position: relative;
}

.opacity0 {
  opacity: 0;
}

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

.content-wrap.is-hero {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.content-wrap.is-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.social-btn {
  color: var(--color-2);
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
}

.social-icon {
  font-family: Font Awesome \- Brands_400, sans-serif;
}

.background {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.intor {
  position: relative;
}

.overlay {
  z-index: 2;
  background-color: #0000004d;
  background-image: linear-gradient(to bottom, black 43%, var(--yellow-2));
  opacity: .4;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay.service-card {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#111, #000000a3);
}

.overlay.is-secondary {
  opacity: .7;
  background-color: #000;
  background-image: linear-gradient(#5a5a0657, #000 65%);
}

.solutions {
  position: relative;
}

.title-wrap_center {
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
}

.title-wrap_right {
  text-align: right;
  width: 100%;
}

.title-line {
  background-color: var(--black);
  width: 50%;
  height: 2px;
}

.nav-cta-wrap {
  margin-left: 2rem;
}

.nav-cta-wrap.is-mobile {
  display: none;
}

.title-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.title-container.is-center {
  text-align: center;
  align-items: center;
  width: 80%;
}

.title-container.is-right {
  align-items: flex-end;
}

.title-container.is-nomargin {
  margin-bottom: 0;
}

.nav-dd_list {
  background-color: #0000;
}

.nav-dd_toggle {
  padding: 0 1.5rem 0 0;
}

.nav-dd_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  position: static;
}

.nav-dd {
  height: 100%;
}

.accordion-header-2 {
  color: #1d7fb8;
  justify-content: space-between;
  align-items: center;
  height: 3.75rem;
  padding-left: 1.25rem;
  padding-right: .75rem;
  font-size: 1.2rem;
  text-decoration: none;
  display: flex;
}

.font-icon-2 {
  text-transform: lowercase;
  font-size: 1em;
  line-height: 1;
}

.accordion-content-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.div-block {
  height: 2dvh;
}

.hero-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-content.is-secondary {
  text-align: left;
  align-items: flex-start;
  width: 65%;
}

.link {
  text-decoration: none;
}

.tabs-content {
  overflow: visible;
}

.footer-head {
  height: 5rem;
}

.footer-head.background-color-black {
  display: flex;
}

.footer-body {
  background-color: var(--black);
  padding-top: 5rem;
}

.solutions-wrap {
  color: var(--white);
  border-radius: 6px;
  align-items: flex-end;
  height: 15rem;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services {
  position: relative;
}

.card-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  border: 1px solid #ffffff80;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  overflow: hidden;
}

.card-info.is-testimonial {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding: 0;
  position: relative;
}

.card-info.is-service {
  border-style: none solid solid none;
  border-color: var(--yellow-2);
  background-color: #0000;
  border-bottom-width: .5px;
  border-right-width: .5px;
  border-radius: 0;
  justify-content: flex-end;
  height: 18rem;
  padding: 2rem;
  position: relative;
}

.card-info.is-service._2 {
  border-left: .5px solid var(--yellow-2);
  border-right-style: none;
}

.card-info.is-service._3 {
  border-top: .5px solid var(--yellow-2);
  border-bottom-style: none;
}

.card-info.is-service._4 {
  border-style: solid none none solid;
  border-top-width: .5px;
  border-top-color: var(--yellow-2);
  border-left-width: .5px;
  border-left-color: var(--yellow-2);
}

.card-info.is-testimonial-info {
  border-style: none;
}

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

.promo {
  background-color: var(--yellow-2);
  position: relative;
}

.about {
  position: relative;
}

.about-wrap {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5rem;
  display: flex;
  position: relative;
}

.about-wrap.is-hero {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.about-wrap.is-left {
  padding-left: 5rem;
}

.list-wrap {
  justify-content: space-between;
  display: flex;
}

.list-wrap.text-color-second {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.industry-wrap {
  width: 80%;
  margin-top: 4rem;
}

.gallery, .testimonials {
  position: relative;
}

.client-name {
  color: var(--red);
  margin-top: 1.5rem;
  font-weight: 700;
}

.testimonial-img {
  object-fit: cover;
  width: 100%;
  height: 15rem;
  position: static;
  inset: 0%;
}

.cta, .about-services, .design, .print, .install {
  position: relative;
}

.text-color-second {
  color: #d64933;
}

.intro, .about-solutions {
  position: relative;
}

.client-business {
  margin-top: -1rem;
  font-size: .6rem;
}

.faq, .contact {
  position: relative;
}

.contact-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer-fill {
  background-image: url('../images/fold-2.svg');
  background-position: 100% 0;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
}

.footer-link-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 8rem;
  display: flex;
}

.footer-link-container {
  flex-direction: column;
  display: flex;
}

.div-block-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.section-triangle {
  width: 20%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section-triangle._2 {
  width: 11%;
  bottom: 10%;
  left: 13%;
}

.section-triangle._3 {
  width: 3%;
  bottom: 24%;
  left: 7%;
}

.section-triangle.reversed {
  width: 25%;
  inset: 0% 0% auto auto;
  transform: rotate(180deg);
}

.section-triangle.reversed._2 {
  width: 13%;
  top: -5%;
  right: 18%;
}

.section-triangle.reversed._3 {
  width: 2%;
  inset: 45% 5% auto auto;
}

.section-triangle.right {
  inset: auto 0% 0% auto;
  transform: rotate(-90deg);
}

.section-triangle.right._2 {
  width: 6%;
  bottom: 10%;
  right: 11%;
}

.section-triangle.right._3 {
  width: 2%;
  bottom: 5%;
  right: 20%;
}

.section-triangle.top-left {
  width: 25%;
  inset: 0% auto auto 0%;
  transform: rotate(90deg);
}

.section-triangle.top-left._2 {
  width: 15%;
  top: 10%;
  left: 15%;
}

.section-triangle.top-left._3 {
  width: 2%;
  top: 35%;
  left: 5%;
}

.btn-bg {
  background-color: var(--yellow-2);
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.btn-bg.top {
  background-color: #0000;
  align-items: center;
  height: 30%;
  display: flex;
  inset: 0% 0% auto;
}

.btn-bg.contrast {
  background-color: var(--black);
}

.btn-corner {
  height: 100%;
}

.btn-bgtop {
  background-color: var(--yellow-2);
  width: 100%;
  height: 100%;
}

.btn-bgtop.contrast {
  background-color: var(--black);
}

.btn-bg_top {
  transform-origin: 100% 0;
  justify-content: flex-start;
  align-items: flex-start;
  height: 30%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.btn-bg_top.top {
  background-color: #0000;
  align-items: center;
  height: 30%;
  display: flex;
  inset: 0% 0% auto;
}

.triangle-img {
  z-index: 2;
  transform-origin: 100% 100%;
  width: 15%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.triangle-img.small {
  transform-origin: 100% 0;
  width: 5rem;
  position: static;
  inset: 0% 0% 0% auto;
}

.triangle-img.offers {
  width: 4%;
  inset: 0% 0% auto auto;
}

.triangle-img.is-dd {
  transform-origin: 50%;
  object-fit: contain;
  width: 1rem;
  display: block;
  position: static;
  transform: rotate(90deg);
}

.cta-img-wrap {
  position: relative;
}

.van-cta {
  z-index: 1;
  object-fit: cover;
  object-position: 0% 50%;
  width: 30rem;
  height: 20rem;
  position: relative;
}

.van-cta.after {
  position: relative;
  inset: 0%;
}

.van-cover {
  z-index: 2;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.van-bg, .van-corner {
  width: 25%;
}

.div-block-3 {
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cta-triangle {
  z-index: 2;
  width: 63%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.img-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-wrap.is-service {
  margin-top: 5rem;
}

.triangle-wrap {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-4 {
  z-index: 3;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.triangle-footer {
  z-index: 3;
  transform-origin: 100% 0;
  object-position: 100% 0%;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.nav-dd-corner {
  justify-content: space-around;
  align-items: flex-start;
  height: 1rem;
  display: flex;
  overflow: hidden;
}

.nav-dd-corner_fill {
  background-color: #3f3f3f;
  width: 100%;
  height: 100%;
}

.nav-wrap {
  justify-content: space-between;
  align-items: stretch;
  height: 7.5rem;
  display: flex;
}

.nav-content-wrap {
  align-items: stretch;
  width: 100%;
  display: flex;
}

.triangle-nav {
  opacity: 0;
  width: 100%;
}

.triangle-nav-wrap {
  flex-direction: column;
  justify-content: flex-end;
  width: 2rem;
  height: 100%;
  display: flex;
  position: relative;
}

.triangle-nav-block {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.hero-bg-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h1-super {
  font-size: 6rem;
}

.section-black {
  background-color: #000;
  position: relative;
}

.no-break {
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

  .padding-vertical.padding-nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .button.btn-nav {
    font-size: 1rem;
  }

  .button.transparent {
    color: #0000;
    background-color: #0000;
    border-color: #0000;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .nav-buttons--cta {
    display: none;
  }

  .nav-1_mobile-nav {
    z-index: 3;
    display: flex;
  }

  .main-nav_buttons {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .nav-menu_button {
    z-index: 1000;
    width: 2rem;
    height: 2rem;
    position: relative;
  }

  .brgr-pleca {
    height: .25rem;
  }

  .grid._3-grid, .grid._4-grid, .grid._2-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .main-nav_cta.mobile-spacer {
    z-index: -1;
  }

  .text-logo {
    font-size: 2rem;
  }

  .nav-2_nav-buttons, .nav-2_main-nav-buttons {
    display: none;
  }

  .hero-card-content {
    max-width: 75%;
  }

  .simple-card_content {
    padding: 1.75rem 1.5rem 2rem;
  }

  .movile-nav-component {
    height: 100vh;
  }

  .nav-mobile {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .nav-mobile_wrpr {
    z-index: 999;
    width: 80%;
    max-width: none;
    height: 100%;
    position: relative;
  }

  .nav-menu-lottie {
    width: 100%;
    height: 100%;
  }

  .nav-mobile-bg {
    z-index: 990;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(#343434cc, #343434cc);
    width: 30%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: relative;
  }

  .nav-content.is-mobile {
    height: 7.5rem;
  }

  .nav-cta {
    display: inline-block;
  }

  .nav-link-wrap {
    z-index: 1000;
    background-color: #a5a5a5;
    width: 80%;
    display: none;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .nav-link-wrap.is-right {
    background-color: var(--color-3);
    flex: 0 auto;
    width: 80%;
    height: 100%;
    display: none;
  }

  .brand-text {
    font-size: 2rem;
  }

  .nav-link {
    color: var(--white);
    width: 100%;
    padding: 1rem 2.5rem;
    font-size: 1.5rem;
  }

  .nav-link.is-dd {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-link.is-dd.w--open {
    height: auto;
  }

  .nav-link.is-sub {
    background-color: #0000;
  }

  .nav-list-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-list_item {
    height: auto;
  }

  .nav-menu {
    z-index: 1001;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: .5rem;
    display: flex;
    position: relative;
  }

  .nav-mobile-overlay {
    z-index: 999;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #0006;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav-mobile-space {
    z-index: 0;
    opacity: 1;
    display: block;
    position: relative;
  }

  .nav-menu_line.line-4 {
    width: 65%;
    position: absolute;
  }

  .nav-mobile_header {
    align-items: center;
    display: flex;
  }

  .opacity0 {
    z-index: -1;
    opacity: 0;
    position: relative;
  }

  .opacity0.cta {
    position: static;
  }

  .nav-cta-wrap {
    z-index: -1;
    opacity: 0;
    display: block;
    position: relative;
  }

  .nav-cta-wrap.is-mobile {
    opacity: 1;
    margin-top: 2rem;
    display: block;
    position: static;
  }

  .nav-dd_list.w--open {
    background-color: var(--black);
    width: 100%;
    margin-top: 0;
    padding: 1rem 1.5rem;
    position: static;
  }

  .nav-dd_toggle {
    padding-right: 2rem;
  }

  .nav-dd_icon {
    padding-top: .1rem;
  }

  .nav-dd {
    width: 100%;
  }

  .about-wrap {
    padding: 2.5rem;
  }

  .about-wrap.is-left {
    padding-left: 3rem;
  }

  .industry-wrap {
    width: 90%;
  }

  .section-triangle._3 {
    bottom: 6%;
  }

  .section-triangle.reversed._2 {
    top: -3%;
  }

  .section-triangle.reversed._3 {
    top: 28%;
  }

  .section-triangle.right {
    width: 30%;
  }

  .section-triangle.right._2 {
    width: 13%;
  }

  .section-triangle.right._3 {
    bottom: 7%;
  }

  .section-triangle.top-left._3 {
    top: 18%;
  }

  .van-cta {
    height: 14rem;
  }

  .nav-dd-corner {
    display: none;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

  .heading-style-h4 {
    font-size: 1rem;
  }

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

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

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

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

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

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

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

  .grid._3-grid, .grid._3-grid.is-info {
    grid-template-columns: 1fr;
  }

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

  .grid._2-grid.v-align-center, .grid._2-grid.is-faq {
    grid-template-columns: 1fr;
  }

  .grid._2-grid.is-cta {
    grid-column-gap: 0rem;
  }

  .grid._5-grid {
    grid-template-columns: auto;
  }

  .nav-3-left, .nav-3-right {
    display: none;
  }

  .nav-3-movile-nav {
    display: block;
  }

  .form-card {
    grid-template-columns: 1fr;
  }

  .nav-header {
    height: 2.5rem;
  }

  .nav-link-wrap {
    width: 85%;
  }

  .title-container.is-center {
    width: 75%;
  }

  .card-info.is-service {
    height: 13rem;
  }

  .about-wrap {
    padding-left: 3rem;
  }

  .about-wrap.is-left {
    padding-right: 3rem;
  }

  .section-triangle {
    bottom: 60%;
  }

  .section-triangle._2 {
    bottom: 72%;
    left: 5%;
  }

  .section-triangle._3 {
    bottom: 76%;
    left: 0%;
  }

  .section-triangle.reversed._2 {
    inset: -1% 26% auto auto;
  }

  .section-triangle.reversed._3 {
    top: 7%;
  }

  .section-triangle.top-left._2 {
    top: 3%;
  }

  .section-triangle.top-left._3 {
    top: 7%;
  }

  .van-cta {
    height: 11.5rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-vertical.padding-nav, .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

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

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

  .button.is-modal-nav {
    font-size: 1.25rem;
  }

  .button-group.is-hero-home {
    justify-content: center;
    align-items: center;
  }

  .flex-element.start-to-end {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .grid, .grid._3-grid {
    grid-template-columns: 1fr;
  }

  .grid._3-grid.is-gallery {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid._4-grid, .grid._2-grid {
    grid-template-columns: 1fr;
  }

  .main-nav_cta {
    display: none;
  }

  .hero-card-content {
    text-align: center;
    align-items: stretch;
    max-width: 100%;
  }

  .hero-card-content.centered {
    align-items: stretch;
    max-width: 100%;
  }

  .heading {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .heading-title {
    max-width: 100%;
  }

  .heading-subtitle {
    width: 100%;
    max-width: 100%;
  }

  .movile-nav_header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-mobile_wrpr {
    max-width: 100%;
  }

  .nav-link-wrap, .nav-link-wrap.is-right {
    width: 90%;
  }

  .title-container.is-center {
    width: 86%;
  }

  .about-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .industry-wrap {
    width: 100%;
  }

  .section-triangle.reversed._2 {
    inset: -1% 25% auto auto;
  }

  .h1-super {
    font-size: 3.5rem;
  }
}

#w-node-d46d0212-0ed5-1c30-d90c-7cd5fc4d9fd9-f52ed937, #w-node-d46d0212-0ed5-1c30-d90c-7cd5fc4d9fe1-f52ed937, #w-node-b49c633e-0859-d0dc-42ac-5a0f2ac38fe7-f52ed937, #w-node-_74646a9c-cfda-0b1a-a579-cf01cdfa97d3-f52ed937, #w-node-c7a14efb-3277-3593-edb5-80dddb109342-f52ed937, #w-node-_8394b112-462f-9fce-7c56-dc388b6226f5-f52ed937, #w-node-_278f2883-3f33-d640-3fc9-7de9837aca85-f52ed937, #w-node-_4c52c181-2b51-13df-e720-3321518bd9c6-f52ed937, #w-node-_0584edc9-4917-0136-6205-b5bcf3927ad4-f52ed937 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15e64af5-abdd-cf7d-9efa-97402bb322e6-f52ed937 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2ff0cff4-266d-27e2-11eb-4550ed7670d7-f52ed937, #w-node-_9160c165-0140-54e5-3eba-a5d80f909537-f52ed937, #w-node-be15c3ff-760e-2c62-e022-bca31785a58c-f52ed937, #w-node-b72199dd-b125-433a-ac6b-300af449e1a2-f52ed937, #w-node-a2e5c21f-a7ba-1c74-e18c-df60d19c06b4-f52ed937 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcd5e63f-bb61-92ab-0abb-ee3e21372c4e-f52ed937 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1326f094-f93e-9db4-38c3-11a560768580-f52ed937, #w-node-_02ff7245-c426-ae03-8514-33944596b624-6d4efc10, #w-node-c7a2b04c-6ad2-4c17-a595-96052309f7fe-6d4efc10, #w-node-cd3be7f1-7576-76fe-e6de-d9610598f139-6d4efc10, #w-node-_24fadf0f-95a5-b787-447b-e4c21cbed98e-6d4efc10, #w-node-_543b82ef-6b64-5994-cfb2-4a7896b4f476-96b4f476, #w-node-c17236de-a684-4908-727c-4656025cb6f9-cf4a34d6, #w-node-c335f047-6c0c-9ef7-f833-ae60459472de-cf4a34d6, #w-node-f47a1bbb-9f53-038f-5b71-27d4ca173fda-ca173fda, #w-node-_13d54ba9-1f1a-8462-8f66-97d4ff42f0b5-ff42f0b5, #w-node-_3bdd8af1-40a1-3629-88ef-73e2619f61b7-619f61b7, #w-node-d905865d-4ff3-abf0-554e-38b42d858365-f52ed93a, #w-node-_7f67c412-6bc4-c4c4-995a-6033ce511ebc-ce511ebc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-f52ed93b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-f52ed93b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-f52ed93b, #w-node-_404561ca-ce3b-d40a-dbb9-e4fe1c82ae85-f52ed93b, #w-node-_76a6ea2b-f02f-818c-4f04-b706bf0d8415-f52ed93b, #w-node-_76a6ea2b-f02f-818c-4f04-b706bf0d8419-f52ed93b, #w-node-_76a6ea2b-f02f-818c-4f04-b706bf0d841d-f52ed93b, #w-node-_5e910167-7167-fe58-a5b9-756dbc3321bb-f52ed93c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-f52ed93c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-f52ed93c, #w-node-_88558e26-f81c-8064-52c7-4951d71e334f-f52ed93c, #w-node-_595e47ad-5395-980b-efcc-efefd1e9f851-f52ed93c {
  justify-self: start;
}

#w-node-_77bcf994-0b5d-61a5-2142-bc271a5976b6-1a5976b6, #w-node-e9055216-d8d8-5244-0401-a2f59ff42307-9ff42306, #w-node-e9055216-d8d8-5244-0401-a2f59ff42313-9ff42306, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbec-f52ed943 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-f52ed943 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-f52ed943 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-f52ed943 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-f52ed943 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-f52ed943 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-f52ed943 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-f52ed943, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-f52ed944, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-f52ed944, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-f52ed944, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-f52ed944, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-f52ed944, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-f52ed944, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-f52ed944, #w-node-_7f4a5471-494b-1c80-57f6-c13da7fe5390-f52ed944, #w-node-cae2d75f-fe6c-c6df-23b4-f190c484f73a-f52ed944, #w-node-cae2d75f-fe6c-c6df-23b4-f190c484f73f-f52ed944 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca5d-f52ed947, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-f52ed947, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-f52ed947 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-f52ed947 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-f52ed947 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-f52ed947 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-f52ed948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-f52ed948 {
  justify-self: start;
}

#w-node-_5d55c53a-194d-2ca2-bb44-60fb01367068-1f0b4aae, #w-node-_5d55c53a-194d-2ca2-bb44-60fb01367070-1f0b4aae, #w-node-_5d55c53a-194d-2ca2-bb44-60fb01367071-1f0b4aae, #w-node-_5d55c53a-194d-2ca2-bb44-60fb01367078-1f0b4aae, #w-node-_5d55c53a-194d-2ca2-bb44-60fb0136707f-1f0b4aae, #w-node-_5d55c53a-194d-2ca2-bb44-60fb01367086-1f0b4aae, #w-node-_38b45c01-7ee2-9b47-cd71-46a7fce3434c-1f0b4aae, #w-node-_38b45c01-7ee2-9b47-cd71-46a7fce3434d-1f0b4aae, #w-node-_38b45c01-7ee2-9b47-cd71-46a7fce34356-1f0b4aae, #w-node-_38b45c01-7ee2-9b47-cd71-46a7fce3435f-1f0b4aae, #w-node-_38b45c01-7ee2-9b47-cd71-46a7fce34368-1f0b4aae, #w-node-_38b45c01-7ee2-9b47-cd71-46a7fce34344-1f0b4aae, #w-node-_2a7fe9e6-016f-9635-183a-aaba90005668-1f0b4aae, #w-node-_2a7fe9e6-016f-9635-183a-aaba90005670-1f0b4aae, #w-node-_2a7fe9e6-016f-9635-183a-aaba90005671-1f0b4aae, #w-node-_2a7fe9e6-016f-9635-183a-aaba9000567a-1f0b4aae, #w-node-_2a7fe9e6-016f-9635-183a-aaba90005683-1f0b4aae, #w-node-_2a7fe9e6-016f-9635-183a-aaba9000568c-1f0b4aae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12e665fc-b75d-d13e-ddf0-3cd28e1aaf6a-1f0b4aae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_218fd88f-bbfd-a4a4-ab95-e01dccf1f8fd-1f0b4aae, #w-node-_12e665fc-b75d-d13e-ddf0-3cd28e1aaf6c-1f0b4aae, #w-node-_63b7c70d-d43c-4e4c-14f6-fc403a44b25d-1f0b4aae, #w-node-_12e665fc-b75d-d13e-ddf0-3cd28e1aaf6e-1f0b4aae, #w-node-_5fe48b00-a688-a91c-6070-17c485b0f738-1f0b4aae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12e665fc-b75d-d13e-ddf0-3cd28e1aaf70-1f0b4aae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8fc9a755-0ca9-4c0f-ebe1-bbd9aea96a37-1f0b4aae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_387821f3-e080-7799-011d-b9273bdf3344-1d5069ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_594014fb-f831-023e-2d69-52f7ec6b20b2-1d5069ed, #w-node-_387821f3-e080-7799-011d-b9273bdf3346-1d5069ed, #w-node-_46bd6ca0-7e20-913c-460b-00204a319b37-1d5069ed, #w-node-_387821f3-e080-7799-011d-b9273bdf3348-1d5069ed, #w-node-f4704546-9bb7-563d-1d42-0e26d5167138-1d5069ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_387821f3-e080-7799-011d-b9273bdf334a-1d5069ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a3aadaa1-3d4e-80f8-4e50-acede5ed7d24-1d5069ed, #w-node-aa84315e-686e-ee32-ae7b-8278a3d88056-a3d8804a, #w-node-aa84315e-686e-ee32-ae7b-8278a3d8805e-a3d8804a, #w-node-aa84315e-686e-ee32-ae7b-8278a3d88066-a3d8804a, #w-node-_168aa49d-d4c2-7c7a-bc3e-17f16fe6d2d7-6fe6d2d1, #w-node-_168aa49d-d4c2-7c7a-bc3e-17f16fe6d2df-6fe6d2d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_222958e7-0f2f-1e68-85f2-b263d39a5524-e8921fb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_61887c98-3188-3e1a-48b3-16cd3bbe6d9e-e8921fb4, #w-node-_51663471-ed44-4d3b-4168-9b9f9e330553-e8921fb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_387821f3-e080-7799-011d-b9273bdf3344-7fa3aa1b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_594014fb-f831-023e-2d69-52f7ec6b20b2-7fa3aa1b, #w-node-_387821f3-e080-7799-011d-b9273bdf3346-7fa3aa1b, #w-node-_46bd6ca0-7e20-913c-460b-00204a319b37-7fa3aa1b, #w-node-_387821f3-e080-7799-011d-b9273bdf3348-7fa3aa1b, #w-node-f4704546-9bb7-563d-1d42-0e26d5167138-7fa3aa1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_387821f3-e080-7799-011d-b9273bdf334a-7fa3aa1b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a3aadaa1-3d4e-80f8-4e50-acede5ed7d24-7fa3aa1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_387821f3-e080-7799-011d-b9273bdf3344-241c0817 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_594014fb-f831-023e-2d69-52f7ec6b20b2-241c0817, #w-node-_387821f3-e080-7799-011d-b9273bdf3346-241c0817, #w-node-_46bd6ca0-7e20-913c-460b-00204a319b37-241c0817, #w-node-_387821f3-e080-7799-011d-b9273bdf3348-241c0817, #w-node-f4704546-9bb7-563d-1d42-0e26d5167138-241c0817 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_387821f3-e080-7799-011d-b9273bdf334a-241c0817 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a3aadaa1-3d4e-80f8-4e50-acede5ed7d24-241c0817 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_387821f3-e080-7799-011d-b9273bdf3344-52139a04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_594014fb-f831-023e-2d69-52f7ec6b20b2-52139a04, #w-node-_387821f3-e080-7799-011d-b9273bdf3346-52139a04, #w-node-_46bd6ca0-7e20-913c-460b-00204a319b37-52139a04, #w-node-_387821f3-e080-7799-011d-b9273bdf3348-52139a04, #w-node-f4704546-9bb7-563d-1d42-0e26d5167138-52139a04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_387821f3-e080-7799-011d-b9273bdf334a-52139a04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a3aadaa1-3d4e-80f8-4e50-acede5ed7d24-52139a04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d95beb65-2ee9-a60e-38af-db65a83e5a0c-628877d0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d95beb65-2ee9-a60e-38af-db65a83e5a0e-628877d0, #w-node-d95beb65-2ee9-a60e-38af-db65a83e5a11-628877d0, #w-node-d95beb65-2ee9-a60e-38af-db65a83e5a13-628877d0, #w-node-d95beb65-2ee9-a60e-38af-db65a83e5a16-628877d0, #w-node-d95beb65-2ee9-a60e-38af-db65a83e5a18-628877d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d95beb65-2ee9-a60e-38af-db65a83e5a1b-628877d0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d95beb65-2ee9-a60e-38af-db65a83e5a1d-628877d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29f33aef-3599-26c3-3fb2-ca71ebf0a6da-628877d0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29f33aef-3599-26c3-3fb2-ca71ebf0a6dc-628877d0, #w-node-b9bc2ca3-42ab-4bc2-903a-9549b9f700ac-628877d0, #w-node-b9bc2ca3-42ab-4bc2-903a-9549b9f700ae-628877d0, #w-node-a428c507-24f1-10ae-892b-dc27a79db412-628877d0, #w-node-a428c507-24f1-10ae-892b-dc27a79db414-628877d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a10d5fd7-3f72-ea46-3fa3-30ed04e0f720-628877d0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a10d5fd7-3f72-ea46-3fa3-30ed04e0f722-628877d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Font Awesome - Solid_900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome - Regular_400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome - Brands_400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}