:root {
  --bg-earth: #cec9c3;
  --txt: #333;
  --brown-light: #dedbd3;
  --brown-supperlight: rgba(222, 219, 211, .39);
  --bg: #f4f4f1;
  --purple: #b9b4cf;
  --no-colour: rgba(185, 180, 207, 0);
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

.w-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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

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

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bigilla, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: .9;
}

h2 {
  color: #333;
  letter-spacing: .1rem;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

h3 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
}

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

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

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

p {
  margin-bottom: 0;
}

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

li {
  margin-bottom: .25rem;
}

img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: inline-block;
}

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

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

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

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

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

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

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

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_checkbox-icon.w--redirected-checked {
  width: 1rem;
  height: 1rem;
  border-color: var(--bg-earth);
  background-color: var(--bg-earth);
  color: var(--txt);
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  font-size: 1.6rem;
  line-height: 1.6;
}

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

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

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

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

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

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

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

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

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

.form_message-success {
  padding: 1.25rem;
}

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

.heading-style-h3 {
  letter-spacing: .2rem;
  text-transform: uppercase;
  padding-bottom: .4rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 120%;
}

.heading-style-h3.is_header {
  width: 25%;
  text-indent: 0;
  padding-left: 14px;
  position: absolute;
}

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

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

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

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

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

.heading-style-h1 {
  text-transform: uppercase;
  font-family: Bigilla, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: .9;
}

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

.padding-global.footer {
  background-color: var(--brown-supperlight);
  background-color: rgba(222, 219, 211, .39);
  background-image: none;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  position: relative;
}

.text-weight-light {
  height: auto;
  max-height: none;
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-size-small {
  width: 100%;
}

.text-size-small.is_slider {
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

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

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

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

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.page-wrapper {
  width: 100%;
  opacity: 1;
  display: block;
  overflow: visible;
}

.page-wrapper.fs {
  display: none;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

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

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

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

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

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

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

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

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

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

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

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

.hide {
  display: none;
  overflow: visible;
}

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

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

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

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

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

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

.home-message_content {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

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

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

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

.home-message_logo {
  width: 4rem;
}

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

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

.fs-styleguide_color.is-2 {
  background-color: #f4f4f1;
}

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

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  width: 100%;
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  border: 1px dashed var(--purple);
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-no-shadow-container.sticky {
  z-index: 5;
  max-width: 900px;
  background-color: var(--no-colour);
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  width: 12rem;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  object-fit: fill;
  background-color: rgba(185, 180, 207, .77);
}

.nav-dropdown-list.shadow-three {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.menu-button {
  display: none;
}

.div-block {
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 1;
  justify-content: flex-start;
  padding-right: 0;
  display: block;
}

.section_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.portfolio_images {
  width: 100vw;
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
  position: relative;
  left: -116.889px;
  overflow: visible;
}

.portfolio_images.is_vertical {
  width: 100%;
  height: 40rem;
  flex-flow: row;
  justify-content: flex-end;
  display: flex;
  left: auto;
  overflow: hidden;
}

.header-txt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template: ". ."
                 ". Area"
                 / .25fr 1.75fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: relative;
}

.body {
  background-color: var(--bg);
  color: #333;
  background-image: linear-gradient(rgba(244, 244, 241, .95), rgba(244, 244, 241, .95)), url('../images/bg_Grain.gif');
  background-position: 0 0, 0 0;
}

.huge-title {
  color: #333;
  text-transform: uppercase;
  font-family: Bigilla, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: .95;
  display: inline-block;
}

.huge-title.is-header {
  text-indent: 1em;
  position: relative;
}

.heading-5 {
  font-weight: 400;
}

.heading-6 {
  color: rgba(0, 0, 0, .39);
}

.heading-7 {
  color: rgba(0, 0, 0, .34);
}

.heading-8 {
  color: rgba(0, 0, 0, .31);
}

.section {
  width: 100%;
  max-width: 1313px;
  background-color: #f4f4f1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 144px 48px;
  display: flex;
}

.space_heading {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 80px;
  display: flex;
}

.text {
  color: #222220;
  letter-spacing: -.03em;
  font-size: 88px;
  font-weight: 500;
  line-height: 100%;
}

.space_heading-2 {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 32px;
  display: flex;
}

.text-2 {
  color: #222220;
  letter-spacing: -.03em;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.icon-round {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.icon-round-brown {
  width: 106.296px;
  height: 106.296px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1143 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 5px;
  left: 294px;
}

.icon-round-gradient-purple-s {
  width: 26.83px;
  height: 29.3439px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-star-s {
  width: 13.91px;
  height: 21.69px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-round-gradient-yellow-s {
  width: 2.3rem;
  height: 32.625px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-5 {
  width: 22.0221px;
  height: 33.0792px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -66.2714px;
  left: -93.1906px;
}

.frame-1 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ovall-icons {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #9747ff;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.icon-oval-star-purple {
  width: 48px;
  height: 64px;
  background-color: #b9b4cf;
  border-radius: 99999px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.star {
  width: 24px;
  height: 24px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-oval-star-outline {
  width: 48px;
  height: 64px;
  border: 1px solid #333;
  border-radius: 99999px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-oval-star-brown {
  width: 47px;
  height: 64px;
  background-color: #dedbd3;
  border-radius: 99999px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-oval-star-dk {
  width: 47px;
  height: 64px;
  background-color: #333;
  border: 1.5px solid #222220;
  border-radius: 99999px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-range {
  background-color: var(--purple);
  border-radius: 99999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 28px;
  display: flex;
}

.button-range.is-brown {
  background-color: var(--brown-light);
}

.button-range.is-outline {
  border: 1px solid var(--txt);
  background-color: var(--no-colour);
}

.button-range.is-outline-icon {
  border: 1px solid var(--txt);
  background-color: var(--no-colour);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-right: 21px;
  position: relative;
}

.text-5 {
  color: #222220;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.logo-round {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-star-round {
  width: auto;
  height: auto;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-lb-round {
  width: auto;
  height: 80%;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.state-default {
  border: 0 solid rgba(255, 255, 255, 0);
  border-bottom-width: 1.5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.text-7 {
  color: rgba(34, 34, 32, .7);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.state-active {
  height: 31px;
  border: 0 solid #b9b4cf;
  border-bottom-width: 1.5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.text-8 {
  color: #ac9bf0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.frame-1147 {
  width: 100%;
  max-width: 1401px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-purple-sq {
  height: 65.0186px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-gradient-purple {
  height: 122.914px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-purple-sq-brand {
  object-fit: cover;
}

.button-block {
  background-color: var(--no-colour);
  border-radius: 99999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.logo-gradient-yellow {
  height: 122.914px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-main.is_s {
  width: 90%;
  aspect-ratio: auto;
}

.icons-oval {
  display: flex;
}

.icon-round-purple, .icon-round-gradient-yellow {
  width: 106.296px;
  height: 106.296px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-278 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper {
  width: 106.296px;
  height: 106.296px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-how-it-works {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-how-it-works.container-small {
  display: flex;
}

.content-how-it-works.is_2cols {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}

.gradient-ourple {
  z-index: -1;
  width: 200%;
  max-width: 200%;
  opacity: .55;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.gradient-ourple.is_header {
  width: 500%;
  max-width: 500%;
  object-fit: contain;
  top: -15.3rem;
  bottom: auto;
  left: -17.1rem;
  right: auto;
}

.gradient-ourple.is_list-col {
  width: 125%;
  max-width: 300%;
  opacity: .68;
  object-fit: contain;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.logo-header {
  width: 7rem;
  height: 7rem;
  margin-top: auto;
  display: flex;
  position: absolute;
  top: -1.9rem;
  left: -1.2rem;
}

.cell {
  align-items: flex-end;
}

.images-scroll-forward {
  width: 105vw;
  padding-bottom: 0;
}

.images-scroll-forward.is_vertical {
  width: 100%;
}

.images-scroll-backward {
  width: 105vw;
  padding-top: 0;
  padding-bottom: 0;
}

.images-scroll-backward.is_vertical {
  width: 100%;
}

.portf-img6 {
  width: auto;
  height: auto;
}

.portf-img1 {
  width: auto;
  height: auto;
  max-height: 100%;
  object-fit: fill;
}

.portf-img9 {
  width: auto;
  height: auto;
}

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

.image-2 {
  width: 50%;
}

.heading-wrapper {
  width: 50%;
  position: relative;
}

.heading-wrapper.text-align-center {
  width: 100%;
}

.heading-wrapper.text-align-center.is_max-width30 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.layout-grid_list.is_icon-middle {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout-grid_list.is_vertical {
  grid-template-columns: 1fr;
  position: relative;
}

.layout-grid_list.is_vertical.is_50 {
  width: 100%;
  position: relative;
}

.layout-grid_list.is_vertical.is_icon-lft {
  max-height: none;
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
}

.grid-list-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px dashed var(--purple);
  flex-direction: column;
  display: flex;
}

.grid-list-card.is_middle {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-list-card.is_with-bg {
  background-color: var(--bg);
}

.yellow-grdn {
  z-index: -1;
  width: 20rem;
  height: 20rem;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(245, 217, 112, .57), var(--bg) 51%);
  position: absolute;
  top: 8rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.yellow-grdn.is_l {
  width: 50rem;
  height: 50rem;
  opacity: .55;
  background-image: radial-gradient(circle, rgba(245, 217, 112, .27), rgba(244, 244, 241, 0) 51%);
  top: -9%;
  bottom: auto;
  left: -2%;
  right: auto;
}

.section_tesimonials.is_bg-earth {
  max-height: none;
  background-color: var(--brown-light);
  overflow: hidden;
}

.testimonials-slider {
  height: auto;
  max-height: none;
  background-color: var(--no-colour);
  object-fit: contain;
}

.testimonials-slider.center {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-4 {
  width: 4rem;
  height: 4rem;
  max-height: 100%;
  text-align: center;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.slide {
  width: 100%;
  max-height: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide {
  width: 60%;
  height: 29%;
  max-height: 66%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.mask {
  max-height: 100%;
  object-fit: contain;
  overflow: visible;
}

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

.arrow {
  width: 68%;
  max-width: 56%;
  opacity: 1;
  transform: rotate(0);
}

.arrow.flipped {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.arrow-oval {
  width: 2rem;
  height: 3rem;
  border: .8px solid var(--txt);
  opacity: .57;
  -webkit-text-stroke-color: var(--purple);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow {
  align-items: center;
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
}

.logo-testimonial {
  width: 12%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.collection-item {
  width: 100%;
  height: 100%;
}

.checklist {
  width: 50%;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px dashed var(--purple);
  flex-direction: column;
  display: flex;
}

.checklist.padding-small {
  background-color: var(--brown-supperlight);
  border-style: dashed;
}

.checklist-items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3px;
  padding-bottom: 3px;
  display: grid;
}

.icon-checkbox {
  width: 18px;
  height: 18px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checklist-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.icon-lft {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.icon-lft-txt {
  width: 80%;
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.checlist-header {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  border-bottom: 1px solid #000;
  flex-direction: column;
  display: flex;
}

.checklist-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.cta-checklist {
  border-top: 1px solid #000;
}

.content-benefits-lft-col {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordion-icon {
  width: 3rem;
  height: 3rem;
  border: 1px solid #d3d4d4;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  transition: all .5s;
  display: flex;
  position: relative;
}

.accordion-icon:hover {
  border-color: #8f00ff;
}

.icon-line {
  width: .15rem;
  height: 100%;
  background-color: var(--txt);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--purple), var(--bg-earth));
  position: relative;
  top: auto;
  bottom: auto;
  left: -15px;
}

.accordion {
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: none;
  min-height: 0;
  box-shadow: none;
  border-bottom: 1px solid #d3d4d4;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  transition: box-shadow .75s, border-color .75s;
  display: flex;
  position: static;
  overflow: visible;
}

.accordion:hover {
  z-index: 2;
  box-shadow: 0 10px 40px 30px rgba(211, 212, 212, .4);
}

.accordion-content {
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: none;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  transition: height .75s;
  display: block;
  position: relative;
  overflow: visible;
}

.accordion-content.w--open {
  height: auto;
  min-height: 30vh;
  background-color: rgba(0, 0, 0, 0);
}

.nav-item {
  width: 100%;
  height: 100%;
  color: #d3d4d4;
  letter-spacing: -.4px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.nav-item:hover {
  color: #8f00ff;
}

.nav-item.w--current {
  color: #000;
}

.icon-line-static {
  width: 100%;
  height: .1rem;
  background-color: var(--txt);
  background-image: linear-gradient(277deg, #e6bf11, #826dc6);
  line-height: 1;
}

.section_faq {
  position: relative;
}

.accordion-trigger {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px dashed var(--purple);
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.accordion-dropdown {
  width: 100%;
  height: auto;
  max-height: none;
  overflow: hidden;
}

.accordion-dropdown:hover {
  box-shadow: 0 1px 40px 40px rgba(144, 141, 136, .12);
}

.faq {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq.is_2cols {
  grid-column-gap: 5rem;
  grid-row-gap: 9rem;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}

.faq.is_2cols.padding-medium {
  border: 1px dashed var(--purple);
  background-image: linear-gradient(232deg, rgba(185, 180, 207, .16), rgba(244, 244, 241, 0) 24%, rgba(244, 244, 241, 0) 66%);
}

.col {
  width: 50%;
  display: block;
  position: relative;
}

.col.is_50 {
  width: 100%;
}

.col.is_sidebar {
  width: 30%;
}

.logo.is_70 {
  width: 70%;
  aspect-ratio: 2.39 / 1;
  margin-left: auto;
  margin-right: auto;
}

.section_cta.is_bg-earth {
  max-height: none;
  background-color: var(--brown-light);
  border-bottom-right-radius: 10%;
  border-bottom-left-radius: 10%;
}

.footer-main {
  border: 1px dashed var(--purple);
  background-color: var(--bg);
  padding: 50px 30px 15px;
  position: relative;
}

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

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

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

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

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

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

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-link.text-style-link {
  font-size: 13px;
  text-decoration: underline;
}

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

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

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

.footer-legal-pages {
  max-width: 900px;
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-bar {
  width: 100%;
  grid-column-gap: 6.75rem;
  grid-row-gap: 6.75rem;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.footer-tagnine {
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}

.scroll-bakwards {
  width: 200%;
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
  display: flex;
}

.scroll-forwards {
  width: 200%;
  display: flex;
}

.section_portfolio {
  width: 100vw;
  background-color: var(--bg);
  border-top-left-radius: 20%;
  border-top-right-radius: 20%;
  overflow: hidden;
}

.scroll-down {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.scroll-up {
  height: auto;
  flex-direction: column;
  display: flex;
}

.coloroverlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  background-color: #004f76;
  border-top-right-radius: 33px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.c1 {
  width: 50px;
  height: 50px;
  background-color: #004f76;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-horizontal-m {
  width: 100%;
  height: 4em;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  overflow: hidden;
}

.div-block-23 {
  grid-column-gap: 17px;
  justify-content: center;
  margin-top: 17px;
  margin-bottom: 13px;
  display: flex;
}

.c2 {
  width: 50px;
  height: 50px;
  background-color: #687585;
}

.div-block-28 {
  background-color: #004f76;
}

.div-block-20 {
  margin-bottom: 18px;
}

.bold {
  color: #1e1e2f;
  padding-left: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 25px;
  display: flex;
}

.image--screen-effect {
  width: 90%;
  max-width: 100%;
  border-top-right-radius: 33px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.div-block-12 {
  margin-top: 32px;
}

.big {
  text-transform: uppercase;
  font-size: 8em;
  font-weight: 600;
  line-height: 1em;
  display: block;
  transform: translate(0);
}

.big.outline {
  color: rgba(51, 51, 51, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2b2e33;
  white-space: nowrap;
  transform: translate(-291px);
}

.button-link {
  z-index: 1;
  width: auto;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  padding-top: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-link:hover {
  background-color: rgba(0, 0, 0, 0);
}

.button-link.text-style-allcaps {
  padding-top: 0;
}

.style {
  flex-direction: column;
  margin-bottom: 70px;
  display: none;
  overflow: hidden;
}

.div-block-9 {
  border-bottom: 1px solid #687585;
}

.div-block-10 {
  margin-top: 26px;
}

.div-block-29 {
  background-color: #687585;
}

.div-block-18 {
  margin-bottom: 16px;
}

.p {
  color: #687585;
  letter-spacing: -.00625em;
  font-size: .875rem;
}

.p.p-small--bold {
  letter-spacing: -.00625em;
  font-size: .9em;
  font-weight: 700;
}

.p.p-small {
  letter-spacing: -.00625em;
  margin-left: 24px;
  font-size: .9em;
  line-height: 1.4em;
  display: flex;
}

.div-block-15 {
  margin-bottom: 4px;
}

.button-arrow {
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: 0%;
  right: 0%;
}

.button-arrow.m {
  max-width: 80%;
  flex-wrap: wrap;
  position: relative;
  top: 0;
}

.button-arrow.m.align-lft {
  width: 100%;
  flex-direction: row;
  flex: 0 auto;
  align-content: flex-start;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  top: 0;
  left: 0%;
  right: 0;
}

.padding-horizontal-l {
  width: 100%;
  height: 6em;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.padding-horizontal-l.hidden {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.div-block-17 {
  margin-bottom: -5px;
}

.div-block-21 {
  margin-bottom: 18px;
}

.div-block-11 {
  margin-top: 31px;
}

.div-block-13, .div-block-19 {
  margin-bottom: 16px;
}

.footer {
  width: 100vw;
  max-height: none;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
}

.image-5 {
  z-index: 9;
  width: 100px;
  background-color: #004f76;
  position: relative;
}

.div-block-14 {
  margin-bottom: 23px;
}

.padding-horizontal-xl {
  width: 100%;
  height: 8em;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.heading-12 {
  letter-spacing: .3em;
}

.c3 {
  width: 50px;
  height: 50px;
  background-color: #e9e9e7;
}

.cta {
  z-index: 1;
  width: 100%;
  max-width: 800px;
  grid-column-gap: 68px;
  grid-row-gap: 19px;
  background-color: #f8f8f6;
  border: 0 solid #979797;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 37px 70px 81px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 17px 9px 65px 5px #e8e8e8;
}

.page-wrapper--t-c {
  display: none;
}

.button-4 {
  color: #edf1f5;
  background-color: #004f76;
  order: 1;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 1.1% 5% .9%;
  display: block;
  position: relative;
}

.img-overlay-footer {
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  background-color: rgba(0, 79, 118, .81);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.caps-small {
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: .8125em;
  font-weight: 700;
  line-height: 116%;
}

.caps-small.align-lft {
  margin-bottom: 10px;
  margin-right: auto;
}

.padding-horizontal-s {
  width: 100%;
  height: 2em;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.caps-medium {
  letter-spacing: .15625em;
  text-transform: uppercase;
  font-size: 1.12em;
  font-weight: 700;
  line-height: 116%;
}

.fooer-image {
  width: 45%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: -9%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-25 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-30 {
  background-color: rgba(0, 79, 118, .55);
}

.footer--img {
  z-index: 0;
  height: 100%;
  filter: grayscale();
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.sect-bg-img-big {
  width: 101%;
  filter: saturate(0%);
  border-top-right-radius: 33px;
  order: -1;
  display: block;
  position: relative;
}

.div-block-16 {
  margin-bottom: -5px;
}

.cta-white {
  height: 126%;
  margin-top: -3px;
  margin-right: .4em;
}

.style-block {
  padding-left: 35px;
  padding-right: 25px;
}

.div-block-22 {
  margin-bottom: 23px;
}

.testimonial-slider {
  width: 100%;
  height: 6rem;
  background-color: var(--no-colour);
}

.testimonial-slider.is_35 {
  width: 50%;
}

.testimonial-slider.is_35.padding-top.padding-large {
  width: 35%;
}

.testimonial-slide-tiny {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  display: flex;
}

.testimonial-slide-content {
  width: 100%;
  height: 5rem;
  max-width: 5rem;
  background-color: var(--purple);
  border-radius: 100%;
}

.testim-quote {
  width: 100%;
  align-items: center;
  display: flex;
}

.testim-quote.padding-small {
  width: 100%;
}

.mask-2 {
  height: 7rem;
  overflow: visible;
}

.testimonial-img {
  width: 5rem;
  height: 5rem;
  border: 1px solid var(--txt);
  border-radius: 100%;
}

.section_about {
  background-color: var(--bg);
  position: relative;
}

.menu-line {
  width: 70%;
  height: 3px;
  background-color: var(--purple);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.butt-outline-bg {
  width: 100%;
  height: 80%;
  background-color: rgba(185, 180, 207, 0);
  background-image: url('../images/Vectors-Wrapper_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 999px;
  position: absolute;
}

.button-double {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-31 {
  display: flex;
  position: relative;
}

.logo-luminous-oval {
  width: auto;
  height: auto;
  aspect-ratio: auto;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-sticky {
  z-index: -1;
  opacity: .91;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #f4f4f1;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-sticky.scrollbar {
  z-index: 1;
  height: .3rem;
  background-color: var(--purple);
  opacity: 1;
  z-index: 1;
  height: .3rem;
  opacity: 1;
  background-color: #b9b4cf;
  display: block;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-sticky-spacer {
  height: 70vh;
  background-color: var(--no-colour);
}

.section_template-2 {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.section-footer {
  margin-top: -70vh;
}

.footer-main-2 {
  background-color: #f4f4f1;
  border: 1px dashed #b9b4cf;
  padding: 50px 30px 15px;
  position: relative;
}

.section-header-sticky {
  margin-bottom: -60vh;
}

.spacer-header-sticky {
  height: 60vh;
}

.menu-line-2 {
  width: 70%;
  height: 3px;
  background-color: #b9b4cf;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.button-block-2 {
  background-color: rgba(185, 180, 207, 0);
  border-radius: 99999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button-range-2 {
  background-color: #b9b4cf;
  border-radius: 99999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 28px;
  display: flex;
}

.button-range-2.is-brown {
  background-color: #dedbd3;
}

.button-range-2.is-outline {
  background-color: rgba(185, 180, 207, 0);
  border: 1px solid #333;
}

.button-range-2.is-outline-icon {
  background-color: rgba(185, 180, 207, 0);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #333;
  padding-right: 21px;
  position: relative;
}

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

.navbar-wrapper-2.sticky {
  justify-content: center;
}

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

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-bottom.padding-small {
    flex-direction: column;
    display: flex;
  }

  .hide-tablet {
    display: none;
  }

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

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

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

  .heading-style-h3.is_header {
    width: 34%;
    padding-top: 4px;
    font-size: .9rem;
    top: 75.958px;
    left: 365.969px;
  }

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

  .text-weight-medium.text-align-left {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

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

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

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

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

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

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

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

  .heading-style-h5 {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .main-wrapper {
    overflow: visible;
  }

  .align-center {
    font-size: .8rem;
  }

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

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .section_header {
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .portfolio_images {
    width: 100vw;
    position: relative;
    left: -49.8889px;
    overflow: hidden;
  }

  .huge-title.is-header {
    font-size: 4.9rem;
  }

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

  .logo-round, .logo-star-round {
    width: 100%;
    height: 100%;
  }

  .logo-oval {
    width: 100%;
  }

  .content-how-it-works.is_2cols {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
    flex-direction: row;
  }

  .gradient-ourple.is_list-col {
    top: -10.4rem;
    left: -8.2rem;
  }

  .logo-header {
    width: 6rem;
    height: 6rem;
    top: -2rem;
    left: -.9rem;
  }

  .cell {
    align-items: center;
  }

  .cell-2 {
    justify-content: center;
    align-items: center;
  }

  .images-scroll-forward {
    padding: 0;
    position: relative;
    overflow: hidden;
  }

  .images-scroll-backward {
    padding: 0;
    overflow: hidden;
  }

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

  .image-3 {
    width: 77%;
  }

  .layout-grid_list.is_icon-middle {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .heading-10 {
    font-size: 1rem;
  }

  .faq.is_2cols {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
    flex-direction: row;
  }

  .container {
    max-width: 728px;
  }

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

  .footer-link {
    font-size: .8rem;
  }

  .coloroverlay {
    width: 100%;
    height: 100%;
    border: 0 solid #000;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-28 {
    width: 100%;
    flex: none;
  }

  .image--screen-effect {
    align-items: center;
    display: flex;
  }

  .grid {
    width: 100%;
    flex-flow: wrap;
    display: flex;
  }

  .big {
    font-size: 7rem;
  }

  .button-link.text-style-allcaps {
    letter-spacing: 0;
    font-size: .7rem;
  }

  .style {
    display: none;
  }

  .div-block-29 {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    flex: 1;
  }

  .p.p-small--bold {
    flex-wrap: nowrap;
    flex: 1;
    display: flex;
  }

  .p.p-small {
    flex-wrap: nowrap;
    flex: 1;
    line-height: 1.4em;
    display: flex;
  }

  .button-arrow.m {
    margin-top: -63px;
  }

  .button-arrow.m.align-lft {
    max-width: 100%;
  }

  .padding-horizontal-l {
    display: flex;
  }

  .padding-horizontal-l.hidden {
    display: none;
  }

  .footer {
    z-index: 2;
    overflow: hidden;
  }

  .cta {
    max-width: 100%;
    grid-column-gap: 1.5em;
    grid-row-gap: .5em;
    border-width: 0;
    border-radius: 0;
    flex-direction: column;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-self: auto;
    padding: 30px 20px 20px;
    top: 0;
  }

  .img-overlay-footer {
    opacity: 1;
    mix-blend-mode: screen;
  }

  .padding-horizontal-s {
    height: 1.3em;
  }

  .fooer-image {
    mix-blend-mode: normal;
    display: none;
    top: 0%;
  }

  .div-block-30 {
    flex: 1;
  }

  .footer--img {
    z-index: 0;
    mix-blend-mode: normal;
    position: relative;
  }

  .sect-bg-img-big {
    width: 100%;
  }

  .cta-white {
    height: auto;
    margin-right: 4.25em;
  }

  .logo-footer {
    width: 50%;
  }

  .button-double {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-31 {
    left: 30px;
  }

  .logo-luminous-oval {
    width: 30%;
    height: 50%;
    max-width: 50%;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding: .35rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h3.is_header {
    width: 40%;
    top: 41px;
    left: 246.969px;
  }

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

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

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

  .text-weight-medium.text-align-left {
    flex-direction: column;
  }

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

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

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

  .text-size-small {
    line-height: 1.4;
  }

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

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

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

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

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

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

  .page-wrapper {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .page-wrapper.fs {
    display: none;
  }

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

  .main-wrapper {
    width: 100%;
    height: auto;
    max-height: none;
    overflow: visible;
  }

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

  .home-message_component {
    padding: 0;
  }

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

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .section_header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .portfolio_images {
    height: auto;
    max-height: none;
    left: -29.8889px;
  }

  .huge-title.is-header {
    width: 100%;
    font-size: 3.4rem;
  }

  .star {
    width: 1.3rem;
    height: 1.3rem;
  }

  .logo-star-round {
    width: auto;
    height: auto;
    max-width: 50%;
  }

  .logo-lb-round, .logo-oval {
    width: auto;
    max-width: 50%;
  }

  .content-how-it-works.is_2cols {
    flex-direction: column;
  }

  .gradient-ourple {
    top: -3%;
    left: -17%;
  }

  .logo-header {
    top: -1.8rem;
    left: -1.2rem;
  }

  .cell, .cell-2 {
    justify-content: center;
    align-items: center;
  }

  .images-scroll-forward {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    padding: 7px;
  }

  .images-scroll-backward {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    padding: 0;
    position: relative;
  }

  .heading-wrapper, .heading-wrapper.text-align-center.is_max-width30 {
    width: 100%;
  }

  .layout-grid_list.is_icon-middle {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .heading-11 {
    font-size: 1.5rem;
  }

  .right-arrow {
    justify-content: flex-end;
  }

  .logo-testimonial {
    width: 40%;
  }

  .checklist.padding-small.margin-top.margin-xhuge {
    width: 100%;
  }

  .accordion-icon {
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  .icon-line {
    top: 0;
    bottom: 10px;
    left: -10px;
  }

  .accordion {
    height: 25vh;
    max-height: 80vh;
  }

  .accordion:hover {
    box-shadow: none;
  }

  .faq.is_2cols {
    flex-direction: column;
  }

  .col {
    width: 100%;
  }

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

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

  .footer-brand {
    display: flex;
  }

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

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

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

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

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

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

  .footer-legal-pages {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

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

  .p.p-small, .button-arrow.m.align-lft {
    width: 100%;
  }

  .padding-horizontal-l.hidden {
    display: none;
  }

  .footer {
    height: auto;
    max-height: none;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .cta {
    width: 70%;
    flex-wrap: wrap;
    flex: 0 auto;
    top: 50.1em;
  }

  .caps-small {
    margin-top: 10px;
  }

  .footer--img {
    display: none;
  }

  .testimonial-slider.is_35.padding-top.padding-large {
    width: 80%;
  }

  .logo-footer {
    width: 50%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button-double {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-31 {
    left: 40px;
  }

  .logo-luminous-oval {
    width: auto;
    height: auto;
    max-width: 50%;
  }

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

@media screen and (max-width: 479px) {
  h5 {
    width: 100%;
  }

  .padding-xhuge {
    padding: 4rem 0 0;
  }

  .padding-medium {
    width: 100%;
    align-self: flex-start;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h3 {
    letter-spacing: .15rem;
  }

  .heading-style-h3.is_header {
    width: 100%;
    font-size: .8rem;
    top: 183.958px;
    left: -12.031px;
  }

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

  .padding-global {
    padding: 1.75rem;
  }

  .text-size-tiny {
    margin-left: auto;
    margin-right: auto;
  }

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

  .padding-section-large.padding-top, .page-wrapper, .container-large, .main-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .align-center {
    margin-top: -29px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .section_header {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .portfolio_images {
    left: 0;
  }

  .header-txt {
    width: 100%;
    flex-direction: column;
    grid-auto-flow: row;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 40px;
  }

  .huge-title.is-header {
    font-size: 3.1rem;
    top: -87px;
  }

  .icon-round-gradient-purple-s {
    width: 1.9rem;
    height: 1.9rem;
  }

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

  .button-range.is-purple {
    width: 100%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-range.is-brown, .button-range.is-outline, .button-range.is-outline-icon {
    width: 100%;
  }

  .logo-round {
    width: 80%;
    max-width: 80%;
    flex: none;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-star-round {
    width: 100%;
    flex: none;
  }

  .logo-lb-round {
    width: 100%;
  }

  .button-block {
    width: 100%;
    align-self: center;
  }

  .logo-oval {
    width: 50%;
    height: auto;
    aspect-ratio: 2 / 3;
  }

  .logo-header {
    width: 28%;
    top: -7.3rem;
    left: -.7rem;
  }

  .cell, .cell-2 {
    align-items: center;
  }

  .images-scroll-forward, .images-scroll-backward {
    width: 100vw;
  }

  .section_how-it-works {
    flex-direction: column;
    display: flex;
  }

  .section_logos {
    height: auto;
  }

  .layout-grid_list.is_icon-middle {
    grid-template-columns: 1fr;
  }

  .layout-grid_list.is_vertical.is_icon-lft {
    width: 100%;
  }

  .grid-list-card.is_with-bg.padding-medium {
    padding: .85rem;
  }

  .logo-testimonial {
    width: 80%;
    max-width: 80%;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .checklist-items {
    grid-template-columns: 1fr;
  }

  .accordion-icon {
    width: 40px;
    height: 40px;
  }

  .container {
    max-width: none;
  }

  .footer-bar {
    flex-direction: column;
  }

  .scroll-bakwards {
    flex-wrap: wrap;
  }

  .section_portfolio {
    height: 200vh;
  }

  .coloroverlay {
    width: 100%;
    left: auto;
    right: auto;
  }

  .padding-horizontal-m {
    display: none;
  }

  .image--screen-effect {
    width: 100%;
  }

  .button-link.text-style-allcaps {
    justify-content: center;
    align-items: center;
  }

  .style {
    display: none;
  }

  .button-arrow.m {
    top: 260px;
  }

  .button-arrow.m.align-lft {
    right: 0;
  }

  .padding-horizontal-l.hidden {
    display: none;
  }

  .footer {
    z-index: 2;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .padding-horizontal-xl {
    display: none;
  }

  .cta {
    width: 100%;
    grid-row-gap: 1em;
    flex-direction: column;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    top: 0;
  }

  .button-4 {
    margin-left: 0;
  }

  .caps-small {
    font-size: .6em;
  }

  .padding-horizontal-s {
    height: 2em;
    display: block;
  }

  .fooer-image {
    top: 1%;
  }

  .testimonial-slide-tiny {
    flex-direction: column;
    align-items: center;
  }

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

  .button-double {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-31 {
    left: 0;
  }

  .logo-luminous-oval {
    width: 50%;
    max-width: 50%;
  }

  .heading-14 {
    object-fit: fill;
  }

  .button-block-2 {
    width: 100%;
    align-self: center;
  }

  .button-range-2 {
    text-align: center;
  }

  .button-range-2.is-brown, .button-range-2.is-outline {
    width: 100%;
  }

  .button-range-2.is-purple {
    width: 100%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-range-2.is-outline-icon {
    width: 100%;
    width: 100%;
  }
}

#w-node-_9945e995-8dae-6b91-893d-8f5498031ad2-b1642da5, #w-node-f347477a-1502-e30e-c32e-3697fc12b5f3-b1642da5 {
  grid-area: Area;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e0d26605-9306-e6df-2076-0077a9e43c0c-b1642da5, #w-node-_8d329411-31ea-cf61-aab2-d8e413a7d337-b1642da5, #w-node-_17114466-fad1-e933-db85-ec4c746aa368-b1642da5, #w-node-_9e45179d-6714-f63c-7ddc-c244abee8b1a-b1642da5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_3d55a69e-e6dd-f259-9c8c-a272f5a01f4d-b1642da5, #w-node-_3d55a69e-e6dd-f259-9c8c-a272f5a01f4e-b1642da5, #w-node-_3d55a69e-e6dd-f259-9c8c-a272f5a01f4f-b1642da5, #w-node-_3d55a69e-e6dd-f259-9c8c-a272f5a01f50-b1642da5, #w-node-_3d55a69e-e6dd-f259-9c8c-a272f5a01f51-b1642da5, #w-node-_04d036a1-d49e-cf7a-def0-e9252cfc4df5-b1642da5, #w-node-ca928a1d-b47d-a0be-13d8-1ae49f1c4220-b1642da5, #w-node-_1df11051-34cd-c853-a416-6ecd11e81449-b1642da5, #w-node-ccc151da-c30b-50fa-e495-896bb6f80ddc-b1642da5, #w-node-ccc151da-c30b-50fa-e495-896bb6f80de0-b1642da5, #w-node-_8ea7dd3b-9c3a-e9ab-d639-9456762926d0-b1642da5, #w-node-_8ea7dd3b-9c3a-e9ab-d639-9456762926d2-b1642da5, #w-node-_9b7322c2-04cf-0577-84b5-1e6b45c54ee8-b1642da5, #w-node-_9b7322c2-04cf-0577-84b5-1e6b45c54eea-b1642da5, #w-node-f0e39c58-51f9-83ff-3d59-6ff7b76cfba4-b1642da5, #w-node-f0e39c58-51f9-83ff-3d59-6ff7b76cfba6-b1642da5, #w-node-bf4c5c10-f6d9-8637-ecdb-c9edad73b06f-b1642da5, #w-node-bf4c5c10-f6d9-8637-ecdb-c9edad73b071-b1642da5, #w-node-_8ea7dd3b-9c3a-e9ab-d639-9456762926ce-b1642da5, #w-node-_7e1b5ed8-bf22-6ca1-f716-777bde9a2fbd-b1642da5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_260ac5b0-104a-c64c-95ce-e5292ba75e45-b1642da5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_775782ac-6aa9-64d8-1f12-e2b6f127cc16-b1642da5, #w-node-_054606d8-4482-804c-42c7-837379872581-b1642da5, #w-node-_8088371a-a0a3-2eb5-b175-6b2af28f428c-b1642da5, #w-node-c5219fae-83be-b57d-bd20-b649c0c10de9-b1642da5, #w-node-b11ef073-10a3-f3d1-1bb9-13d54f2ad628-b1642da5, #w-node-_53a8f8cb-05fe-f47c-80de-76531006a13d-b1642da5, #w-node-_054606d8-4482-804c-42c7-83737987259b-b1642da5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c385efe-b02f-665e-6b33-8b4314e3e286-b1642da5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bd2b6570-9e84-fe62-dd4d-e0ab53ef82b9-b1642da5, #w-node-_4ff4909e-0cc3-c922-b651-8e16045099d8-b1642da5, #w-node-bd2b6570-9e84-fe62-dd4d-e0ab53ef82c4-b1642da5, #w-node-_6ecc49fd-aeec-595a-37bc-bd11d9c44815-b1642da5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6779adfb-e0f4-30e9-eec1-8e5975b559d3-b1642da5, #w-node-c1b40b95-bf62-a804-cfd6-1f727d2338ea-b1642da5, #w-node-e8d86e39-d507-ada9-72a8-2bf0dd5c6b69-b1642da5, #w-node-b94f09a8-96b2-cfc8-d2ef-0335fc0abaf8-b1642da5, #w-node-_5a9d6cf2-acaf-d233-ad00-d02be77943eb-b1642da5, #w-node-_078831bd-b696-141a-af0d-06d11ee356fe-b1642da5, #w-node-_078831bd-b696-141a-af0d-06d11ee35711-b1642da5, #w-node-_078831bd-b696-141a-af0d-06d11ee3571f-b1642da5, #w-node-e8c6dbc7-e930-e230-1fd1-198ef2502c86-b1642da5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b295478-1c65-4cbe-03f0-4d887514fa72-b1642da5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3b295478-1c65-4cbe-03f0-4d887514fa78-b1642da5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f76a22f-5024-9f3a-853c-2f023910220e-b1642da5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_60496f99-f461-9e4b-0f79-36972664062d-b1642da5, #w-node-_60496f99-f461-9e4b-0f79-369726640636-b1642da5, #w-node-_60496f99-f461-9e4b-0f79-369726640641-b1642da5, #w-node-_7bc5d1c2-e3e5-0af0-20bd-66c12f978393-b1642da5, #w-node-_7bc5d1c2-e3e5-0af0-20bd-66c12f97839c-b1642da5, #w-node-_7bc5d1c2-e3e5-0af0-20bd-66c12f9783a5-b1642da5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9dade8d6-475e-205e-232e-fe020ee07cb2-b1642da5, #w-node-_9dade8d6-475e-205e-232e-fe020ee07cb3-b1642da5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9dade8d6-475e-205e-232e-fe020ee07cb4-b1642da5, #w-node-_9dade8d6-475e-205e-232e-fe020ee07cb5-b1642da5, #w-node-_9dade8d6-475e-205e-232e-fe020ee07cb6-b1642da5, #w-node-_9dade8d6-475e-205e-232e-fe020ee07cb7-b1642da5, #w-node-_024b5c48-b143-3df8-403f-0e7e545866db-545866db, #w-node-_024b5c48-b143-3df8-403f-0e7e545866dc-545866db, #w-node-_024b5c48-b143-3df8-403f-0e7e545866df-545866db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_5fb06431-a311-a48e-341b-3036478470a0-b1642da9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-b1642da9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-b1642da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-b1642da9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-b1642da9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-b1642da9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-b1642da9, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-b1642da9, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-b1642da9, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-b1642da9, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-b1642da9, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-b1642da9, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-b1642da9, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-b1642da9, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-b1642da9, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-b1642da9, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-b1642da9 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-b1642da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-b1642da9 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-b1642da9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-b1642da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

@media screen and (max-width: 991px) {
  #w-node-e0d26605-9306-e6df-2076-0077a9e43c0c-b1642da5, #w-node-_8d329411-31ea-cf61-aab2-d8e413a7d337-b1642da5, #w-node-_17114466-fad1-e933-db85-ec4c746aa368-b1642da5, #w-node-_9e45179d-6714-f63c-7ddc-c244abee8b1a-b1642da5 {
    display: grid;
  }

  #w-node-_3d55a69e-e6dd-f259-9c8c-a272f5a01f52-b1642da5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd2b6570-9e84-fe62-dd4d-e0ab53ef82b9-b1642da5, #w-node-_4ff4909e-0cc3-c922-b651-8e16045099d8-b1642da5, #w-node-bd2b6570-9e84-fe62-dd4d-e0ab53ef82c4-b1642da5, #w-node-_6ecc49fd-aeec-595a-37bc-bd11d9c44815-b1642da5 {
    display: grid;
  }

  #w-node-_6f76a22f-5024-9f3a-853c-2f023910220e-b1642da5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9945e995-8dae-6b91-893d-8f5498031ad2-b1642da5, #w-node-f347477a-1502-e30e-c32e-3697fc12b5f3-b1642da5, #w-node-e0d26605-9306-e6df-2076-0077a9e43c0c-b1642da5, #w-node-_8d329411-31ea-cf61-aab2-d8e413a7d337-b1642da5, #w-node-_17114466-fad1-e933-db85-ec4c746aa368-b1642da5, #w-node-_9e45179d-6714-f63c-7ddc-c244abee8b1a-b1642da5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3d55a69e-e6dd-f259-9c8c-a272f5a01f52-b1642da5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_260ac5b0-104a-c64c-95ce-e5292ba75e45-b1642da5, #w-node-_3c385efe-b02f-665e-6b33-8b4314e3e286-b1642da5, #w-node-bd2b6570-9e84-fe62-dd4d-e0ab53ef82b9-b1642da5, #w-node-_4ff4909e-0cc3-c922-b651-8e16045099d8-b1642da5, #w-node-bd2b6570-9e84-fe62-dd4d-e0ab53ef82c4-b1642da5, #w-node-_6ecc49fd-aeec-595a-37bc-bd11d9c44815-b1642da5, #w-node-_3b295478-1c65-4cbe-03f0-4d887514fa72-b1642da5, #w-node-_6f76a22f-5024-9f3a-853c-2f023910220e-b1642da5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


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