:root {
  --black: black;
  --light-grey: #f4f4f4;
  --white: white;
  --dark-slate-grey: #383838;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

ul, ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

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

blockquote {
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

.padding-vertical.padding-huge {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.text-size-medium._40ch {
  object-fit: fill;
  width: 40ch;
  font-family: Inconsolata, monospace;
}

.rf-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  background-image: linear-gradient(#04091f, #04091f);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rf-styleguide-logo {
  width: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-checkbox-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

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

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

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

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

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

.button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 15rem;
  padding: .75rem 1.5rem;
}

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

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

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

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-icon.whatsapp {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  transition: transform .35s;
}

.button.is-icon.whatsapp:hover {
  transform: rotate(-7deg);
}

.button.is-icon.email {
  justify-content: space-between;
}

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

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

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

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

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

.button.whatsapp {
  background-color: #23d366;
  border-style: none;
  border-color: #fff;
  justify-content: space-between;
}

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

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

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

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

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

.rf-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

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

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

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

.rf-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

.rf-styleguide_label.is-attribute {
  background-color: var(--dark-slate-grey);
}

.rf-styleguide_label.is-component {
  background-color: #089754;
}

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

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.rf-styleguide_color {
  padding-bottom: 8rem;
}

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

.rf-styleguide_color.is-gray {
  background-color: var(--light-grey);
}

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

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

.button-group._1 {
  flex-direction: column;
  align-items: stretch;
  width: 15rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rf-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 3rem;
  display: flex;
}

.rf-styleguide_header.border-top {
  border-top: 1px dashed #000;
  margin-top: 2rem;
}

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

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

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

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

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

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

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

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

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.icon-1x1-small.whatsapp {
  background-color: #fff;
  border-radius: 15rem;
  padding: .2rem;
}

.icon-1x1-small.whatsapp.email {
  color: #160b0b;
  background-color: #e0e0e0;
}

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

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

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

.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 a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  margin-top: .5rem;
  font-size: .875rem;
}

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

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

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

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

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

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

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

.text-size-large.text-weight-semibold {
  text-align: right;
  flex: 0 auto;
  align-self: center;
  font-family: Changa, sans-serif;
}

.icon-height-xsmall {
  height: 1.5rem;
}

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

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

.rf-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rf-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

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

.padding-global.section {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

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

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

.dir-ltr {
  direction: ltr;
}

.dir-rtl {
  direction: rtl;
}

.global-rtl-element, .do-not-delete, .global-styles-wrapper {
  display: none;
}

.rtl_order-first {
  order: -1;
}

.rtl_order-last, .rtl_order-2, .rtl_order-3, .rtl_order-4, .rtl_order-5 {
  order: 999;
}

.rf-styleguide_label-2 {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100em;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6em;
  display: flex;
  overflow: visible;
}

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

.tricks-slider_slide {
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42%;
  height: 80vh;
  max-height: 80vw;
  margin-right: 1em;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  z-index: 1;
  object-fit: cover;
  width: 200%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.tricks-slider_text {
  z-index: 2;
  letter-spacing: -.08em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 9.3em;
  font-weight: 200;
  position: relative;
}

.progress {
  background-color: #00000017;
  width: 80%;
  height: 1.5px;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.progress_fill {
  background-color: #000;
  width: 0%;
  height: 100%;
  position: relative;
}

.section_header1 {
  background-image: linear-gradient(#000000e6, #000000e6);
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.header1_content.text-color-white {
  flex: 0 auto;
}

.header1_image {
  border-radius: .6rem;
  width: 100%;
  height: 100%;
}

.navbar2_component {
  border-bottom: 1px none var(--black);
  background-color: #ddd0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 3.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.navbar2_logo {
  filter: none;
  width: auto;
  min-width: 70px;
  min-height: 70px;
  max-height: 2.3rem;
  margin-top: 30px;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_link {
  color: #dedede;
  padding: .5rem 1rem;
}

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

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

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

.navbar2_dropdown-list.w--open {
  border: 1px solid var(--black);
  background-color: var(--white);
  padding: .5rem;
  position: absolute;
}

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

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

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
}

.section_contact4 {
  background-image: linear-gradient(#fff, #000);
}

.contact4_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

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

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

.success-message {
  background-color: var(--light-grey);
  padding: 1.5rem;
}

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

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.hedading {
  color: #e7e7e7;
  text-align: left;
  font-weight: 200;
}

.text-span {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffc83e, #ffc83e);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.text-block {
  font-weight: 400;
  text-decoration: none;
}

.section_layout353 {
  text-align: left;
}

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

.layout353_content-left {
  position: sticky;
  top: 30%;
}

.layout353_content-item {
  background-color: #fff;
  border: 1px solid #a8a8a8;
  border-radius: .6rem;
  margin-bottom: 2rem;
  padding: 2rem;
  position: sticky;
}

.layout353_content-item.content-item-1 {
  top: 30%;
}

.layout353_content-item.content-item-2 {
  top: 32%;
}

.layout353_content-item.content-item-3 {
  top: 34%;
}

.layout353_content-item.content-item-4 {
  top: 36%;
}

.blop {
  filter: blur(130px);
  background-color: #6158ccc9;
  border-radius: 100%;
  width: 40rem;
  height: 30rem;
  position: absolute;
}

.blop._2 {
  background-color: #ffc7c7;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  width: 15rem;
  height: 35rem;
  inset: 34% auto 0% 34%;
}

.blop._3 {
  background-color: #0060d6;
  width: 35rem;
  height: 80rem;
  inset: 16% auto auto 0%;
}

.blop.kontrast {
  filter: blur(130px);
  width: 55rem;
  height: 24rem;
  left: 400px;
}

.blop.kontrast._2 {
  background-color: #643ce7;
  border-bottom-right-radius: 0%;
  border-bottom-left-radius: 0%;
  width: 30rem;
  height: 20rem;
  top: 62.111px;
}

.blop.kontrast._3 {
  background-color: #e413fb;
  width: 10rem;
  height: 50rem;
  top: 332.116px;
}

.blop.kontrast._1 {
  background-color: #2e18d4;
}

.blop._1 {
  background-color: #1ec3f9c9;
  width: 70rem;
  inset: 0% auto auto 0%;
}

.zindex {
  z-index: 50;
  width: 100%;
  position: relative;
}

.div-block {
  mix-blend-mode: color-dodge;
}

.div-block-2 {
  mix-blend-mode: normal;
}

.center {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centerwrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.logo1_logo {
  width: auto;
  max-height: 3.5rem;
  font-size: 50rem;
  line-height: 50;
}

.section_cta1 {
  color: #fff;
  background-image: radial-gradient(circle at 100% 100%, #7980d4, #4659ff 42%, #0c1c90);
  position: relative;
  overflow: hidden;
}

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

.cta1_image {
  width: 16rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.portfolio15_list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio15_item {
  grid-column-gap: 5rem;
  border-top: 1px solid var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.portfolio15_item:last-child {
  padding-bottom: 0;
}

.portfolio15_title-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.portfolio15_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.portfolio15_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  margin-top: 1rem;
  display: flex;
}

.portfolio15_tag-item {
  background-color: #99a2ff;
  background-image: linear-gradient(296deg, #9e9abf, #c4bcff 55%, #918f8f);
  border-radius: 15rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.portfolio15_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.portfolio15_image-link {
  width: 100%;
}

.portfolio15_image-wrapper {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.portfolio15_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.portfolio15_image._2 {
  right: -18%;
}

.heading-2 {
  font-weight: 300;
}

.is-hidden {
  display: none;
}

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

.footer7_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.footer7_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer7_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.line-divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.footer7_bottom-wrapper {
  justify-content: space-between;
  display: flex;
}

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

.footer7_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer7_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.track {
  height: 400vw;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100%;
  display: flex;
}

.item {
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 20px;
}

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

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

.col {
  flex: 1;
  position: relative;
}

.col.col--2.mod--hero {
  flex: none;
  max-width: 50rem;
  height: 55rem;
  margin-top: 4.5625rem;
  padding-top: 8.75rem;
  display: flex;
}

.col.col--2.mod--efficiency {
  flex: 0 auto;
  width: 50%;
  padding-right: 5.6875rem;
}

.col.col--2.mod--about {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 13.4375rem;
  padding-right: 6.375rem;
  display: flex;
}

.col.col--2.mod--solution {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 19.1875rem;
  display: flex;
}

.col.col--2.mod--hero {
  flex: none;
  max-width: 50rem;
  height: 55rem;
  margin-top: 4.5625rem;
  padding-top: 8.75rem;
}

.col.col--2.mod--footer {
  text-align: center;
  border-left: .0625rem dashed #0f1422;
  border-right: .0625rem dashed #0f1422;
  flex: 0 auto;
  width: 27rem;
  max-width: 27rem;
}

.col.col--2.mod--header {
  flex: 0 auto;
}

.col.col--3.mod--hero {
  flex: 0 auto;
  width: 15.625rem;
}

.col.col--3.mod--footer {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.col.col--3.mod--header {
  grid-column-gap: 2.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.col.mod--about-advant {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 13.5rem;
  padding-top: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.col.mod--about-advant.mod--first {
  border-left-width: 0;
  max-width: none;
  padding-left: 0;
}

.col.col--1.mod--hero {
  flex: 0 auto;
  width: 15.625rem;
}

.col.col--1.mod--solution {
  max-width: 27rem;
}

.col.col--1.mod--about {
  flex: 0 auto;
  width: 27rem;
}

.col.col--1.mod--footer {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.span {
  display: inline-block;
  position: relative;
}

.hero__grow-by {
  color: #0f142280;
  text-align: center;
  letter-spacing: .03em;
  font-size: .75rem;
  position: absolute;
  inset: -8rem 0% auto;
}

.overflow__txt.mod--absolute {
  position: absolute;
  bottom: -1.5em;
  left: 0;
}

.overflow__vertical {
  transition: top .4s;
  position: relative;
  top: 0;
  left: 0;
}

.overflow__vertical.mod--article-desc {
  transition-duration: .8s;
}

.overflow__vertical.mod--article-desc.active {
  top: -1.5em;
}

.btn {
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  background-color: #222532;
  border-radius: .75rem;
  padding: .25rem .875rem .375rem;
  font-weight: 600;
  transition: all .2s;
}

.btn.mod--grow {
  z-index: 1;
  grid-column-gap: .375rem;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #000;
  text-transform: uppercase;
  background-color: #d3dad9;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: .75rem 1.125rem .8125rem;
  transition: none;
  display: flex;
  position: relative;
  box-shadow: 0 30px 1.875rem -1.25rem #0f14224d;
}

.hero__grow {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 17rem;
}

.dash-wrap {
  position: absolute;
}

.dash-wrap.mod--hero2 {
  top: 1.4375rem;
  left: 0;
  right: 0;
}

.dash-wrap.mod--hero1 {
  top: 5rem;
  left: 0;
  right: 0;
}

.hero__bg {
  z-index: -1;
  background-image: url('../images/bg-hero.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  width: 100%;
  max-width: 19rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.dash-gorizont {
  border-top: .0625rem dashed #0f1422;
  height: .0625rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.dash-gorizont.mod--hero {
  max-width: 23.125rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.dash-gorizont.mod--about-advant {
  margin-left: .75rem;
  margin-right: .75rem;
  top: -.75rem;
  right: 0;
}

.dash-gorizont.mod--about-advant.mod--first {
  margin-left: 0;
}

.dash-gorizont.mod--about-advant.mod--last {
  margin-right: 0;
}

.overflow-hidden-2 {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.overflow-hidden-2.mod--solution-img {
  border-radius: .5rem;
  width: 21.875rem;
  height: 16.625rem;
  overflow: visible;
}

.overflow-hidden-2.mod--article {
  border-radius: .5rem;
  height: 25.1875rem;
  transition: all .8s;
}

.overflow-hidden-2.mod--article.active {
  height: 33.125rem;
}

.overflow-hidden-2.mod--team {
  cursor: pointer;
  border-radius: .5rem;
  height: 33.75rem;
  margin-bottom: 1.5rem;
  transition: height 1s;
}

.overflow-hidden-2.mod--about-img {
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33.8125rem;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.overflow-hidden-2.mod--hero-case {
  height: 9.5rem;
}

.overflow-hidden-2.mod--submit {
  transition: opacity .2s;
}

.overflow-hidden-2.mod--submit.active {
  opacity: 0;
}

.hero__bg-wrap {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.img.mod--arrow-btn {
  width: .625rem;
  transition: all .5s;
  display: block;
  transform: none;
}

.img.mod--ava {
  border: .125rem solid #ecebea;
  border-radius: 50%;
  width: 3.75rem;
  margin-right: -.875rem;
  position: relative;
}

.img.mod--ava.mod--2 {
  z-index: 2;
}

.img.mod--ava.mod--1 {
  z-index: 3;
}

.img.mod--ava.mod--last {
  border-color: #ecebea00;
  margin-right: 1rem;
}

.img.mod--team {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 33.75rem;
  transition: all .5s;
  display: block;
}

.img.mod--team:hover {
  transform: scale(1.1);
}

.img.mod--hero-puzzle-1 {
  width: 8.8125rem;
  position: absolute;
  top: 0;
  left: 0;
}

.img.img-width-100 {
  width: 100%;
  display: block;
}

.img.mod--arrow-link {
  width: 1.125rem;
  display: block;
}

.img.mod--arrow-link.mod--absolute {
  position: absolute;
  bottom: 0;
  left: -2em;
}

.img.mod--article {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 33.125rem;
  display: block;
}

.img.mod--about {
  border-radius: .5rem;
  width: 33.8125rem;
  max-width: none;
  display: block;
  position: absolute;
  top: 15rem;
  left: 0;
}

.img.mod--hero-puzzle-2 {
  width: 12.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.img.mod--hero-puzzle-3 {
  width: 5rem;
  position: absolute;
  top: 0;
  right: 0;
}

.img.mod--solution {
  display: block;
  position: absolute;
}

.img.mod--solution.mod--2 {
  width: 8.75rem;
  top: 0;
  right: 0;
}

.img.mod--solution.mod--3 {
  width: 21.875rem;
  bottom: 0;
  left: 0;
}

.img.mod--solution.mod--1 {
  width: 15.375rem;
  top: 0;
  left: 0;
}

.hero__news {
  grid-column-gap: 1.375rem;
  align-items: center;
  width: 17.5rem;
  min-width: 17.5rem;
  line-height: 1.2;
  display: flex;
  position: absolute;
  top: 38.5625rem;
  left: 0;
}

.swiper-pagin-wrap {
  position: absolute;
  inset: auto 0% 7.5rem;
}

.section-2 {
  padding: 4.5rem 1.25rem;
}

.section-2.mod--team {
  min-height: 250vh;
}

.section-2.mod--hero {
  margin-bottom: -5rem;
  padding-top: 13.75rem;
  padding-bottom: 0;
  overflow: hidden;
}

.section-2.mod--about {
  padding-top: 0;
}

.section-2.mod--footer {
  background-color: #ececec;
  padding-bottom: 6rem;
  font-size: 1.0625rem;
}

.section-2.mod--header {
  z-index: 90;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0 0% auto;
}

.avas {
  align-items: center;
  line-height: 1.2;
  display: flex;
}

.btn-orange {
  z-index: 5;
  cursor: pointer;
  background-image: linear-gradient(210deg, #f05b47, #f07456 40%, #e8ad9f 90%);
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 9.5rem;
  height: 9.5rem;
  line-height: 1.2;
  transition: none;
  display: flex;
  position: absolute;
}

.btn-orange.mod--article {
  z-index: 5;
  bottom: 0;
  left: 0;
}

.btn-orange.mod--hero {
  background-image: linear-gradient(210deg, #f05b47, #f07456 40%, #e8ad9f 90%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 9.5rem;
  height: 9.5rem;
  display: flex;
  position: absolute;
}

.btn-orange.mod--efficiency {
  top: 6.125rem;
  right: 8.75rem;
}

.hero__news-logo {
  background-color: #0f1422;
  background-image: url('../images/ico-logo-news.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.375rem;
  border-radius: 50%;
  flex: none;
  width: 5.5rem;
  height: 5.5rem;
}

.article__slide {
  height: 42.8125rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.text-size-32 {
  font-size: 2rem;
  line-height: 1.2;
}

.btn__content {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.swiper-pagination-bullet {
  opacity: .3;
  background-color: #0f1422;
  flex: 1;
  height: .0625rem;
  max-height: .0625rem;
  transition: all .2s;
  position: relative;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #0f1422;
}

.hero__case {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  width: 12.5rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.sticky {
  position: sticky;
  top: 0;
}

.sticky.mod--team {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  overflow: hidden;
}

.team__slide {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.swiper-slide.mod--article {
  flex: none;
  width: 100%;
}

.swiper-slide.mod--team {
  flex: none;
  height: 40.625rem;
}

.about__bg-elem {
  border-radius: .5rem;
  width: 11.5rem;
  position: absolute;
  top: 0;
  right: 0;
}

.about__bg-elem.mod--1 {
  background-color: #cecbc380;
  height: 5.5rem;
}

.about__bg-elem.mod--2 {
  background-color: #97756a80;
  height: 21.5625rem;
  top: -7rem;
  right: 15.625rem;
}

.btn-link {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -.125rem;
  display: flex;
}

.text-wrap {
  position: relative;
}

.text-wrap.mod--formula-heading {
  max-width: 51.375rem;
  margin-top: -13.75rem;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.mod--article-desc {
  opacity: 0;
  transition: transform .5s, opacity .2s;
  position: absolute;
  inset: auto 0% 0%;
}

.text-wrap.mod--article-desc.active {
  opacity: 1;
}

.text-wrap.mod--solution-desc {
  max-width: 12.5625rem;
}

.text-wrap.mod--article-heading {
  z-index: 5;
  max-width: 53.125rem;
  margin-bottom: -2.6875rem;
  margin-left: auto;
  margin-right: auto;
}

.solution__link {
  border-bottom: .0625rem dashed #0f1422;
  justify-content: space-between;
  align-items: center;
  height: 10.375rem;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.solution__link:hover {
  color: #f05b47;
}

.descript {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
}

.swiper-wrapper {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.video.mod--formula {
  border-radius: .5rem;
  height: 42.375rem;
}

.efficiency__circle {
  text-align: center;
  border: .0625rem solid #0f1422;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11.5rem;
  height: 11.5rem;
  padding-top: .625rem;
  display: flex;
  position: absolute;
}

.efficiency__circle.mod--1 {
  width: 16.375rem;
  height: 16.375rem;
  top: -1.75rem;
  right: 24.125rem;
}

.efficiency__circle.mod--2 {
  width: 13.25rem;
  height: 13.25rem;
  top: 16.4375rem;
  right: 14.9375rem;
}

.efficiency__circle.mod--3 {
  top: 16.875rem;
  right: 0;
}

.img-wrap {
  position: relative;
}

.img-wrap.mod--hero-ceo {
  width: 15.5rem;
  line-height: 1.2;
  position: absolute;
  top: 25.5625rem;
  left: 9.5rem;
}

.img-wrap.mod--solution-img {
  z-index: 50;
  position: absolute;
  top: -3.125rem;
  right: 5.125rem;
}

.img-wrap.mod--about {
  background-color: #68858d80;
  border-radius: .5rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.descript-dash {
  border-top: .0625rem dashed #0f1422;
  width: 10.9375rem;
  height: .0625rem;
  margin-right: 2.625rem;
  display: inline-block;
  position: relative;
  top: 1.375rem;
}

.swiper {
  width: 100%;
  position: relative;
}

.swiper.mod--team {
  max-width: 72.25rem;
  height: 40.625rem;
  margin-left: -1rem;
  overflow: visible;
}

.swiper.mod--article {
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.lottie-snake {
  z-index: 5;
  width: 110.188rem;
  position: absolute;
  top: -7.25rem;
  right: 5.375rem;
}

.swiper-pagination.mod--article {
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: center;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  bottom: 0;
}

.solution__links {
  border-top: .0625rem dashed #0f1422;
}

.dash-vertical {
  border-left: .0625rem dashed #0f1422;
  width: .0625rem;
  position: absolute;
  top: 0;
  bottom: 0;
}

.dash-vertical.mod--about-advant {
  height: 100%;
  top: auto;
  left: 0;
}

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

.columns.mod--efficiency {
  margin-left: 109px;
  padding-bottom: 3.125rem;
}

.columns.mod--descript {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-left: 7.5rem;
  padding-right: 1.5rem;
}

.columns.mod--about-advant {
  flex: 1;
  justify-content: flex-end;
  padding-top: .75rem;
}

.columns.mod--solution {
  margin-bottom: 6.75rem;
}

.columns.mod--about {
  min-height: 54rem;
  margin-bottom: 6.75rem;
}

.columns.mod--header {
  border-bottom: .0625rem solid #c4c4c4;
  border-radius: 0;
  align-items: center;
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
}

.columns.mod--footer {
  grid-column-gap: 4rem;
  align-items: stretch;
  min-height: 23.75rem;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content.mod--team {
  align-items: center;
  display: flex;
}

.content.mod--solution {
  max-width: 54rem;
}

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

.main {
  min-height: 90vh;
}

.overflow__gorizontal {
  transition: all .4s;
  position: relative;
  top: 0;
  left: 0;
}

.form__submit-wrap {
  letter-spacing: .03em;
  text-transform: uppercase;
  cursor: pointer;
  background-image: linear-gradient(210deg, #f05b47, #f07456 40%, #e8ad9f 90%);
  border-radius: .75rem;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: .75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  transition: none;
  display: flex;
  position: relative;
}

.social {
  grid-column-gap: .9375rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.follow-text {
  z-index: 1;
  color: #ffffff80;
  white-space: nowrap;
  cursor: auto;
  margin-left: .6rem;
  padding-left: 2.4rem;
  font-size: .75rem;
  line-height: 1.5em;
  position: relative;
}

.nav {
  grid-column-gap: 2.5rem;
  align-items: center;
  display: flex;
}

.nav.mod--footer {
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  justify-items: start;
  display: grid;
}

.follow-and {
  color: #fff;
}

.footer__copyright {
  grid-column-gap: 1.0625rem;
  align-items: center;
  margin-top: 2.5rem;
  margin-left: .875rem;
  display: flex;
}

.follow-heart {
  z-index: -1;
  background-image: url('../images/ico-heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  position: absolute;
  top: -.4rem;
  left: 0;
}

.form-block-2 {
  width: 100%;
  margin-bottom: 0;
}

.page-wrap {
  background-image: url('../images/bg-noise_1bg-noise.png'), linear-gradient(#e8e8e6, #f0f0ef 10%, #f6eee6 20% 30%, #f0f0ef 40%, #f6eee6 60%, #f0f0ef 80%);
  background-position: 50%, 0 0;
  background-size: 3.125rem, auto;
}

.nav-link {
  letter-spacing: .01em;
  font-size: 1.0625rem;
  transition-duration: .3s;
  display: inline-block;
}

.nav-link:hover {
  color: #f05b47;
}

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

.form__content.mod--modal {
  border-bottom: .0625rem solid #0f142233;
  border-radius: 0;
}

.modal__text {
  max-width: 15rem;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.5;
}

.follow-link {
  color: #fcf9eb;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.modal__content {
  z-index: 2;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2.5rem 3rem 3rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form__result {
  align-items: center;
  width: 0;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.form__result.active {
  width: 1.2rem;
  transition-duration: 1s;
}

.input {
  color: #0f1422;
  background-color: #0000;
  border: .0625rem solid #0f142233;
  border-radius: .75rem;
  height: 3.5rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
  font-size: 1.0625rem;
}

.input:focus {
  border-color: #0f142233;
}

.input::placeholder {
  color: #0f142280;
}

.input.mod--modal {
  border-width: 0;
  border-radius: 0;
  height: 4.5rem;
  padding-left: 0;
}

.modal__close {
  z-index: 5;
  opacity: .5;
  filter: invert();
  cursor: pointer;
  background-image: url('../images/ico-close-modal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.modal__close:hover {
  opacity: .9;
}

.follow {
  z-index: 90;
  background-color: #0f1422;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.form__submit {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.social-ico {
  z-index: 1;
  filter: brightness(120%);
  width: 1.5rem;
  transition: all .2s;
  display: block;
  position: relative;
}

.social-ico.mod--absolute {
  position: absolute;
  bottom: -1.5em;
}

.logo-halolab {
  filter: brightness(0%);
  width: 2.125rem;
}

.modal__text-wrap {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.form__result-wrap {
  z-index: 1;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer__block {
  width: 100%;
}

.footer__block.mod--nav, .footer__block.mod--copyright {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer__block.mod--desc {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 14.375rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.0625rem;
  display: flex;
}

.social-link {
  border: .0625rem solid #0f142233;
  border-radius: .75rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.2rem;
  display: flex;
  position: relative;
}

.social-link:hover {
  border-color: #0f1422;
}

.text-size-20 {
  font-size: 1.25rem;
  line-height: 1.3;
}

.logo-footer {
  background-color: #0f1422;
  background-image: url('../images/logo2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2.1875rem;
  border-radius: 50%;
  flex: none;
  width: 5.5rem;
  height: 5.5rem;
}

.form__result-ico {
  filter: brightness(0%);
  flex: none;
  width: 1.2rem;
  max-width: none;
  display: block;
}

.follow-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  left: 0;
}

.modal__img {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  display: block;
  position: relative;
}

.logo-header {
  font-size: 2.1875rem;
}

.remodal.remodal--global {
  color: #0f1422;
  text-align: left;
  background-color: #fff;
  border-radius: .5rem;
  width: 100%;
  max-width: 37.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.card {
  border: .4vw solid #272727;
  border-radius: 1.75vw;
  height: 36vw;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 .1vw #ffffff80;
}

.scene---sticky {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scene---scroll {
  height: 500dvh;
}

.scene---extra {
  height: 100dvh;
}

.card---wrap {
  flex: none;
  width: 24vw;
  padding-left: 2vw;
  padding-right: 2vw;
}

.cards {
  align-items: center;
  height: 100dvh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

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

.cards---outter {
  transform: rotate(-4deg);
}

.menu-main__top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.menu-link__wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-link {
  text-transform: uppercase;
  font-size: 5em;
  line-height: 1;
  overflow: hidden;
}

.menu-button {
  color: #eceae5;
  background-color: #ff5e00;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.menu-button__text-w {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
  overflow: hidden;
}

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

.flex-v.gap-tiny {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.eyebrow.is-faded {
  opacity: .6;
}

.menu-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-link {
  white-space: nowrap;
  padding-bottom: .1em;
  font-size: 1.125rem;
  line-height: 1;
  overflow: hidden;
}

.menu-main__bottom {
  grid-column-gap: 4rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.section-3 {
  flex-direction: column;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.menu-column {
  color: #eceae5;
  background-color: #0e0e0e;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 7rem 2rem 2rem;
  display: flex;
}

.menu-main {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 2rem 2rem 2rem 3rem;
  display: flex;
}

.menu-main.dulitcate {
  font-family: Anton, sans-serif;
}

.global {
  position: fixed;
}

.section-4, .section-5, .section-6, .section-7, .section-8, .section66 {
  flex-direction: column;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.iphone-shape {
  z-index: 1;
  width: 100%;
  position: relative;
}

.iphone14-screen {
  z-index: 0;
  object-fit: cover;
  border-radius: 3%;
  width: 90.2%;
  height: 95.8%;
  position: absolute;
  top: 2.2%;
  left: 5.1%;
  overflow: hidden;
}

.mockup-subtitle {
  color: #ffebb7;
  letter-spacing: -.01em;
  max-width: 24em;
  margin: 1em auto;
  font-size: 1.4em;
  line-height: 1.4;
}

.mockup-title {
  color: #6e3b0e;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(148deg, #ffd2a9, #ff9500);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 6em;
  font-weight: 600;
  line-height: .95;
}

.mockup-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mockup-wrapper.is-first {
  margin-top: -4em;
}

.mockup-title-wrapper {
  color: #ffebb7;
  text-align: center;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8em;
  padding-bottom: 7em;
}

.section-intro-mockups {
  background-color: #000;
  background-image: linear-gradient(172deg, #0000 54%, #af7a50);
  position: relative;
}

.iphone-mockup {
  z-index: 1;
  width: 28%;
  position: relative;
  overflow: hidden;
}

.iphone-mockup.is-second {
  margin-top: 11%;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.iphone14-image {
  width: 100%;
}

.mockup-overlap {
  background-color: #161616;
  height: 25em;
  position: absolute;
  inset: auto 0% 0%;
}

.hero {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  padding-top: 200px;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit-button {
  z-index: 10;
  opacity: 0;
  background-color: #00ffe1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.form-block-3 {
  width: 100%;
  min-width: 400px;
  max-width: 600px;
  margin-top: 60px;
}

.submit-wrapper {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 160px;
  height: 100%;
  max-height: 160px;
  display: flex;
  position: absolute;
  inset: auto -14% -25% auto;
}

.wheel-slider {
  position: relative;
}

.modal-trigger {
  margin-left: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
}

.btn-2 {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-2.submit {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  font-weight: 500;
  overflow: hidden;
}

.wlfwc-holder {
  z-index: 20;
  color: #fff;
  position: relative;
}

.modal-close-wrap {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ffffff17;
  border-radius: 40px;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 16px;
  line-height: 1;
  transition: all .3s;
  display: flex;
  position: relative;
}

.modal-close-wrap:hover {
  color: #051328;
  background-color: #00ffe1;
}

.nav-item-text-mobile {
  display: none;
}

.slide-content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-2 {
  z-index: 999;
  padding-top: 20px;
  padding-bottom: 12px;
  position: fixed;
  inset: 0% 0% auto;
}

.swiper-nav-btn-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-show-slider-nav {
  justify-content: center;
  align-items: center;
  width: 28px;
  display: flex;
}

.swiper-nav-btn {
  z-index: 40;
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 60%;
  left: 20%;
  transform: rotate(-20deg);
}

.swiper-nav-btn:hover {
  color: #00ffe1;
}

.swiper-nav-btn.next {
  left: auto;
  right: 20%;
  transform: rotate(20deg);
}

.nav-link-icon {
  justify-content: center;
  align-items: center;
  width: 22px;
  padding-right: 6px;
  display: flex;
  position: absolute;
  left: -22px;
}

.swiper-navigation {
  z-index: 40;
  justify-content: center;
  align-items: center;
}

.footer-bottom {
  border-top: 1px solid #ffffff4a;
  margin-top: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo-embed {
  width: 160px;
}

.noiser {
  display: none;
}

.controls {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 32px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.slide-text-wrap {
  overflow: hidden;
}

.control-btn {
  z-index: 80;
  cursor: pointer;
  background-color: #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.control-btn:hover {
  color: #051328;
  background-color: #00ffe180;
}

.clone-the-child-of-this {
  width: 100%;
}

.footer-bottom-link {
  color: #fff;
  transition: all .2s;
  position: relative;
}

.footer-bottom-link:hover {
  color: #00ffe1;
}

.textarea {
  color: #cacaca;
  background-color: #121f33;
  border: 1px solid #ffffff4a;
  border-radius: 5px;
  max-width: 100%;
  min-height: 280px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 19px;
}

.nav-item-list {
  align-items: center;
  margin-bottom: 0;
  margin-right: -12px;
  display: flex;
}

.container-2 {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.container-2.is--nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-2.is--footer-bottom {
  text-align: center;
}

.container-2.is--footer {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

._wf-button__wrapper {
  z-index: 900;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heart {
  color: #00ffe1;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.subline {
  color: #051328;
  background-color: #00ffe1;
  border-radius: 20px;
  padding: 6px 18px;
  font-size: 13px;
}

.subline.ontop {
  margin-bottom: 12px;
}

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

.modal-close-icon {
  color: #051328;
  background-color: #00ffe1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  transform: rotate(45deg);
}

.contact {
  z-index: 998;
  background-color: #051328;
  border-top: 1px solid #ffffff4a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 140px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.db {
  display: block;
}

.swiper-wrapper-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.form-3 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.swiper-container {
  z-index: 1;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  transform: perspective(1200px);
}

.page-content {
  width: 100%;
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

.nav-logo-link {
  color: #fff;
  align-items: center;
  height: 60px;
  transition: all .2s;
  display: flex;
  overflow: visible;
}

.nav-logo-link:hover {
  color: #00ffe1;
}

.swiper-slide-2 {
  text-align: center;
  border-radius: 20px;
  flex: none;
  width: 30%;
  height: 70vh;
  margin-top: 8vh;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.slide-heading {
  font-size: 48px;
  line-height: 1.4;
  transition: all .4s;
}

.slide-category {
  color: #dfdfdf;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.4;
  transition: all .6s;
}

.nav-item-link {
  z-index: 2;
  color: #fff;
  cursor: pointer;
  align-items: center;
  margin-left: 40px;
  margin-right: 12px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.nav-item-link:hover {
  color: #00ffe1;
}

.slide-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.contact-trigger-wrap {
  justify-content: center;
  padding-bottom: 2vh;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.nav-3 {
  z-index: 999;
  padding-top: 20px;
  padding-bottom: 12px;
  position: fixed;
  inset: 0% 0% auto;
}

.container-3 {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.container-3.is--nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-3.is--footer-bottom {
  text-align: center;
}

.container-3.is--footer {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.swiper-wrapper-3 {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.swiper-slide-3 {
  text-align: center;
  border-radius: 20px;
  flex: none;
  width: 30%;
  height: 70vh;
  margin-top: 8vh;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.services_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.section_services.background-color-dodger-blue {
  background-color: #0099ff0d;
}

.services_item {
  text-align: center;
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 3rem 1.5rem;
  box-shadow: 0 10px 20px #a4d9fd26;
}

.services_item_heading {
  font-size: 1.75rem;
}

.subheading {
  font-size: 2rem;
  font-weight: 600;
}

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

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

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

.paragraph {
  direction: ltr;
  text-align: center;
  word-break: normal;
  justify-content: flex-start;
  display: block;
}

.paragraph-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2rem;
}

.container-4 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.tagline {
  color: #6f737c;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.tagline.margin-bottom-60 {
  margin-bottom: 60px;
}

.logo-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.logo-block {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 163px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.logo-block:hover {
  box-shadow: 0 4px 20px #0118291a;
}

.card-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

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

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

.logo-strip-image {
  width: 100%;
}

.logo-strip-image._03, .logo-strip-image._02, .logo-strip-image._01 {
  border-bottom: 1px solid #dcddeb;
}

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

.grid-3-columns.logo-strip-v5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.section-9 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-9.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.logo-strip-v5 {
  grid-column-gap: 70px;
  grid-template-columns: .5fr 1fr;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.heading-3 {
  text-align: right;
  margin-bottom: 2.1rem;
  margin-right: 71px;
  font-family: Changa, sans-serif;
  font-weight: 700;
}

.heading-4 {
  font-family: Anton, sans-serif;
}

.paragraph-5 {
  margin-top: 20px;
  padding-left: 22px;
  padding-right: 22px;
}

.heading-5 {
  padding-top: 10px;
}

.container-5 {
  margin-top: 42px;
  margin-bottom: 20px;
  padding-bottom: 42px;
}

.specialsection.ligth {
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  font-size: 2rem;
  display: flex;
}

.button-2 {
  margin-top: 20px;
}

.feature-list-track {
  width: 22rem;
  margin-right: 7rem;
  padding-top: 50vh;
  padding-bottom: 50vh;
}

.feature-content-wrapper {
  background-color: #f5f5f7;
  border-radius: 1.875rem;
  width: 100%;
  height: 25rem;
  overflow: hidden;
}

.feature-list-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.font-smoothing {
  display: none;
}

.feature-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.full-image._1 {
  object-fit: cover;
}

.feature-content-track {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.feature-text {
  opacity: .2;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: opacity .2s;
}

.main-wrapper-2 {
  width: 100vw;
  height: 150vh;
  min-height: 800px;
}

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

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

.services_component-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

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

.home-faq_answer {
  overflow: hidden;
}

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

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

.home-faq_accordion {
  cursor: pointer;
  background-color: #d7e0e7;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 1rem;
  padding: 1.5rem 2rem;
  box-shadow: 0 0 20px 8px #a4d9fd26;
}

.subheading-2 {
  font-family: Changa, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.home-faq_answer-text {
  text-align: right;
  padding-top: 1rem;
  font-family: Changa, sans-serif;
}

.section_home-faq.background-color-dodger-blue {
  background-color: #0099ff0d;
}

.home-faq_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

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

.text-size-medium-2.text-weight-bold {
  font-family: Changa, sans-serif;
}

.subtitle-wrapper {
  margin-bottom: 18px;
  overflow: hidden;
}

.section-11 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.card-circle {
  background-color: #f3f6fc;
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3e73a1;
  border: 1px solid #4393d8;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-3.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.button-3.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.services-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid #f3f6fc;
  border-left: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tripple-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.card-button-wrapper {
  display: flex;
}

.body-display {
  color: #6e7488;
  text-align: left;
  font-family: Changa, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.body-display.white {
  color: #ffffffe6;
}

.intro-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.services-card {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 36px;
  display: grid;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.button-text {
  z-index: 10;
  direction: rtl;
  letter-spacing: 4px;
  text-transform: none;
  word-break: normal;
  font-family: Changa, sans-serif;
  position: relative;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.wrapper.navbar-wrapper {
  border: 1px solid #f3f6fc;
  border-top: 1px #f3f6fc00;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.large-heading {
  font-size: 3rem;
  line-height: 1.15em;
}

.subtitle {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle.white {
  color: #fff;
}

.clip {
  position: relative;
  overflow: hidden;
}

.icon {
  z-index: 10;
  background-color: #f3f6fc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  position: relative;
}

.heading {
  z-index: 10;
  position: relative;
}

.feature-card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.icon-2 {
  z-index: 10;
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  position: relative;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3e73a1;
  border: 1px solid #4393d8;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-4:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-4.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.button-4.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.button-4.grey-outline.small {
  text-align: right;
  align-self: flex-end;
}

.heading-6 {
  z-index: 10;
  text-align: left;
  font-family: Changa, sans-serif;
  position: relative;
}

.cloneable-gallery {
  background-color: #0000;
  padding-bottom: 120px;
  position: relative;
}

.workrow {
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.search {
  background-color: #fff;
  border: 1px solid #e2e7f1;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.nav-link-2 {
  color: #090b19;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-2.w--current {
  color: #090b19;
}

.nav-menu {
  z-index: 10;
  border: 1px #f3f6fc00;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.search-input {
  border: 1px #000;
  min-height: 42px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 13px;
  font-weight: 300;
}

.search-input::placeholder {
  color: #6e7488;
}

.mega-category-list {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.mega-category-list.middle {
  border-left: 1px solid #e2e7f1;
  border-right: 1px solid #e2e7f1;
}

.menu-collection-list-item {
  border-bottom: 1px solid #e2e7f1;
}

.search-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border-radius: 100px;
  padding: 0 32px;
  font-size: 9px;
}

.team-social-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.mega-menu-overlay {
  z-index: 20;
  background-color: #090b1980;
  display: none;
  position: fixed;
  inset: 0%;
}

.full-menu-button {
  cursor: pointer;
  border-left: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-right: -.5px;
  padding: 26px;
  display: flex;
}

.team-social-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.team-social-icon.outline {
  border: 1px solid #e2e7f1;
}

.team-social-icon.small {
  width: 30px;
  height: 30px;
  padding: 7px;
}

.brand {
  color: #090b19;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 24px;
  font-size: 22px;
  display: flex;
}

.post-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #090b19;
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
  display: grid;
}

.post-list-item.category-list-item {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  min-height: 80px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
}

.tablet-mobile-menu, .tablet-mobile-nav-links {
  display: none;
}

.large-menu-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: #f3f6fc;
  flex-direction: column;
  grid-template-rows: 75px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 25px;
  display: grid;
  position: relative;
}

.search-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.stacked-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.stacked-description.horizontal {
  grid-column-gap: 12px;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  width: 100%;
}

.nav-link-hover-button {
  border: 1px solid #ffffff1f;
  border-radius: 100px;
  width: 100%;
  height: 46px;
  position: absolute;
}

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

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

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

.menu-wrapper-2 {
  border: 1px #f3f6fc00;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 33.33%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mega-social-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.left-navbar {
  z-index: 30;
  letter-spacing: -.03em;
  background-color: #fff;
  border: 1px #f3f6fc;
  justify-content: space-between;
  width: 33.33%;
  min-width: 275px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.navbar {
  background-color: #ddd0;
  justify-content: center;
  height: 75px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-cover {
  background-color: #fff;
  border-left: 1px solid #f3f6fc;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  margin-left: -1px;
  margin-right: -5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.projects-search-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 75px;
  display: grid;
}

.mega-menu {
  z-index: 25;
  background-color: #f3f6fc;
  border: 1px #f3f6fc;
  border-left-style: solid;
  margin-left: -1px;
  margin-right: -1px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.mega-menu-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #e2e7f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.image-4 {
  cursor: none;
}

.stripe-wrapper {
  z-index: 5;
  border: 1px solid #fa5959;
  justify-content: center;
  width: 100vw;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-menu-list.white {
  border-top-color: #ffffff26;
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}

.footer-credits {
  font-size: 13px;
  font-weight: 400;
}

.about-description {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 24px;
  display: grid;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(44px, auto) minmax(102px, auto) minmax(103px, auto) minmax(103px, auto) minmax(103px, auto) minmax(36px, auto);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(106px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.pin-stripe {
  background-color: #f3f6fc;
  width: 1px;
}

.pin-stripe.white {
  background-color: #ffffff1f;
}

.stripe-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #6e7488;
  letter-spacing: -.03em;
  white-space: normal;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item:hover {
  color: #090b19;
}

.menu-list-item.w--current {
  color: #090b19;
  padding-left: 36px;
}

.menu-list-item.white {
  color: #fff;
  cursor: pointer;
  border-top-color: #ffffff26;
  border-bottom-color: #ffffff26;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-list-item.white.small {
  padding-top: 19px;
  padding-bottom: 19px;
}

.footer-section {
  z-index: 10;
  color: #fff;
  background-color: #090b19;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw 36px;
  display: flex;
  position: relative;
}

.lottie-animation {
  width: 500px;
}

.red {
  color: #3f73a0;
}

.h1 {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  text-align: left;
  flex-direction: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  width: auto;
  min-width: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  font-family: Changa, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  display: flex;
  position: static;
}

.button-5 {
  background-color: #db6856;
  border: 2px #ae4b3a;
  border-radius: 7px;
  margin-top: 40px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  transition: all .2s;
  box-shadow: 0 -1px 11px #00000042, 0 -5px #ae4b3adb;
}

.button-5:hover {
  box-shadow: 0 0 #5878e5b8;
}

.herocontent {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.paragraph-9 {
  color: #333c;
  text-align: left;
  margin-left: auto;
  font-family: Changa, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.big-section {
  border-bottom: 1px solid #dbdbdb;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 150px;
  padding-bottom: 120px;
  display: flex;
}

.blue {
  color: #4664e1;
}

.hero-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 1250px;
}

.subheader {
  color: #3f73a0;
  text-align: left;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  position: static;
}

.ths12-cta-links-wrapper {
  grid-column-gap: 100px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 100px;
}

.ths12-heading-h1 {
  z-index: 1;
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa, sans-serif;
  position: relative;
}

.ths12-heading-h1.ths12-margin-left {
  margin-left: 40px;
}

.ths12-overlay-2 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.ths12-hero-section {
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ths12-overlay-3 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.ths12-wrapper {
  z-index: 6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1234px;
  display: flex;
  position: relative;
}

.ths12-cta-link {
  color: #fff;
  letter-spacing: .5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.ths12-overlay-1 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.ths12-link-line-wrapper {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  overflow: hidden;
}

.ths12-link-hover-line {
  background-color: #fff;
  width: 0%;
  height: 1px;
}

.ths12-heading-h1-span {
  border-bottom: 2px solid #ffedbc33;
  font-family: Changa, sans-serif;
}

.ths12-overlay-4 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.ths12-heading-h1-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ths12-heading-bg-circle {
  border: 1px solid #ffedbc33;
  border-right-width: 3px;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  position: absolute;
}

.ths12-overlay-5 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.ths12-logo {
  width: 50px;
  margin-right: 15px;
}

.ths12-menu-icon-bg-hover-circle {
  background-color: #ffffff1a;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
}

.ths12-logo-dark {
  opacity: 0;
  width: 50px;
  margin-right: 15px;
  position: absolute;
  left: 0;
}

.ths12-menu-icon-bars-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.ths12-social-icon {
  width: 25px;
}

.ths12-header {
  z-index: 8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 40px 70px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.ths12-brand {
  z-index: 99;
  color: #fff;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.ths12-menu-icon-bar {
  z-index: 5;
  background-color: #fff;
  width: 20px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
  position: relative;
}

.ths12-social-link {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-3 {
  font-family: Changa, sans-serif;
}

.ths12-menu-close-icon {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 40px 50px auto auto;
}

.ths12-menu-link-hover-line {
  background-image: linear-gradient(135deg, #ed4264, #cab374);
  width: 100%;
  height: 4px;
  position: absolute;
  inset: 70px 0% auto;
}

.ths12-menu-links-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ths12-menu-link {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ed4264, #cab374);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 120px;
  line-height: 120px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.ths12-menu-close-icon-bar-wrapper {
  width: 30px;
}

.ths12-menu-close-icon-bar-wrapper.one {
  transform: rotate(45deg);
}

.ths12-menu-close-icon-bar-wrapper.two {
  position: absolute;
  transform: rotate(135deg);
}

.ths12-menu-close-icon-bar {
  background-color: #222;
  width: 100%;
  height: 2px;
}

.ths12-menu {
  z-index: 9;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: -100% 0% 0%;
}

.ths12-menu-bg-circle {
  z-index: 7;
  background-color: #fffefe;
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  position: fixed;
  inset: -1.5vw -1.5vw auto auto;
}

.ths12-cta-links-wrapper-2 {
  grid-column-gap: 100px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 100px;
}

.ths12-heading-h1-2 {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.ths12-heading-h1-2.ths12-margin-left {
  margin-left: 40px;
}

.ths12-overlay-6 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.ths12-overlay-7 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.ths12-overlay-8 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.ths12-heading-bg-circle-2 {
  border: 1px solid #ffedbc33;
  border-right-width: 3px;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  position: absolute;
}

.ths12-overlay-9 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.contact_field-label {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.contact_social-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  margin-top: auto;
  display: grid;
}

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

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar_link {
  -webkit-text-stroke-color: #fff;
  padding: .5rem 1.25rem;
  font-family: Changa, sans-serif;
  font-weight: 500;
  transition: color .4s;
}

.navbar_link:hover, .navbar_link.w--current {
  color: #09f;
}

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

.contact_checkbox-label {
  color: #333;
  margin-bottom: 0;
}

.contact_content-left {
  flex-direction: column;
  height: 100%;
  display: flex;
}

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

.contact_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

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

.footer_social-link {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.footer_social-link:hover {
  color: #09f;
}

.footer_social-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  align-items: end;
  margin-top: auto;
  display: grid;
}

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

.padding_header {
  padding-top: 8.5rem;
  padding-bottom: 7.5rem;
}

.padding_header.is-huge {
  padding-top: 11rem;
}

.footer_link {
  text-align: right;
  align-self: flex-end;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Changa, sans-serif;
  font-size: 1.125rem;
  text-decoration: none;
  transition: color .4s;
}

.footer_link:hover {
  color: #09f;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.contact_from-shape {
  z-index: 2;
  background-color: #09f;
  border-radius: 50%;
  width: 5.625rem;
  height: 5.625rem;
  margin-bottom: 4rem;
  margin-right: 4rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.contact_checkbox {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0;
  margin-left: -1rem;
}

.footer_form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: .75rem;
  display: flex;
}

.footer_menu-left {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.footer_menu-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content;
  align-items: start;
}

.contact_item {
  display: flex;
}

.navbar_menu-button {
  padding: 0;
}

.contact_checkbox-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-bottom: 0;
  padding-left: 1rem;
  display: flex;
}

.navbar_component {
  z-index: 10;
  opacity: 1;
  background-color: #0000;
  border-bottom: 0 solid #dadada;
  border-radius: 0;
  align-items: center;
  width: 100%;
  min-height: 6rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 0;
}

.contact_contact-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

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

.icon-embed-small-2:hover {
  color: #09f;
}

.contact_component {
  grid-column-gap: .25rem;
  grid-row-gap: 5rem;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .9fr .25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 2.5rem;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 60px #0000001a;
}

.footer_right-wrapper {
  flex-direction: column;
  display: flex;
}

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.contact_shape-dodger-blue {
  background-color: #0099ff1a;
  border-radius: 50%;
  width: 16rem;
  height: 16rem;
  margin-bottom: -6.4rem;
  margin-right: -6.5rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.form-radio-2col-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  place-items: start stretch;
}

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

.footer_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #09f;
  border: 1px solid #09f;
  border-radius: .25rem;
  padding: .75rem 2.375rem;
  font-weight: 500;
  transition: color .35s, border-color .35s, background-color .35s ease-in;
}

.button-6:hover {
  background-color: #000;
  border-color: #000;
}

.button-6.is-navbar {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Changa, sans-serif;
  display: flex;
}

.contact_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.contact_form-input {
  border: 1px #000;
  border-bottom: 2px solid #33333380;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem 1rem .5rem 0;
}

.contact_form-input.is-message {
  min-height: 7rem;
}

.footer_form-input {
  color: #fff;
  background-color: #333;
  border: 1px solid #09f;
  border-radius: .25rem;
  max-width: 25rem;
  height: auto;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 2rem;
  font-size: 1rem;
  line-height: 1.6;
}

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

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

.image-6 {
  text-align: right;
  order: 1;
  align-self: auto;
}

.heading-8, .paragraph-10 {
  text-align: right;
  font-family: Changa, sans-serif;
}

.image-7 {
  text-align: right;
  align-self: flex-end;
}

.heading-9 {
  font-family: Changa, sans-serif;
}

.heading-10 {
  margin-bottom: .3rem;
  padding-bottom: 29px;
  font-family: Changa, sans-serif;
}

.video-2 {
  width: 100vw;
  height: 796vh;
}

.background-video {
  min-width: 100vw;
  min-height: 100vh;
}

.background-video-2 {
  min-height: 100vh;
}

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

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 400;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---logo-strip-full-width {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---logo-strip-image-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 1px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 16px;
  width: 284px;
  margin: 14px 16px;
}

.brix---section-logo-strip-v6 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-link {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--white);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--black);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  transform: scale3d(.96, .96, 1.01);
}

.grid-footer-4-cols-v14 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto auto auto;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---footer-col-title {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---footer-top-border-bottom {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---text-200-bold {
  color: var(--elements-webflow-library--neutral--800);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---footer-bottom-v14 {
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---hidden-desktop {
  display: none;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-nav {
  margin-top: 48px;
  position: static;
  transform: scale(.8);
}

.brix---section-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.f-navigation-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-logo {
  width: 124px;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.livechat-button {
  background-color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.live-icon-chat {
  margin-right: 0;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #33bd33;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

@media screen and (min-width: 1280px) {
  .card-hover-item {
    padding: 0;
  }

  .background-video-2 {
    min-width: 100vw;
  }
}

@media screen and (min-width: 1440px) {
  .text-size-medium._40ch {
    font-size: 1.5rem;
  }

  .grid-2-columns.logo-strip-v5 {
    grid-column-gap: 110px;
    grid-template-columns: .6fr 1fr;
  }

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

  .services-card {
    padding: 48px;
  }

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

  .h1 {
    color: #111;
    text-align: left;
    align-self: flex-start;
  }

  .paragraph-9 {
    text-align: left;
    align-self: flex-start;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 80px;
    grid-template-columns: .9fr auto auto auto;
  }
}

@media screen and (min-width: 1920px) {
  .menu-list-item.white.small {
    padding-top: 0;
  }

  .video-2 {
    width: auto;
    min-width: 100vw;
    height: auto;
  }

  .background-video {
    min-width: 100vw;
    min-height: 100vh;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat {
    display: none;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rf-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

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

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

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

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

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

  .tricks-slider_slide {
    width: 48%;
    margin-right: 2em;
  }

  .progress {
    margin-top: 30px;
  }

  .header1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

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

  .navbar2_logo {
    min-width: 60px;
    min-height: 60px;
    margin-top: 20px;
    display: inline-block;
  }

  .navbar2_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

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

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

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

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

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

  .navbar2_menu-button {
    padding: 0;
  }

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

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

  .menu-icon2_line-top {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-middle {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .menu-icon2_line-bottom {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .cta1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .portfolio15_item {
    grid-column-gap: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-2.overflow-hidden {
    display: none;
  }

  .swiper-pagination-bullet {
    background-color: #e4e4e7;
    border-radius: 6.25rem;
    flex: none;
    width: .5rem;
    height: .5rem;
    margin-left: .375rem;
    margin-right: .375rem;
    padding: 0;
  }

  .mockup-subtitle {
    font-size: 1.1em;
  }

  .mockup-title {
    font-size: 4em;
  }

  .mockup-wrapper.is-first {
    margin-top: -2.5em;
  }

  .mockup-overlap {
    height: 34vw;
  }

  .hero {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .submit-wrapper {
    right: -6%;
  }

  .wheel-slider {
    position: relative;
  }

  .nav-item-text-mobile {
    display: block;
  }

  .nav-item-text-desktop {
    display: none;
  }

  .swiper-nav-btn.prev {
    left: 16%;
  }

  .swiper-nav-btn.next {
    right: 16%;
  }

  .logo-embed {
    width: 140px;
  }

  ._wf-button__wrapper {
    transform-origin: 100% 100%;
    justify-content: flex-end;
    align-items: flex-end;
    transform: scale(.8);
  }

  .swiper-slide-2 {
    width: 45%;
    height: 60vh;
  }

  .slide-heading {
    font-size: 36px;
  }

  .slide-category {
    font-size: 12px;
  }

  .swiper-slide-3 {
    width: 45%;
    height: 60vh;
  }

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

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

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 1.1rem;
  }

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

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

  .logo-strip-image._05 {
    height: 25vh;
  }

  .logo-strip-image._04 {
    border-bottom: 1px solid #dcddeb;
    height: 24.5vh;
  }

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

  .section-9 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section-9.small {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    line-height: 1.5rem;
    display: flex;
  }

  .grid-2-columns.logo-strip-v5 {
    grid-template-columns: 1fr;
  }

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

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

  .feature-list-track {
    margin-right: 4rem;
  }

  .feature-content-wrapper {
    height: 20rem;
  }

  .feature-list-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .feature-content-track {
    width: 20rem;
  }

  .services_component-2, .services_component-3 {
    grid-template-columns: 1fr 1fr;
  }

  .section-11 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .tripple-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .body-display.dark {
    color: #090b19;
  }

  .services-card {
    grid-template-columns: 1fr;
    padding: 36px 24px;
  }

  .cloneable-gallery {
    padding-bottom: 0;
  }

  .nav-link-2 {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link-2.w--current {
    color: #090b19;
  }

  .nav-menu, .mega-category-list {
    display: none;
  }

  .dropdown-lottie {
    justify-content: center;
    align-items: center;
    width: 18px;
    margin-left: 24px;
    display: flex;
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 24px;
    display: flex;
  }

  .post-list-item {
    height: auto;
    font-size: 16px;
  }

  .post-list-item.category-list-item {
    min-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .tablet-mobile-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tablet-mobile-nav-links {
    background-color: #fff;
    display: flex;
  }

  .large-menu-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 75px;
    padding-bottom: 0;
  }

  .search-wrapper {
    display: flex;
  }

  .dropdown-list {
    background-color: #fff;
    position: relative;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .dropdown {
    border-bottom: 1px solid #e2e7f1;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown.top {
    border-top: 1px solid #e2e7f1;
  }

  .left-navbar {
    width: 100%;
  }

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

  .footer-wrapper {
    grid-template-rows: minmax(44px, auto) minmax(106px, auto) minmax(106px, auto) minmax(36px, auto);
    grid-template-columns: 1fr 1fr;
  }

  .footer-section {
    padding-top: 100px;
  }

  .herocontent {
    padding-right: 0;
  }

  .big-section {
    height: auto;
    padding: 150px 20px;
  }

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

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

  .navbar_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .padding_header {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }

  .padding_header.is-huge {
    padding-top: 9rem;
  }

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

  .navbar_menu-button {
    padding: 0;
  }

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

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

  .navbar_component {
    min-height: 5rem;
  }

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

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

  .navbar_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .footer_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---logo-strip-image-card {
    border-radius: 12px;
    width: 200px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-7 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---footer-bottom-v14 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

  .container-small {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tricks-slider_text {
    font-size: 9.9em;
  }

  .header1_component {
    grid-row-gap: 3rem;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

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

  .layout353_content-left {
    position: static;
  }

  .logo1_component {
    padding-top: 1rem;
  }

  .logo1_logo {
    max-height: 3rem;
  }

  .cta1_component {
    grid-row-gap: 3rem;
  }

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

  .portfolio15_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .portfolio15_title-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer7_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer7_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer7_credit-text {
    margin-top: 2rem;
  }

  .footer7_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .social {
    margin-bottom: 1.5rem;
  }

  .follow-text {
    text-align: center;
    margin-top: 1.375rem;
  }

  .social-link {
    margin-left: .625rem;
    margin-right: .625rem;
  }

  .mockup-title {
    font-size: 3em;
  }

  .mockup-wrapper {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    justify-content: center;
  }

  .mockup-wrapper.is-first {
    margin-top: -6.6em;
  }

  .iphone-mockup {
    width: 40%;
  }

  .iphone-mockup.is-second {
    order: 1;
    width: 52%;
  }

  .hero {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .submit-wrapper {
    right: -6%;
    transform: scale(.8);
  }

  .wlfwc-holder {
    transform: scale(.8);
  }

  .nav-2 {
    padding-top: 12px;
  }

  .swiper-nav-btn-icon {
    width: 40%;
  }

  .swiper-nav-btn {
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .swiper-nav-btn.prev {
    left: 14%;
  }

  .swiper-nav-btn.next {
    right: 14%;
  }

  .nav-link-icon {
    height: 20px;
  }

  .logo-embed {
    width: 120px;
  }

  .nav-item-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-item-list.is--main-nav {
    margin-top: 8px;
    margin-right: 0;
    padding-left: 0;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2.is--nav {
    flex-direction: column;
    display: flex;
  }

  ._wf-button__wrapper {
    margin-bottom: -20px;
    margin-right: -20px;
  }

  .swiper-slide-2 {
    width: 60%;
  }

  .nav-item-link {
    margin-left: 32px;
  }

  .nav-3 {
    padding-top: 12px;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3.is--nav {
    flex-direction: column;
    display: flex;
  }

  .swiper-slide-3 {
    width: 60%;
  }

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

  .services_item {
    padding: 1.5rem 1rem;
  }

  .services_item_heading {
    font-size: 1.5rem;
  }

  .subheading {
    font-size: 1rem;
  }

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

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

  .grid-3-columns.logo-strip-v5 {
    grid-template-columns: 1fr 1fr;
  }

  .section-9 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-9.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .feature-content-wrapper {
    width: 35vh;
    height: 35vh;
  }

  .feature-content-track {
    opacity: 0;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding: 1.25rem;
    display: none;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .main-wrapper-2 {
    padding-top: 50vh;
    padding-bottom: 50vh;
  }

  .services_component-2, .services_component-3 {
    grid-template-columns: 1fr;
  }

  .home-faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home-faq_accordion {
    padding: 1rem 1.5rem;
  }

  .subheading-2 {
    font-size: 1rem;
  }

  .home-faq_answer-text {
    padding-top: .5rem;
    font-size: 1rem;
  }

  .home-faq_icon {
    width: 1.75rem;
  }

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

  .section-11 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .tripple-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .workcol {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-2 {
    border-bottom: 1px solid #f3f6fc;
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-link-2.bottom {
    border-bottom-style: none;
  }

  .dropdown-toggle {
    min-height: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brand {
    padding-left: 18px;
  }

  .large-menu-wrapper {
    grid-template-rows: 65px auto;
  }

  .search-wrapper {
    display: none;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .navigation-links {
    grid-template-columns: 1fr;
  }

  .menu-wrapper-2 {
    display: none;
  }

  .mega-social-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .left-navbar {
    border-style: none solid solid;
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .projects-search-wrapper {
    height: 65px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(36px, auto);
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .footer-section {
    padding-bottom: 72px;
  }

  .contact_field-label {
    font-size: 1.125rem;
  }

  .contact_form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .padding_header {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .padding_header.is-huge {
    padding-top: 7.5rem;
  }

  .footer_link {
    font-size: 1rem;
  }

  .contact_from-shape {
    width: 4rem;
    height: 4rem;
    margin-bottom: 2rem;
    margin-right: 2rem;
    bottom: 1.5rem;
    right: 5rem;
  }

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

  .footer_menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 100%;
    padding: 1rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .text-weight-semibold-2 {
    font-weight: 500;
  }

  .button-6 {
    padding: .5rem 2.5rem;
    font-size: 1rem;
  }

  .button-6.is-navbar {
    padding: .5rem 1.25rem;
    font-size: 1rem;
  }

  .footer_form-input {
    min-height: 2.5rem;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---logo-strip-image-card {
    width: 148px;
    margin: 8px 10px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .grid-footer-4-cols-v14 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-medium._40ch {
    text-align: center;
    margin-top: 0;
    font-size: .9rem;
  }

  .button.is-icon.whatsapp {
    padding: .5rem 1rem;
  }

  .button.is-icon.email {
    padding: .5rem 1rem;
    font-size: 1.5rem;
  }

  .button-group._1 {
    width: 12rem;
    margin-top: 40px;
  }

  .text-style-allcaps.font-size-12.text-letterspacing-0_03 {
    font-size: 1.1rem;
  }

  .tricks-slider_slide {
    width: 90%;
    max-height: 130vw;
    margin-right: 3em;
  }

  .tricks-slider_text {
    font-size: 20em;
  }

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

  .header1_content.text-color-white {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar2_container {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .navbar2_logo {
    margin-bottom: 20px;
  }

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

  .text-span {
    display: block;
  }

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

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

  .logo1_component {
    justify-content: center;
  }

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

  .section_portfolio15 {
    margin-top: auto;
  }

  .col.col--2.mod--efficiency {
    width: 50%;
    overflow: visible;
  }

  .col.col--2.mod--hero {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 55rem;
    display: flex;
  }

  .section-2.mod--hero {
    display: none;
  }

  .section-2.overflow-hidden {
    display: none;
    overflow: hidden;
  }

  .descript.margin-bottom-108 {
    font-size: 1rem;
  }

  .follow-text {
    align-items: flex-start;
    max-width: 14.375rem;
  }

  .follow-heart {
    top: -.4375rem;
    right: -.1875rem;
  }

  .modal__content {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .remodal.remodal--global {
    max-width: 100%;
  }

  .scene---scroll {
    display: none;
  }

  .cards {
    flex-direction: row;
    align-items: center;
    width: auto;
    height: 50vh;
    display: none;
  }

  .form-block-3 {
    min-width: auto;
  }

  .submit-wrapper {
    bottom: -29%;
  }

  .swiper-nav-btn.prev {
    left: 5%;
  }

  .swiper-nav-btn.next {
    right: 5%;
  }

  .nav-item-list.is--main-nav {
    display: flex;
  }

  .container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .subline {
    font-size: 10px;
  }

  .db {
    display: inline;
  }

  .db.mobile-db {
    display: block;
  }

  .swiper-slide-2 {
    height: 65vh;
  }

  .container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .swiper-slide-3 {
    height: 65vh;
  }

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

  .paragraph {
    font-size: 1.1rem;
  }

  .italic-text {
    text-align: left;
    font-size: 1.7rem;
  }

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

  .paragraph-3, .paragraph-4 {
    font-size: 1.1rem;
  }

  .logo-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .logo-block {
    height: 120px;
  }

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

  .grid-3-columns.logo-strip-v5 {
    flex-direction: column;
    display: flex;
  }

  .section-9 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-9.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-content-wrapper {
    width: 25vh;
    height: 25vh;
    margin-top: 166px;
  }

  .feature-content-track {
    opacity: 1;
    height: 100vh;
    display: flex;
  }

  .main-wrapper-2 {
    margin-bottom: 705px;
    display: none;
    overflow: visible;
  }

  .services_component-2, .services_component-3 {
    grid-template-columns: 1fr;
  }

  .home-faq_accordion {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-faq_icon {
    align-self: auto;
  }

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

  .section-10 {
    display: none;
  }

  .section-11 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tripple-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 36px;
  }

  .services-card {
    padding: 36px 18px;
  }

  .large-heading {
    font-size: 36px;
  }

  .icon, .icon-2 {
    margin-bottom: 36px;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brand {
    align-items: stretch;
    padding-left: 18px;
  }

  .post-list-item.category-list-item {
    height: auto;
  }

  .large-menu-wrapper {
    padding-top: 65px;
  }

  .stacked-description {
    grid-template-columns: 1fr;
    display: none;
  }

  .dropdown-list {
    height: auto;
  }

  .navbar {
    height: 65px;
  }

  .mega-menu-list-wrapper {
    grid-template-rows: auto;
    grid-auto-rows: auto;
    align-items: start;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .footer-wrapper {
    grid-template-rows: minmax(44px, auto) minmax(106px, auto);
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-list-item.white {
    grid-template-columns: auto 1fr;
  }

  .footer-section {
    padding-top: 80px;
  }

  .lottie-animation, .lottie-animation-2 {
    display: none;
  }

  .h1 {
    text-align: right;
    align-self: flex-start;
    align-items: center;
    font-size: 40px;
  }

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

  .big-section, .ths12-cta-links-wrapper {
    flex-direction: column;
  }

  .ths12-heading-h1 {
    font-size: 1.3rem;
  }

  .ths12-heading-bg-circle {
    width: 250px;
    height: 250px;
  }

  .image-5 {
    margin-left: 28px;
  }

  .text-block-3 {
    margin-bottom: 0;
    display: none;
  }

  .contact_from-shape {
    width: 3rem;
    height: 3rem;
    display: none;
    right: 0;
  }

  .footer_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer_menu-wrapper {
    grid-row-gap: 2.5rem;
  }

  .contact_component {
    grid-template-columns: 100%;
  }

  .form-radio-2col-2 {
    grid-template-columns: max-content max-content;
  }

  .footer_top-wrapper {
    grid-row-gap: 48px;
  }

  .button-6.is-navbar {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .footer_form-input {
    display: none;
  }

  .heading-7 {
    font-family: Changa, sans-serif;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---logo-strip-image-card {
    box-shadow: 0 1px 6px 0 var(--elements-webflow-library--general--shadow-02);
    border-radius: 10px;
    width: 120px;
    margin: 6px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container-7 {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---slider-nav {
    margin-top: 28px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .f-navigation-button {
    display: none;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }
}

#w-node-bde9ac1a-8bb3-25eb-592a-c04840a5a463-07b48d07 {
  justify-self: center;
}

#w-node-bde9ac1a-8bb3-25eb-592a-c04840a5a46a-07b48d07 {
  justify-self: end;
}

#w-node-_87c96246-2ae2-8e39-88e5-4a00c69586e0-07b48d07 {
  align-self: center;
}

#w-node-d07dd881-11bb-fb11-24d7-960ff645680a-07b48d07 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_5d27a048-9462-4f47-4f0c-9829c3913548-07b48d07 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-07b48d0d {
  justify-self: start;
}

#w-node-d42dc6fc-fcf8-dbb7-894e-42b52a27aa78-07b48d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_179e8c54-54e6-1c12-430a-4c0375599491-07b48d0d {
  justify-self: start;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994a5-07b48d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994a6-07b48d0d {
  justify-self: start;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994aa-07b48d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994ab-07b48d0d {
  justify-self: start;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994af-07b48d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994b0-07b48d0d {
  justify-self: start;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994b4-07b48d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994b5-07b48d0d {
  justify-self: start;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994b9-07b48d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994ba-07b48d0d {
  justify-self: start;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994be-07b48d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994bf-07b48d0d {
  justify-self: start;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994c9-07b48d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994ca-07b48d0d {
  justify-self: start;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994ce-07b48d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994cf-07b48d0d {
  justify-self: start;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994d3-07b48d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994d4-07b48d0d {
  justify-self: start;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994d8-07b48d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994d9-07b48d0d {
  justify-self: start;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994dd-07b48d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994de-07b48d0d {
  justify-self: start;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994e2-07b48d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755994e3-07b48d0d {
  justify-self: start;
}

#w-node-_8f20f192-75e9-a4b3-529b-374df876f52f-07b48d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f20f192-75e9-a4b3-529b-374df876f530-07b48d0d {
  justify-self: start;
}

#w-node-_8f20f192-75e9-a4b3-529b-374df876f534-07b48d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f20f192-75e9-a4b3-529b-374df876f535-07b48d0d {
  justify-self: start;
}

#w-node-_8f20f192-75e9-a4b3-529b-374df876f539-07b48d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f20f192-75e9-a4b3-529b-374df876f53a-07b48d0d {
  justify-self: start;
}

#w-node-_8f20f192-75e9-a4b3-529b-374df876f53e-07b48d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f20f192-75e9-a4b3-529b-374df876f53f-07b48d0d {
  justify-self: start;
}

#w-node-_8f20f192-75e9-a4b3-529b-374df876f548-07b48d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f20f192-75e9-a4b3-529b-374df876f549-07b48d0d {
  justify-self: start;
}

#w-node-_8f20f192-75e9-a4b3-529b-374df876f552-07b48d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f20f192-75e9-a4b3-529b-374df876f553-07b48d0d {
  justify-self: start;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755995ac-07b48d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_179e8c54-54e6-1c12-430a-4c03755995ad-07b48d0d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86205-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-07b48d0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-07b48d0e {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-07b48d0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-07b48d0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-07b48d0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-07b48d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-07b48d0e {
  justify-self: start;
}

#w-node-_77493cc4-a705-3ce5-ac78-02cdb5949aac-07b48d0f {
  justify-self: center;
}

#w-node-_77493cc4-a705-3ce5-ac78-02cdb5949ab5-07b48d0f {
  justify-self: end;
}

#w-node-_327e5983-99c9-d7f9-200d-bbb7a4e326fc-07b48d0f {
  align-self: start;
}

#w-node-_327e5983-99c9-d7f9-200d-bbb7a4e32702-07b48d0f, #w-node-_327e5983-99c9-d7f9-200d-bbb7a4e32703-07b48d0f, #w-node-_327e5983-99c9-d7f9-200d-bbb7a4e32707-07b48d0f, #w-node-_327e5983-99c9-d7f9-200d-bbb7a4e32709-07b48d0f, #w-node-_327e5983-99c9-d7f9-200d-bbb7a4e32734-07b48d0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51f14743-96e0-15e4-8002-0478c9524d5e-07b48d0f {
  place-self: end start;
}

#w-node-_82e89c02-adab-3409-cc5c-47215d81d5aa-07b48d0f, #w-node-_82e89c02-adab-3409-cc5c-47215d81d5ac-07b48d0f, #w-node-_82e89c02-adab-3409-cc5c-47215d81d5ae-07b48d0f, #w-node-_82e89c02-adab-3409-cc5c-47215d81d5b0-07b48d0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82e89c02-adab-3409-cc5c-47215d81d5b2-07b48d0f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bde9ac1a-8bb3-25eb-592a-c04840a5a46a-07b48d10 {
  justify-self: end;
}

#w-node-bde9ac1a-8bb3-25eb-592a-c04840a5a463-07b48d10 {
  justify-self: center;
}

#w-node-_87c96246-2ae2-8e39-88e5-4a00c69586e0-07b48d10 {
  align-self: center;
}

#w-node-d07dd881-11bb-fb11-24d7-960ff645680a-07b48d10 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-f73225e1-31b3-4b87-910d-7d23e48815fc-07b48d10, #w-node-d07dd881-11bb-fb11-24d7-960ff6456803-07b48d10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f7074f8-18bb-2b59-69e0-b4f09b28d3ac-07b48d10, #w-node-_8e99606f-f2f3-4ec7-6404-64ce258f3963-07b48d10 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6242b9a5-c134-3894-bd74-9c5553f56d95-07b48d10, #w-node-_6242b9a5-c134-3894-bd74-9c5553f56d96-07b48d10, #w-node-_6242b9a5-c134-3894-bd74-9c5553f56d98-07b48d10, #w-node-_6242b9a5-c134-3894-bd74-9c5553f56d99-07b48d10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d07dd881-11bb-fb11-24d7-960ff6456803-07b48d07 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a1cb80d0-951b-abc9-22cd-269b5778712d-07b48d07, #w-node-a1cb80d0-951b-abc9-22cd-269b57787172-07b48d07 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d07dd881-11bb-fb11-24d7-960ff6456803-07b48d10 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d07dd881-11bb-fb11-24d7-960ff6456803-07b48d07 {
    grid-column: span 1 / span 1;
  }

  #w-node-d07dd881-11bb-fb11-24d7-960ff645680a-07b48d07 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-a1cb80d0-951b-abc9-22cd-269b5778712d-07b48d07 {
    grid-column: span 2 / span 2;
  }

  #w-node-a1cb80d0-951b-abc9-22cd-269b57787172-07b48d07 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-d07dd881-11bb-fb11-24d7-960ff645680a-07b48d10 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-d07dd881-11bb-fb11-24d7-960ff6456803-07b48d10 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_327e5983-99c9-d7f9-200d-bbb7a4e326e8-07b48d0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


