@font-face {
  font-family: Calibre;
  src: url('../fonts/TestCalibre-Semibold-BF661746ed9242e.woff2') format("woff2"), url('../fonts/TestCalibre-Semibold-BF661746ed9242e.eot') format("embedded-opentype"), url('../fonts/TestCalibre-Semibold-BF661746ed9242e.woff') format("woff"), url('../fonts/TestCalibre-Semibold-BF661746ed9242e.ttf') format("truetype"), url('../fonts/TestCalibre-Semibold-BF661746ed9242e.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calibre;
  src: url('../fonts/TestCalibre-Regular-BF661746edbee52.woff2') format("woff2"), url('../fonts/TestCalibre-Regular-BF661746edbee52.eot') format("embedded-opentype"), url('../fonts/TestCalibre-Regular-BF661746edbee52.woff') format("woff"), url('../fonts/TestCalibre-Regular-BF661746edbee52.ttf') format("truetype"), url('../fonts/TestCalibre-Regular-BF661746edbee52.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calibre;
  src: url('../fonts/TestCalibre-Medium-BF661746ed8cff9.woff2') format("woff2"), url('../fonts/TestCalibre-Medium-BF661746ed8cff9.eot') format("embedded-opentype"), url('../fonts/TestCalibre-Medium-BF661746ed8cff9.woff') format("woff"), url('../fonts/TestCalibre-Medium-BF661746ed8cff9.ttf') format("truetype"), url('../fonts/TestCalibre-Medium-BF661746ed8cff9.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calibre;
  src: url('../fonts/TestCalibre-Bold-BF661746ed7c530.woff2') format("woff2"), url('../fonts/TestCalibre-Bold-BF661746ed7c530.eot') format("embedded-opentype"), url('../fonts/TestCalibre-Bold-BF661746ed7c530.woff') format("woff"), url('../fonts/TestCalibre-Bold-BF661746ed7c530.ttf') format("truetype"), url('../fonts/TestCalibre-Bold-BF661746ed7c530.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-150: #b0b0b0;
  --white: white;
  --white-100: #f1f1f1;
  --fleapo-green-100: #0f909a;
  --black-75: #1d1d1d;
  --white-125: #e7e7e7;
  --white-75: #f9f9f9;
  --black-125: #101010;
  --black-100: #181818;
  --black-50: #4a4a4a;
  --black: black;
  --fleapo-green-125: #0b6d74;
  --crypwave-bg: #3283d5;
  --tm-bg: #ffe0c3;
  --scentcraft-bg: whitesmoke;
  --infinia-bg: #c51e32;
  --nft-bg: black;
  --fresh-aisle-bg: #f4fff3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-hflex {
  flex-direction: row;
  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%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Calibre, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 1.25em;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

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

.is-pad-b-208 {
  padding-bottom: 13em;
}

.is-pad-tb-144 {
  padding-top: 9em;
  padding-bottom: 9em;
}

.form-field-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.is-pad-tb-232 {
  padding-top: 14.5em;
  padding-bottom: 14.5em;
}

.is-pad-t-184 {
  padding-top: 11.5em;
}

.list-item--bullets {
  margin-bottom: .5em;
  list-style-type: disc;
}

.dsg-table-spacing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1d1d1d;
  border-radius: 1em;
  grid-template-columns: 1fr;
  width: 100%;
}

.dsg-table-spacing.is-headlines {
  grid-template-rows: .25fr;
  grid-auto-rows: 1fr;
}

.is-h5 {
  font-size: 1.5em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}

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

.is-txt-bold {
  font-weight: 700;
}

.is-pad-tb-152 {
  padding-top: 9.5em;
  padding-bottom: 9.5em;
}

.is-margin-tb-224 {
  margin-top: 14em;
  margin-bottom: 14em;
}

.is-pad-b-128 {
  padding-bottom: 8em;
}

.is-pad-tb-16 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.is-margin-tb-144 {
  margin-top: 9em;
  margin-bottom: 9em;
}

.is-margin-tb-216 {
  margin-top: 13.5em;
  margin-bottom: 13.5em;
}

.is-pad-t-208 {
  padding-top: 13em;
}

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

.is-margin-t-32 {
  margin-top: 2em;
}

.is-pad-b-248 {
  padding-bottom: 15.5em;
}

.is-margin-t-16 {
  margin-top: 1em;
}

.is-pad-tb-80 {
  padding-top: 5em;
  padding-bottom: 5em;
}

.is-pad-tb-168 {
  padding-top: 10.5em;
  padding-bottom: 10.5em;
}

.is-pad-t-168 {
  padding-top: 10.5em;
}

.is-pad-t-200 {
  padding-top: 12.5em;
}

.is-margin-b-192 {
  margin-bottom: 12em;
}

.is-bg-fleapogreen-150 {
  background-color: #0b6d74;
}

.form-checkbox-icon {
  cursor: pointer;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  color: #181818;
  background-color: #dbf40c;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: 99% 99%;
  border-color: #4a4a4a;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

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

.dsg-table_row-spacing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr .25fr 260px;
  grid-auto-flow: column;
}

.dsg-spacing-label {
  color: #b0b0b0;
  font-size: .9rem;
  line-height: 1.6;
}

.is-margin-tb-104 {
  margin-top: 6.5em;
  margin-bottom: 6.5em;
}

.is-pad-tb-40 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.is-txt-italic {
  font-style: italic;
}

.is-margin-tb-240 {
  margin-top: 15em;
  margin-bottom: 15em;
}

.is-pad-tb-4 {
  padding-top: .25em;
  padding-bottom: .25em;
}

.is-pad-b-240 {
  padding-bottom: 15em;
}

.is-pad-b-216 {
  padding-bottom: 13.5em;
}

.is-h6 {
  font-family: Calibre, sans-serif;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}

.is-margin-t-136 {
  margin-top: 8.5em;
}

.is-txt-fleapogreen-150 {
  color: #0e838b;
}

.is-dsg-hidden {
  display: none;
}

.is-pad-tb-192 {
  padding-top: 12em;
  padding-bottom: 12em;
}

.is-margin-b-184 {
  margin-bottom: 11.5em;
}

.is-txt-black-75 {
  color: #1d1d1d;
}

.icon--check-circle {
  flex: none;
  width: 1rem;
  margin-top: -.01rem;
  margin-right: .5rem;
}

.is-pad-b-48 {
  padding-bottom: 3em;
}

.is-margin-tb-160 {
  margin-top: 10em;
  margin-bottom: 10em;
}

.is-margin-t-56 {
  margin-top: 3.5em;
}

.is-margin-b-80 {
  margin-bottom: 5em;
}

.is-pad-t-232 {
  padding-top: 14.5em;
}

.is-pad-b-152 {
  padding-bottom: 9.5em;
}

.is-pad-t-144 {
  padding-top: 9em;
}

.list--links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.is-pad-b-224 {
  padding-bottom: 14em;
}

.is-h2 {
  font-family: Calibre, sans-serif;
  font-size: 4.5em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
}

.is-h2.is-txt-align-center.blogpage {
  font-weight: 600;
}

.is-pad-tb-48 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.fleapo-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 1em;
  grid-template-columns: 1fr;
  width: 100%;
  overflow: hidden;
}

.fleapo-table.is-dsg-helpers {
  grid-template-rows: .25fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
}

.fleapo-table.is-dsg-helpers.is-dsg-aspect {
  grid-template-rows: 3.25em;
  grid-auto-rows: 8em;
}

.fleapo-table.is-headlines {
  grid-template-rows: .25fr;
  grid-auto-rows: 1fr;
}

.is-pad-tb-208 {
  padding-top: 13em;
  padding-bottom: 13em;
}

.is-pad-b-16 {
  padding-bottom: 1em;
}

.grid--6-6 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  width: 100%;
}

.container-col-8 {
  max-width: 1000px;
  padding-left: 6em;
  padding-right: 6em;
}

.is-pad-b-176 {
  padding-bottom: 11em;
}

.is-margin-b-88 {
  margin-bottom: 5.5em;
}

.is-margin-t-232 {
  margin-top: 14.5em;
}

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

.richt-text p {
  margin-bottom: 1em;
}

.richt-text li {
  margin-bottom: .5em;
}

.is-pad-tb-216 {
  padding-top: 13.5em;
  padding-bottom: 13.5em;
}

.is-pad-t-152 {
  padding-top: 9.5em;
}

.is-pad-t-56 {
  padding-top: 3.5em;
}

.is-margin-t-72 {
  margin-top: 4.5em;
}

.list--bullets {
  padding-left: 1em;
  font-size: 1rem;
}

.is-pad-t-48 {
  padding-top: 3em;
}

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

.is-margin-t-240 {
  margin-top: 15em;
}

.is-margin-tb-16 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.form-message-success {
  padding: 1.25rem;
}

.is-margin-tb-176 {
  margin-top: 11em;
  margin-bottom: 11em;
}

.is-margin-tb-120 {
  margin-top: 7.5em;
  margin-bottom: 7.5em;
}

.is-pad-b-80 {
  padding-bottom: 5em;
}

.is-pad-tb-64 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.is-pad-t-24 {
  padding-top: 1.5em;
}

.is-margin-tb-96 {
  margin-top: 6em;
  margin-bottom: 6em;
}

.dsg-subnav-menu {
  border: 1px solid #000;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 11.2em;
  padding: 1.6em 3em;
  display: flex;
  position: sticky;
  top: 1em;
}

.is-margin-t-248 {
  margin-top: 15.5em;
}

.is-btn-d-fw {
  width: 100%;
}

.is-pad-b-120 {
  padding-bottom: 7.5em;
}

.is-pad-b-104 {
  padding-bottom: 6.5em;
}

.is-pad-tb-96 {
  padding-top: 6em;
  padding-bottom: 6em;
}

.is-margin-t-168 {
  margin-top: 10.5em;
}

.is-margin-tb-192 {
  margin-top: 12em;
  margin-bottom: 12em;
}

.is-h1 {
  font-family: Calibre, sans-serif;
  font-size: 5em;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
}

.list-item--check {
  margin-bottom: .5rem;
  display: flex;
}

.is-pad-b-200 {
  padding-bottom: 12.5em;
}

.is-txt-fleapogreen-125 {
  color: #0e838b;
}

.is-pad-tb-160 {
  padding-top: 10em;
  padding-bottom: 10em;
}

.is-pad-b-256 {
  padding-bottom: 16em;
}

.is-margin-b-128 {
  margin-bottom: 8em;
}

.is-pad-tb-32 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.is-margin-t-120 {
  margin-top: 7.5em;
}

.is-margin-b-104 {
  margin-bottom: 6.5em;
}

.is-pad-t-96 {
  padding-top: 6em;
}

.is-pad-b-40 {
  padding-bottom: 2.5em;
}

.is-margin-t-96 {
  margin-top: 6em;
}

.is-pad-b-160 {
  padding-bottom: 10em;
}

.is-margin-t-160 {
  margin-top: 10em;
}

.is-margin-t-224 {
  margin-top: 14em;
}

.wrap-flex-vert-c {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-margin-b-256 {
  margin-bottom: 16em;
}

.is-d-visible {
  display: block;
}

.is-margin-b-168 {
  margin-bottom: 10.5em;
}

.is-pad-b-232 {
  padding-bottom: 14.5em;
}

.grid--dsg-lists {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid--8-4 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 100%;
}

.is-pad-tb-120 {
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}

.is-margin-tb-184 {
  margin-top: 11.5em;
  margin-bottom: 11.5em;
}

.is-pad-t-176 {
  padding-top: 11em;
}

.is-margin-t-80 {
  margin-top: 5em;
}

.is-margin-t-48 {
  margin-top: 3em;
}

.is-pad-t-248 {
  padding-top: 15.5em;
}

.is-margin-b-4 {
  margin-bottom: .25em;
}

.is-txt-black-125 {
  color: #101010;
}

.is-pad-b-96 {
  padding-bottom: 6em;
}

.is-margin-tb-80 {
  margin-top: 5em;
  margin-bottom: 5em;
}

.list-item--links {
  margin-bottom: .5em;
  list-style-type: disc;
}

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

.is-txt-allcaps {
  text-transform: uppercase;
}

.is-margin-t-8 {
  margin-top: .5em;
}

.is-pad-tb-88 {
  padding-top: 5.5em;
  padding-bottom: 5.5em;
}

.is-txt-white-100 {
  color: var(--white-100);
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.is-txt-white-100.w--current {
  color: #dbf40c;
}

.is-margin-tb-208 {
  margin-top: 13em;
  margin-bottom: 13em;
}

.is-margin-b-240 {
  margin-bottom: 15em;
}

.is-margin-t-152 {
  margin-top: 9.5em;
}

.is-margin-b-232 {
  margin-bottom: 14.5em;
}

.logo-bar {
  background-color: #dbf40c;
  width: 0;
  height: 2px;
  margin-bottom: 6px;
  margin-left: 3px;
}

.is-margin-b-144 {
  margin-bottom: 9em;
}

.is-margin-b-208 {
  margin-bottom: 13em;
}

.is-margin-t-24 {
  margin-top: 1.5em;
}

.is-pad-tb-224 {
  padding-top: 14em;
  padding-bottom: 14em;
}

.is-pad-b-168 {
  padding-bottom: 10.5em;
}

.is-pad-tb-56 {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.is-h3 {
  font-family: Calibre, sans-serif;
  font-size: 3em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.is-pad-t-112 {
  padding-top: 7em;
}

.is-margin-t-40 {
  margin-top: 2.5em;
}

.is-pad-b-8 {
  padding-bottom: .5em;
}

.is-bg-fleapogreen-100 {
  background-color: var(--fleapo-green-100);
}

.is-txt-black-50 {
  color: #fff;
}

.is-margin-tb-4 {
  margin-top: .25em;
  margin-bottom: .25em;
}

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

.fleapo-nav_menu {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.is-text-link {
  color: var(--fleapo-green-100);
  text-decoration: underline;
}

.is-bg-fleapogreen-75 {
  background-color: #1099a2;
}

.is-txt-xsmall {
  font-family: Calibre, sans-serif;
  font-size: .7rem;
  line-height: 1.6;
}

.fleapo-nav_wrapper {
  justify-content: space-between;
  align-items: center;
  height: 3.75rem;
  display: flex;
}

.is-pad-b-112 {
  padding-bottom: 7em;
}

.is-txt-underlined {
  text-decoration: underline;
}

.is-margin-tb-248 {
  margin-top: 15.5em;
  margin-bottom: 15.5em;
}

.is-bg-white-50 {
  background-color: #fff;
}

.is-pad-tb-200 {
  padding-top: 12.5em;
  padding-bottom: 12.5em;
}

.dsg-color-field {
  border-radius: .5em;
  width: 100%;
  height: 5.3em;
  margin-bottom: 8px;
  display: block;
  overflow: hidden;
}

.is-margin-t-208 {
  margin-top: 13em;
}

.is-margin-b-120 {
  margin-bottom: 7.5em;
}

.is-pad-tb-176 {
  padding-top: 11em;
  padding-bottom: 11em;
}

.is-txt-small {
  font-family: Calibre, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.is-txt-small.is-txt-allcaps.is-txt-500 {
  letter-spacing: .1em;
}

.is-txt-small.is-txt-white-150 {
  font-size: 1rem;
}

.container-col-4 {
  max-width: 584px;
  padding-left: 6em;
  padding-right: 6em;
}

.is-pad-t-8 {
  padding-top: .5em;
}

.is-margin-tb-24 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.container-col-12 {
  width: 100%;
  max-width: 1416px;
  padding-left: 6em;
  padding-right: 6em;
}

.is-txt-black-150 {
  color: #000;
}

.is-margin-tb-152 {
  margin-top: 9.5em;
  margin-bottom: 9.5em;
}

.is-margin-b-96 {
  margin-bottom: 6em;
}

.is-margin-b-160 {
  margin-bottom: 10em;
}

.is-margin-t-4 {
  margin-top: .25em;
}

.is-pad-b-72 {
  padding-bottom: 4.5em;
}

.is-d-hidden {
  display: none;
}

.is-margin-tb-48 {
  margin-top: 3em;
  margin-bottom: 3em;
}

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

.fleapo-table_header-headlines {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 4.5fr;
  grid-auto-flow: column;
  width: 100%;
}

.form-label {
  margin-bottom: .5em;
  padding-left: 1em;
  font-size: 1rem;
  font-weight: 400;
}

.is-txt-large {
  font-family: Calibre, sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
}

.is-txt-large.is-txt-500.scentcraft-txt {
  color: #f684a7;
}

.is-txt-large.is-txt-500.infinia-txt {
  color: #fbcfd4;
}

.is-txt-large.is-txt-500.crypwave-txt {
  color: #014181;
}

.is-txt-large.is-txt-500.nft-txt {
  color: #8a8a8a;
}

.is-txt-large.is-txt-500.fresh-txt {
  color: #83d97d;
}

.is-txt-large.is-txt-500.tm-txt {
  color: #c5711c;
}

.is-txt-large.is-txt-semibold {
  line-height: 1.28;
}

.is-margin-b-152 {
  margin-bottom: 9.5em;
}

.is-bg-black-75 {
  background-color: var(--black-75);
}

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

.is-pad-tb-128 {
  padding-top: 8em;
  padding-bottom: 8em;
}

.is-txt-white-50 {
  color: #fff;
}

.is-txt-white-50.is-txt-large.is-txt-align-center.banner-sub-txt {
  max-width: 25em;
}

.is-margin-tb-32 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.is-margin-tb-136 {
  margin-top: 8.5em;
  margin-bottom: 8.5em;
}

.is-pad-t-136 {
  padding-top: 8.5em;
}

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

.grid--4-8 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  width: 100%;
}

.is-margin-tb-40 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.is-pad-tb-136 {
  padding-top: 8.5em;
  padding-bottom: 8.5em;
}

.dsg_container-area {
  outline-offset: 0px;
  text-align: center;
  background-color: #181818;
  border-radius: 1rem;
  outline: .05rem dashed gray;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  padding: 1em;
  font-size: 1rem;
  display: flex;
}

.is-txt-white-75 {
  color: var(--white-75);
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.is-txt-white-75.w--current {
  color: #dbf40c;
}

.fleapo-main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 2440px;
  display: grid;
  position: relative;
}

.container-col-6 {
  max-width: 792px;
  padding-left: 6em;
  padding-right: 6em;
}

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

.is-margin-b-200 {
  margin-bottom: 12.5em;
}

.form-radio-label {
  font-size: 1rem;
}

.is-margin-b-176 {
  margin-bottom: 11em;
}

.is-pad-tb-184 {
  padding-top: 11.5em;
  padding-bottom: 11.5em;
}

.fleapo-main {
  background-color: #fff;
}

.is-margin-tb-232 {
  margin-top: 14.5em;
  margin-bottom: 14.5em;
}

.form-radio-icon {
  background-color: #dbf40c;
  border-color: #4a4a4a;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #000;
  border-width: .25rem;
  border-color: #dbf40c;
  width: .875rem;
  height: .875rem;
}

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

.is-h4 {
  font-family: Calibre, sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.is-margin-b-64 {
  margin-bottom: 4em;
}

.dsg_containers {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.is-bg-black-125 {
  background-color: var(--black-125);
}

.dsg-subnav-link {
  margin-left: 0;
  margin-right: 0;
  padding: 8px 0;
  font-size: 1rem;
  font-weight: 700;
}

.dsg-subnav-link.w--current {
  color: var(--fleapo-green-100);
}

.dsg-subnav-link.is-dsg-sub-chapter {
  padding-left: 1em;
  font-weight: 400;
}

.dsg-subnav-link.is-dsg-sub-chapter.w--current {
  color: var(--fleapo-green-100);
}

.is-margin-tb-128 {
  margin-top: 8em;
  margin-bottom: 8em;
}

.is-pad-tb-256 {
  padding-top: 16em;
  padding-bottom: 16em;
}

.spacing-sample {
  background-color: #919191;
  height: 1.75em;
}

.spacing-sample._160px {
  width: 10em;
}

.spacing-sample._48px {
  width: 3em;
}

.spacing-sample._88px {
  width: 5.5em;
}

.spacing-sample._4px {
  width: .25em;
}

.spacing-sample._176px {
  width: 11em;
}

.spacing-sample._56px {
  width: 3.5em;
}

.spacing-sample._64px {
  width: 4em;
}

.spacing-sample._8px {
  width: .5em;
}

.spacing-sample._80px {
  width: 5em;
}

.spacing-sample._128px {
  width: 8em;
}

.spacing-sample._136px {
  width: 8.5em;
}

.spacing-sample._232px {
  width: 14.5em;
}

.spacing-sample._16px {
  width: 1em;
}

.spacing-sample._216px {
  width: 13.5em;
}

.spacing-sample._104px {
  width: 6.5em;
}

.spacing-sample._96px {
  width: 6em;
}

.spacing-sample._112px {
  width: 7em;
}

.spacing-sample._40px {
  width: 2.5em;
}

.spacing-sample._200px {
  width: 12.5em;
}

.spacing-sample._208px {
  width: 13em;
}

.spacing-sample._152px {
  width: 9.5em;
}

.spacing-sample._184px {
  width: 11.5em;
}

.spacing-sample._224px {
  width: 14em;
}

.spacing-sample._240px {
  width: 15em;
}

.spacing-sample._144px {
  width: 9em;
}

.spacing-sample._256px {
  width: 16em;
}

.spacing-sample._248px {
  width: 15.5em;
}

.spacing-sample._72px {
  width: 4.5em;
}

.spacing-sample._120px {
  width: 7.5em;
}

.spacing-sample._168px {
  width: 10.5em;
}

.spacing-sample._32px {
  width: 2em;
}

.spacing-sample._192px {
  width: 12em;
}

.spacing-sample._24px {
  width: 1.5em;
}

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

.is-pad-t-80 {
  padding-top: 5em;
}

.btn--prm-med {
  color: #151907;
  text-align: center;
  background-color: #f40cbe;
  border-radius: 12rem;
  justify-content: center;
  align-items: center;
  padding: 1.35rem 2.55rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
  box-shadow: 0 0 0 0 #92b22f;
}

.btn--prm-med:hover {
  background-color: #dbf40c;
  box-shadow: 0 0 0 .4rem #92b22f;
}

.btn--prm-med:active {
  box-shadow: none;
  background-color: #afc309;
}

.btn--prm-med:focus {
  box-shadow: 0 0 8px 4px #92b22f;
}

.is-pad-t-72 {
  padding-top: 4.5em;
}

.is-txt-black-100 {
  color: #181818;
}

.is-pad-t-104 {
  padding-top: 6.5em;
}

.is-pad-t-16 {
  padding-top: 1em;
}

.is-margin-b-48 {
  margin-bottom: 3em;
}

.form-checkbox-label {
  font-size: 1rem;
}

.fleapo-brand-link {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.is-pad-t-160 {
  padding-top: 10em;
}

.is-margin-b-56 {
  margin-bottom: 3.5em;
}

.is-margin-b-72 {
  margin-bottom: 4.5em;
}

.is-pad-t-128 {
  padding-top: 8em;
}

.wrap-flex-hor-c {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-txt-xxlarge {
  font-family: Calibre, sans-serif;
  font-size: 2.5em;
  line-height: 1.4;
}

.is-txt-xxlarge.is-txt-semibold.is-txt-align-center.contac-us {
  display: none;
}

.container-col-10 {
  max-width: 1208px;
  padding-left: 6em;
  padding-right: 6em;
}

.is-margin-t-200 {
  margin-top: 12.5em;
}

.is-margin-tb-200 {
  margin-top: 12.5em;
  margin-bottom: 12.5em;
}

.is-margin-b-248 {
  margin-bottom: 15.5em;
}

.is-pad-b-4 {
  padding-bottom: .25em;
}

.is-bg-black-100 {
  background-color: var(--black-100);
}

.fleapo-sidebar {
  background-color: #fff;
  padding-left: 3em;
  position: sticky;
  top: 0;
}

.is-pad-tb-112 {
  padding-top: 7em;
  padding-bottom: 7em;
}

.is-txt-medium {
  font-family: Calibre, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}

.is-txt-medium.is-dsg-description {
  max-width: 40em;
  font-weight: 300;
}

.is-txt-medium.is-txt-500 {
  color: var(--fleapo-green-100);
}

.is-txt-medium.is-txt-500.is-txt-tm-orange {
  color: #f76808;
}

.is-margin-t-176 {
  margin-top: 11em;
}

.is-pad-t-32 {
  padding-top: 2em;
}

.is-margin-tb-256 {
  margin-top: 16em;
  margin-bottom: 16em;
}

.is-margin-t-256 {
  margin-top: 16em;
}

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

.is-pad-t-120 {
  padding-top: 7.5em;
}

.is-bg-fleapogreen-125 {
  background-color: #0e838b;
}

.form-wrapper {
  margin-bottom: 0;
}

.is-pad-b-64 {
  padding-bottom: 4em;
}

.is-pad-tb-104 {
  padding-top: 6.5em;
  padding-bottom: 6.5em;
}

.fleapo-table-cell {
  padding: 1em;
  font-size: .9rem;
}

.fleapo-table-cell.is-dsg-aspect {
  width: 5.9em;
}

.is-pad-t-240 {
  padding-top: 15em;
}

.is-margin-tb-72 {
  margin-top: 4.5em;
  margin-bottom: 4.5em;
}

.is-pad-t-40 {
  padding-top: 2.5em;
}

.form-input {
  color: #e7e7e7;
  background-color: #1d1d1d;
  border: .05rem solid #7a7a7a33;
  border-radius: .5rem;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  transition: all .2s;
}

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

.form-input:focus-visible, .form-input[data-wf-focus-visible] {
  border-color: #b4b4b459;
}

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

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

.form-input.is-select-input {
  justify-content: space-between;
}

.is-margin-b-16 {
  margin-bottom: 1em;
}

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

.is-margin-tb-168 {
  margin-top: 10.5em;
  margin-bottom: 10.5em;
}

.is-pad-b-32 {
  padding-bottom: 2em;
}

.is-txt-green-75 {
  color: #1099a2;
}

.is-pad-t-4 {
  padding-top: .25em;
}

.is-pad-b-56 {
  padding-bottom: 3.5em;
}

.is-txt-fleapogreen-50 {
  color: #12aeba;
}

.is-margin-b-112 {
  margin-bottom: 7em;
}

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

.is-margin-t-192 {
  margin-top: 12em;
}

.is-margin-tb-88 {
  margin-top: 5.5em;
  margin-bottom: 5.5em;
}

.is-margin-t-64 {
  margin-top: 4em;
}

.is-pad-tb-8 {
  padding-top: .5em;
  padding-bottom: .5em;
}

.is-margin-b-136 {
  margin-bottom: 8.5em;
}

.fleapo-table_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 4.5fr;
  grid-auto-flow: column;
}

.fleapo-table_row.is-colors {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.fleapo-table_row.is-dsg-helper {
  grid-template-columns: .3fr 1fr;
}

.fleapo-table_row.is-button {
  grid-template-columns: .25fr 1fr;
}

.is-display {
  font-family: Calibre, sans-serif;
  font-size: 5.5em;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.is-pad-t-256 {
  padding-top: 16em;
}

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

.is-pad-b-24 {
  padding-bottom: 1.5em;
}

.is-txt-fleapogreen-100 {
  color: #0f909a;
  flex: 0 auto;
}

.list-item_icon-wrap.is-txt-green-100 {
  padding-top: .2em;
}

.is-margin-tb-64 {
  margin-top: 4em;
  margin-bottom: 4em;
}

.is-pad-b-88 {
  padding-bottom: 5.5em;
}

.is-margin-b-8 {
  margin-bottom: .5em;
}

.is-pad-t-216 {
  padding-top: 13.5em;
}

.fleapo-navbar {
  z-index: 999;
  border-bottom: 1px solid var(--white-125);
  background-color: #fff;
  width: 100%;
  position: sticky;
  top: 0;
}

.is-pad-b-144 {
  padding-bottom: 9em;
}

.is-margin-b-40 {
  margin-bottom: 2.5em;
}

.is-bg-black-50 {
  background-color: var(--black-50);
}

.dsg-table_header-headlines-spacing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr .25fr 260px;
  grid-auto-flow: column;
  width: 100%;
}

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

.is-pad-b-136 {
  padding-bottom: 8.5em;
}

.is-pad-t-64 {
  padding-top: 4em;
}

.is-margin-t-128 {
  margin-top: 8em;
}

.is-margin-t-104 {
  margin-top: 6.5em;
}

.is-margin-t-216 {
  margin-top: 13.5em;
}

.is-margin-t-184 {
  margin-top: 11.5em;
}

.is-margin-t-112 {
  margin-top: 7em;
}

.is-margin-b-24 {
  margin-bottom: 1.5em;
}

.is-pad-t-192 {
  padding-top: 12em;
}

.is-margin-b-224 {
  margin-bottom: 14em;
}

.container-fullwidth {
  width: 100%;
  max-width: 100em;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.container-fullwidth.contact-us {
  display: none;
}

.is-pad-b-184 {
  padding-bottom: 11.5em;
}

.is-margin-t-144 {
  margin-top: 9em;
}

.is-pad-tb-248 {
  padding-top: 15.5em;
  padding-bottom: 15.5em;
}

.is-margin-t-88 {
  margin-top: 5.5em;
}

.is-margin-b-32 {
  margin-bottom: 2em;
}

.is-pad-tb-240 {
  padding-top: 15em;
  padding-bottom: 15em;
}

.is-pad-tb-24 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.dsg-table_header-colors {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  width: 100%;
}

.dsg-table_header-colors.is-buttons {
  grid-template-columns: 1fr 3.25fr;
}

.is-margin-tb-112 {
  margin-top: 7em;
  margin-bottom: 7em;
}

.is-pad-t-88 {
  padding-top: 5.5em;
}

.is-margin-tb-8 {
  margin-top: .5em;
  margin-bottom: .5em;
}

.is-pad-t-224 {
  padding-top: 14em;
}

.is-margin-tb-56 {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}

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

.is-pad-tb-72 {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.fleapo-nav-link {
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: 1.06rem;
  font-weight: 500;
}

.fleapo-nav-link.w--current {
  color: var(--fleapo-green-100);
}

.is-pad-b-192 {
  padding-bottom: 12em;
}

.dsg-aspect-area {
  text-align: center;
  background-color: #d2d5c1;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  font-size: 1rem;
  display: flex;
}

.is-margin-b-216 {
  margin-bottom: 13.5em;
}

.fleapo_footer {
  background-color: var(--black-100);
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 6em;
}

.btn-prm--med {
  background-color: var(--white);
  height: 3.25rem;
  min-height: 3.25rem;
  color: var(--black);
  text-align: center;
  border-radius: 3.5em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .63rem 1.5rem;
  font-family: Calibre, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
  display: inline-flex;
}

.btn-prm--med:hover {
  background-color: var(--white-100);
  transform: scale(.95);
}

.btn-prm--med.is-margin-r-auto {
  margin-right: auto;
}

.main-wrapper {
  position: relative;
}

.is-bg-fleapogreen-50 {
  background-color: #12aeba;
}

.dsg-popup {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #181818;
  border: 1px solid #474747;
  border-radius: 1em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 18em;
  padding: 1.2em;
  display: grid;
  position: fixed;
  bottom: 2em;
  right: 2em;
}

.dsg-popup_logo {
  width: 2em;
  margin-right: .5em;
}

.dsg-pop_cta {
  color: #e7e7e7;
  font-family: Sora;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.banner {
  position: relative;
}

.dsg-popup_link {
  align-items: center;
  display: flex;
}

.is-txt-semibold {
  font-weight: 600;
}

.btn-sec--med {
  background-color: var(--black);
  height: 3.25rem;
  min-height: 3.25rem;
  color: var(--white);
  text-align: center;
  border-radius: 3.5em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .63rem 1.5rem;
  font-family: Calibre, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.btn-sec--med:hover {
  border-color: var(--fleapo-green-125);
  background-color: var(--fleapo-green-100);
  box-shadow: none;
}

.btn-nav {
  background-color: var(--black);
  height: 2.75rem;
  min-height: 2.75rem;
  color: var(--white);
  text-align: center;
  border-radius: .75em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .56rem 1.25rem;
  font-family: Calibre, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: all .4s cubic-bezier(.23, 1, .32, 1);
  display: inline-flex;
}

.btn-nav:hover {
  background-color: var(--fleapo-green-100);
}

.btn-nav.daas-btn {
  min-width: 59%;
  color: var(--black);
  background-color: #0000;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: none;
}

.btn-nav.contact-us-btn {
  min-width: 37%;
}

.btn-nav.contact-us-btn.w--current {
  min-width: 36%;
}

.banner-bg {
  background-image: radial-gradient(circle closest-side, #000c, #fff0), url('../images/banner-bg_1.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 2em;
  position: relative;
  overflow: hidden;
}

.banner-bg.is-pad-tb-160 {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  background-position: 0 0;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.banner-content {
  z-index: 2;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  align-items: center;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.banner-bg-notch {
  z-index: 3;
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  background-image: url('../images/Notch.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  width: 37.5em;
  height: 6em;
  display: flex;
  position: absolute;
  bottom: -1px;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
}

.vertical-separator {
  background-color: var(--white-150);
  align-self: stretch;
  width: 1px;
}

.banner-bg-notch-inner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  height: 2.63em;
  display: flex;
}

.backed-by-ycom {
  width: 9.38em;
}

.backed-by-500 {
  width: 4em;
}

.banner-badge {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.banner-badge-img {
  width: 100%;
  max-width: 26.56em;
}

.funding {
  padding-top: 5em;
  padding-bottom: 23.25em;
}

.funding.is-bg-white-75.is-pad-tb-80 {
  padding-bottom: 5em;
}

.funding.is-overflowx-hidden.contact-us {
  background-color: var(--white-75);
  padding-bottom: 17em;
}

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

.section-title {
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3.5em;
  display: flex;
}

.section-title.is-margin-b-0 {
  margin-bottom: 0;
}

.section-title.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.logo-wrapper {
  grid-column-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-wrapper.contact-us {
  display: none;
}

.companies-grid {
  grid-column-gap: 1.5em;
  flex: none;
  display: flex;
}

.companies-grid.logo-animate.contact {
  display: none;
}

.company-logo-box {
  background-color: var(--white);
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 4.69em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
  box-shadow: 0 4px 48px #0000001a;
}

.company-logo {
  object-fit: contain;
  max-width: 15.63em;
  height: 100%;
  max-height: 2.5em;
}

.statistics.is-pad-tb-80 {
  background-color: var(--white);
}

.statistics-boxes {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  display: flex;
}

.statistics-box {
  grid-row-gap: 1em;
  text-align: center;
  flex-flow: column;
  flex: 1 1 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-txt-xlarge {
  font-family: Calibre, sans-serif;
  font-size: 2em;
  line-height: 1.4;
}

.is-txt-500 {
  font-weight: 500;
}

.section-sub-text {
  align-self: center;
}

.section-sub-text.is-txt-medium.is-txt-align-center {
  color: #000;
}

.section-sub-text.is-txt-medium.is-txt-align-center.has-max-width {
  text-transform: capitalize;
  flex: 0 auto;
  max-width: 31.25em;
}

.services-cards-wrapper {
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.service-card-box {
  border-radius: 2em;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: sticky;
  top: 16%;
}

.service-card-box.bd {
  background-image: linear-gradient(#d65111, #270e02);
}

.service-card-box.mad {
  background-image: linear-gradient(#0f97a1, #022527);
}

.cta-inline {
  background-image: linear-gradient(90deg, #5fe9db, #f5c543);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #5fe9db;
}

.cta-arrow {
  display: inline-block;
  background-image: linear-gradient(90deg, #5fe9db, #f5c543);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #5fe9db;
  transition: transform 0.28s cubic-bezier(0.3, 0.7, 0.3, 1);
}

.service-card-box.mad:hover .cta-arrow {
  transform: translateX(9px);
}

.service-card-box.wad {
  background-image: linear-gradient(#e9bf2b, #5f542d);
}

.service-card-box.aid {
  background-image: linear-gradient(#6d28d9, #1a0b2e);
}

.service-card-content {
  grid-row-gap: 1em;
  flex-flow: column;
  width: 50%;
  padding-top: 6em;
  padding-bottom: 6em;
  padding-left: 6em;
  display: flex;
}

.service-card-media {
  align-self: flex-start;
  width: 50%;
}

.service-card-media-height {
  padding-top: 70.39%;
  position: relative;
}

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

.service-media.mad-media {
  object-position: 64% -3em;
}

.service-media.wad-media {
  object-position: 156% 0%;
}

.service-card-no {
  letter-spacing: .1em;
  position: absolute;
  top: 3em;
  left: 6em;
}

.technology.is-bg-white-75.is-pad-tb-80.is-overflowx-hidden.is-pad-b-112.contact-us {
  display: none;
}

.technology-grid {
  grid-column-gap: 1.5em;
  flex: none;
  display: flex;
}

.technology-logo-box {
  background-color: var(--white);
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
  box-shadow: 0 4px 48px #0000001a;
}

.technology-logo {
  object-fit: contain;
  width: 100%;
  max-width: 3em;
  height: 100%;
  max-height: 3em;
}

.technology-logo-box.is-ai {
  position: relative;
}

.technology-logo-box.is-ai::after {
  content: "";
  position: absolute;
  top: 0.45em;
  right: 0.45em;
  width: 0.85em;
  height: 0.85em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c.5 5.5 6 11 12 12-6 .5-11.5 6-12 12-.5-6-6-11.5-12-12C6 11 11.5 5.5 12 0z' fill='%237c3aed'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.track-portfolio-scroll {
  height: 740vw;
}

.track-portfolio-holder {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.track-portfolio-holder.remove-sticky {
  width: 100%;
  height: 100%;
  position: static;
  overflow: visible;
}

.track-portfolio-frame {
  flex-flow: row;
  height: 100%;
  display: flex;
}

.track-portfolio-frame.remove-horizontal {
  flex-flow: column;
}

.portfolio-frame-wrapper {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  padding: 6.25em 2.5em 2.5em;
  display: flex;
}

.portfolio-frame {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-size: cover;
  border-radius: 2em;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 8px #0000001a;
}

.portfolio-frame.scentcraft {
  background-image: url('../images/1_1.avif');
}

.portfolio-frame.infinia {
  background-image: url('../images/2.avif');
}

.portfolio-frame.crypwave {
  background-color: var(--crypwave-bg);
  background-image: none;
}

.portfolio-frame.nft {
  background-image: url('../images/4_1.avif');
}

.portfolio-frame.fresh {
  background-image: url('../images/5_1.webp');
}

.portfolio-frame.tm {
  background-color: var(--tm-bg);
  background-image: none;
}

.portfolio-frame.revorax {
  background-image: linear-gradient(135deg, #009689, #04231f);
}

.portfolio-frame.convrox {
  background-image: linear-gradient(135deg, #7b68ee, #14112e);
}

.portfolio-frame.pulse {
  background-image: linear-gradient(135deg, #8951ec, #18103a);
}

.card-tech-row {
  flex-flow: row nowrap;
  align-items: center;
  gap: 0.4em;
  display: flex;
}

.card-tech-chip {
  background-color: var(--white);
  border-radius: 0.4em;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 2em;
  padding: 0 0.45em;
  display: flex;
  box-shadow: 0 2px 12px #0000001a;
}

.card-tech-chip.is-text {
  color: #18181b;
  white-space: nowrap;
  padding: 0 0.5em;
  font-size: 0.72rem;
  font-weight: 600;
}

.card-tech-icon {
  object-fit: contain;
  width: auto;
  max-width: 4.5em;
  height: 1.15em;
  display: block;
}

/* Fleapo AI link removed from nav + footer markup in T5 (#5). */

.portfolio-frame-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 50%;
  padding-top: 6em;
  padding-bottom: 6em;
  padding-left: 6em;
  display: flex;
}

.portfolio-frame-media {
  width: 50%;
}

.portfolio-frame-media-height {
  padding-top: 100%;
  position: relative;
  overflow: visible;
}

.portfolio-title {
  grid-row-gap: .5em;
  flex-flow: column;
  margin-bottom: 1em;
  display: flex;
}

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

.tech-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: .5em;
  align-items: center;
  width: fit-content;
  padding: .5em 1em;
  display: flex;
}

.tech-box.is-pad-0 {
  padding: 0;
}

.tech-box-text {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  display: flex;
}

.ikonik-l1i0f {
  color: #000;
  width: 1.25rem;
  height: 1.25rem;
}

.tech-logo-grid {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tech-logo {
  max-width: 2rem;
  max-height: 1.25rem;
}

.store-logo {
  max-width: 7.5rem;
  max-height: 2.5rem;
}

.clients.has-bottom-separator.is-pad-tb-80.is-overflowx-hidden.is-bg-white-75.is-pad-t-40.blog-page {
  display: none;
}

.client-logo-box {
  background-color: var(--white);
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 4.69em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
  box-shadow: 0 4px 48px #0000001a;
}

.client-logo {
  object-fit: contain;
  max-width: 12.5em;
  height: 100%;
  max-height: 3em;
}

.clients-grid {
  grid-column-gap: 1.5em;
  flex: none;
  display: flex;
}

.testimonials {
  padding-top: 5em;
  padding-bottom: 23.25em;
}

.testimonials.is-pad-tb-80 {
  padding-bottom: 5em;
}

.testimonials.is-pad-tb-80.is-overflowx-hidden.is-bg-white-75.contact-us {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.testimonials.is-pad-tb-80.is-overflowx-hidden.is-bg-white-75.contact-us.blog-page {
  display: none;
}

.testimonials-wrapper {
  grid-column-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonials-grid {
  grid-column-gap: 1.5em;
  flex: none;
  display: flex;
}

.testimonials-box {
  background-color: var(--white);
  border-radius: 2em;
  flex-flow: column;
  width: 100%;
  max-width: 29.69em;
  display: flex;
  box-shadow: 0 4px 48px #0000001a;
}

.testimonial-box-header {
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5em 2.5em 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimony {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: none;
  align-items: center;
  display: flex;
}

.testimony-avatar-box {
  border-radius: 4em;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  overflow: hidden;
}

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

.testimonial-box-body {
  padding-bottom: 2.5em;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.testimonial-source {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  inset: 2em 2em auto auto;
}

.testimony-video-trigger {
  background-color: var(--black);
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  align-items: center;
  height: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  inset: 0% auto auto 2.5em;
}

.banner-bg-blur {
  z-index: 1;
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--fleapo-green-100), #fff0);
  position: absolute;
  inset: 0%;
}

.banner-about-content {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3.5em;
  display: flex;
  position: relative;
}

.banner-about-content-left {
  width: 56%;
}

.banner-about-content-right {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 37.3%;
  display: flex;
}

.banner-about-content-blur {
  z-index: -1;
  background-image: radial-gradient(circle closest-side at 75%, #0f909a52, #fff0);
  width: 100%;
  position: absolute;
  inset: 16% 0% 0% auto;
}

.banner-about-media-height {
  padding-top: 52.14%;
  position: relative;
}

.banner-about-visual-box {
  border-radius: 2em;
  width: calc(100% - 4em);
  height: calc(100% - 4em);
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.banner-about-visual-bg-box {
  border-radius: 2em;
  width: calc(100% - 4em);
  height: calc(100% - 4em);
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.banner-about-visual, .banner-about-visual-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.growth-wrapper {
  grid-column-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.growth-grid {
  grid-column-gap: 1.5em;
  flex: none;
  align-items: center;
  display: flex;
}

.growth-col {
  grid-row-gap: 1.5em;
  flex-flow: column;
  flex: none;
  display: flex;
}

.growth-box {
  grid-row-gap: 1em;
  border-radius: 2em;
  flex-flow: column;
  max-width: 23.44rem;
  padding: 2.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.growth-icon-box {
  z-index: 3;
  border-radius: 4em;
  width: 4em;
  height: 4em;
  margin-bottom: 6em;
  position: relative;
  overflow: hidden;
}

.growth-icon-box.group {
  width: auto;
}

.growth-icon-box.no-radius {
  border-radius: 0;
  width: 10.63em;
  height: 7em;
}

.growth-icon {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

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

.growth-box-bg-wrapper {
  position: absolute;
  inset: 0%;
}

.growth-box-bg-overlay {
  z-index: 2;
  background-color: #0000005c;
  position: absolute;
  inset: 0%;
}

.growth-box-content {
  z-index: 3;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-top: 6em;
  display: flex;
  position: relative;
}

.growth-box-content.is-margin-t-0 {
  margin-top: 0;
}

.growth-box-bg-overlay-light {
  z-index: 2;
  background-color: #fff8e59e;
  position: absolute;
  inset: 0%;
}

.leader-box {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--black);
  border-radius: 2em;
  flex-flow: column;
  padding: 2.5em;
  display: flex;
}

.leader-visual-height {
  border-radius: 1em;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 68.75%;
  position: relative;
  overflow: hidden;
}

.leader-visual {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.leader-details {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.team-wrapper {
  grid-column-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-grid {
  grid-column-gap: 1.5em;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.leader-social {
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.leader-social-icon-box {
  border-radius: 3em;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.ikonik-swbks {
  color: #000;
  width: 1.25em;
  height: 1.25em;
}

.team-box {
  grid-row-gap: 1em;
  flex-flow: column;
  width: 17.19rem;
  max-width: 17.19rem;
  display: flex;
}

.team-visual-height {
  border-radius: 1em;
  padding-top: 130.04%;
  position: relative;
  overflow: hidden;
}

.team-visual {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.team-details {
  flex-flow: column;
  display: flex;
}

.value {
  padding-top: 5em;
  padding-bottom: 23.25em;
}

.value-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  left: 10em;
}

.value-box {
  grid-row-gap: 2em;
  background-color: var(--white);
  border-radius: 2em;
  flex-flow: column;
  flex: none;
  width: auto;
  max-width: 23.44em;
  padding: 2.5em;
  display: flex;
  box-shadow: 0 4px 48px #0000001a;
}

.value-box-visual-height {
  padding-top: 58.21%;
  position: relative;
  overflow: hidden;
}

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

.banner-daas.is-bg-white-75.blog-page, .customer.is-pad-tb-80.contact-us {
  display: none;
}

.get-started {
  background-color: var(--black);
  display: none;
  position: relative;
}

.other-benefits-v1 {
  position: relative;
}

.other-benefits-holder {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.other-benefits-content {
  width: 50.78%;
  position: sticky;
  top: 8.75em;
}

.other-benefits-scrollable-area {
  flex-flow: row;
}

.other-benefits-box {
  grid-column-gap: 1.5em;
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 2em;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em;
  display: flex;
  box-shadow: 0 4px 16px #0000001a;
}

.other-benefits-icon {
  object-fit: contain;
  border-radius: 50px;
  flex: none;
  width: 8em;
  height: 8em;
}

.other-benefits-details {
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.other-benefits-details.is-txt-align-center {
  flex-flow: column;
  display: flex;
}

.other-benefits.is-pad-tb-80.is-overflowx-hidden.contact-us {
  display: none;
}

.other-benefits-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}

.getstarted-box-inner {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.getstarted-box-left {
  grid-row-gap: 3.5em;
  flex-flow: column;
  width: 49.06%;
  display: flex;
}

.getstarted-box-left.is-pad-tb-80 {
  flex-flow: column;
}

.getstarted-bg-blur {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--fleapo-green-100), #fff0);
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.getstarted-box-right {
  width: 52%;
  position: relative;
}

.getstarted-visual-height {
  padding-top: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.getstarted-visual {
  object-fit: contain;
  object-position: 100% 100%;
  width: 100%;
  height: 100%;
}

.customer-wrapper {
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.customer-box {
  background-color: var(--black);
  border-radius: 2em;
  flex-flow: column;
  display: flex;
}

.customer-box.has-bg-grad-fleapogreen {
  background-image: linear-gradient(#0f97a1, #022527);
  overflow: hidden;
}

.customer-box.has-bg-grad-purple {
  background-image: linear-gradient(#855aa7, #23172c);
  overflow: hidden;
}

.customer-box-body-left {
  align-self: stretch;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.customer-box-body-right {
  flex: 1;
  width: 51.56%;
  padding-bottom: 4em;
  padding-left: 1em;
  padding-right: 6em;
}

.customer-box-header {
  grid-column-gap: 1.5em;
  justify-content: space-between;
  align-items: center;
  padding: 4em 6em 2em;
  display: flex;
}

.customer-box-body {
  grid-column-gap: 1.5em;
  justify-content: space-between;
  display: flex;
}

.customer-box-header-left {
  grid-column-gap: 1.5em;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

.customer-box-header-right {
  flex: 1;
}

.customer-box-long-arrow {
  object-fit: contain;
  width: 100%;
  max-width: 20em;
}

.accordian-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.accordian-item-wrapper {
  cursor: pointer;
}

.accordian-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.accordian-title-wrapper {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.ikonik-o2rwfh {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--white);
}

.accordian-description-wrapper {
  z-index: 2;
  padding-top: 0;
  padding-left: 3rem;
  position: relative;
  overflow: hidden;
}

.arrow-wrapper {
  flex: 1;
}

.customer-box-visual {
  aspect-ratio: 1;
  max-width: 20em;
}

.ikonik-guc1ii {
  color: #000;
}

.fleapo-logo {
  width: 11.25rem;
}

.banner-dass-wrap {
  background-color: var(--white);
  background-image: url('../images/wave-bg.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  box-shadow: inset 0 -8px 12px #0000001a;
}

.banner-daas-inner {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.banner-daas-content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.banner-daas-media {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 24px;
  flex-flow: column;
  width: 45%;
  padding: 12px 10px 20px;
  display: flex;
}

.rating-block {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  align-items: stretch;
  display: flex;
}

.rating-block.is-margin-tb-24.bottom {
  display: none;
}

.rating-block.is-margin-tb-8 {
  text-align: center;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.rating-block.is-margin-tb-8.footer-rating {
  justify-content: center;
  align-items: center;
}

.rating-box-sm {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 0 22px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  display: flex;
  position: static;
  inset: 0%;
}

.rating-box-sm.clutch {
  background-color: #0000;
  border-radius: 0;
}

.rating-box-sm.clutch.no-borders {
  border-style: none;
}

.rating-company {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rating-icon-box {
  width: 3.2em;
  height: 3.2em;
  box-shadow: none;
  justify-content: center;
  align-items: stretch;
  padding: 4px 0 4px 5px;
  display: flex;
  overflow: hidden;
}

.ikonik-aurox {
  color: #fea115;
  font-size: 3px;
  line-height: 11px;
}

.rating-company-img {
  aspect-ratio: 1;
  border-radius: 3em;
}

.projects-slider {
  position: relative;
}

.project-slide {
  background-color: var(--white);
  border-radius: 2em;
  box-shadow: 0 4px 16px #0000001a;
}

.project-slide.swiper-slide {
  flex-flow: column;
  padding: .5em;
  display: flex;
}

.project-illustration-height {
  border-radius: 1.25em;
  padding-top: 51.7%;
  position: relative;
}

.proj-img {
  border-radius: 1.25em;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.proj-testimonial {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1em .75em .5em;
  display: flex;
}

.testimonial-company-logo {
  width: 100%;
  height: 100%;
}

.tetsimonial-company-logo-box {
  border: 2px solid var(--white);
  border-radius: 4em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  bottom: .63em;
  left: .63em;
  overflow: hidden;
  box-shadow: 0 4px 8px #0000001a;
}

.link-cta {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.ikonik-03y8a {
  margin-top: .25em;
}

.ikonik-03y8a.arrow-tm {
  color: #f76808;
}

.swiper-pagination.project-logo-grid {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: grid;
}

.banner-bg-notch-gray {
  z-index: 3;
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  background-image: url('../images/Notch-gray.png');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 37.5em;
  height: 6em;
  display: flex;
  position: absolute;
  bottom: -1px;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
}

.fleapo_footer-cta-wrap {
  margin-top: -18.13em;
}

.fleapo_footer-cta-block {
  background-image: url('../images/cta-bg_1.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 2em;
  flex-flow: column;
  align-items: center;
  padding: 6em;
  display: flex;
}

.fleapo_country-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
}

.fleapo_country-wrapper.is-pad-tb-96 {
  overflow: hidden;
}

.fleapo_country-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex: none;
  display: flex;
}

.fleapo_country-box {
  border: 1px solid var(--black-50);
  background-color: var(--black-75);
  border-radius: 1em;
  flex-flow: column;
  flex: 1;
  max-width: 16em;
  display: flex;
  overflow: hidden;
}

.country_illus-height {
  padding-top: 75.86%;
  position: relative;
}

.country_illus-img {
  width: 100%;
  height: 100%;
  color: var(--black-75);
  object-fit: contain;
  object-position: 50% 100%;
  position: absolute;
  inset: 0%;
}

.country-details {
  color: var(--white-150);
  padding: 1.5em;
}

.is-txt-white-125 {
  color: var(--white-125);
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.is-txt-white-125.w--current {
  color: #dbf40c;
}

.fleapo_footer-bottom-wrap {
  border-top: 1px solid var(--black-50);
}

.fleapo_footer-bottom-block {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5em;
  display: flex;
}

.footer-bottom-middle {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
}

.footer-bottom-right {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--white-150);
  transition: color .2s;
}

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

.footer-link.is-txt-small {
  font-size: 1rem;
}

.footer-social-block {
  border: 1px solid var(--white-150);
  background-color: var(--black-50);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.footer-social-icon {
  width: 1.06rem;
  height: 1.06rem;
}

.portfolio-media-resp {
  object-fit: contain;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.portfolio-media-resp.is-l-hidden {
  display: none;
}

.form-fields {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-field-name {
  color: #000;
  background-image: url('../images/id_card-1.svg');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border: 1px solid #f2f2f5;
  border-radius: 16px;
  align-self: center;
  height: 54px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 46px;
  font-size: 1.5rem;
  line-height: 1.6;
  display: block;
}

.text-field-name::placeholder {
  color: #7e808a;
  text-align: left;
  font-size: 1.25rem;
}

.text-field-name.email {
  background-image: url('../images/mail.png');
  background-position: 3%;
  background-size: auto;
  height: 54px;
}

.text-field-name.email::placeholder {
  color: #7e808a;
}

.form-sub-heading {
  color: #0f909a;
  font-size: 16px;
}

.text-field-2 {
  border: 1px solid #f2f2f5;
  border-radius: 16px;
}

.submit-button {
  background-color: #000;
  border-radius: 16px;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 36px;
  font-size: 20px;
}

.message-box {
  color: #000;
  border: 1px solid #f2f2f5;
  border-radius: 16px;
  margin-top: 8px;
  padding: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.message-box::placeholder {
  color: #7e808a;
  font-size: 1.25rem;
}

.select-field {
  color: #000;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237e808a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #f2f2f5;
  border-radius: 16px;
  align-self: center;
  width: 100%;
  height: 54px;
  margin-bottom: 0;
  padding: 0 46px 0 20px;
  font-size: 1.5rem;
  line-height: 1.6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-field:focus {
  border-color: #3898ec;
  outline: 0;
}

.select-field:invalid {
  color: #7e808a;
  font-size: 1.25rem;
}

.select-field option {
  color: #000;
  font-size: 1rem;
}

.heading-form {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.btn-prm--med-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #171c17;
  text-align: center;
  background-color: #fefefe;
  border-radius: .75rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.btn-prm--med-2:hover {
  color: #fff;
  background-color: #0f909a;
}

.ikonik-gyiyb {
  color: #171c17;
  width: 1.5rem;
  height: 1.5rem;
}

.btn-prm--med-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #171c17;
  text-align: center;
  background-color: #e1f396;
  border-radius: .75rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.fleapo-footer-heading {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 55px;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
}

.fleapo-footer-heading:lang(en-gb) {
  display: flex;
}

.phone-number {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 76px;
}

.phone-number:lang(en-gb) {
  display: inline;
}

.phone-number.india-loc {
  display: none;
}

.phone-number.india-loc:lang(en-gb) {
  display: block;
}

.text-span {
  color: #0f909a;
}

.text-span:lang(en-gb) {
  display: inline;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.buttons-nav {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 32px;
}

.heading-2 {
  text-align: left;
  align-self: auto;
  font-size: 30px;
  font-weight: 600;
  line-height: 76px;
}

.text-span-2 {
  color: #0f909a;
}

.text-block {
  text-align: center;
  font-size: 16px;
  line-height: 19.2px;
}

.text-span-3, .text-span-4 {
  color: #0f909a;
}

.call-now-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.daas-hero-h1 {
  font-size: 5.5em;
  line-height: 1;
}

.daas-hero-chips {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  display: flex;
}

.daas-chip {
  color: #0f7a72;
  background-color: #e6f7f6;
  border: 1px solid #bfe9e4;
  border-radius: 999px;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.daas-hero-cta {
  flex-flow: column;
  align-items: flex-start;
  grid-row-gap: 12px;
  display: flex;
}

.daas-hero-microcopy {
  color: #7a8493;
  font-size: 14px;
}

.heading-3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 37px;
}

.code-embed {
  justify-content: flex-end;
  align-items: center;
  width: 13.4rem;
  height: 3.5em;
  padding-top: 12px;
  display: flex;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  color: #0f909a;
}

.text-block-2 {
  font-size: 16px;
}

.phone-number-input {
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: inline-flex;
}

.dropdown {
  color: #1c2024;
  border: 1px solid #f2f2f5;
  border-right-style: none;
  border-radius: 16px 0 0 16px;
  justify-content: center;
  align-items: center;
}

.phone-input-field {
  border-color: #f2f2f5;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  height: 54px;
  margin-bottom: 0;
  font-size: 16px;
}

.dropdown-toggle {
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
}

.input-group {
  text-align: left;
  flex-direction: column;
  display: block;
  position: relative;
}

.input-group.cc-phone {
  flex-direction: row;
  display: flex;
}

.input {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  min-height: 64px;
  margin-bottom: 0;
  padding: .5em 1em;
  transition: border-color .3s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.input:hover, .input:focus-visible, .input[data-wf-focus-visible] {
  border-color: #5acc1d;
}

.input::placeholder {
  color: #ffffff7d;
}

.dropdown-list {
  border-radius: 0 0 12px 12px;
  top: 75%;
}

.html-embed {
  padding-left: 20px;
  display: block;
}

.input-block {
  flex-flow: column;
  display: flex;
}

.field-label {
  color: #6b7280;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: none;
}

.text-field {
  color: #9ca3af;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  height: 48px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.text-field:hover {
  border-color: #3b82f6;
}

.text-field:focus {
  border-color: #2563eb;
}

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

.text-field.phone {
  color: #000;
  border-color: #f2f2f5;
  border-radius: 16px;
  height: 54px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 56px;
  font-size: 1.5rem;
  line-height: 20px;
}

.text-field.phone::placeholder {
  color: #7e808a;
  font-size: 1.25rem;
  line-height: 1.6;
}

.div-block-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  line-height: 6px;
  display: flex;
}

.text-block-3 {
  line-height: 20;
}

.icon-star {
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 16px;
  font-size: 8px;
  line-height: 3;
  display: flex;
}

.text-block-4 {
  font-size: 15px;
}

.text-block-5 {
  text-align: left;
  font-size: 13px;
  line-height: 13px;
}

.div-block-3 {
  text-align: left;
  flex-flow: row;
  align-items: stretch;
  display: flex;
}

.rating-container {
  padding: 14px 0 0;
}

.rating-container-2 {
  padding-top: 13px;
  padding-bottom: 0;
}

.success-message, .error-message {
  color: #7e808a;
  background-color: #0000;
}

.btn-nav-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3.5em;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  min-height: 2.75rem;
  padding: .56rem 1.25rem;
  font-family: Calibre, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: all .4s cubic-bezier(.23, 1, .32, 1);
  display: inline-flex;
}

.btn-nav-2:hover {
  background-color: #0f909a;
}

/* Keep nav button labels (e.g. "Developer as a Service") on one line */
.btn-nav,
.btn-nav-2 {
  white-space: nowrap;
}

@property --daas-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.btn-nav-2.is-ghost {
  color: var(--black);
  background-color: #fff;
  border: none;
  position: relative;
  z-index: 0;
}

.btn-nav-2.is-ghost::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  padding: 2px;
  background: conic-gradient(from var(--daas-angle), #19b4b0, #5fe9db, #0f909a, #19b4b0, #19b4b0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: daas-border-spin 3s linear infinite;
}

.btn-nav-2.is-ghost:hover {
  background-color: #f2fdfc;
}

.btn-nav-2.is-ghost:hover::before {
  animation-duration: 1.2s;
}

@keyframes daas-border-spin {
  to {
    --daas-angle: 360deg;
  }
}

.testimonials-new {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 4.5em;
  font-weight: 700;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px #e4ebf3;
  border-radius: 16px;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
  box-shadow: 0 4px 8px #0000001a;
}

.testimonial-text-two {
  margin-bottom: 20px;
  font-size: 1.25rem;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.heading-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.headings-testimonials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.video {
  border-radius: 12px;
}

.div-block-4 {
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.link-block {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-height: 100%;
  display: flex;
}

.client-name {
  margin-bottom: 5px;
}

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

.text-block-6.jason-kiaz {
  font-size: 1.25rem;
  display: block;
}

.image, .image-2 {
  border-radius: 12px;
}

.text-span-9 {
  color: #0f909a;
}

.image-wrapper---br-top {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper---br-top.position-relative {
  background-image: url('../images/snapedit_1732407033333dd.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 0 0 24px 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 300px;
  display: block;
}

.image-wrapper---br-top.position-relative.second-image {
  background-image: url('../images/tinywow_snapedit_1732626304213_70141499.png');
  background-size: 100%;
}

.image-wrapper---br-top.position-relative.third-picture {
  background-image: url('../images/2016-07-24-PHOTO-00000028-e1469363139737.webp');
  background-position: 50% 8%;
  background-size: cover;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  min-height: 300px;
  max-height: 300px;
}

.image-wrapper---br-top.position-relative.jason-kiaz {
  background-image: url('../images/tinywow_snapedit_1732626304213_70141499.png');
  background-position: 50% 0;
  background-size: cover;
  min-height: 300px;
  max-height: 300px;
}

.text-200 {
  line-height: 20px;
}

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

.text-200.bold.color-neutral-800.mg-bottom-8px {
  font-size: 1.5rem;
}

.text-200.color-accent-1.list {
  font-size: 1.25rem;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 438px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 7px #14142b0f;
}

.pd---content-inside-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px 24px 16px;
  display: flex;
}

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

.width-100 {
  object-fit: fill;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  display: block;
}

.width-100.contactus {
  display: none;
}

.testimonial-logo-badge {
  background-color: #fff;
  border-radius: 24px;
  padding: 8px 16px;
  display: inline-block;
  position: absolute;
  inset: auto auto 32px 32px;
  box-shadow: 0 1px 12px #14142b14;
}

.mg-bottom-32px {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.testimonial-test {
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

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

.flex-block.right-to-left {
  justify-content: flex-end;
  align-items: center;
}

.testimonial-video-link.card-2 {
  background-color: #0000;
  border-style: none;
}

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

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

.pd---content-inside-card-2 {
  padding: 40px 28px 48px;
}

.container-default {
  max-width: 1218px;
  padding: 0;
}

.width-100-2 {
  width: 100%;
}

.inner-container._574px {
  max-width: 574px;
}

.testimonial-logo-badge-2 {
  background-color: #fff;
  border-radius: 8px;
  padding: 18px 28px;
  display: inline-block;
  position: absolute;
  inset: auto auto 32px 32px;
  box-shadow: 0 1px 12px #14142b14;
}

.mg-bottom-32px-2 {
  margin-bottom: 32px;
}

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

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

.background-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 290px;
  max-height: 295px;
}

.background-video.jason {
  display: none;
}

.play-pause-button {
  bottom: 28px;
}

.image-3, .image-4 {
  height: 34px;
}

.youtube {
  min-height: 294px;
  max-height: 295px;
}

.code-embed-2 {
  max-height: 295px;
}

.video-2 {
  width: 100%;
  height: 100%;
}

.btn-prm--med-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #171c17;
  text-align: center;
  background-color: #d6de1b;
  border-radius: .75rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.code-embed-3 {
  max-height: 250px;
}

.code-embed-4 {
  display: none;
  overflow: hidden;
}

.youtube-2 {
  min-height: 295px;
}

.video-3 {
  min-height: 295px;
  display: none;
  position: static;
}

.link-block-2.blog-page {
  display: none;
}

.video-4 {
  min-height: 295px;
  display: none;
}

.section-small {
  padding: 64px 5%;
  position: relative;
}

.container-regular {
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-wrap-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 470px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.detail {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.detail.text-color-primary {
  color: #443fde;
}

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

.heading-5, .bold-text {
  font-weight: 600;
}

.card-3 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 438px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-3.blogpage {
  min-height: auto;
}

.video-5 {
  min-height: 295px;
  display: none;
  position: static;
}

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

.video-6 {
  min-height: 295px;
  display: none;
}

.youtube-3 {
  min-height: 295px;
}

.btn-sec--med-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3.5em;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
  min-height: 3.25rem;
  padding: .63rem 1.5rem;
  font-family: Calibre, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.btn-sec--med-2:hover {
  box-shadow: none;
  background-color: #0f909a;
  border-color: #0b6d74;
}

.btn-sec--med-2.blog-page {
  border-radius: .6em;
}

.modal {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  width: 100%;
  height: 100%;
}

.modal-container {
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  max-width: 35rem;
  padding: .5rem 2rem 1rem;
  position: absolute;
}

.link-block-3 {
  color: #1e1e1e;
  text-decoration: none;
  position: absolute;
  inset: 0 1rem auto auto;
}

.close-text {
  font-size: 4rem;
  transform: rotate(45deg);
}

.heading-6 {
  margin-bottom: 1rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

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

.modal-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: fixed;
}

/* Empty modal overlay must not intercept clicks (was blocking footer/content links). Clicks pass through until a modal is injected. */
.modal-wrapper:empty {
  pointer-events: none;
}

.customform {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 48em;
  height: 52em;
  display: flex;
}

.custom-form-block {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.custom-form-block.customform {
  justify-content: center;
  align-items: flex-end;
}

.phone-field, .email-field, .name-field {
  border-radius: 8px;
  height: 2.7rem;
  font-size: 1rem;
}

.text-area-field {
  border-radius: 8px;
  font-size: 1rem;
}

.request-consultation-button {
  background-color: #000;
  border-radius: 56px;
  padding: 16px;
  font-size: 1.25rem;
}

.field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  font-size: 1.25rem;
}

.image-5 {
  vertical-align: super;
  align-self: flex-end;
}

.div-block-7 {
  background-color: #dfdfdf5e;
  border-radius: 48px;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  padding: 8px;
  display: flex;
}

.close-btn {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: 4px;
  font-size: 1.8em;
  font-weight: 400;
  line-height: .5em;
  display: flex;
}

.heading-7 {
  font-weight: 400;
}

.modal-close {
  background-color: #b8b8b84f;
  border-radius: 32px;
  align-self: flex-end;
  padding: 6px;
}

@media screen and (min-width: 1280px) {
  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .centered-heading {
    font-size: 4.5em;
  }

  .testimonial-text-two {
    font-size: 1.25rem;
  }

  .heading-4 {
    margin-top: 16px;
    font-size: 1.25rem;
  }

  .headings-testimonials {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .link-block {
    border-radius: 12px;
  }

  .client-name {
    margin-bottom: 12px;
  }

  .text-block-6.jason-kiaz {
    font-size: 1.25rem;
    display: block;
  }

  .image, .image-2 {
    border-radius: 12px;
  }

  .image-wrapper---br-top.position-relative.second-image {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .width-100 {
    background-image: none;
  }
}

@media screen and (max-width: 991px) {
  .container-col-8 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .dsg-subnav-menu {
    border-radius: 0;
    flex-direction: row;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

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

  .grid--dsg-lists {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .is-t-visible {
    display: block;
  }

  .fleapo-nav_menu {
    background-color: #181818;
    flex-direction: column;
    justify-content: center;
  }

  .is-t-hidden {
    display: none;
  }

  .container-col-4, .container-col-12 {
    padding-left: 3em;
    padding-right: 3em;
  }

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

  .fleapo-main-grid {
    grid-template-columns: 1fr;
  }

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

  .dsg-subnav-link {
    font-size: .8rem;
  }

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

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

  .fleapo-sidebar {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .grid--4-4-4 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

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

  .container-fullwidth.is-pad-right-mobile-0 {
    padding-right: 0;
  }

  .is-btn-t-fw {
    width: 100%;
  }

  .fleapo-nav-link {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding: 2em 5vw;
    display: flex;
  }

  .dsg-popup {
    bottom: 1.5em;
    right: 1.5em;
  }

  .btn-nav.daas-btn.w--current {
    min-width: 36%;
  }

  .section-title.is-margin-b-0 {
    margin-bottom: 3.5em;
  }

  .service-card-content {
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 4em;
  }

  .service-card-no {
    top: 2em;
    left: 4em;
  }

  .track-portfolio-scroll {
    height: auto;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .track-portfolio-holder {
    width: auto;
    height: auto;
    position: static;
    overflow: visible;
  }

  .track-portfolio-frame {
    grid-row-gap: 2.5em;
    flex-flow: column;
  }

  .portfolio-frame-wrapper {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .portfolio-frame {
    background-position: 50%;
    flex-flow: column-reverse;
  }

  .portfolio-frame-content {
    width: 100%;
    padding: 4em;
  }

  .portfolio-frame-media {
    width: 100%;
  }

  .portfolio-frame-media-height {
    flex: 1;
    align-self: stretch;
    padding-top: 0%;
  }

  .portfolio-media {
    object-position: 50% 50%;
  }

  .team-box {
    width: 16rem;
    max-width: 16rem;
  }

  .ikonik-o2rwfh {
    flex: none;
  }

  .ikonik-guc1ii {
    width: 1.25em;
    height: 1.25em;
  }

  .rating-block.is-margin-tb-24 {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .rating-block.is-margin-tb-8 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .rating-block.is-margin-tb-8.footer-rating.tab-view {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .rating-box-sm {
    flex: none;
  }

  .fleapo_country-grid.logo-animate {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: stretch center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5em;
    padding-right: 2.5em;
    animation: none;
  }

  .fleapo_country-box {
    flex: none;
    max-width: 15em;
  }

  .portfolio-media-resp {
    object-position: 50% 50%;
    position: relative;
  }

  .portfolio-media-resp.is-l-hidden.is-t-visible {
    display: block;
  }

  .btn-prm--med-2 {
    padding: 1rem 1.5rem;
    font-size: .94rem;
  }

  .ikonik-gyiyb {
    width: 1.25rem;
    height: 1.25rem;
  }

  .btn-prm--med-3 {
    padding: 1rem 1.5rem;
    font-size: .94rem;
  }

  .buttons-nav {
    flex-flow: column;
  }

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

  .call-now-btn {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .heading-3 {
    font-size: 31px;
    line-height: 42px;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

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

  .mg-bottom-32px {
    margin-bottom: 0;
  }

  .mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .btn-prm--med-4 {
    padding: 1rem 1.5rem;
    font-size: .94rem;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .is-btn-l-fw {
    width: 100%;
  }

  .is-h5 {
    font-size: 1.1rem;
  }

  .dsg-table_row-spacing {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .is-l-visible {
    display: block;
  }

  .is-h6 {
    font-size: .9rem;
  }

  .is-h2 {
    font-size: 3em;
  }

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

  .container-col-8 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .fleapo-menu-button.w--open {
    background-color: var(--white);
  }

  .is-h1 {
    font-size: 3.5em;
  }

  .grid--dsg-lists {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 2.25fr;
  }

  .grid--8-4 {
    grid-template-columns: 1fr 1fr;
  }

  .is-h3 {
    font-size: 2.25em;
  }

  .fleapo-nav_menu {
    background-color: var(--white);
    padding-bottom: 1rem;
  }

  .is-txt-small.is-txt-fleapogreen-100.is-dsg-sample-label {
    display: none;
  }

  .is-txt-small.is-txt-allcaps.is-txt-500.align-y-center {
    align-self: center;
  }

  .container-col-4, .container-col-12 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .fleapo-table_header-headlines {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .is-txt-large {
    font-size: 1.25rem;
  }

  .grid--4-8 {
    grid-template-columns: 1fr 1fr;
  }

  .container-col-6 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .is-h4 {
    font-size: 1.5em;
  }

  .dsg-subnav-link {
    flex: none;
    padding-left: .5em;
    padding-right: .5em;
  }

  .btn--prm-med {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    font-size: 1.1em;
  }

  .fleapo-brand-link, .fleapo-brand-link.w--current {
    padding-left: 0;
  }

  .is-txt-xxlarge {
    font-size: 2.25em;
  }

  .container-col-10 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .is-l-hidden {
    display: none;
  }

  .fleapo-sidebar {
    width: 100%;
    overflow: hidden;
  }

  .is-txt-medium {
    font-size: 1rem;
  }

  .is-txt-medium.is-dsg-description {
    max-width: none;
  }

  .fleapo-table-cell.is-dsg-aspect {
    width: 5em;
  }

  .grid--4-4-4 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

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

  .fleapo-table_row.is-colors {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .fleapo-table_row.is-dsg-helper {
    grid-template-rows: auto;
    grid-template-columns: .6fr;
  }

  .fleapo-table_row.is-button {
    grid-template-columns: 1fr;
  }

  .is-display {
    font-size: 4em;
  }

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

  .dsg-table_header-headlines-spacing, .dsg-table_header-colors {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fleapo-nav-link {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .btn-prm--med.is-margin-r-auto.is-margin-mobile-x-auto {
    margin-left: auto;
  }

  .dsg-popup {
    max-width: 19em;
  }

  .dsg-pop_cta {
    font-size: .85rem;
  }

  .banner.is-pad-t-40 {
    padding-top: 5vw;
  }

  .banner-bg.is-pad-tb-160 {
    padding-top: 5em;
  }

  .banner-bg-notch {
    background-position: 50% 100%;
    background-size: 35em;
    width: 100%;
    max-width: 37.5em;
  }

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

  .vertical-separator.is-horizontal {
    width: 100%;
    height: 1px;
  }

  .banner-bg-notch-inner {
    justify-content: center;
    align-items: center;
  }

  .statistics-boxes {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: wrap;
    justify-content: center;
  }

  .statistics-box {
    flex: none;
    width: calc(50% - 1px);
    padding: 1.5em;
  }

  .service-card-box {
    position: relative;
    top: 0%;
  }

  .service-card-content {
    width: 80%;
    padding-top: 4em;
    padding-bottom: 2.5em;
    padding-left: 2.5em;
  }

  .service-card-media {
    width: 60%;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .service-card-no {
    left: 2.5em;
  }

  .track-portfolio-scroll {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .portfolio-frame-content {
    padding: 2.5em;
  }

  .tech-box {
    grid-column-gap: 0em;
    grid-row-gap: .5em;
    flex-flow: column;
    width: 100%;
    padding-bottom: 1em;
  }

  .testimonials-box {
    max-width: 31.25em;
  }

  .testimonial-box-header, .testimony {
    width: 100%;
  }

  .testimony-avatar-box {
    flex: none;
  }

  .testimony-details {
    flex: 0 auto;
    width: 100%;
  }

  .banner-about {
    position: relative;
  }

  .banner-about.is-pad-t-96 {
    padding-top: 4em;
  }

  .banner-about-content {
    grid-row-gap: 1.5em;
    flex-flow: column;
  }

  .banner-about-content-left, .banner-about-content-right {
    width: 100%;
  }

  .banner-about-content-blur {
    top: 20%;
  }

  .banner-about-media-height {
    padding-top: 56%;
  }

  .banner-about-visual-box, .banner-about-visual-bg-box {
    width: calc(100% - 2em);
    height: calc(100% - 2em);
  }

  .growth-box {
    max-width: 16rem;
  }

  .team-box {
    width: 12rem;
    max-width: 12rem;
  }

  .team-visual {
    filter: none;
  }

  .value-grid {
    flex-flow: column;
    padding-left: 5vw;
    padding-right: 5vw;
    left: 0;
  }

  .value-box {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    max-width: 100%;
  }

  .value-box-visual-height {
    width: 8rem;
    padding-top: 0%;
  }

  .value-visual {
    position: relative;
  }

  .other-benefits-grid {
    grid-template-columns: 1fr;
  }

  .getstarted-box-inner {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .getstarted-box-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .getstarted-bg-blur {
    width: 100%;
  }

  .getstarted-box-right {
    display: none;
  }

  .customer-box-body-right {
    width: 100%;
    padding-bottom: 2.5em;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .customer-box-header {
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 2em;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .customer-box-body {
    flex-flow: column-reverse;
  }

  .customer-box-header-left {
    width: 100%;
  }

  .customer-box-visual {
    max-width: 10em;
  }

  .fleapo-logo {
    width: 15em;
  }

  .banner-daas-inner.is-pad-tb-96 {
    flex-flow: column;
    padding-top: 4em;
    padding-bottom: 8em;
  }

  .banner-daas-content, .banner-daas-media {
    width: 100%;
  }

  .rating-block.is-margin-tb-24 {
    margin-top: 2em;
    margin-bottom: 1em;
  }

  .rating-icon-box {
    width: 1.5rem;
    height: 1.5rem;
  }

  .banner-bg-notch-gray {
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    max-width: 37.5em;
  }

  .fleapo_footer-cta-block {
    background-position: 50%;
    padding: 3em 2.5em;
  }

  .fleapo_country-box {
    flex: none;
    width: calc(50% - .75em);
    max-width: 100%;
  }

  .fleapo_country-box.fleapo_country-box-horz {
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .country-illus.country-illus-horz {
    flex: 0 0 20em;
  }

  .country_illus-height.country_illus-height-horz {
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    display: flex;
  }

  .country_illus-img.country_illus-img-horz {
    position: relative;
  }

  .fleapo_footer-bottom-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .footer-bottom-left {
    order: 1;
  }

  .footer-bottom-middle {
    order: -1;
  }

  .btn-prm--med-2, .btn-prm--med-3 {
    padding-left: 2.22em;
    padding-right: 2.22em;
  }

  .testimonials-new {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

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

  .pd---content-inside-card-2 {
    padding: 32px 24px 40px;
  }

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

  .btn-prm--med-4 {
    padding-left: 2.22em;
    padding-right: 2.22em;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .is-btn-p-fw {
    width: 100%;
  }

  .is-h5 {
    font-size: 1.1em;
  }

  .dsg-table_row-spacing {
    background-color: #1d1d1d;
  }

  .is-h6 {
    font-size: .9em;
  }

  .fleapo-table.is-dsg-helpers.is-dsg-aspect {
    grid-template-rows: .25fr;
    grid-auto-rows: 1fr;
  }

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

  .richt-text ul {
    padding-left: 1em;
  }

  .is-p-hidden {
    display: none;
  }

  .grid--dsg-lists {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid--8-4 {
    grid-template-columns: 1fr;
  }

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

  .fleapo-table_header-headlines.is-dsg-typo {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid--4-8, .grid--3-3-3-3 {
    grid-template-columns: 1fr;
  }

  .btn--prm-med.is-form-submit {
    font-size: 1.4em;
  }

  .form-checkbox-label {
    font-size: 1rem;
  }

  .is-p-visible {
    display: block;
  }

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

  .grid--4-4-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .fleapo-table_row.is-colors {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .fleapo-table_row.is-fleapo-typo {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .container-fullwidth {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .dsg-popup {
    z-index: 99999;
    border-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    width: 100%;
    max-width: none;
    bottom: -2px;
    right: auto;
  }

  .dsg-popup_logo {
    width: 1.8em;
  }

  .dsg-pop_cta {
    font-size: .7rem;
  }

  .dsg-hor-p-scroll-wrap {
    width: 100%;
    max-width: 90vw;
    overflow: scroll;
  }

  .rating-block.is-margin-tb-8.footer-rating.tab-view {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rating-icon-box {
    width: 1.7rem;
    height: 1.7rem;
    padding: 0;
  }

  .fleapo_country-grid.logo-animate {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .country-illus.country-illus-horz {
    flex-basis: 12em;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .pd---content-inside-card {
    padding: 16px 12px 20px;
  }

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

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2b7f-b97abae3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bb6-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bd1-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bd2-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bd5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bd8-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bdb-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bde-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bdf-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2be2-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2be5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2be8-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2beb-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bec-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bef-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf2-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf8-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf9-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bfc-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bff-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c02-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c05-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c06-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c09-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c0c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c0f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c12-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c13-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c16-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c19-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c1c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c1f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c20-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c23-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c26-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c29-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c2c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c2d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c30-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c33-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c36-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c4c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c4d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c50-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c53-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c56-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c59-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c5a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c5d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c60-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c63-b97abae3, #w-node-c669eb9d-fad1-7300-094d-279296f0f7a9-b97abae3, #w-node-c669eb9d-fad1-7300-094d-279296f0f7aa-b97abae3, #w-node-c669eb9d-fad1-7300-094d-279296f0f7ad-b97abae3, #w-node-c669eb9d-fad1-7300-094d-279296f0f7b0-b97abae3, #w-node-c669eb9d-fad1-7300-094d-279296f0f7b3-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c66-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c67-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c6a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c6d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c70-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c73-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c74-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c77-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c7a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c7d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c80-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c81-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c84-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c87-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c8a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c8d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c8e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c91-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c94-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c97-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ca1-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ca2-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ca5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ca8-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ca9-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cac-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2caf-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cb0-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cb3-b97abae3, #w-node-_7e3a759d-3e9a-5ef1-c013-7c79d0c9041f-b97abae3, #w-node-_7e3a759d-3e9a-5ef1-c013-7c79d0c90420-b97abae3, #w-node-_7e3a759d-3e9a-5ef1-c013-7c79d0c90423-b97abae3, #w-node-_2485989d-38d6-eccf-70ef-afea6e0da81f-b97abae3, #w-node-_2485989d-38d6-eccf-70ef-afea6e0da820-b97abae3, #w-node-_2485989d-38d6-eccf-70ef-afea6e0da823-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cb6-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cb7-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cba-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cbd-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cbe-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cc1-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cc4-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cc5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cc8-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ccb-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ccc-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ccf-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cd2-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cd3-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cd6-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cd9-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cda-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cdd-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ce0-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ce1-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ce4-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ce7-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ce8-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ceb-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cee-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cef-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cf2-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cf5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cf6-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cf9-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cfc-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cfd-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d00-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d0c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d0d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d0f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d10-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d12-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d13-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d15-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d1d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d1e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d28-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d29-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d60-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d61-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d62-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d65-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d68-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d6b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d6e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d71-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d72-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d7a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d83-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d8c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d95-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d9e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2da7-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2da8-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2db0-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2db9-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2dc2-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2dcb-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2dd4-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ddd-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2dde-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2de6-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2def-b97abae3, #w-node-cba5e92c-1698-5982-61cd-3d63161b1012-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2df8-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e01-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e1a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e1b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e1e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e21-b97abae3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e22-b97abae3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e25-b97abae3, #w-node-_8da2c0d7-1071-8606-df72-190041710910-b97abae3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8da2c0d7-1071-8606-df72-190041710911-b97abae3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8da2c0d7-1071-8606-df72-190041710914-b97abae3, #w-node-_384834ef-4c32-2798-fe3e-b98eda00ac6f-b97abae3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_384834ef-4c32-2798-fe3e-b98eda00ac70-b97abae3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_384834ef-4c32-2798-fe3e-b98eda00ac73-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e36-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e37-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e3a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e3d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e3e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e41-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e46-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e47-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e4a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e4f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e50-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e53-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e58-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e59-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e5c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2edd-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ede-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ee5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ee6-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2eed-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2eee-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ef5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ef6-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ef7-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2efe-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2eff-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f00-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f01-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f08-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f09-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f0a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f0b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f0c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f0d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f18-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f19-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f1c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f1f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f22-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f25-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f28-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f2b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f2c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f2f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f32-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f35-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f38-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f3b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f3d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f3e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f41-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f44-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f47-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f4a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f4d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f4f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f50-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f53-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f56-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f59-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f5c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f5f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f61-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f62-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f65-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f68-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f6b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f6e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f71-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f73-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f74-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f77-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f7a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f7d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f80-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f83-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f85-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f86-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f89-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f8c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f8f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f92-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f95-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f97-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f98-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f9b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f9e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fa1-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fa4-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fa7-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fa9-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2faa-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fad-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fb0-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fb3-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fb6-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fb9-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fbb-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fbc-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fbf-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fc2-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fc5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fc8-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fcb-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fcd-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fce-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fd1-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fd4-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fd7-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fda-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fdd-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fdf-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fe0-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fe3-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fe6-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fe9-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fec-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fef-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ff1-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ff2-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ff5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ff8-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ffb-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ffe-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3001-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3003-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3004-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3007-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc300a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc300d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3010-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3013-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3015-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3016-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3019-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc301c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc301f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3022-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3025-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3027-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3028-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc302b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc302e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3031-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3034-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3037-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3039-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc303a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc303d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3040-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3043-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3046-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3049-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc304b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc304c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc304f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3052-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3055-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3058-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc305b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc305d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc305e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3061-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3064-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3067-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc306a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc306d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc306f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3070-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3073-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3076-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3079-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc307c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc307f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3081-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3082-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3085-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3088-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc308b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc308e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3091-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3093-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3094-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3097-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc309a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc309d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30a0-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30a3-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30a5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30a6-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30a9-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30ac-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30af-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30b2-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30b5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30b7-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30b8-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30bb-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30be-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30c1-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30c4-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30c7-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30c9-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30ca-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30cd-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30d0-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30d3-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30d6-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30d9-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30db-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30dc-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30df-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30e2-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30e5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30e8-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30eb-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30ed-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30ee-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30f1-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30f4-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30f7-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30fa-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30fd-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30ff-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3100-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3103-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3106-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3109-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc310c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc310f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3111-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3112-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3115-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3118-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc311b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc311e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3121-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3123-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3124-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3127-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc312a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc312d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3130-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3133-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3135-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3136-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3139-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc313c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc313f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3142-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3145-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3147-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3148-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc314b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc314e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3151-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3154-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3157-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3159-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc315a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc315d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3160-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3163-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3166-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3169-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc316b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc316c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc316f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3172-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3175-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3178-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc317b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3184-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3185-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3188-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc318b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc318e-b97abae3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3191-b97abae3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3194-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3197-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3198-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc319b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc319e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31a1-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31a4-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31a7-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31a9-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31aa-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31ad-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31b0-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31b3-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31b6-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31b9-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31bb-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31bc-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31bf-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31c2-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31c5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31c8-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31cb-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31cd-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31ce-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31d1-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31d4-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31d7-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31da-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31dd-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31df-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31e0-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31e3-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31e6-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31e9-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31ec-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31ef-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31f1-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31f2-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31f5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31f8-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31fb-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31fe-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3201-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3203-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3204-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3207-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc320a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc320d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3210-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3213-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3215-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3216-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3219-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc321c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc321f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3222-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3225-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3227-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3228-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc322b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc322e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3231-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3234-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3237-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3239-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc323a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc323d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3240-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3243-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3246-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3249-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc324b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc324c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc324f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3252-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3255-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3258-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc325b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc325d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc325e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3261-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3264-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3267-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc326a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc326d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc326f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3270-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3273-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3276-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3279-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc327c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc327f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3281-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3282-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3285-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3288-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc328b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc328e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3291-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3293-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3294-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3297-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc329a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc329d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32a0-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32a3-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32a5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32a6-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32a9-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32ac-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32af-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32b2-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32b5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32b7-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32b8-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32bb-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32be-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32c1-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32c4-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32c7-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32c9-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32ca-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32cd-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32d0-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32d3-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32d6-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32d9-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32db-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32dc-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32df-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32e2-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32e5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32e8-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32eb-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32ed-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32ee-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32f1-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32f4-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32f7-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32fa-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32fd-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32ff-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3300-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3303-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3306-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3309-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc330c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc330f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3311-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3312-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3315-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3318-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc331b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc331e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3321-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3323-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3324-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3327-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc332a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc332d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3330-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3333-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3335-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3336-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3339-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc333c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc333f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3342-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3345-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3347-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3348-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc334b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc334e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3351-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3354-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3357-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3359-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc335a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc335d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3360-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3363-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3366-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3369-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc336b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc336c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc336f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3372-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3375-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3378-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc337b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc337d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc337e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3381-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3384-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3387-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc338a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc338d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc338f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3390-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3393-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3396-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3399-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc339c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc339f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33a1-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33a2-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33a5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33a8-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33ab-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33ae-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33b1-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33b3-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33b4-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33b7-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33ba-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33bd-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33c0-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33c3-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33c5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33c6-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33c9-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33cc-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33cf-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33d2-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33d5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33d7-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33d8-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33db-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33de-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33e1-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33e4-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33e7-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33f3-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33f4-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33f7-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33fa-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33fd-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33fe-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3401-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3404-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3407-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3408-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc340b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc340e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3411-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3412-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3415-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3418-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc341b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc341c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc341f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3422-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3425-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3426-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3429-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc342c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3436-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3437-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc343a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc343d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc343e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3441-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3444-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3445-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3448-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc344b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc344c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc344f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3452-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3453-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3456-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3460-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3461-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3464-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3467-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3468-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc346b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc346e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc346f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3472-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3475-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3476-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3479-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc347c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc347d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3480-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3483-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3484-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3487-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc348a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc348b-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc348e-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3491-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3492-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3495-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3498-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3499-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc349c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc349f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34a0-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34a3-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34a6-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34a7-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34aa-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34ad-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34ae-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34b1-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34b4-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34b5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34b8-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34bb-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34bc-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34bf-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34c2-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34c3-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34c6-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34c9-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34ca-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34cd-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34d0-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34d1-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34d4-b97abae3, #w-node-_31406815-1422-410d-7421-98662a96df3e-4dcd8681, #w-node-_31406815-1422-410d-7421-98662a96df3e-2df2a363, #w-node-_31406815-1422-410d-7421-98662a96df3e-9314b742 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9a9dbff4-3152-b2dd-7c55-40245d26fae2-5d26fae2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2b7f-b97abae3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc348a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3498-b97abae3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2be8-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c02-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c0f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c1c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c29-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c36-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c63-b97abae3, #w-node-c669eb9d-fad1-7300-094d-279296f0f7b3-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c70-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c7d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c8a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c97-b97abae3 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d0f-b97abae3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d12-b97abae3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34a6-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34b4-b97abae3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2be8-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf5-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c02-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c0f-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c1c-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c29-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c36-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c63-b97abae3, #w-node-c669eb9d-fad1-7300-094d-279296f0f7b3-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c70-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c7d-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c8a-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c97-b97abae3 {
    grid-column-end: 4;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d0f-b97abae3 {
    grid-row: 3 / 4;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d12-b97abae3 {
    grid-row: 5 / 6;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d1d-b97abae3 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d28-b97abae3 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34c2-b97abae3, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34d0-b97abae3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Calibre';
  src: url('../fonts/TestCalibre-Semibold-BF661746ed9242e.woff2') format('woff2'), url('../fonts/TestCalibre-Semibold-BF661746ed9242e.eot') format('embedded-opentype'), url('../fonts/TestCalibre-Semibold-BF661746ed9242e.woff') format('woff'), url('../fonts/TestCalibre-Semibold-BF661746ed9242e.ttf') format('truetype'), url('../fonts/TestCalibre-Semibold-BF661746ed9242e.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/TestCalibre-Regular-BF661746edbee52.woff2') format('woff2'), url('../fonts/TestCalibre-Regular-BF661746edbee52.eot') format('embedded-opentype'), url('../fonts/TestCalibre-Regular-BF661746edbee52.woff') format('woff'), url('../fonts/TestCalibre-Regular-BF661746edbee52.ttf') format('truetype'), url('../fonts/TestCalibre-Regular-BF661746edbee52.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/TestCalibre-Medium-BF661746ed8cff9.woff2') format('woff2'), url('../fonts/TestCalibre-Medium-BF661746ed8cff9.eot') format('embedded-opentype'), url('../fonts/TestCalibre-Medium-BF661746ed8cff9.woff') format('woff'), url('../fonts/TestCalibre-Medium-BF661746ed8cff9.ttf') format('truetype'), url('../fonts/TestCalibre-Medium-BF661746ed8cff9.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/TestCalibre-Bold-BF661746ed7c530.woff2') format('woff2'), url('../fonts/TestCalibre-Bold-BF661746ed7c530.eot') format('embedded-opentype'), url('../fonts/TestCalibre-Bold-BF661746ed7c530.woff') format('woff'), url('../fonts/TestCalibre-Bold-BF661746ed7c530.ttf') format('truetype'), url('../fonts/TestCalibre-Bold-BF661746ed7c530.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Sticky bottom CTA on mobile web */
.mobile-sticky-cta {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile-sticky-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.92);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }

  .mobile-sticky-cta a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    border-radius: 3.5em;
    height: 3rem;
    font-family: Calibre, sans-serif;
    font-size: 1.06rem;
    font-weight: 600;
    text-decoration: none;
  }

  body {
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
  }
}
