:root {
  --black: black;
  --white: white;
}

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

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

@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 {
  background-color: var(--black);
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.25em;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375em;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  line-height: 1.2em;
}

h5 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 3em;
  margin-bottom: 1.1em;
  font-size: 1.2em;
  line-height: 1.2em;
}

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

p {
  margin-bottom: 10px;
  line-height: 1.4em;
}

a {
  text-decoration: underline;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.p-sm-end {
  padding-bottom: 3em;
}

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

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

.title2 {
  font-size: 3.375em;
  font-weight: 500;
  line-height: 1.1em;
}

.global-padding {
  color: var(--black);
  padding-left: 4em;
  padding-right: 4em;
  font-weight: 700;
}

.title4 {
  font-size: 1.75em;
  font-weight: 300;
  line-height: 1.2;
}

.p-xl-end {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 8.5em;
  display: flex;
}

.p-xs-end {
  padding-bottom: 1.6em;
}

.footer {
  background-color: #fff;
  border: 1px solid #fff;
}

.section-typo-zoom-in {
  width: 100%;
  height: 100vh;
  background-color: var(--white);
  color: var(--black);
  margin-bottom: -2px;
}

.section-tutorial {
  background-image: linear-gradient(#fff, #fff);
  padding-top: 18em;
  padding-bottom: 9em;
}

.text-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.typo-zoom-sticky {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: static;
  top: 0;
}

.typo-zoom-sticky-inner {
  width: 100%;
  height: 100%;
  color: var(--black);
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.typo-zoom-text {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.typo-zoom-text-wrapper {
  width: 50vw;
  color: var(--black);
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.typo-zoom-text-image {
  width: 100%;
}

.nav {
  z-index: 2;
  border-bottom: 0 solid #d3d3d3;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.infotext {
  color: #7d7d7d;
  font-size: .875em;
  line-height: 1.4;
}

.header-button {
  color: #edebd1;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 999em;
  padding: 1.1em 2em 1em;
  font-size: .65em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button.secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
}

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

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

.text-grey {
  color: #7d7d7d;
}

.header-inner {
  grid-column-gap: 3em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.grid {
  grid-template-areas: "Area";
}

.heading, .heading-2, .heading-3, .heading-4 {
  font-weight: 300;
}

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

.button {
  background-color: #000;
  font-weight: 700;
}

.heading-5 {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
}

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

.cell, .cell-2, .cell-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.text-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-block-2 {
  font-weight: 300;
}

.text-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-4, .cell-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area";
}

.grid-3 {
  grid-template: "Area"
                 "." 1fr
                 / 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.bold-text-3 {
  overflow-wrap: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.2vw;
  display: flex;
}

.text-block-5, .text-block-6 {
  font-size: 1vw;
  font-weight: 300;
  line-height: 2vh;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  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-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-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

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

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  font-family: PT Sans, sans-serif;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.navigation-wrap {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-image {
  display: block;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button-2.cc-contact-us {
  z-index: 5;
  position: relative;
}

.text-block-7 {
  font-family: PT Sans, sans-serif;
}

.words-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 20px;
  font-size: 4.25rem;
  line-height: 1.1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 4.25rem;
  font-weight: 700;
  line-height: 1.1em;
}

.grid-4 {
  grid-template-areas: ". Area";
}

.heading-6 {
  position: fixed;
}

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

.grid-5 {
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 ". ."
                 / 1fr 1fr;
}

.bold-text-4 {
  width: 60vw;
  text-align: center;
  font-size: 3vw;
  line-height: 3vw;
}

.heading-8 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
  line-height: 3vw;
  display: flex;
}

.bold-text-5 {
  font-size: 1vw;
  line-height: 1.5vw;
}

.paragraph-2 {
  width: 60vw;
  font-size: 1vw;
}

.button-3 {
  width: 5em;
  outline-offset: 0px;
  color: var(--white);
  text-align: center;
  background-color: #000;
  border-radius: 0;
  outline: 3px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 15px 15px 20px;
  font-size: 4vh;
  line-height: 1.2vw;
  display: flex;
}

.bold-text-6 {
  font-size: 1vw;
  line-height: 1.2vh;
}

.image {
  text-align: left;
}

.text-block-8 {
  font-size: 1vw;
  line-height: 1.2vw;
}

.navbar-logo-center {
  background-color: #fff;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  background-color: #fff;
}

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

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

.navbar-brand-three {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  background-color: var(--white);
  color: var(--black);
  line-height: 100vh;
}

.container-3 {
  font-size: 100%;
}

.div-block {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.custom-styles {
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .87rem;
  }

  .global-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .typo-zoom-text-wrapper {
    width: 90vw;
    height: 50vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-button:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button:active {
    transform: scale(.94);
  }

  .header-inner {
    padding-top: 2em;
  }

  .bold-text-3 {
    font-size: 3vw;
    line-height: 3.4vw;
  }

  .container {
    max-width: 728px;
  }

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .menu-button-2 {
    padding: 0;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-items {
    background-color: #fff;
  }

  .menu-icon {
    display: block;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .button-2 {
    justify-content: center;
  }

  .button-2.cc-contact-us {
    display: none;
  }

  .bold-text-4 {
    min-height: 6vw;
    min-width: 6vw;
    font-size: 6vw;
    line-height: 6vw;
  }

  .heading-8 {
    min-width: 6px;
    flex-direction: column;
    align-items: stretch;
  }

  .bold-text-5 {
    text-align: justify;
    font-size: 3vw;
    line-height: 3vw;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 3vw;
  }

  .bold-text-6 {
    font-size: 2vw;
    line-height: 2.4vh;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

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

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .menu-button-3 {
    padding: 12px;
  }

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

@media screen and (max-width: 767px) {
  body {
    font-size: .75rem;
  }

  h1 {
    font-size: 3.2em;
  }

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: .9em;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .title2 {
    font-size: 2.7em;
  }

  .title4 {
    font-size: 1.5em;
  }

  .p-xl-end {
    padding-bottom: 6em;
  }

  .p-xs-end {
    padding-bottom: 1.6em;
  }

  .infotext {
    font-size: 1em;
    line-height: 1.3em;
  }

  .header-left {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-right {
    margin-top: 1em;
  }

  .header-inner {
    justify-content: center;
  }

  .bold-text-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .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-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .navigation {
    padding: 20px 30px;
  }

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

  .paragraph-2 {
    font-size: 3vw;
    font-weight: 500;
    line-height: 1.5em;
  }

  .bold-text-6 {
    font-size: 3vw;
    line-height: 3vh;
  }

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

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

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

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

@media screen and (max-width: 479px) {
  .global-padding {
    padding-left: 6vw;
  }

  .p-xl-end {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-typo-zoom-in {
    height: 100%;
    margin-bottom: 0;
    line-height: 1em;
  }

  .section-tutorial {
    background-image: linear-gradient(#fff, #fff);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .typo-zoom-sticky {
    float: none;
    clear: none;
    position: static;
  }

  .typo-zoom-sticky-inner {
    color: var(--black);
    background-image: linear-gradient(#fff, #fff);
    overflow: visible;
  }

  .typo-zoom-text-wrapper {
    width: 90vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-left {
    font-size: .8em;
  }

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

  .button {
    padding: 5px 10px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    justify-items: center;
  }

  .bold-text-3 {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    font-size: 5vw;
    line-height: 5vw;
    display: flex;
  }

  .text-block-5 {
    font-size: 3vw;
    line-height: 3vh;
  }

  .text-block-6 {
    min-height: 3vh;
    min-width: 3vw;
    font-size: 3vw;
    line-height: 3vh;
  }

  .container {
    max-width: none;
  }

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

  .menu-button-2, .menu-button-2.w--open {
    flex: none;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-4 {
    width: 95vw;
    min-height: auto;
    min-width: auto;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12vw;
    line-height: 12vw;
  }

  .heading-8 {
    min-width: 8px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    font-size: 6vw;
    font-weight: 400;
    line-height: 5vw;
    display: flex;
  }

  .bold-text-5 {
    font-size: 6vw;
    font-weight: 400;
    line-height: 6vw;
  }

  .paragraph-2 {
    width: 90vw;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 5vw;
    font-weight: 500;
    line-height: 2em;
  }

  .button-3 {
    outline-offset: 0px;
    outline: 3px solid #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    display: flex;
  }

  .bold-text-6 {
    font-size: 6vw;
    line-height: 3vh;
  }

  .text-block-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5vw;
    line-height: 1.5vh;
    display: flex;
  }

  .container-2 {
    max-width: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .div-block {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
  }
}

#w-node-_3d64ddfc-dadb-8b2b-2dd3-73824bdbe4c4-7b53a157 {
  grid-area: Area;
}

#w-node-_3d64ddfc-dadb-8b2b-2dd3-73824bdbe4c6-7b53a157, #w-node-_3d64ddfc-dadb-8b2b-2dd3-73824bdbe4c8-7b53a157, #w-node-_3d64ddfc-dadb-8b2b-2dd3-73824bdbe4ca-7b53a157, #w-node-_3d64ddfc-dadb-8b2b-2dd3-73824bdbe4d3-7b53a157, #w-node-_3d64ddfc-dadb-8b2b-2dd3-73824bdbe4d7-7b53a157 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d64ddfc-dadb-8b2b-2dd3-73824bdbe4d5-7b53a157 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_3d64ddfc-dadb-8b2b-2dd3-73824bdbe4dd-7b53a157, #w-node-_3d64ddfc-dadb-8b2b-2dd3-73824bdbe4df-7b53a157 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b041c31d-15a2-fcb8-977b-6c128da8dd2b-7b53a157 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_3d64ddfc-dadb-8b2b-2dd3-73824bdbe4d7-7b53a157, #w-node-_3d64ddfc-dadb-8b2b-2dd3-73824bdbe4d5-7b53a157, #w-node-b041c31d-15a2-fcb8-977b-6c128da8dd2b-7b53a157 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype'), url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}