:root {
  --black: #282e36;
  --khaki: #f5e97b;
  --ghost-white: #f6f8fc;
  --white: white;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  background-color: #f6f8fc;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  color: #282e36;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7rem;
  font-weight: 300;
  line-height: 1.1;
}

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

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

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
}

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

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

p {
  color: #64696e;
  margin-bottom: 0;
  font-family: JetBrains Mono, sans-serif;
  font-size: 1rem;
}

a {
  text-decoration: none;
}

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

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
  font-size: 1.125rem;
}

li {
  margin-bottom: .25rem;
  font-family: JetBrains Mono, sans-serif;
  font-size: 1.125rem;
}

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

label {
  color: #282e36b8;
  border-bottom: 1px dotted #69707a;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-family: JetBrains Mono, sans-serif;
  font-weight: 400;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-family: JetBrains Mono, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  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_wrapper {
  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;
}

.margin-bottom.margin-small.content-flex-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}

.margin-bottom.margin-xsmall.content-flex-wrapper {
  color: var(--black);
  background-color: #ffffff80;
  border: .5px solid #282e3626;
  border-radius: 10px;
  align-items: center;
  height: 50px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 16px;
}

.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-top.margin-medium.custom {
  width: 100%;
}

.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;
  border-radius: 20px;
  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-family: JetBrains Mono, sans-serif;
  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 {
  justify-items: stretch;
}

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

.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: #282e36;
  border-radius: 20px;
}

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

.text-color-black {
  color: #282e36;
}

.text-color-grey {
  color: #93969a;
}

.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: 3.5rem;
  font-weight: 300;
  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-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.padding-global.spec {
  margin-bottom: 7rem;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.padding {
  padding-bottom: 7rem;
}

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

.text-weight-normal {
  font-family: JetBrains Mono, sans-serif;
  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-family: JetBrains Mono, sans-serif;
  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;
}

.text-size-tiny.text-color-grey.text-align-center.text-style-allcaps {
  font-size: .8rem;
}

.text-size-tiny.text-color-grey.text-align-center.text-style-allcaps.spec {
  color: #fff;
}

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

.text-weight-light {
  font-family: JetBrains Mono, sans-serif;
  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-decoration: none;
}

.text-size-regular.text-style-allcaps.text-style-link {
  color: var(--black);
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #0000001a;
  border-right-style: none;
  padding-left: 16px;
  padding-right: 16px;
  font-family: JetBrains Mono, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.text-size-regular.text-color-white.spec-paragraph {
  text-align: center;
}

.text-size-regular.text-color-white.spec-paragraph.dark {
  color: var(--black);
}

.text-weight-xbold {
  font-family: JetBrains Mono, sans-serif;
  font-weight: 800;
}

.text-align-right {
  text-align: right;
  text-transform: uppercase;
  font-family: JetBrains Mono, sans-serif;
}

.text-weight-bold {
  font-family: JetBrains Mono, sans-serif;
  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 {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  position: relative;
}

.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;
  border-radius: 20px;
}

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

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

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

.form_label {
  font-family: JetBrains Mono, sans-serif;
  font-weight: 400;
}

.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;
  text-transform: uppercase;
  font-family: JetBrains Mono, sans-serif;
}

.text-align-left.text-style-allcaps {
  color: #282e36b3;
}

.background-color-grey {
  background-color: #f6f8fc;
  border-radius: 20px;
}

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

.form_input.is-select-input {
  border-radius: 10px;
}

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

.heading-style-h6 {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  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(--black);
  text-transform: uppercase;
  border-right: 1px solid #282e361a;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: .8rem;
  text-decoration: none;
}

.text-style-link.end {
  border-right-style: none;
  padding-left: 2vw;
  padding-right: 2vw;
}

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

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

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

.heading-style-h2.text-style-allcaps {
  color: var(--black);
  width: 100%;
  margin-bottom: 0;
  font-size: 4rem;
}

.heading-style-h2.text-style-allcaps.custom-width {
  width: 90%;
}

.page-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  overflow: hidden;
}

.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_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

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

.heading-style-h5 {
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
}

.heading-style-h5.text-style-allcaps.custom-heading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.1;
}

.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;
  font-family: JetBrains Mono, sans-serif;
}

.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 {
  color: #282e36;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #0000;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-weight: 400;
  position: relative;
}

.button.w--current {
  border-style: solid;
  border-color: var(--black);
  background-color: #0000;
}

.button.is-text {
  color: #282e36;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  background-color: #f5e97b;
  border-style: none;
  padding: .5rem 1.25rem;
  font-size: .8rem;
}

.button.is-small.mobile {
  display: none;
}

.button.is-small.desktop {
  border-style: solid;
  border-color: var(--black);
  background-color: #0000;
}

.button.is-small.desktop.spec {
  background-color: var(--khaki);
}

.button.is-small.desktop.spec:hover {
  background-color: #ffee56;
}

.button.is-form-submit {
  z-index: 2;
  border-style: solid;
  border-color: var(--black);
}

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

.button.is-secondary {
  color: #282e36;
  background-color: #f5e97b;
  border: 1px #000;
  padding-right: 1.5rem;
}

.button.is-secondary.custom {
  border-style: solid;
  width: 100%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.button-white-color {
  color: #fff;
  border-color: #fff;
}

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

.button.button-gray-color {
  border-style: solid;
  border-color: var(--black);
}

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

.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;
  display: flex;
}

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

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

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

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

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

.fs-styleguide_color {
  border-radius: 20px;
}

.fs-styleguide_color.is-1 {
  background-color: var(--khaki);
}

.fs-styleguide_color.is-2 {
  background-color: var(--black);
}

.fs-styleguide_color.is-3 {
  background-color: var(--white);
}

.fs-styleguide_color.is-4 {
  background-color: var(--ghost-white);
}

.fs-styleguide_color.is-5 {
  background-color: #108fec;
}

.header26_image {
  z-index: 0;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: relative;
}

.padding-section-large-2 {
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 0;
  position: static;
}

.padding-section-large-2.none-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-large-2.none-padding-bottom {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.padding-section-large-2.custom-padding {
  padding: 2rem;
}

.padding-section-large-2.custom-padding.color-blue {
  background-color: #dee7ed;
  border-radius: 40px;
}

.padding-section-large-2.none-p.spec {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.padding-section-large-2.none-bttm.spec {
  padding-left: 0%;
  padding-right: 0%;
}

.padding-section-large-2.spec {
  padding-left: 5%;
  padding-right: 5%;
}

.text-size-medium-2 {
  color: #282e3680;
  font-size: 1.2rem;
}

.text-size-medium-2.width-50 {
  width: 50%;
}

.text-size-medium-2.width-50._w-100 {
  width: 100%;
}

.text-size-medium-2.text-align-right.max-width-medium.margin-right-auto {
  text-transform: none;
  margin-bottom: 0;
  margin-left: auto;
}

.text-size-medium-2.text-color-white {
  color: #ffffff80;
}

.section_header26 {
  background-color: var(--black);
  background-image: url('../images/hero-pt.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  overflow: hidden;
}

.padding-global-2 {
  color: var(--black);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 0%;
}

.padding-global-2.bg-gradient {
  background-image: linear-gradient(to top, var(--ghost-white), transparent);
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global-2.spec {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

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

.button-group-2.is-center {
  justify-content: center;
  transition: all .4s cubic-bezier(.755, .05, .855, .06);
}

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

.button-2 {
  color: #0000;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: #0000;
  background-color: #0000;
  border-radius: 10px;
}

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

.button-2.is-secondary.mail {
  border-style: solid;
  border-color: var(--black);
  color: var(--black);
}

.button-2.is-secondary.mail:hover {
  color: var(--ghost-white);
}

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

.button-2.is-link {
  color: #0000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.navbar1_container {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.navbar1_container.dark {
  color: var(--black);
  max-width: 1280px;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: #0000;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  background-color: #0000;
  border: 1px solid #0000;
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar1_component {
  z-index: 10;
  background-color: #0000;
  background-image: none;
  border-bottom: 1px #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_component.none {
  display: none;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.navbar1_link {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  padding: .5rem 2rem;
  font-size: .8rem;
}

.navbar1_link:hover {
  border-bottom: 1px solid #fff;
  font-weight: 300;
  text-decoration: none;
}

.navbar1_link.w--current {
  color: var(--ghost-white);
}

.navbar1_link.dark {
  color: var(--black);
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
}

.navbar1_logo {
  width: 8.5rem;
}

.navbar1_logo.dark {
  filter: invert();
}

.layout1_image {
  z-index: -5;
  width: 70%;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.layout1_content.fs-styleguide_max-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.layout1_content.fs-styleguide_max-width.content-flex-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
}

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

.section_layout1 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.section_layout1.spec {
  padding-top: 23.7rem;
}

.section_layout1.spec-2 {
  margin-left: auto;
  margin-right: auto;
}

.section_layout1.spec-3 {
  margin-top: 0;
  position: static;
}

.layout1_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;
  position: relative;
}

.layout1_component.content-flex-wrapper {
  border-right: 1px #000;
  border-radius: 40px;
  padding: 32px;
}

.layout1_component.content-flex-wrapper.vert {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
}

.layout1_component.content-flex-wrapper.vert.bg-w.spec-popup {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.layout1_component.content-flex-wrapper.bg-w {
  background-color: #fff;
}

.layout1_component.content-flex-wrapper.no-padding {
  padding: 0;
}

.layout1_component.ads {
  background-color: var(--khaki);
  border-radius: 40px;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  overflow: hidden;
}

.gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery21_lightbox-link {
  color: var(--black);
  width: 100%;
  font-weight: 500;
  text-decoration: none;
}

.gallery21_image {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.gallery21_image-wrapper {
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 100%;
  position: relative;
}

.gallery21_arrow {
  background-color: #0000;
  background-image: url('../images/Group-168-r.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #0000;
  border-radius: 0%;
  justify-content: flex-end;
  align-items: center;
  width: 6rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery21_arrow.is-left {
  border: 2px none var(--black);
  background-color: #0000;
  background-image: url('../images/Group-168.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 23%;
  width: 5.7rem;
  right: 7rem;
}

.gallery21_slide-nav {
  align-items: center;
  height: 6rem;
  font-size: .5rem;
  display: flex;
  inset: auto auto 0% 0%;
}

.gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 49%;
  height: 100%;
  padding-bottom: 6rem;
  position: relative;
}

.gallery21_slide {
  padding-right: 2rem;
}

.gallery21_arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 4rem;
  display: flex;
}

.section_gallery21 {
  background-color: var(--ghost-white);
  padding-left: 0%;
  padding-right: 0%;
  overflow: hidden;
}

.gallery21_mask {
  width: 34.5%;
  overflow: visible;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-subscribe {
  background-color: var(--black);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 5% 40px;
  position: relative;
}

.footer-form-two {
  background-color: var(--khaki);
  border-radius: 40px;
  margin-bottom: 40px;
  padding: 64px;
  display: none;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  border-radius: 10px;
  width: 420px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
  font-family: JetBrains Mono, sans-serif;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  background-color: var(--black);
  border-radius: 10px;
  padding: 8px 18px;
  font-family: JetBrains Mono, sans-serif;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  color: var(--ghost-white);
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  font-family: Inter, sans-serif;
  display: flex;
}

.footer-link-three {
  color: #b7c2d6;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  text-decoration: none;
}

.footer-link-three:hover {
  color: var(--white);
}

.footer-link-three.w--current {
  font-family: Inter, sans-serif;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  filter: invert();
  margin-left: 32px;
}

.footer-social-link-three:hover {
  opacity: .8;
}

.footer-divider-two {
  opacity: .1;
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #b7c2d6;
  font-family: JetBrains Mono, sans-serif;
  font-size: .8rem;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #b7c2d6;
  margin-left: 24px;
  font-family: JetBrains Mono, sans-serif;
  font-size: .8rem;
}

.footer-legal-link:hover {
  color: var(--white);
}

.modal-popup {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--khaki);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin: auto;
  padding: 5%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: scroll;
}

.modal-content-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  position: relative;
}

.head-calculate-group {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.head-calculate-group.head-form {
  margin-bottom: 0;
}

.text-vert-group {
  line-height: 1.5;
}

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

.setting-wrapper {
  background-color: #f6f8fc;
  border-radius: 10px;
}

.setting-wrapper.total {
  background-color: #f5e97b;
}

.content-flex-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.content-flex-wrapper.custom {
  display: none;
}

.content-flex-wrapper.custom-padding {
  padding: 10px 16px 10px 0;
}

.content-flex-wrapper.custom-padding.none-visible {
  display: none;
}

.image {
  position: absolute;
}

.body {
  font-family: Inter, sans-serif;
}

.image-2 {
  width: 32px;
  height: 32px;
}

.image-3 {
  z-index: 0;
  width: 90%;
  height: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.card-brand {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-4 {
  width: 100%;
  height: 100%;
  padding: 16px;
}

.image-5 {
  text-align: left;
  border-radius: 40px;
  width: 70%;
  height: 100%;
  display: block;
}

.wrapper-slider {
  background-color: var(--white);
  border-radius: 40px 0 0 40px;
  margin-right: -100%;
  padding: 32px;
  overflow: hidden;
}

.heading {
  text-decoration: none;
}

.text-slider-special {
  color: #282e3680;
  text-transform: uppercase;
  font-family: JetBrains Mono, sans-serif;
  font-size: .6rem;
  font-weight: 400;
}

.paragraph {
  margin-top: 12px;
  margin-bottom: 24px;
}

.paragraph.spec {
  margin-bottom: 2rem;
}

.image-6 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  width: 24px;
  height: 24px;
}

.image-7, .image-8 {
  width: 24px;
  height: 24px;
}

.image-9 {
  width: 28px;
  height: 28px;
}

.grid-list-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: grid;
}

.contac-card-grid {
  grid-column-gap: 20px;
  display: flex;
}

.text-contact {
  color: var(--black);
  cursor: pointer;
  font-family: JetBrains Mono, sans-serif;
  font-size: .7rem;
}

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

.form.none-grid {
  display: block;
}

.text-field {
  border-radius: 6px;
  height: 48px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.text-field._2 {
  color: var(--black);
  text-align: right;
  background-color: #0000;
  border: 1px #000;
  max-width: 8rem;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 0;
  font-family: JetBrains Mono, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.text-field._2.spec {
  max-width: 16rem;
  font-size: 2rem;
  font-weight: 500;
}

.text-field._2.none {
  display: none;
}

.field-label {
  border-bottom-style: dashed;
  border-bottom-color: #282e364d;
}

.button-3 {
  width: 100%;
}

.body-2 {
  background-image: url('../images/illustr.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.tabs-menu {
  grid-column-gap: 32px;
  margin-bottom: 2rem;
  display: flex;
}

.tab-link-tab-3 {
  padding: 6px 32px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1.5rem;
  display: grid;
}

.grid.spec {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #282e3680;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  margin-top: 1rem;
  margin-left: -1.8rem;
  margin-right: -1.8rem;
  padding-left: 2em;
  padding-right: 2em;
  font-family: JetBrains Mono, sans-serif;
  font-size: .7rem;
}

.grid.spec.new {
  grid-column-gap: 50px;
}

.menu-custom {
  z-index: 99;
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 8%;
}

.menu-wrapper {
  background-color: #fff;
  border: 1px solid #282e361a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 68px;
  display: flex;
  position: absolute;
  box-shadow: 0 24px 24px #282e361a;
}

.submit-link-wrapper {
  color: var(--black);
  background-color: #fff;
  margin-left: auto;
}

.link-block {
  color: var(--black);
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.wrapper-link {
  grid-column-gap: 16px;
  margin-left: auto;
  display: flex;
  position: relative;
}

.link-box {
  grid-column-gap: 12px;
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
  box-shadow: 0 24px 24px #282e361a;
}

.link-box.new {
  width: 140px;
}

.image-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 24px;
  height: 24px;
  display: flex;
}

.image-11 {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 620px;
  margin-top: 64px;
}

.slide-nav {
  display: none;
}

.right-arrow {
  justify-content: center;
  align-items: flex-end;
  width: 80px;
  height: 50px;
  display: flex;
  inset: 0% auto auto 0%;
}

.left-arrow {
  justify-content: center;
  align-items: flex-start;
  width: 80px;
  height: 50px;
  display: flex;
  inset: auto auto 0% 0%;
}

.slide {
  padding-left: 80px;
}

.slider {
  border-radius: 40px;
  height: 180%;
  max-height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: hidden;
  transform: rotate(0);
}

.icon, .icon-2 {
  transform: rotate(-90deg);
}

.sl-mod-1 {
  background-color: #282e36;
  justify-content: center;
  align-items: center;
  width: 80px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-12 {
  height: 80%;
}

.slide-content {
  width: 100%;
  height: 100%;
  display: flex;
}

.bx-1 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 21px;
  display: flex;
}

.bx-2 {
  background-color: #f5e97b;
  background-image: url('../images/gf-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-left: 80px;
  padding: 34px;
  display: flex;
}

.text-block-2 {
  text-align: center;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
}

.image-13 {
  width: 18px;
  height: 18px;
  transform: translate(0);
}

.image-13.down {
  transform: rotate(180deg);
}

.heading-2 {
  color: #000;
}

.text-block-3, .text-block-4, .text-block-5 {
  font-family: JetBrains Mono, sans-serif;
}

.card-career {
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.cr-1 {
  justify-content: space-between;
  display: flex;
}

.cr-3 {
  grid-column-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.text-block-6 {
  margin-right: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}

.label-wrapp-career {
  background-color: #e0e0e0;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.text-block-7 {
  font-size: .9rem;
  font-weight: 500;
}

.text-block-8 {
  font-family: JetBrains Mono, sans-serif;
}

.wrapp-l {
  display: flex;
}

.image-14 {
  width: 24px;
  height: 24px;
}

.text-block-9 {
  font-family: JetBrains Mono, sans-serif;
}

.text-block-10 {
  opacity: .5;
  font-family: JetBrains Mono, sans-serif;
  font-size: .8rem;
}

.text-block-11 {
  font-family: JetBrains Mono, sans-serif;
  font-size: 1.2rem;
}

.div-block {
  display: flex;
}

.div-block-2 {
  align-items: center;
  display: flex;
}

.map {
  border-radius: 20px;
}

.card-hover {
  grid-row-gap: 16px;
  color: var(--black);
  background-color: #e1e6f0;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.name-company-card.text-color-white {
  font-size: 1.2rem;
  font-weight: 500;
}

.name-company-card.text-color-white.name {
  color: #282e36b3;
  text-transform: uppercase;
  font-size: 1rem;
}

.name-company-card.text-color-white.dark, .range-slider {
  color: var(--black);
}

.form-block {
  background-color: var(--ghost-white);
  border-radius: 20px;
  padding: 1rem 2rem 2rem 2em;
}

.field-label-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.field-label-wrapper.none-padding {
  margin-bottom: 0;
}

.text-field-2 {
  flex: none;
  display: none;
}

.value {
  align-items: center;
  display: flex;
}

.field-label-2 {
  color: #282e3666;
  border: 1px #000;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: JetBrains Mono, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}

.field-label-2.spec {
  color: #282e36;
  -webkit-text-stroke-color: #282e36;
  font-size: 2rem;
  font-weight: 500;
}

.field-label-2.none {
  display: none;
}

.field-label-3 {
  color: var(--black);
  text-transform: uppercase;
  border: 1px #000;
  flex: 1;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: .9rem;
}

.field-label-3.spec {
  color: var(--black);
  font-size: 1.4rem;
  font-weight: 400;
}

.wrapper-field {
  grid-column-gap: 32px;
  display: flex;
}

.total-wrapper {
  z-index: 99;
  border: 1px solid var(--black);
  background-color: var(--khaki);
  border-radius: 20px;
  align-items: center;
  max-width: 1281px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2rem 1rem;
  display: flex;
  position: fixed;
  inset: auto 0% 3%;
}

.total-wrapper.fix {
  display: none;
}

.form-2 {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-direction: column;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.seporate {
  color: var(--black);
  border-bottom: 1px dashed #282e3633;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.heading-8 {
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.heading-8.spec-form {
  margin-bottom: 0;
}

.name-title {
  font-size: 2rem;
}

.pop-up {
  z-index: 999;
  opacity: 1;
  background-color: #282e3699;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: auto;
  padding: 5%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: scroll;
}

.custom {
  border: 1px #000;
  align-self: center;
  padding-bottom: 0;
}

.checkbox-label, .checkbox-label-2 {
  display: none;
}

.checkbox {
  border-color: var(--black);
  background-color: var(--ghost-white);
  border-radius: 10px;
  width: 52px;
  height: 52px;
}

.checkbox.w--redirected-checked {
  border-color: var(--black);
  background-color: var(--black);
  background-size: 48px;
  border-radius: 10px;
}

.html-embed {
  border-radius: 40px;
  overflow: hidden;
}

.mask {
  height: 420px;
}

.slide-nav-2 {
  display: none;
}

.right-arrow-2, .left-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask-2 {
  padding-left: 80px;
}

.slider-2 {
  border-radius: 40px;
  height: auto;
  margin-top: -90px;
  overflow: hidden;
}

.text-block-12 {
  padding: 24px 12px;
  font-size: 2rem;
}

.success-message {
  background-color: var(--khaki);
  border-radius: 20px;
}

.disc-form {
  margin-bottom: 24px;
}

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

.error-message {
  border-radius: 10px;
}

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

.success-message-2 {
  background-color: var(--khaki);
  border-radius: 10px;
}

.text-block-14 {
  font-size: 2rem;
}

.text-block-15 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 2px;
  font-size: .8rem;
  text-decoration: none;
}

.dropdown-list {
  top: 52px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 10px;
  inset: auto 0% 120%;
}

.dropdown-toggle {
  grid-column-gap: 10px;
  display: flex;
}

.dropdown-toggle.link-box.new {
  width: auto;
  padding-right: 20px;
}

.dropdown-link, .dropdown-link-2 {
  padding-left: 15px;
  padding-right: 15px;
  font-size: .8rem;
}

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

  .margin-bottom.margin-xsmall.content-flex-wrapper {
    flex-direction: row;
    align-items: center;
  }

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

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

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

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

  .padding-global.padding {
    padding-bottom: 0;
  }

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

  .text-size-regular.text-color-white {
    text-align: center;
    font-family: JetBrains Mono, sans-serif;
  }

  .text-size-regular.text-color-white.spec-paragraph {
    font-size: .8rem;
  }

  .max-width-large.hero {
    padding-left: 4%;
    padding-right: 4%;
  }

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

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

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

  .text-style-link, .text-style-link.end {
    padding-left: 2vw;
    padding-right: 2vw;
  }

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

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

  .heading-style-h2.text-style-allcaps, .heading-style-h2.text-style-allcaps.custom-width {
    width: 100%;
  }

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

  .heading-style-h5.text-style-allcaps {
    font-size: 1.5rem;
  }

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

  .button.is-small.mobile {
    display: block;
  }

  .button.is-small.desktop {
    display: none;
  }

  .button.is-small.desktop.spec {
    display: block;
  }

  .button.is-small.desktop.spec.none {
    display: none;
  }

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

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

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

  .padding-section-large-2 {
    padding: 5rem 0%;
  }

  .padding-section-large-2.none-padding-bottom.new {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-section-large-2.none-padding-bottom.new._2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-section-large-2.custom-padding.color-blue {
    margin-left: 4%;
    margin-right: 4%;
  }

  .padding-section-large-2.none-p {
    padding: 5rem 0% 0;
  }

  .padding-section-large-2.none-p.spec {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-section-large-2.none-bttm {
    padding-bottom: 0;
  }

  .padding-section-large-2.none-bttm.spec {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-section-large-2.spec {
    padding-left: 4%;
    padding-right: 4%;
  }

  .text-size-medium-2.width-50 {
    width: 100%;
  }

  .text-size-medium-2.text-align-right.max-width-medium.margin-right-auto {
    text-align: left;
    text-transform: none;
    max-width: 100%;
    margin-left: 0;
  }

  .padding-global-2 {
    padding-left: 0%;
  }

  .padding-global-2.bg-gradient, .padding-global-2.spec {
    padding-left: 4%;
    padding-right: 4%;
  }

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

  .navbar1_container {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    background-color: #181c20;
    background-image: url('../images/hero-pt.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

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

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button {
    order: 1;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
    order: 1;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

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

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

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

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

  .navbar1_link {
    text-align: center;
    width: auto;
    padding: 2rem 0;
    font-size: 2rem;
  }

  .navbar1_link.dark {
    color: #fff;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .layout1_content.fs-styleguide_max-width.content-flex-wrapper {
    grid-row-gap: 0rem;
  }

  .section_layout1 {
    position: static;
  }

  .section_layout1.spec {
    padding-top: 0;
  }

  .section_layout1.spec-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .section_layout1.spec-3 {
    margin-top: 0;
  }

  .section_layout1.product {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .gallery21_slide-nav {
    height: 5rem;
  }

  .gallery21_slider {
    width: 100%;
    max-width: 95%;
  }

  .gallery21_mask {
    width: 53%;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 0;
  }

  .modal-popup {
    padding-bottom: 8%;
    display: none;
  }

  .content-flex-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
  }

  .content-flex-wrapper.custom {
    grid-column-gap: 32px;
    flex-direction: row;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .content-flex-wrapper.custom-padding {
    flex-direction: row;
    align-items: center;
  }

  .content-flex-wrapper.f-h {
    flex-direction: row;
    margin-left: -80px;
  }

  .image-3 {
    object-fit: cover;
    width: 180%;
    max-width: none;
    inset: auto 0% -18% -16%;
    transform: rotate(-90deg);
  }

  .brand-grid-layout {
    grid-template-columns: 1fr 1fr;
  }

  .image-5 {
    width: 100%;
  }

  .wrapper-slider {
    margin-right: -5.7%;
  }

  .paragraph {
    color: #282e3680;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .grid.spec {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid.spec.new.none {
    grid-column-gap: 0px;
  }

  .menu-custom {
    padding-right: 4%;
  }

  .menu-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .wrapper-link {
    grid-column-gap: 10px;
  }

  .link-box {
    width: 50px;
    height: 50px;
  }

  .image-11 {
    object-fit: cover;
    height: 400px;
  }

  .right-arrow {
    align-items: center;
  }

  .left-arrow {
    align-items: center;
    inset: 250px auto auto 0%;
  }

  .slider {
    background-color: #0000;
    margin-top: 0;
  }

  .sl-mod-1 {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 0;
    height: 300px;
  }

  .image-12 {
    width: auto;
    height: 55%;
  }

  .slide-content {
    flex-direction: column;
    height: auto;
  }

  .bx-1 {
    width: 113%;
    margin-left: 0;
    padding: 32px 112px 32px 32px;
    position: relative;
  }

  .bx-2 {
    background-size: cover;
    width: 100%;
    height: 300px;
    margin-left: 80px;
  }

  .text-block-2 {
    margin-left: -80px;
  }

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

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

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

  .heading-6 {
    font-size: 5rem;
  }

  .image-15 {
    background-color: #0000;
    display: none;
  }

  .image-17, .image-18 {
    padding: 4px;
  }

  .card-hover {
    justify-content: center;
    align-items: center;
    padding: 24px;
  }

  .name-company-card.text-color-white {
    text-align: center;
  }

  .name-company-card.text-color-white.name {
    color: #282e36b3;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700;
  }

  .total-wrapper {
    bottom: 2%;
    left: 5%;
    right: 5%;
  }

  .name-title {
    font-size: 2rem;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #fff0;
  }

  .menu-button.noen {
    display: none;
  }

  .mask {
    height: auto;
  }

  .mask-2 {
    padding-left: 0;
  }

  .slider-2 {
    height: auto;
    margin-top: -90px;
  }

  .text-block-15 {
    display: none;
  }

  .dropdown-toggle.link-box.new {
    width: 50px;
    padding: 0;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

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

  .margin-bottom.margin-small.content-flex-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 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;
  }

  .heading-style-h1.text-color-white {
    font-size: 5.4rem;
  }

  .padding-global {
    margin-left: auto;
    margin-right: auto;
  }

  .padding-global.spec {
    padding-left: 0%;
    padding-right: 0%;
  }

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

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

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

  .text-size-regular.text-color-white.spec-paragraph {
    font-size: .6rem;
  }

  .text-size-regular.text-color-white.spec-paragraph.dark {
    font-size: .7rem;
    line-height: 1.4;
  }

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

  .heading-style-h2.text-style-allcaps, .heading-style-h2.text-style-allcaps.custom-width {
    font-size: 3rem;
  }

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

  .container-large {
    max-width: 100%;
  }

  .button.w--current {
    background-color: var(--black);
    color: #fff;
  }

  .button.is-small.desktop.spec.none {
    display: none;
  }

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .padding-section-large-2 {
    margin-left: 0%;
    margin-right: 0%;
    padding: 4rem 4%;
  }

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

  .text-size-medium-2.text-align-right.max-width-medium.margin-right-auto {
    text-transform: none;
  }

  .text-size-medium-2.spec {
    text-align: center;
  }

  .section_header26 {
    background-size: cover;
  }

  .padding-global-2.spec {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar1_menu.is-page-height-tablet {
    background-color: #181c20;
    background-image: url('../images/hero-pt.svg');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: contain;
    padding-bottom: 6rem;
  }

  .navbar1_menu-button {
    order: 1;
  }

  .menu-icon1 {
    display: none;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

  .navbar1_link {
    text-align: center;
    padding-bottom: 2rem;
    font-size: 2rem;
  }

  .navbar1_logo.footer {
    width: 10rem;
    height: auto;
  }

  .layout1_image-wrapper {
    display: none;
  }

  .layout1_content.fs-styleguide_max-width.content-flex-wrapper {
    grid-row-gap: 0rem;
  }

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

  .section_layout1.spec-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .layout1_component.ads {
    max-width: 100%;
  }

  .gallery21_lightbox-link {
    flex-direction: column;
    display: flex;
  }

  .gallery21_image {
    height: 95%;
  }

  .gallery21_image-wrapper {
    margin-bottom: 1rem;
    padding-top: 50%;
  }

  .gallery21_arrow.is-left {
    right: 7rem;
  }

  .gallery21_slider {
    max-width: 100%;
  }

  .gallery21_slide {
    padding-right: 1.5rem;
  }

  .gallery21_arrow-icon {
    width: 6rem;
  }

  .section_gallery21 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .gallery21_mask {
    width: 100%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-wrapper-three {
    grid-row-gap: 32px;
    text-align: center;
    align-items: center;
  }

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

  .footer-link-three {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 3;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-copyright.spec {
    opacity: .5;
    font-size: 12px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .modal-popup {
    display: none;
  }

  .content-flex-wrapper {
    grid-row-gap: 10px;
    flex-direction: row;
  }

  .content-flex-wrapper.custom {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
  }

  .content-flex-wrapper.vertical {
    flex-direction: column;
  }

  .image-3 {
    width: 100%;
    display: none;
    bottom: 14%;
    left: 0%;
    transform: none;
  }

  .paragraph {
    margin-top: 1rem;
  }

  .grid-list-contact {
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

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

  .text-field._2.none {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .tabs-menu {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .grid.spec, .menu-wrapper {
    display: none;
  }

  .wrapper-link {
    margin-right: 4%;
  }

  .image-11 {
    height: 340px;
  }

  .slide-nav {
    display: none;
  }

  .slider {
    margin-top: 2rem;
    overflow: hidden;
  }

  .sl-mod-1 {
    height: 300px;
  }

  .slide-content {
    flex-direction: column;
    width: auto;
  }

  .bx-1 {
    width: 92dvw;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .bx-2 {
    height: 300px;
  }

  .text-block-2 {
    font-size: 6rem;
  }

  .heading-2.new {
    font-size: 2rem;
    font-weight: 300;
  }

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

  .heading-6 {
    font-size: 3.5rem;
    line-height: 1.2;
  }

  .image-15 {
    width: 34px;
    height: 34px;
  }

  .image-18 {
    padding: 0;
  }

  .card-hover {
    grid-row-gap: 0px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .name-company-card.text-color-white {
    margin-bottom: .5rem;
    font-size: 1rem;
  }

  .name-company-card.text-color-white.name {
    font-size: .6rem;
  }

  .field-label-wrapper {
    justify-content: space-between;
  }

  .field-label-2.none {
    display: none;
  }

  .field-label-3 {
    flex: 1;
  }

  .total-wrapper {
    width: 100%;
    max-width: none;
    position: static;
  }

  .total-wrapper.fix {
    display: none;
  }

  .custom {
    margin-left: 0;
    margin-right: auto;
    padding-bottom: 0;
  }

  .menu-button {
    padding: 0;
  }

  .mask {
    width: 480px;
    min-width: 100%;
    max-width: 768px;
    height: auto;
  }

  .slider-2 {
    margin-top: -60px;
  }
}

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

  .margin-bottom.margin-small.content-flex-wrapper, .margin-bottom.margin-xsmall.content-flex-wrapper {
    align-items: center;
  }

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

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

  .heading-style-h1.text-color-white {
    font-size: 3rem;
  }

  .padding-global {
    padding-left: 2%;
    padding-right: 2%;
    overflow: scroll;
  }

  .padding-global.spec {
    margin-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .padding-global.about {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-size-tiny.text-color-grey.text-align-center.text-style-allcaps {
    margin-bottom: 12px;
  }

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

  .text-size-regular.text-color-white.spec-paragraph {
    font-size: .8rem;
  }

  .text-align-left.text-style-allcaps {
    margin-bottom: 0;
  }

  .heading-style-h2.text-style-allcaps {
    font-size: 2.6rem;
  }

  .heading-style-h2.text-style-allcaps.custom-width {
    font-size: 2.1rem;
  }

  .heading-style-h5.text-style-allcaps.custom-heading {
    font-size: 1.3rem;
  }

  .container-large {
    overflow: scroll;
  }

  .container-large.spec {
    align-self: flex-start;
  }

  .button.is-small, .button.is-small.mobile {
    display: none;
  }

  .button.is-small.desktop {
    display: block;
  }

  .button.is-small.desktop.spec {
    font-size: 1.2rem;
  }

  .button.is-small.desktop.spec.none {
    display: block;
  }

  .padding-section-large-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-section-large-2.none-padding-bottom {
    overflow: scroll;
  }

  .padding-section-large-2.none-padding-bottom.new {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-section-large-2.none-padding-bottom.new._2 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .padding-section-large-2.custom-padding.color-blue {
    border-radius: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding: 32px 16px;
  }

  .padding-section-large-2.none-p {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-section-large-2.none-p.spec, .padding-section-large-2.spec, .padding-section-large-2.spec._2 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .text-size-medium-2 {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .text-size-medium-2.spec {
    text-align: center;
  }

  .section_header26 {
    background-color: var(--black);
    background-position: 31% 0;
    background-size: cover;
  }

  .padding-global-2 {
    color: var(--black);
  }

  .navbar1_container {
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar1_menu.is-page-height-tablet {
    z-index: 99;
    background-color: #181c20;
    background-image: url('../images/hero-pt.svg');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: contain;
    background-attachment: fixed;
    margin-top: 0;
    padding-top: 4rem;
    position: fixed;
    inset: 72px 0% auto;
  }

  .navbar1_menu-button {
    z-index: 99;
    width: 50px;
  }

  .navbar1_component {
    z-index: 99;
  }

  .navbar1_link {
    font-size: 1.2rem;
  }

  .navbar1_link.dark {
    color: #fff;
  }

  .navbar1_logo {
    z-index: 99;
    position: relative;
  }

  .navbar1_logo.footer {
    width: 10rem;
  }

  .layout1_image-wrapper {
    display: none;
  }

  .layout1_content.fs-styleguide_max-width.content-flex-wrapper {
    grid-row-gap: 1rem;
  }

  .section_layout1.spec {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section_layout1.spec-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .section_layout1.cta {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section_layout1.product {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .layout1_component.content-flex-wrapper.bg-w {
    border-radius: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .layout1_component.ads {
    place-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .gallery21_image-wrapper {
    margin-bottom: 1.5rem;
    padding-top: 100%;
  }

  .gallery21_arrow {
    width: 4.5rem;
  }

  .gallery21_arrow.is-left {
    width: 4.5rem;
    right: 5rem;
  }

  .section_gallery21 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-link-three {
    font-size: 1rem;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .footer-legal-block {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    margin-left: 0;
  }

  .footer-legal-link {
    margin-left: 0;
  }

  .modal-popup {
    display: none;
  }

  .modal-content-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .content-flex-wrapper.custom {
    margin-right: 0;
    display: none;
  }

  .content-flex-wrapper.vertical {
    flex-direction: column;
  }

  .content-flex-wrapper.f-h {
    margin-left: 0;
  }

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

  .image-3 {
    display: none;
  }

  .brand-grid-layout {
    flex-direction: column;
    display: flex;
  }

  .wrapper-slider {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph {
    margin-top: 1rem;
  }

  .contac-card-grid {
    flex-direction: row;
  }

  .text-contact {
    color: #282e36b8;
  }

  .form {
    flex-direction: column;
    display: flex;
  }

  .text-field._2 {
    max-width: 6rem;
    font-size: 1.2rem;
  }

  .text-field._2.spec.fix {
    max-width: 8rem;
    height: 30px;
    font-size: 1rem;
  }

  .text-field._2.none {
    display: none;
  }

  .tabs-menu {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .grid.spec {
    display: none;
  }

  .menu-custom {
    text-align: center;
    justify-content: center;
  }

  .link-block {
    display: none;
  }

  .image-11 {
    height: 350px;
  }

  .right-arrow {
    z-index: 10;
    width: 50px;
    height: 80px;
    inset: 0% 0% auto auto;
  }

  .left-arrow {
    z-index: 10;
    width: 50px;
    height: 80px;
    inset: 0% auto auto 0%;
  }

  .slide {
    padding-left: 0;
  }

  .sl-mod-1 {
    z-index: 10;
    width: 100%;
    height: 80px;
    margin-bottom: 320px;
  }

  .image-12 {
    height: 160%;
    transform: rotate(90deg);
  }

  .bx-1 {
    width: 100%;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .bx-2 {
    align-items: center;
    width: 100%;
    height: 200px;
    margin-top: 79px;
    margin-left: 0;
  }

  .text-block-2 {
    margin-left: 0;
    font-size: 5.3rem;
  }

  .image-13 {
    transform: rotate(90deg);
  }

  .image-13.down {
    transform: rotate(-90deg);
  }

  .heading-2.new {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.8rem;
  }

  .card-career {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cr-1 {
    justify-content: space-between;
  }

  .cr-3 {
    align-items: center;
  }

  .wrapp-l {
    justify-content: space-between;
    width: 100%;
  }

  .text-block-9 {
    font-size: .9rem;
  }

  .text-block-10 {
    font-size: .6rem;
  }

  .text-block-11 {
    font-size: .8rem;
  }

  .div-block {
    align-items: center;
  }

  .heading-7 {
    margin-bottom: 2rem;
  }

  .heading-7.none {
    margin-bottom: 0;
  }

  .image-16 {
    width: 24px;
    max-width: none;
    height: 40px;
    display: inline-block;
  }

  .image-17 {
    width: 19px;
    max-width: none;
    height: 40px;
    padding: 0;
  }

  .image-18 {
    width: 24px;
    height: 40px;
  }

  .image-19 {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }

  .card-hover {
    grid-row-gap: 8px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .name-company-card.text-color-white {
    margin-bottom: 0;
  }

  .form-block {
    padding-left: 1em;
    padding-right: 1rem;
  }

  .field-label-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .field-label-2 {
    font-size: 1.2rem;
  }

  .field-label-2.spec {
    font-family: JetBrains Mono, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
  }

  .field-label-2.spec.fix {
    font-size: 1rem;
  }

  .field-label-2.none {
    display: none;
  }

  .field-label-3 {
    flex: 1;
  }

  .field-label-3.spec.none {
    display: none;
  }

  .wrapper-field {
    align-items: center;
  }

  .total-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .total-wrapper.fix {
    border-style: none;
    width: 40%;
    padding: .5em 1rem .5rem;
    display: block;
    position: fixed;
    inset: 30% 0% auto auto;
  }

  .name-title {
    font-size: 1.5rem;
  }

  .pop-up {
    padding-bottom: 20%;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
    overflow: auto;
  }

  .custom {
    padding-bottom: 0;
  }

  .checkbox {
    width: 32px;
    height: 32px;
  }

  .checkbox.w--redirected-checked {
    background-size: 20px;
  }

  .menu-button {
    padding: 0;
  }

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

  .mask {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .slider-2 {
    margin-top: -80px;
  }

  .dropdown-list.w--open {
    width: 140px;
    left: -177%;
  }
}

#w-node-_0e2eae9b-bf10-e16f-3af9-86ba638a7591-50162e0f, #w-node-_0e2eae9b-bf10-e16f-3af9-86ba638a7593-50162e0f, #w-node-_0e2eae9b-bf10-e16f-3af9-86ba638a7595-50162e0f, #w-node-_0e2eae9b-bf10-e16f-3af9-86ba638a7597-50162e0f, #w-node-_0e2eae9b-bf10-e16f-3af9-86ba638a7599-50162e0f, #w-node-_0e2eae9b-bf10-e16f-3af9-86ba638a759b-50162e0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdfd980e-0a4c-70ab-ea93-c922129e52e4-129e52cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-bdfd980e-0a4c-70ab-ea93-c922129e52f6-129e52cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bdfd980e-0a4c-70ab-ea93-c922129e52f9-129e52cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-bdfd980e-0a4c-70ab-ea93-c922129e5306-129e52cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-bdfd980e-0a4c-70ab-ea93-c922129e5309-129e52cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bdfd980e-0a4c-70ab-ea93-c922129e530c-129e52cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-bdfd980e-0a4c-70ab-ea93-c922129e5328-129e52cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-bdfd980e-0a4c-70ab-ea93-c922129e533a-129e52cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bdfd980e-0a4c-70ab-ea93-c922129e533d-129e52cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-bdfd980e-0a4c-70ab-ea93-c922129e536c-129e52cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-bdfd980e-0a4c-70ab-ea93-c922129e536f-129e52cc, #w-node-bdfd980e-0a4c-70ab-ea93-c922129e5372-129e52cc, #w-node-bdfd980e-0a4c-70ab-ea93-c922129e5375-129e52cc, #w-node-bdfd980e-0a4c-70ab-ea93-c922129e5378-129e52cc, #w-node-bdfd980e-0a4c-70ab-ea93-c922129e537b-129e52cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bdfd980e-0a4c-70ab-ea93-c922129e537e-129e52cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-bdfd980e-0a4c-70ab-ea93-c922129e538e-129e52cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-bdfd980e-0a4c-70ab-ea93-c922129e5391-129e52cc, #w-node-bdfd980e-0a4c-70ab-ea93-c922129e5394-129e52cc, #w-node-bdfd980e-0a4c-70ab-ea93-c922129e5397-129e52cc, #w-node-bdfd980e-0a4c-70ab-ea93-c922129e539a-129e52cc, #w-node-bdfd980e-0a4c-70ab-ea93-c922129e539d-129e52cc, #w-node-bdfd980e-0a4c-70ab-ea93-c922129e53a0-129e52cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bdfd980e-0a4c-70ab-ea93-c922129e53a3-129e52cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-bdfd980e-0a4c-70ab-ea93-c922129e53fa-129e52cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-bdfd980e-0a4c-70ab-ea93-c922129e53fd-129e52cc, #w-node-bdfd980e-0a4c-70ab-ea93-c922129e5400-129e52cc, #w-node-bdfd980e-0a4c-70ab-ea93-c922129e5403-129e52cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bdfd980e-0a4c-70ab-ea93-c922129e5406-129e52cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_1f1df0dc-be98-5187-db81-a9d17aa8a80f-129e52cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1f1df0dc-be98-5187-db81-a9d17aa8a819-129e52cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1f1df0dc-be98-5187-db81-a9d17aa8a81c-129e52cc, #w-node-_1f1df0dc-be98-5187-db81-a9d17aa8a81f-129e52cc, #w-node-_1f1df0dc-be98-5187-db81-a9d17aa8a822-129e52cc, #w-node-_1f1df0dc-be98-5187-db81-a9d17aa8a825-129e52cc, #w-node-_1f1df0dc-be98-5187-db81-a9d17aa8a828-129e52cc, #w-node-_1f1df0dc-be98-5187-db81-a9d17aa8a82b-129e52cc, #w-node-_1f1df0dc-be98-5187-db81-a9d17aa8a82e-129e52cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1f1df0dc-be98-5187-db81-a9d17aa8a831-129e52cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_49f0d922-6c9d-7593-164e-f2646a0e7c20-6a0e7c12, #w-node-_49f0d922-6c9d-7593-164e-f2646a0e7c28-6a0e7c12, #w-node-_49f0d922-6c9d-7593-164e-f2646a0e7c30-6a0e7c12, #w-node-c2f30f4e-5066-239a-8e48-695f3eb3bbd9-6a0e7c12, #w-node-_8ffbc675-7d0d-1914-6f4e-fd7760fb4ec5-60fb4eb7, #w-node-_8ffbc675-7d0d-1914-6f4e-fd7760fb4ec9-60fb4eb7, #w-node-_8ffbc675-7d0d-1914-6f4e-fd7760fb4ecd-60fb4eb7, #w-node-_8ffbc675-7d0d-1914-6f4e-fd7760fb4ed1-60fb4eb7, #w-node-_8ffbc675-7d0d-1914-6f4e-fd7760fb4ed5-60fb4eb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-af162e14, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-af162e14, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-af162e14, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-af162e14, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-af162e14, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-af162e14, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-af162e14 {
  justify-self: start;
}

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb79-af162e14, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-af162e14, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-af162e14, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-af162e14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-af162e14, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-af162e14, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-af162e14, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-af162e14 {
  justify-self: start;
}

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

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

#w-node-ca6dd9fd-2e92-1a72-d585-2fdc6dd45285-f4ee9fc7, #w-node-e9af0145-8c9d-de96-9904-dd95a985f4fc-f4ee9fc7, #w-node-_441c87dc-bf1d-642a-749d-9e2a6364b9b2-f4ee9fc7, #w-node-_6bd8bc8d-88cb-5b0c-05ce-ec061fa74c08-f4ee9fc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd7b0acf-4086-fdf5-bf7c-1df56cfa207b-f4ee9fc7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b2f3e6f6-c3af-954d-f24b-2b85d9ee7deb-2f169256, #w-node-_6de9f2e9-b5b7-43c3-2ea8-0def19c98e14-2f169256, #w-node-_23f6a1fb-c3d5-e8eb-5a74-56b3b7a5d65d-2f169256, #w-node-_437984cc-c377-c6ed-3d57-ca2b9aced53e-2f169256, #w-node-_9b658fdc-9ec5-12df-6ec5-2a4d159a7441-2f169256, #w-node-_9b658fdc-9ec5-12df-6ec5-2a4d159a745d-2f169256, #w-node-_9b658fdc-9ec5-12df-6ec5-2a4d159a7479-2f169256, #w-node-_9b658fdc-9ec5-12df-6ec5-2a4d159a7495-2f169256, #w-node-ba9e426e-8840-8750-bde7-1caee74d8a42-2f169256, #w-node-ba9e426e-8840-8750-bde7-1caee74d8a5e-2f169256, #w-node-ba9e426e-8840-8750-bde7-1caee74d8a7a-2f169256, #w-node-ba9e426e-8840-8750-bde7-1caee74d8a96-2f169256 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


