@font-face {
  font-family: Silk Serif;
  src: url('../fonts/Silk-Serif-Regular-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Almarai;
  src: url('../fonts/Almarai-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--black-80: #0a0a0acc;
  --color--black: #0a0a0a;
  --color--grey: #f2f2f2;
  --color--white: white;
  --black: black;
  --color--black-30: #0a0a0a4d;
  --white: white;
}

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

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

@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: var(--color--black-80);
  font-family: Almarai, sans-serif;
  font-size: 1.111vw;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Almarai, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Almarai, sans-serif;
  font-size: 2.25em;
  font-weight: 300;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Almarai, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Almarai, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Almarai, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.3;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Almarai, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

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

li {
  margin-bottom: .25rem;
}

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

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

em {
  font-style: italic;
}

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 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

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

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

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

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.icon-1x1-small {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overflow-auto {
  overflow: auto;
}

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

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

.form_form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_message-success {
  padding: 1.25rem;
}

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

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

.heading-style-h3.mobile-bigger.text-weight-bold.is-mob {
  display: none;
}

.heading-style-h3.mobile-bigger.text-weight-normal.is-hide-mob {
  font-size: 1.8em;
}

.heading-style-h3.mobile-bigger.text-weight-normal.is-mob {
  display: none;
}

.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: 48em;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.text-weight-normal {
  font-size: 3.7em;
  font-weight: 400;
}

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

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

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

.text-style-italic {
  font-family: PT Serif, serif;
  font-style: italic;
}

.text-style-italic.text-size-xlarge, .text-style-italic.text-size-medium {
  font-family: Silk Serif, sans-serif;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

.text-size-tiny {
  font-family: Almarai, sans-serif;
  font-size: .75em;
  font-weight: 300;
}

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

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

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

.text-size-regular {
  font-family: Almarai, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

.text-size-small {
  font-family: Almarai, sans-serif;
  font-size: .875em;
  font-weight: 300;
}

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

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

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

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

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

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

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

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

.form_input {
  border: 1px solid var(--color--black);
  background-color: #0000;
  border-radius: 4.75rem;
  min-height: 3.375rem;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
}

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

.heading-style-h6 {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.3;
}

.padding-section-large {
  padding-top: 5em;
  padding-bottom: 3em;
}

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

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

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

.text-size-xlarge {
  font-family: Almarai, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
}

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

.heading-style-h2 {
  font-size: 2.25em;
  font-weight: 300;
  line-height: 1.3;
}

.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 {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.3;
}

.heading-style-h5.skew-up {
  width: 191%;
}

.container-large {
  width: 100%;
  max-width: 82.0625em;
  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 {
  width: 100%;
  margin-bottom: 0;
}

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

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

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

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

.button {
  border: 1px solid var(--color--black);
  background-color: var(--color--black);
  color: #fff;
  text-align: center;
  border-radius: 62.5rem;
  padding: 1em 1.625em;
  font-family: Almarai, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  line-height: .9;
  transition: all .2s;
}

.button:hover {
  color: var(--color--black);
  background-color: #0a0a0a00;
  border: 1px solid #000;
}

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

.button.is-small {
  padding: .75em 1em;
  font-size: 1em;
}

.button.is-green {
  background-color: #00dc60;
  border-color: #00dc60;
  padding: 1em 2em;
}

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

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

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

.button.is-white {
  border-color: var(--color--white);
  color: var(--color--black);
  background-color: #76b44a;
  font-weight: 300;
}

.button.is-white:hover {
  color: var(--color--white);
  background-color: #fff0;
}

.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-family: Almarai, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  display: none;
}

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

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.home-message_logo {
  width: 4rem;
}

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

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

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

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

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

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

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

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

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  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;
}

.text-size-large {
  font-family: Almarai, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
}

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

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

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

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

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

.section_tons-header {
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: -100vh;
  display: flex;
  position: relative;
}

.tons-header_image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tons-header_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tons-header_image.mobile {
  display: none;
}

.tons-header_image-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000 57%, #000000d9);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tons-header_component {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.tons-header_content {
  color: var(--color--white);
  width: 52%;
  max-width: 38.25em;
}

.tons-header_arrow-link {
  border: 1px solid var(--color--white);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.9375em;
  height: 4.9375em;
  display: flex;
}

.tons-header_arrow {
  width: 2.25125em;
}

.navbar {
  z-index: 999;
  mix-blend-mode: difference;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  position: fixed;
}

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

.nav_logo {
  width: 6.25875em;
}

.section_tons-cta.background-color-white {
  position: relative;
}

.tons-cta_component {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section_tons-heading-wrap {
  color: var(--color--black);
  width: 65%;
  max-width: 48.25em;
}

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

.split-lines {
  font-size: 1.7em;
}

.tons-cta_content {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.vertical-line {
  background-color: var(--color--black-30);
  width: 1px;
}

.vertical-line.hide-mobile-landscape {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
}

.tons-cta_form-wrap {
  width: 72%;
  max-width: 43.5em;
}

.section_tons-banda {
  background-color: var(--color--grey);
  position: relative;
}

.tons-banda_component {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  display: flex;
  position: relative;
}

.tons-banda_component.mobile {
  display: none;
}

.tons-banda_content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tons-banda_content._1 {
  justify-content: flex-end;
}

.tons-banda_content._2 {
  justify-content: center;
  align-items: flex-start;
}

.tons-banda_heading-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--color--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 27%;
  max-width: 22em;
  display: flex;
}

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

.splitter_image.small {
  width: 18%;
  max-width: 12.9375em;
}

.splitter_image.small.hide-mobile-landscape {
  height: 14.0625em;
  display: none;
}

.splitter_image.is-after {
  width: 25.5em;
  max-width: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.tons-about_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tons-about_image-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 29.6044rem;
  height: 36.4506rem;
  display: flex;
  position: relative;
}

.tons-about_image-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(5deg);
}

.tons-about_image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(-5deg);
}

.tons-about_image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tons-about_image-heading {
  width: 100%;
  position: static;
  inset: auto 0% 0%;
}

.text-style-about {
  color: var(--color--white);
  font-size: 8.29188rem;
}

.tons-about_image-heading-mask {
  mix-blend-mode: difference;
  flex: none;
  align-items: center;
  width: 42.8856rem;
  position: absolute;
  top: auto;
  bottom: 5.875rem;
}

.tons-about_content {
  border-top: 1px solid #0003;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 5em;
  display: flex;
}

.tons-about_text-wrap {
  width: 59%;
}

.footer {
  padding-top: 5em;
  padding-bottom: 5em;
}

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

.footer_logo {
  width: 6.25875em;
}

.footer_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer_dev-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color--black);
  align-items: center;
  display: flex;
}

.footer_dev-logo {
  width: 3.90563em;
}

.tons-header-sticky {
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  padding-bottom: 4.6875em;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.tons-header_spacer {
  height: 100vh;
}

.section_obrigado-header {
  background-color: var(--color--grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.obrigado-header_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_obrigado-heading-wrap {
  color: var(--color--black);
  width: 100%;
}

.obrigado-cta_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 53%;
  display: flex;
}

.obrigado-cta_form-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.splitter_component {
  width: 25.5em;
  height: 33.1875em;
  position: relative;
}

.splitter_component.is-video {
  width: 25em;
  height: 35.125em;
}

.splitter_before {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.spliter_after {
  z-index: 2;
  width: 70%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.splitter_handle-component {
  z-index: 2;
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
}

.splitter_handle-component.is-transparent {
  background-color: #0000;
}

.splitter_handle-component.is-transparent.is-1 {
  left: 30%;
}

.splitter_handle-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.splitter_handle-line {
  background-color: #fff;
  width: 2px;
  height: 47%;
}

.splitter_handle-circle {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2rem;
  width: 2.6875rem;
  height: 2.6875rem;
}

.splitter_handle-circle.is-1 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #0000;
  border-width: 2px;
  justify-content: center;
  align-items: center;
  width: 2.6875em;
  height: 2.6875em;
  display: flex;
}

.splitter_handle-circle.is-1:active {
  border-width: 4px;
}

.arrow-image {
  width: .57125em;
  height: 1.1425em;
}

.splitter_before-text {
  z-index: 2;
  background-color: var(--color--white);
  color: var(--color--black);
  padding: .5em;
  font-size: .625em;
  position: absolute;
  top: 1em;
  left: 1em;
}

.splitter_after-text {
  z-index: 2;
  background-color: var(--color--white);
  color: var(--color--black);
  padding: .5em;
  font-size: .625em;
  position: absolute;
  inset: 1em 1em auto auto;
}

.form-embed {
  width: 100%;
}

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

.section_home-header {
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: -100vh;
  display: flex;
  position: relative;
}

.home-header-sticky {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-header_spacer {
  height: 100svh;
}

.home-header_image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-header_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-header_image.mobile {
  display: none;
}

.tons-header_image-copy {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tons-header_image-copy.mobile {
  display: none;
}

.home-header_component {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 3em;
  display: flex;
}

.home-header_content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  color: var(--color--white);
  flex-direction: column;
  align-items: flex-start;
  width: 52%;
  max-width: 40em;
  display: flex;
}

.home-header_wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-header_sub-h-wrap {
  width: 100%;
  max-width: 30.5em;
}

.home-header_image-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000 57%, #000000d9);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-header_image-overlay.hide-mobile-landscape {
  background-image: linear-gradient(258deg, #0000 44%, #000000d9);
}

.home-header_images-wrap {
  grid-column-gap: 1.875em;
  grid-row-gap: 1.875em;
  flex-direction: column;
  display: flex;
}

.home-header_image-1-mask {
  width: 14.3125em;
  overflow: hidden;
}

.home-header_image-1-mask.is-mobile {
  display: none;
}

.home-header_image-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-header_image-1.is-mobile {
  display: none;
}

.home-header_image-2-mask {
  width: 14.3125em;
  overflow: hidden;
}

.section_home-about {
  background-color: var(--color--grey);
  overflow: hidden;
}

.home-about_component {
  border-top: 1px solid #0a0a0a4d;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 5em;
  display: flex;
}

.home-about_content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 32.9375em;
  display: flex;
}

.home-about_image-wrap {
  width: 29.6044em;
  height: 19.25em;
  overflow: hidden;
}

.home-about_image-wrap.is-2 {
  height: 16.25em;
}

.home-about_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_home-video {
  height: 100vh;
  position: relative;
}

.section_home-video.background-color-black {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 7em;
  padding-bottom: 7em;
  display: flex;
  overflow: hidden;
}

.home-video_component {
  justify-content: center;
  align-items: center;
  height: 39.3em;
  display: flex;
  overflow: hidden;
}

.home-video_content {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  top: -1.7em;
  overflow: visible;
}

.section_home-marquee_wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: absolute;
}

.home-marquee_component {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: center;
  display: flex;
}

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

.home-marquee_tons {
  width: 64.5em;
}

.home--marquee_list-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex: none;
  align-items: center;
  display: flex;
}

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

.home-cta_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: var(--color--white);
  background-color: #81674c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5em 5em 2em;
  display: flex;
}

.home-cta_features {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-cta_features-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-cta_content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  display: flex;
}

.home-cta_price-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-size-price {
  font-size: 4.5em;
  font-weight: 300;
}

.text-size-price.is-line {
  opacity: 1;
  font-size: 2em;
}

.text-price-smaller {
  font-size: .4em;
}

.home-cta_price-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

.home-cta_actions {
  opacity: .6;
  width: 100%;
}

.section_home-pre.background-color-white {
  position: relative;
}

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

.home-pre_heading-wrap {
  width: 100%;
}

.home-pre_heading {
  color: var(--color--black);
  max-width: 50.9em;
}

.home-pre_content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 61em;
  display: flex;
}

.home-pre_image-wrap {
  width: 19.75em;
  height: 20.938em;
  overflow: hidden;
}

.home-pre_image-wrap.is-2 {
  height: 18.125em;
  margin-left: 6.625em;
}

.home-pre_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-pre_text-content {
  width: 100%;
  max-width: 31.7em;
  margin-bottom: 2.5rem;
}

.section.full {
  height: 100vh;
}

.hotmart_component {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.promo-marquee {
  z-index: 99;
  background-color: var(--color--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 3em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.promo-marquee_component {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.promo-marquee_list {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  color: #000;
  text-transform: uppercase;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.home-cta_content-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.opacity-60 {
  opacity: .6;
}

.name-heading {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.is-line {
  opacity: .8;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  display: flex;
  position: relative;
}

.div-block {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

.gradient-header {
  background-image: linear-gradient(#000, #fff0 25%);
  position: absolute;
  inset: 0%;
}

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

.group-home-about_image {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-cta_component-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pre_image-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.italic-text {
  font-family: PT Serif, serif;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 2em;
  display: flex;
}

.container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 68em;
  margin-top: 0;
  display: flex;
}

.div-block-3 {
  background-color: #81674c;
  border-radius: 0;
  width: 33.3%;
  height: auto;
  padding: 1.25em;
}

.text-block {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-size: 1rem;
  font-weight: 400;
}

.heading {
  color: var(--white);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: .9em;
  display: flex;
}

.faq-item {
  border-bottom: 0 solid #c2c2c2;
  width: 100%;
  max-width: 48em;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 0;
}

.section-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.faq-item-title {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.faq-item-title.faq-video-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-2 {
  font-size: 1.25em;
}

.heading-3 {
  font-size: 1.25rem;
  font-weight: 400;
}

.heading-3.heading-video {
  color: #fff;
  font-size: 1rem;
}

.faq-item-title-icon {
  width: 1.35em;
  max-height: 2em;
}

.faq-item-body {
  height: 0;
  overflow: hidden;
}

.faq-item-body-inner {
  margin-top: 2.5rem;
}

.paragraph {
  font-size: 1.125vw;
}

.heading-4 {
  font-size: 2.25em;
  font-weight: 400;
}

.text-span, .text-span-2 {
  font-weight: 700;
}

.italic-text-2 {
  width: auto;
}

.text-span-3 {
  font-size: 1.35em;
  font-weight: 700;
}

.image, .image-2 {
  display: none;
}

.text-span-4 {
  display: inline;
}

.text-block-2 {
  background-color: #8a1111fc;
  border-radius: 15px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 2px 10px;
  position: static;
  inset: 0% 0% 0% -30%;
}

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

.bold-text {
  font-size: 1.111vw;
}

.text-block-4 {
  width: 80%;
}

.bold-text-2 {
  font-size: 3.7vw;
}

.text-block-5 {
  margin-bottom: 1.5em;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1.25rem;
  display: flex;
}

.text-block-6 {
  margin-bottom: .5rem;
}

.section-3 {
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.heading-5 {
  text-align: center;
  padding-bottom: 1rem;
  font-size: 1.5em;
  font-weight: 700;
}

.paragraph-4 {
  text-align: center;
  padding-bottom: 0;
}

.button-2 {
  background-color: #000;
  border-radius: 10px;
}

.slide {
  vertical-align: middle;
  padding-left: 0;
}

.slider {
  background-color: #0000;
  width: 100%;
  max-width: 70em;
  min-height: 350px;
  display: block;
}

.icon {
  border: 0 solid #000;
}

.icon-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.container-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 68em;
  min-height: 100%;
  display: flex;
}

.section-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  display: flex;
}

.video {
  width: 30%;
  max-width: 46em;
}

.youtube {
  width: 50%;
  height: 330px;
  min-height: 10px;
  max-height: 330px;
}

.video-2 {
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow: visible;
}

.container-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 68rem;
  display: flex;
  overflow: visible;
}

.container-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1rem;
  display: flex;
}

.right-arrow {
  right: -60px;
}

.left-arrow {
  left: -60px;
}

.italic-text-3, .italic-text-4 {
  font-size: 1rem;
}

.testimonials_wrap {
  overflow: hidden;
}

.is-txt-xsmall {
  font-size: .75rem;
  line-height: 1.5;
}

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

.testimonial_person-id {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-direction: column;
  display: flex;
}

.is-txt-small {
  font-size: 1rem;
  line-height: 1.5;
}

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

.testimonial_item {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #d9cbbd;
  border-radius: 1.5em;
  flex-direction: column;
  flex: none;
  width: 22em;
  min-width: 280px;
  height: auto;
  padding: 1.5em;
  display: flex;
}

.testimonials_inner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
  position: relative;
  left: -3.5em;
}

.testimonial_person-img-wrap {
  border-radius: 50px;
  width: 4em;
  height: 4em;
  overflow: hidden;
}

.is-txt-medium {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.6;
}

.u-text-bg-green {
  color: #fff;
  background-color: #125a66;
  border-radius: .5rem;
  padding: .1rem 1rem;
  display: inline-block;
  transform: rotate(4deg);
}

.u-container-l {
  max-width: 100rem;
}

.slider01_slide {
  width: 100%;
  margin-right: 2rem;
}

.title-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.slider01_mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial20_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial-card_stars-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.slider_arrow {
  border: 2px solid #585858;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s ease-out;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider_arrow:hover {
  background-color: #d5d1c9;
}

.slider_arrow.is-left {
  right: 4rem;
}

.slider01_comp {
  background-color: #0000;
  height: auto;
  padding-bottom: 5rem;
  position: relative;
}

.testimonial-card_content-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.testimonial-person_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.section_inner {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.u-txt-semibold {
  color: #fff;
  font-weight: 600;
}

.testimonial-person_img {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.slider_pagination {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial-card_star {
  width: 1.25rem;
  height: 1.25rem;
}

.testimonial-card1_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #81674c;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

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

.main-wrap {
  justify-content: center;
  align-items: center;
  max-width: 68em;
  display: flex;
  overflow: visible;
}

.section-5 {
  overflow: visible;
}

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

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

.text-size-medium-5 {
  color: #fff;
  font-size: 1.125rem;
}

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

.section-6 {
  overflow: hidden;
}

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

.italic-text-5, .text-block-7, .italic-text-6, .italic-text-7, .text-block-8, .italic-text-8, .text-block-9, .italic-text-9, .text-block-10, .text-block-11, .text-block-12 {
  color: #fff;
}

.image-3 {
  width: 60%;
  max-width: 100%;
}

.image-4 {
  width: 55%;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.615vw;
  }

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

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

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

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

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

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

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

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

  .heading-style-h5.skew-up {
    width: 100%;
  }

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

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

  .text-size-large.text-style-italic {
    text-align: center;
  }

  .tons-header_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .tons-header_content {
    width: 100%;
    max-width: none;
  }

  .nav_logo {
    width: 7em;
  }

  .section_tons-heading-wrap {
    width: 100%;
    max-width: none;
  }

  .tons-cta_form-wrap {
    width: 80%;
    max-width: none;
  }

  .tons-banda_component {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .tons-banda_content {
    flex-flow: wrap;
  }

  .tons-banda_content._1, .tons-banda_content._2, .tons-banda_content._3 {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .tons-banda_heading-wrap {
    width: 100%;
    max-width: none;
    position: static;
  }

  .splitter_image {
    width: 100%;
  }

  .splitter_image.small {
    width: 20%;
  }

  .section_obrigado-header {
    height: auto;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .obrigado-header_component {
    flex-direction: column;
    align-items: flex-start;
  }

  .section_obrigado-heading-wrap {
    width: 100%;
    max-width: none;
  }

  .obrigado-cta_content {
    width: 100%;
  }

  .obrigado-cta_form-wrap {
    width: 46%;
    max-width: none;
  }

  .splitter_handle-circle.is-1 {
    border-radius: 50%;
  }

  .obrigado-image {
    width: 100%;
    position: static;
  }

  .home-header_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .home-header_content {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
  }

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

  .home-header_image-overlay.hide-mobile-landscape {
    background-image: linear-gradient(#0000 1%, #000000d9);
    height: 100%;
  }

  .home-header_images-wrap {
    flex-direction: row;
    order: -1;
    align-items: center;
  }

  .home-header_image-1-mask.is-mobile, .home-header_image-1.is-mobile {
    display: block;
  }

  .home-about_component {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-direction: column;
  }

  .home-about_content {
    max-width: none;
  }

  .section_home-video.background-color-black {
    height: auto;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .home-pre_image-wrap.is-2 {
    margin-left: 3em;
  }

  .home-cta_content-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .group-home-about_image {
    display: none !important;
  }

  .container {
    flex-flow: wrap;
  }

  .div-block-3 {
    width: 76%;
  }

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

  .faq-item-body, .image, .image-2 {
    display: block;
  }

  .section-3 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .section-4 {
    flex-flow: column;
  }

  .slider-2, .slider-3 {
    background-color: #0000;
    width: 100%;
    max-width: 70em;
  }

  .testimonial_item {
    width: 27em;
    padding: 2.5em;
  }

  .is-txt-medium {
    font-size: 1.125rem;
  }

  .slider01_mask {
    width: 50%;
  }

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

@media screen and (max-width: 767px) {
  body {
    font-size: 2.086vw;
  }

  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 1.75em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4, h5 {
    font-size: 1.25em;
  }

  h6 {
    font-size: 1em;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h1 {
    font-size: 4.875em;
  }

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

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

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

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

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

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

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

  .heading-style-h6 {
    font-size: 1em;
  }

  .padding-section-large {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .heading-style-h2 {
    font-size: 1.75em;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .heading-style-h5 {
    font-size: 1.25em;
  }

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

  .padding-section-medium.mobile-padding {
    padding-bottom: 0;
  }

  .home-message_component {
    padding: 0;
  }

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

  .tons-header_image.mobile {
    display: block;
  }

  .tons-header_arrow-link {
    width: 3.5rem;
    height: 3.5rem;
  }

  .tons-header_arrow {
    width: 1.59563rem;
  }

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

  .tons-cta_form-wrap {
    width: 100%;
  }

  .tons-banda_component {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
  }

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

  .tons-about_image-wrap {
    width: 26.6rem;
    height: 32.8rem;
  }

  .tons-about_image-heading-mask {
    width: 31.1rem;
  }

  .tons-about_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .tons-about_text-wrap {
    width: 100%;
    max-width: none;
  }

  .tons-header-sticky {
    padding-bottom: 3.3125rem;
  }

  .obrigado-cta_form-wrap {
    width: 100%;
  }

  .splitter_handle-line {
    background-color: #fff;
    width: 2px;
    height: 50%;
  }

  .home-header-sticky {
    padding-bottom: 3.3125rem;
  }

  .home-header_image.mobile, .tons-header_image-copy.mobile {
    display: block;
  }

  .home-about_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-about_image-wrap {
    width: 120%;
  }

  .home-video_content {
    height: 70em;
  }

  .home-cta_component {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: column;
    align-items: center;
  }

  .home-pre_component {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .home-pre_content {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .gradient-header {
    background-image: linear-gradient(0deg, #000, #fff0 76%);
  }

  .faq-item {
    width: 90%;
    max-width: none;
  }

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

  .is-txt-xsmall {
    font-size: .7rem;
  }

  .is-txt-small {
    font-size: .875rem;
  }

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

  .slider01_mask {
    width: 80%;
  }

  .slider_arrow.is-left {
    right: 3.5rem;
  }

  .testimonial-person_item {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .testimonial-card1_item {
    padding: 1.5rem;
  }

  .text-size-medium-3, .text-size-medium-4, .text-size-medium-5 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 4.103vw;
  }

  h1 {
    font-size: 2em;
  }

  .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.mobile-bigger {
    font-size: 2em;
  }

  .heading-style-h3.mobile-bigger.text-weight-bold.is-hide-mob {
    display: none;
  }

  .heading-style-h3.mobile-bigger.text-weight-bold.is-mob {
    display: block;
  }

  .heading-style-h3.mobile-bigger.text-weight-normal.is-hide-mob {
    display: none;
  }

  .heading-style-h3.mobile-bigger.text-weight-normal.is-mob {
    width: 100%;
    font-size: 1.8em;
    display: block;
  }

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

  .padding-global.z-index-2 {
    margin-bottom: 6rem;
  }

  .text-weight-normal {
    font-size: 2.25em;
  }

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

  .button.is-small.is-secondary {
    color: var(--black);
    background-color: #fff;
  }

  .text-size-medium {
    font-family: Almarai, sans-serif;
    display: block;
  }

  .text-size-large.text-style-italic {
    font-size: 1.125em;
  }

  .section_tons-header {
    padding-bottom: 3.3125rem;
  }

  .navbar {
    mix-blend-mode: normal;
    background-color: #0000;
    background-image: linear-gradient(#000, #0000);
  }

  .tons-cta_component {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
  }

  .split-lines {
    font-size: 1.4em;
  }

  .tons-banda_component.mobile {
    align-items: center;
    display: flex;
  }

  .tons-banda_content._1 {
    width: 100%;
    max-width: 21.375em;
    position: relative;
    overflow: hidden;
  }

  .tons-banda_content._2 {
    justify-content: center;
    width: 100%;
    max-width: 21.375em;
    position: relative;
    overflow: hidden;
  }

  .tons-banda_content._3 {
    justify-content: flex-start;
    width: 100%;
    max-width: 21.375em;
    position: relative;
    overflow: hidden;
  }

  .splitter_image, .splitter_image.is-after {
    width: 21.375em;
  }

  .tons-about_image-wrap {
    width: 100%;
    max-width: 19.9063rem;
    height: 23.6088rem;
  }

  .tons-about_image-heading-mask {
    width: 21.125rem;
  }

  .footer {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .section_obrigado-header {
    height: auto;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .splitter_component {
    flex: none;
    width: 21.375em;
    height: 27.8125em;
  }

  .splitter_component.is-video {
    width: 100%;
  }

  .splitter_handle-component {
    width: 2px;
  }

  .section_home-header {
    padding-bottom: 3.3125rem;
  }

  .home-header-sticky {
    justify-content: flex-end;
    align-items: flex-start;
    height: 115svh;
    padding-bottom: 2em;
  }

  .home-header_component {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-top: 0;
  }

  .home-header_images-wrap {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    width: 100%;
  }

  .home-header_image-1-mask {
    width: 100%;
    height: 11.9em;
  }

  .home-about_component {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    padding-top: 2.5em;
  }

  .home-about_image-wrap {
    height: 29.5625em;
  }

  .section_home-video.background-color-black {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .home-video_content {
    object-fit: cover;
    height: 100%;
    top: auto;
    overflow: hidden;
  }

  .home-cta_component {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding-top: 3em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .text-size-price {
    font-size: 3.8em;
  }

  .text-price-smaller {
    font-size: .4em;
  }

  .home-pre_component {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
  }

  .home-pre_image-wrap {
    width: 100%;
  }

  .home-pre_image-wrap.is-2 {
    margin-left: 0;
  }

  .name-heading {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .is-line {
    justify-content: center;
    align-items: center;
    line-height: 1;
    display: flex;
    position: relative;
  }

  .div-block {
    z-index: 2;
    background-color: #fff;
    width: 100%;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .pre_image-wrap {
    width: 100%;
  }

  .heading {
    text-align: left;
  }

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

  .heading-4 {
    font-size: 1.75em;
  }

  .paragraph-3 {
    display: none;
  }

  .text-block-3, .bold-text {
    font-size: 4.103vw;
  }

  .section-3 {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .container-2 {
    width: 80%;
  }

  .slide-nav {
    margin-top: 1.25rem;
  }

  .video-3 {
    height: 420px;
  }

  .is-txt-small, .is-txt-medium {
    font-size: 1rem;
  }

  .slider01_slide {
    margin-right: 1rem;
  }

  .slider01_mask {
    width: 95%;
  }

  .section-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    width: 80%;
  }

  .image-4 {
    width: 70%;
  }
}

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

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-67a6e008, #w-node-cbbfa781-992b-bf47-e3d3-c7e1f8e8d4a3-67a6e008, #w-node-_5e05ff26-37a5-2d58-0113-e8e853b1c756-67a6e008, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-67a6e008, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-67a6e008 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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


@font-face {
  font-family: 'Silk Serif';
  src: url('../fonts/Silk-Serif-Regular-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Almarai';
  src: url('../fonts/Almarai-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}