:root {
  --dim-grey: #ececec;
  --black-2: #d4d4d4;
  --main-green: #de7570;
  --dim-grey-2: rgba(92, 92, 92, .11);
  --black: #f1f1f1;
  --black-3: #0d0d0d;
}

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

h4, h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

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

p {
  color: #484848;
  letter-spacing: .7px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: #494949;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 500;
}

blockquote {
  background-image: url('../images/Qoute-Image-02.svg'), url('../images/Qoute-Image-01.svg');
  background-position: 97% 90%, 6px 10px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 50px 32px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.section {
  position: relative;
}

.section.black-section {
  background-color: #0d0d0d;
  overflow: hidden;
}

.section.black-section.relative.styleguide {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: -webkit-sticky;
  position: sticky;
  top: 13%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section.grey-section {
  background-color: #fafafa;
}

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 3em 8em;
}

.container.nav-container {
  height: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.container.blur {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 1em 4.5em;
}

.container.large-padding {
  max-width: 1300px;
  padding-top: 3.1em;
  padding-bottom: 3.1em;
}

.container.both-margin-m {
  margin-top: 4em;
  margin-bottom: 4em;
}

.container.signin {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu-container {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 5000;
  height: 75px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 21px;
  position: -webkit-sticky;
  position: sticky;
  top: 21px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  font-weight: 600;
  display: flex;
}

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

.white-text {
  color: #fff;
  line-height: 1.2;
}

.white-text.no-margins.smallhead {
  font-size: 50px;
}

.top-margin-l {
  margin-top: 3em;
}

.button {
  background-color: var(--main-green);
  color: #fff;
  border-radius: 12px;
  padding: 13px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .5s;
}

.button:hover {
  color: #fff;
  background-color: #4fb44f;
}

.button.white {
  color: #3e3e54;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding-left: 41px;
  padding-right: 41px;
  font-weight: 600;
  transition: border-color .2s, background-color .5s;
}

.button.white:hover {
  background-color: #fbfbfb;
  border-color: #d0d0d0;
}

.button.white.shadow {
  box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
}

.button.icon {
  background-image: url('../images/Watch-Icon.svg');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  padding: 21px 22px 21px 61px;
  font-size: 20px;
}

.button.icon.small {
  background-image: url('../images/White-Download-Icon.svg');
  background-position: 7%;
  background-size: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 48px;
  font-size: 16px;
}

.button.big {
  padding: 20px 40px;
}

.button.big.right {
  float: right;
  margin-top: 13px;
}

.button.transparent {
  color: rgba(50, 50, 50, .61);
  background-color: rgba(0, 0, 0, 0);
  transition-property: color;
}

.button.transparent:hover {
  color: #323232;
}

.button.full-width {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.full-width._65 {
  height: 65px;
}

.button.hero {
  margin-right: 32px;
  font-size: 20px;
}

.grid-6-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.icon-holder {
  width: 50px;
  height: 50px;
  background-image: linear-gradient(340deg, var(--main-green), var(--main-green));
  opacity: 1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.header-holder {
  align-items: center;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.invert {
  filter: invert();
}

.borders {
  width: 100%;
  height: 50px;
  border: 2px solid var(--dim-grey);
  color: #4b4b4b;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.borders.button-holder {
  height: 160px;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}

.borders.center {
  height: 100px;
}

.grid-8-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-col.paddin {
  padding-top: 20px;
  padding-bottom: 186px;
}

.grid-2-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.heading-text-container {
  background-color: #fff;
  border: 2px solid #e4e4e4;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 20px;
}

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

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

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

.link-block {
  color: #484848;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-block:hover {
  color: #000;
}

.link-block.animation-01, .link-block.animation-02, .link-block.animation-03, .link-block.animation-04 {
  overflow: hidden;
}

.link-block.animation-05 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-block-underline {
  width: 100%;
  height: 1px;
  background-color: #8d8d8d;
  margin-top: 2px;
}

.link-block-underline._01 {
  height: 1px;
}

.link-block-underline._01._2px {
  height: 2px;
}

.link-block-underline._02 {
  height: 1px;
}

.link-underline-holder {
  height: 2px;
  position: relative;
}

.left-underline, .right-underline {
  height: 1px;
  background-color: #aaa;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-xl {
  font-size: 20px;
}

.paragraph-xl.white-text {
  line-height: 1.5;
}

.footer {
  width: 100%;
  background-color: #fafafa;
  align-items: flex-start;
  padding: 38px;
}

.footer-flex-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 20px;
  display: grid;
}

.footer-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
}

.made-by-section {
  border-top: 2px solid #ededed;
  justify-content: space-between;
  padding: 1em 0;
  display: flex;
  overflow: hidden;
}

.fade-in-move-on-scroll {
  z-index: 3;
}

.fade-in-move-on-scroll.z-index3 {
  position: relative;
}

.nav-link {
  height: 100%;
  color: rgba(50, 50, 50, .6);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s, color .35s;
  display: flex;
}

.nav-link:hover {
  color: #5ca15d;
  background-color: rgba(0, 0, 0, .02);
}

.nav-link.w--current {
  color: var(--main-green);
  background-color: rgba(0, 0, 0, .05);
  font-weight: 600;
}

.body-white {
  background-color: #fff;
  font-weight: 400;
}

.content.padding {
  padding-right: 100px;
}

.content.direction-horizontal-mobile {
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.grey-block-holder {
  border: 2px solid var(--dim-grey-2);
  background-color: rgba(255, 255, 255, .11);
  border-radius: 12px;
  margin-top: 1em;
  padding: 20px;
}

.grey-text {
  color: #6b6b6b;
  font-weight: 500;
}

.template-holder {
  width: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

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

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

.template-hover-state {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, .64);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-form-holder {
  max-height: 520px;
  min-height: 500px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.field-label {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 500;
}

.text-field {
  height: 65px;
  color: #414141;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 300;
  transition: transform .4s, border-color .4s;
}

.text-field:focus {
  border-color: var(--main-green);
  transform: translate(0, 4px);
}

.textarea {
  width: 100%;
  height: 80px;
  max-height: 400px;
  max-width: 100%;
  min-height: 330px;
  min-width: 100%;
  color: #363636;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 300;
  transition: transform .4s, border-color .4s;
}

.textarea:focus {
  border-color: var(--main-green);
  transform: translate(0, 4px);
}

.error-message {
  text-align: center;
  background-color: #ffb5b5;
  border: 1px solid #ff5858;
  border-radius: 12px;
  padding: 26px;
  font-size: 18px;
  font-weight: 600;
}

._100 {
  width: 100%;
  height: 100%;
  margin-bottom: 198px;
}

._100.contain {
  object-fit: contain;
}

.instructions-image {
  width: 10070%;
  border-radius: 12px;
}

.change-log-container {
  border: 2px solid #b8b8b8;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: flex;
}

.menu-button {
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
}

.center-box {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

._18px {
  color: #484848;
  font-size: 18px;
  font-weight: 700;
}

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

._18px.grey-text {
  color: #ebebeb;
  font-weight: 400;
}

.hero-text {
  font-size: 60px;
  font-weight: 500;
}

.brand {
  width: 130px;
}

.nav-link-margins {
  height: 40px;
  margin-left: 6px;
  margin-right: 6px;
}

.direction-horizontal {
  display: flex;
}

.direction-horizontal.center {
  align-items: center;
}

.top-margin-s {
  margin-top: 1.2em;
  margin-right: 20px;
}

.footer-logo {
  margin-bottom: 12px;
}

.footer-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 390px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6em;
  margin-bottom: 6em;
  display: grid;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.subscribe-form-flex.small {
  flex-direction: column;
  align-items: stretch;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  width: 420px;
  height: 70px;
  transform-style: preserve-3d;
  border: 1px solid #efefef;
  border-radius: 12px;
  margin-bottom: 0;
  padding-left: 26px;
  padding-right: 116px;
  font-size: 18px;
  transition: transform .2s, border-color .2s;
}

.subscribe-form-input:focus {
  border-color: var(--main-green);
  transform: scale3d(1.05, 1, 1);
}

.subscribe-form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .38);
}

.subscribe-form-input::placeholder {
  color: rgba(0, 0, 0, .38);
}

.subscribe-form-input.small {
  width: 100%;
  height: 48px;
  margin-top: 28px;
  margin-bottom: 12px;
  font-weight: 300;
}

.submit-button {
  color: var(--main-green);
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.footer-success-message {
  width: 420px;
  height: 80px;
  color: var(--main-green);
  text-align: center;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
}

.footer-success-message.s {
  width: 100%;
  height: 140px;
  padding: 49px 30px;
}

.footer-success-message.full {
  width: 100%;
  margin-top: 2em;
}

.nav-bacgkround-style {
  z-index: -1;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-bacgkround-style.blur {
  height: 100%;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: rgba(250, 250, 250, .8);
  border-radius: 16px;
  padding: 16px 39px;
}

.open-sans {
  font-family: Open Sans, sans-serif;
}

.open-sans.regular-text {
  font-weight: 400;
}

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

.hero-block-default {
  background-color: #f7f7f7;
  border-radius: 32px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.hero-block-default.relative {
  top: -89px;
}

.hero-block-default.relative._06 {
  height: 120%;
}

.hero-block-padding {
  padding: 35px;
}

.hero-block-green {
  background-color: var(--main-green);
  border-radius: 32px;
  padding-right: 0;
  overflow: hidden;
}

.hero-phone._02 {
  position: relative;
}

.phone-holder {
  width: 100%;
}

.phone-holder.cta {
  width: 230px;
  position: absolute;
  top: 61.75px;
  left: 99px;
}

.iphone-image {
  z-index: 1;
  width: 100%;
}

.phone-screen-holder {
  width: auto;
  height: auto;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 2.2%;
  bottom: 2.2%;
  left: 5.6%;
  right: 5.6%;
  overflow: hidden;
}

.phone-screen-holder.cta {
  padding: 11px;
}

.screen-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-block-small-padding {
  background-color: #f7f7f7;
  padding: 10px 35px;
}

.hero-block-blue {
  background-color: #5ccae2;
  border-radius: 32px;
  overflow: hidden;
}

.hero-block-blue._04 {
  background-color: rgba(92, 202, 226, 0);
}

.hero-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 0 0 auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  margin-top: 60px;
  position: relative;
}

.hero-block-photo {
  width: 100%;
  height: 100%;
  background-color: #5ccae2;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}

.hero-block-photo._05 {
  background-color: rgba(92, 202, 226, 0);
  top: -109px;
}

.hero-block-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-blcok-text-holder {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url('../images/Purple-And-White-Modern-Mobile-App-Promotion-Instagram-Post16.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 31px;
  display: flex;
}

.organization-logo-holder {
  justify-content: center;
  align-items: center;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
}

.grid-5-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.line {
  width: 100%;
  height: 2px;
  background-color: #f7f7f7;
  margin-top: 40px;
}

._3col-2row {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.small-paragraph {
  font-size: 16px;
}

.light-box-holder {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 16px 21px rgba(0, 0, 0, .1);
}

.lightbox-link {
  width: 100%;
  height: 100%;
  position: relative;
}

.lightbox-button-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-text-container {
  max-width: 1000px;
}

.smooth-corders-end {
  z-index: 1;
  height: 50px;
  background-color: #fff;
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
  position: absolute;
  top: auto;
  bottom: -49px;
  left: 0%;
  right: 0%;
}

.smooth-corders-end.black {
  background-color: #0d0d0d;
}

.top-margin-xl {
  margin-top: 8em;
}

.white-rounded-box {
  background-color: #fff;
  border-radius: 64px;
  position: relative;
  overflow: hidden;
}

.white-rounded-box.overflow-visable {
  overflow: visible;
}

.white-rounded-box-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 62px 245px;
  display: flex;
}

.app-static-image-container {
  max-width: 640px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.app-static-image-container.no-margins {
  max-width: 720px;
  margin-top: 0;
}

.app-left-image-container {
  max-width: 640px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -39%;
  right: auto;
}

.width-100 {
  width: 100%;
  object-fit: fill;
}

.app-static-image {
  width: 100%;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 13px 13px 30px rgba(0, 0, 0, .15);
}

.app-right-image-container {
  max-width: 640px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -39%;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row-reverse;
  justify-content: flex-end;
  display: flex;
}

.mask {
  z-index: 3;
  width: 400px;
  height: 100%;
  overflow: visible;
}

.slide {
  min-height: 500px;
  background-color: #181818;
  border-radius: 16px;
  margin-top: 40px;
  margin-left: 21px;
  margin-right: 21px;
  padding: 35px 29px;
  overflow: hidden;
}

.slider-header {
  color: #fff;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
}

.light-grey {
  color: #bababa;
}

.light-grey.smallblack {
  font-size: 17px;
}

.slider-image-container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 53px;
  display: flex;
}

.slider-image {
  width: 100%;
  height: 140px;
  object-fit: contain;
}

.slider-container {
  width: 100%;
  height: 100%;
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.slider-overlay {
  z-index: 3;
  height: 120%;
  background-image: linear-gradient(to right, #0d0d0d 70%, rgba(13, 13, 13, 0));
  position: absolute;
  top: -11%;
  bottom: 0%;
  left: -10%;
  right: 280px;
}

.slider-holder {
  padding-bottom: 82px;
  position: relative;
  overflow: hidden;
}

.slider-text {
  z-index: 8;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 102px;
  display: flex;
  position: relative;
}

.slider-text-container {
  max-width: 500px;
  padding-bottom: 23px;
}

.hide {
  display: none;
}

.left-arrow {
  z-index: 20;
  width: 85px;
  height: 85px;
  background-color: #62cf63;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 72%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.left-arrow:hover {
  background-color: #de7570;
}

.right-arrow {
  z-index: 20;
  width: 85px;
  height: 85px;
  background-color: #62cf63;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 72%;
  bottom: 0%;
  left: 10%;
  right: auto;
}

.right-arrow:hover {
  background-color: #de7570;
}

.tabs {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  margin-left: 29px;
  display: flex;
}

.tabs-content {
  flex: 1;
}

.active-tab-container {
  background-color: #e54363;
  border-radius: 31px;
  justify-content: center;
  align-items: center;
  padding: 45px;
  display: flex;
}

.active-tab-container._01 {
  background-color: var(--main-green);
}

.active-tab-container._02 {
  background-color: #f3b73f;
}

.tab-link {
  max-width: 370px;
  color: rgba(0, 0, 0, .5);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

.tab-link.w--current {
  color: #000;
  background-color: #fafafa;
}

.tab-open-conent {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.green-text {
  color: var(--main-green);
}

.first-grid-box-container {
  padding: 49px 64px;
}

._3d-element-container {
  width: 30%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 10%;
}

._3d-element-image {
  width: 100%;
  max-height: 390px;
  object-fit: contain;
}

.sectond-grid-box-container {
  padding: 20px 48px;
}

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

._100-cover.top {
  object-position: 50% 0%;
}

.big-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.white-rounded-box-32 {
  background-color: #fff;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}

.white-rounded-box-32.full-height {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.tabs-menu-pricing {
  background-color: #f7f7f7;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: flex;
}

.tabs-pricing {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing-tab-link {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  padding: 13px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: box-shadow .2s, background-color .35s;
}

.pricing-tab-link.w--current {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
}

.tabs-content-pricing {
  width: 100%;
  margin-top: 40px;
  overflow: visible;
}

.pricing-block {
  border-radius: 32px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
}

.pricing-block.mid {
  background-color: var(--main-green);
}

.pricing-padding {
  padding: 41px;
}

.small-margin {
  margin-top: 10px;
  margin-bottom: 15px;
}

.done-icon-list {
  color: #484848;
  background-image: url('../images/Done-Icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 35px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.done-icon-list.white {
  color: #fff;
  background-image: url('../images/Done-White.svg');
}

.list {
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 0;
}

.top-margin-m {
  margin-top: 2.4em;
}

.top-margin-m._100w {
  width: 100%;
}

.fixed-nav {
  z-index: 200;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.green-background-half {
  z-index: -3;
  width: 100%;
  height: 50%;
  background-color: var(--main-green);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.green-rounded-box-32 {
  background-color: var(--main-green);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}

.green-rounded-box-32.overflow-visable {
  background-color: #62cf63;
  overflow: visible;
}

.feature-rounded-box-container {
  justify-content: space-between;
  align-items: center;
  padding: 51px;
  display: flex;
}

.feature-rounded-box-container.right {
  justify-content: flex-end;
}

.feature-block-text-container {
  max-width: 420px;
  min-width: 420px;
}

.feature-icon-holder {
  display: flex;
}

.feature-icon-container {
  width: 42px;
  height: 42px;
  background-color: #fff;
  border: 1px solid #f1f0f5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 7px;
  margin-right: 7px;
  display: flex;
}

.feature-icon-container.first {
  margin-left: 0;
}

.feature-app-image-right {
  width: 65%;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: -9%;
}

.feature-app-image-left {
  width: 63%;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: -13%;
  right: auto;
}

.feature-pad-l {
  height: 470px;
  background-color: #f2f2f2;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 75px 52px;
  display: flex;
}

.feature-pad-l.blue {
  background-color: #5ccae2;
}

.social-media-footer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-link {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.social-media-link.last {
  margin-right: 0;
}

.social-media-link.blog {
  margin: 23px 0;
}

.social-media-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.full-width {
  width: 100%;
}

.rounded-corners {
  border-radius: 64px;
}

.infinit-loop-images {
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.infinit-loop-grid {
  width: 100vw;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 15px;
  padding-right: 15px;
}

.infinit-loop-image-keeper {
  height: 340px;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

.caps {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.grey-box {
  background-color: #fafafa;
  border-radius: 16px;
  padding: 32px;
}

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

.small-profile {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.qoute-company {
  max-width: 150px;
}

.team-profile-picture-container {
  width: 100%;
  max-height: 400px;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.team-profile-picture-container.small {
  max-height: 270px;
  min-height: 270px;
}

.team-profile-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.red-text {
  color: red;
  font-weight: 700;
}

.grey-background-half {
  z-index: -3;
  width: 100%;
  height: 50%;
  background-color: #fafafa;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.investors-section {
  width: 100%;
  background-color: #000;
  border-radius: 64px;
  padding: 90px 90px 20px;
  position: relative;
  overflow: hidden;
}

.investors-grid {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 240px;
}

.investors-image-container {
  height: 60%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-image {
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accordion-container {
  width: 100%;
  object-fit: fill;
  background-color: #fafafa;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 14px;
  display: flex;
  overflow: hidden;
}

.drop-arrow-container {
  width: 54px;
  height: 54px;
  border: 2px solid var(--main-green);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.drop-arrow-container.empty {
  border-style: none;
  border-radius: 0;
}

.accordion-header {
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  transition: background-color .2s;
  display: flex;
}

.accordion-header:hover {
  background-color: #f7f7f7;
}

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

.accordion-holder {
  width: 100%;
}

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

.accordion-padding {
  padding: 0 30px 30px;
}

.job-position {
  background-color: #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px;
  display: flex;
}

.job-position-time {
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 14px 30px;
}

.press-section {
  width: 100%;
  max-height: 350px;
  background-color: #fff;
  border-radius: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.green-background {
  width: 320px;
  height: 100%;
  background-color: var(--main-green);
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.press-logo {
  width: 100%;
}

.press-container {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 38px 260px 38px 64px;
  display: flex;
}

.press-list-container {
  width: 80%;
}

.press-list {
  cursor: pointer;
  border-bottom: 2px solid #e9e9e9;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  display: flex;
}

.press-list-left-side {
  align-items: center;
  display: flex;
}

.download-icon-container {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 4px;
  transition: filter .2s;
  display: flex;
}

.download-icon-container:hover {
  filter: brightness(88%);
}

.semi-bold {
  font-weight: 600;
}

.background-video {
  width: 100%;
  height: 100%;
  min-height: 700px;
  object-fit: cover;
  border-radius: 64px;
}

.blog-list.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-container {
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
  overflow: hidden;
}

.blog-post-image {
  width: 100%;
  height: 100%;
  max-height: 340px;
  object-fit: cover;
}

.blog-post-image.big {
  max-height: 490px;
}

.cta-email {
  max-height: 490px;
  background-color: #fafafa;
  border-radius: 16px;
  padding: 99px 32px 32px;
  position: relative;
}

.background-image-cta {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._3d-decor-item {
  width: 180px;
  position: relative;
  top: -44px;
  left: 39px;
}

.category-holder {
  justify-content: flex-start;
  display: flex;
}

.category-button {
  color: #8d8d8d;
  border: 2px solid #f2f2f2;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition-property: border-color;
  display: flex;
}

.category-button:hover {
  border-color: var(--main-green);
}

.category-button.w--current, .category-button.current {
  color: var(--main-green);
  background-color: #f2f2f2;
  font-weight: 600;
}

.cagegory-list {
  display: flex;
}

.no-text-top-margin {
  margin-top: 0;
}

.blog-item-link {
  transition-property: transform;
}

.blog-item-link:hover {
  transform: scale(1.02);
}

.light-grey-text {
  color: #a1a1a1;
  font-weight: 300;
}

.social-media-blog {
  position: -webkit-sticky;
  position: sticky;
  top: 117px;
}

.social-media-blog-container {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._20px {
  font-size: 20px;
}

.green-rounded-box-cta {
  z-index: 3;
  padding: 90px 47px;
  position: relative;
}

.cta-background {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.decorative-image-01 {
  width: 165px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -12%;
  left: auto;
  right: 5%;
}

.decorative-image-01.cta {
  bottom: 40%;
  right: 4%;
}

.decorative-image-02 {
  width: 165px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 9%;
  bottom: auto;
  left: -8%;
  right: auto;
}

.decorative-image-02.cta {
  top: 33%;
}

.cta-elements-container {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.cta-elements-container.relative {
  margin-top: -30px;
}

.cta-background-container {
  position: relative;
}

.dropdown {
  display: none;
}

.select-field {
  width: 100%;
  height: 65px;
  color: #999;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 18px;
}

.sign-in-section {
  height: 100vh;
}

.signin-panel {
  width: 500px;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 26px;
  display: flex;
}

.login-with-google {
  width: 100%;
  height: 60px;
  background-color: #fff;
  background-image: url('../images/Goggle-image_1Goggle image.png');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  border: 1px solid #f7f7f7;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  transition-property: all;
  display: flex;
}

.login-with-google:hover {
  background-color: var(--black);
}

._16px {
  color: #3e3e54;
  font-size: 16px;
  font-weight: 400;
}

._16px.gray-text {
  color: #bdbdbd;
}

.checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid var(--main-green);
  border-radius: 5px;
  margin-top: 0;
  margin-right: 20px;
}

.checkbox-field {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.checkbox-label {
  color: #484848;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.hero-block-video {
  width: 100%;
  height: 100%;
  background-color: #5ccae2;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}

.hero-block-video-holder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-block-video-holder.z-index {
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.hero-text-holder {
  width: 100%;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.text-margins {
  margin-left: 6px;
  margin-right: 6px;
}

.hero-rate-text {
  margin-top: 0;
  margin-bottom: 0;
}

.crafted-by {
  margin-right: 10px;
  font-size: 18px;
}

.powered-by {
  flex-direction: row;
  align-items: center;
  font-size: 18px;
}

.horizontal-block-links-holder {
  display: flex;
}

.slider-overlay-holder {
  z-index: 3;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to right, #0d0d0d 70%, rgba(13, 13, 13, 0));
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slider-overlay-left {
  z-index: 3;
  width: 50vw;
  height: 120%;
  background-color: var(--black-3);
  position: absolute;
  right: 0;
}

.text-large {
  color: var(--black-3);
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.buy-template-holder {
  z-index: 20;
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.buy-template-link {
  grid-column-gap: 10px;
  opacity: .8;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .4s, opacity .4s, box-shadow .475s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buy-template-link:hover {
  opacity: 1;
  color: #000;
  border-color: #4253ff;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .23);
}

.buy-this-template-button-container {
  width: 100%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.buy-this-template-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buy-this-template-text {
  color: #000;
  font-weight: 400;
}

.buy-webflow-template-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.webflow-icon {
  width: 20px;
  height: 20px;
  background-image: url('../images/webflow-blue-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  margin-right: 5px;
  display: block;
}

.buy-template-price {
  font-weight: 700;
}

.accordion-icon {
  width: 100%;
}

.richtext {
  max-width: 680px;
}

.cta-phone-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span {
  color: #de7570;
}

.top-margin-s-copy {
  margin-top: 1.2em;
}

.background-video-2 {
  width: 420px;
  height: 900px;
}

.bold-text {
  font-size: 60px;
}

.arrow-down {
  margin-left: 8px;
  margin-right: 7px;
}

.dropdown-list-wrap {
  z-index: 9;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 12px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 9px rgba(44, 62, 80, .1);
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navigation-link {
  color: #546681;
  flex-direction: row;
  align-items: center;
  padding: 12px 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  color: #e86d6d;
}

.short-title {
  color: #2e3642;
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.feature-icon {
  width: 26px;
  margin-right: 16px;
}

.dropdown-column {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.dropdown-list-2 {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list-2.w--open {
  z-index: 7;
  min-width: 460px;
  border-radius: 15px;
  padding-top: 15px;
}

.navigation-text {
  width: 100%;
  text-decoration: none;
}

.paragraph-small {
  max-width: 450px;
  color: #3b4c5b;
  letter-spacing: -.2px;
  margin-bottom: 0;
  font-size: 14px;
}

.feature-wrap {
  border-radius: 10px;
  align-items: flex-start;
  padding: 15px 12px 15px 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap:hover {
  background-color: rgba(72, 77, 255, .03);
}

.smallhead {
  font-size: 40px;
}

.text-span-2 {
  color: #d2645a;
}

.columns-13 {
  width: 100%;
  height: 75px;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 20px;
  right: 0;
}

.div-block-47 {
  width: 100%;
  min-height: 400px;
  background-color: #221f3c;
  margin-left: 10px;
  padding-top: 20px;
  padding-right: 20px;
}

.socialicon {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.socialicon:hover {
  background-color: rgba(0, 0, 0, .05);
}

.socialicon.twbg:hover {
  background-color: #55acee;
}

.socialicon.inbg:hover {
  background-color: #e4405f;
}

.socialicon.libg:hover {
  background-color: #0077b5;
}

.map-2 {
  height: 400px;
  margin-left: 10px;
}

.column-18 {
  height: 75px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-18:hover {
  color: #15bc9f;
}

._1200container {
  max-width: 1100px;
}

._1200container.contactbag {
  flex: 1;
}

.columns-12 {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.locationlink {
  width: 24%;
  height: 100%;
  color: #000;
  text-align: center;
  background-color: #fff;
  flex: 1;
  padding-top: 27px;
  font-size: 18px;
}

.locationlink:hover {
  color: #000;
  background-color: #fff;
}

.locationlink.w--current {
  color: #d57b73;
  background-color: #fff;
  border-bottom: 5px solid #d57b73;
  justify-content: center;
  align-items: center;
}

.locationlink:lang(en) {
  color: #d57b73;
}

.somindicon {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.column-19 {
  height: 75px;
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
  display: flex;
}

.column-19.phoneverticle {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.greenprimaryheading {
  color: #d57b73;
}

.ohonenumberblock {
  color: #fff;
  padding-top: 10px;
  text-decoration: none;
}

.ohonenumberblock:hover {
  color: #d57b73;
}

.contacttab {
  position: static;
}

.primary-heading {
  color: #000;
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 400;
}

.primary-heading.center-text-align {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.primary-heading.center-text-align.white-tab-head {
  color: #fff;
  margin-bottom: 10px;
}

.locationmenu {
  height: 75px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contactcol {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.socialcol {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.socialcol.fbbg:hover {
  background-color: #3b5999;
}

.iconfa {
  color: #fff;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Fa 400", sans-serif;
  font-size: 25px;
  text-decoration: none;
  transition: color .3s;
}

.iconfa:hover {
  color: #15bc9f;
}

.text-block-21 {
  color: #000;
}

.text-block-22 {
  font-family: "Fa Brands 400", sans-serif;
}

.section-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }

  .container.large-padding {
    padding-top: 1em;
  }

  .nav-link:hover {
    color: #6a3d39;
  }

  .content.padding {
    padding-right: 0;
  }

  .subscribe-form-input {
    width: 490px;
  }

  .nav-bacgkround-style {
    max-width: 1350px;
  }

  .hero-block-default.relative {
    top: -112px;
  }

  .hero-block-default._03 {
    margin-bottom: 60px;
  }

  .hero-phone._02 {
    z-index: 0;
    position: relative;
    top: 0;
  }

  .phone-holder {
    position: static;
  }

  .iphone-image {
    z-index: 0;
  }

  .hero-block-blue {
    position: static;
  }

  .hero-block-blue._04 {
    z-index: 0;
    background-color: #f7f7f7;
  }

  .hero-block-photo._05 {
    background-color: rgba(92, 202, 226, 0);
  }

  .hero-block-image {
    z-index: 0;
  }

  .hero-blcok-text-holder {
    background-image: url('../images/Purple-And-White-Modern-Mobile-App-Promotion-Instagram-Post16.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 0;
  }

  .organization-logo-holder {
    padding-left: 44px;
    padding-right: 44px;
  }

  .white-rounded-box-32.full-height {
    height: 100%;
  }

  .feature-rounded-box-container {
    padding-top: 101px;
    padding-bottom: 101px;
  }

  .feature-app-image-left {
    width: 60%;
    left: -3%;
  }

  .cta-email {
    padding-left: 55px;
    padding-right: 55px;
  }

  .hero-block-video {
    background-color: rgba(0, 0, 0, 0);
  }

  .hero-block-video-holder {
    z-index: 1;
    border-radius: 32px;
  }

  .text-span {
    color: #de7570;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .top-margin-s-copy {
    margin-top: 0;
  }

  .background-video-2 {
    width: 420px;
    height: 900px;
    position: static;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 50px;
  }

  p {
    font-size: 16px;
  }

  .section.overflow-hidden {
    overflow: hidden;
  }

  .nav-menu {
    border: 2px solid var(--dim-grey);
    background-color: var(--black-2);
    border-radius: 12px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

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

  .link-block {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

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

  .footer-flex-container {
    grid-template-columns: 1fr 1fr;
  }

  .fade-in-move-on-scroll.mobile {
    height: 350px;
  }

  .contact-form-holder {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button {
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #1f1f1f;
    border-radius: 10px;
    padding: 20px;
  }

  .center-box {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-text {
    font-size: 80px;
  }

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

  .hero-block-default.relative._06 {
    height: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
    top: 0;
  }

  .phone-holder.cta {
    width: 160px;
    top: 84.75px;
    left: -18px;
  }

  .phone-screen-holder {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .phone-screen-holder.cta {
    padding: 2px 9px;
  }

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

  .hero-block-photo._05 {
    top: -3px;
  }

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

  .white-rounded-box-container {
    flex-direction: column;
    align-items: center;
    padding: 39px;
    display: flex;
  }

  .app-static-image-container {
    max-width: 400px;
    margin-top: 38px;
  }

  .app-left-image-container {
    max-width: 420px;
    top: 20%;
    left: -41%;
  }

  .app-right-image-container {
    max-width: 420px;
    top: 20%;
    right: -44%;
  }

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

  .right-arrow {
    width: 60px;
    height: 60px;
    left: 15%;
  }

  .tabs {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .tabs-menu {
    width: 100%;
    flex-direction: column;
    margin-top: 24px;
    margin-left: 0;
  }

  .tab-link {
    max-width: none;
  }

  ._3d-element-image {
    width: 130%;
    max-height: 420px;
    max-width: 130%;
    padding-left: 32px;
  }

  .white-rounded-box-32.full-height {
    height: 100%;
  }

  .green-rounded-box-32.cta {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-block-small-image {
    max-height: 300px;
  }

  .icon-2 {
    position: static;
  }

  .rounded-corners.full-width {
    border-radius: 32px;
  }

  .investors-image-container {
    height: 100%;
  }

  .job-position-time {
    margin-right: 14px;
  }

  .press-container {
    padding: 20px;
  }

  .green-rounded-box-cta {
    padding-top: 71px;
    padding-bottom: 71px;
  }

  .decorative-image-01.cta {
    right: 0%;
  }

  .cta-elements-container.relative {
    width: 90%;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .feature-wrap {
    flex-direction: column;
  }
}

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

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 28px;
  }

  .container {
    padding: 1em;
  }

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

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

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    grid-template-columns: 1fr;
  }

  .made-by-section {
    flex-direction: column;
  }

  .content.mobile {
    width: 100%;
  }

  .contact-form-holder {
    min-height: auto;
  }

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

  .change-log-container {
    height: 340px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .hero-text {
    font-size: 60px;
  }

  .subscribe-form-flex, .subscribe-form-input-wrapper, .subscribe-form-input {
    width: 100%;
  }

  .open-sans.regular-text.hero {
    padding-left: 80px;
    padding-right: 80px;
    font-size: 24px;
  }

  .hero-grid {
    grid-template-rows: auto auto auto auto auto auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-blcok-text-holder {
    background-position: 50%;
    background-size: cover;
  }

  ._3col-2row {
    grid-template-columns: 1fr 1fr;
  }

  .smooth-corders-end {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .app-static-image-container {
    max-width: 260px;
  }

  .app-static-image-container.no-margins {
    max-width: 690px;
    position: relative;
    top: 18px;
  }

  .app-left-image-container {
    max-width: 250px;
    bottom: -3%;
    left: -25%;
  }

  .app-static-image {
    border-radius: 6px;
  }

  .app-right-image-container {
    max-width: 250px;
    bottom: 3%;
    right: -25%;
  }

  .slider {
    padding-right: 37px;
  }

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

  .feature-rounded-box-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-app-image-right {
    width: 100%;
    margin-top: 18px;
    position: static;
  }

  .feature-app-image-left {
    width: 100%;
    position: static;
  }

  .form-block {
    width: 100%;
  }

  .rounded-corners {
    border-radius: 32px;
  }

  .infinit-loop-grid {
    width: 300vw;
  }

  .investors-section {
    padding: 37px;
  }

  .investors-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

  .job-position-time {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .green-background {
    width: 200px;
  }

  .press-logo {
    width: 130px;
    max-width: none;
  }

  .press-list-container {
    width: 100%;
  }

  .category-holder {
    flex-direction: row;
    align-items: center;
  }

  .category-button {
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
  }

  .category-button.mobile {
    width: 100%;
    text-align: left;
    border-style: none;
    justify-content: flex-start;
  }

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

  .category-list-wrapper.hide-mobile {
    display: none;
  }

  .category-item {
    width: 100%;
    text-align: left;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .decorative-image-01.cta {
    right: -1%;
  }

  .dropdown {
    border: 1px solid #f2f2f2;
    border-radius: 12px;
    margin-left: 20px;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .dropdown-list {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-list.w--open {
    min-width: 200px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 12px;
    padding: 18px;
    top: 81.7969px;
  }

  .horizontal-block-links-holder {
    margin-bottom: 1em;
  }

  .columns-13 {
    position: static;
  }

  .div-block-47 {
    margin-left: 0;
    padding-left: 20px;
  }

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

  .locationlink {
    width: 80%;
  }

  .column-19 {
    justify-content: center;
  }

  .column-19.phoneverticle {
    align-items: center;
  }

  .locationmenu {
    height: auto;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  .container {
    padding: 3em 1em;
  }

  .nav-menu {
    z-index: 80;
    background-color: #fff;
    border-style: none;
    margin-left: 0;
  }

  .white-text {
    font-size: 15px;
  }

  .button.hero {
    margin-right: 0;
  }

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

  .header-holder {
    height: 170px;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
  }

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

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

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    height: 420px;
    justify-content: space-between;
    padding: 30px;
  }

  .footer {
    text-align: left;
    padding: 21px 0;
  }

  .footer-flex-container {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .made-by-section {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding: 15px;
  }

  .fade-in-slace-on-scroll.mobile {
    width: 100%;
  }

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

  .animate-on-load-4rd.mobile {
    width: 100%;
    height: 100%;
  }

  .content.padding {
    padding-right: 0;
  }

  .content.direction-horizontal-mobile {
    display: flex;
  }

  .grey-text.regular-text.mobile {
    font-size: 18px;
  }

  .contact-form-holder {
    width: 100%;
    height: 300px;
  }

  .menu-button {
    padding: 0 15px;
  }

  .menu-button.w--open {
    background-color: #f1f1f1;
    padding: 0 15px;
  }

  .hero-text {
    font-size: 50px;
  }

  .brand {
    width: 100px;
  }

  .sign-in-nav {
    border-top: 1px solid #f5f5f5;
    flex-direction: column;
    align-items: center;
    margin-top: 14px;
    padding-top: 8px;
    display: flex;
  }

  .direction-horizontal {
    flex-flow: wrap;
    justify-content: center;
  }

  .direction-horizontal.center {
    align-items: center;
  }

  .direction-horizontal.left-align {
    justify-content: flex-start;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .nav-bacgkround-style {
    padding: 1em;
  }

  .nav-bacgkround-style.blur {
    padding-left: 14px;
    padding-right: 14px;
  }

  .open-sans.regular-text.hero {
    padding-left: 0;
    padding-right: 0;
  }

  .phone-holder {
    justify-content: center;
    display: flex;
  }

  .phone-holder.cta {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: 35.75px;
    left: 0;
  }

  .phone-screen-holder {
    border-radius: 30px;
    padding: 5% 6%;
  }

  .phone-screen-holder.cta {
    border-radius: 10px;
  }

  .hero-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .organization-logo-holder {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .lightbox-link {
    height: 410px;
  }

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

  .lightbox-button-container {
    padding-left: 29px;
    padding-right: 29px;
  }

  .white-rounded-box {
    border-radius: 20px;
  }

  .white-rounded-box-container {
    padding: 12px 33px;
  }

  .app-static-image-container {
    max-width: 244px;
  }

  .app-left-image-container {
    max-width: 244px;
    left: -221px;
  }

  .app-right-image-container {
    right: -221px;
  }

  .slider {
    width: 100%;
    flex-direction: column;
  }

  .mask {
    width: 100%;
  }

  .slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider-overlay {
    display: none;
  }

  .slider-text {
    margin-top: 100px;
    padding-bottom: 1em;
    padding-left: 13px;
  }

  .left-arrow {
    top: 568px;
    bottom: auto;
    left: 10px;
  }

  .right-arrow {
    top: 568px;
    bottom: auto;
    left: 90px;
  }

  .active-tab-container {
    border-radius: 12px;
    padding: 16px;
  }

  .first-grid-box-container {
    padding: 28px;
  }

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

  .tabs-menu-pricing {
    flex-direction: column;
  }

  .green-background-half {
    height: 65%;
  }

  .green-rounded-box-32.cta {
    height: 1600px;
  }

  .feature-rounded-box-container {
    padding: 22px;
  }

  .feature-block-text-container {
    max-width: none;
    min-width: auto;
  }

  .feature-pad-l {
    height: 210px;
    padding: 8px 19px;
  }

  .social-media-footer {
    margin-top: 38px;
  }

  .social-media-link.blog {
    margin: 0 13px;
  }

  .rounded-corners.full-width {
    height: 100%;
    object-fit: cover;
  }

  .grey-background-half {
    height: 65%;
  }

  .investors-section {
    border-radius: 30px;
    padding: 25px;
  }

  .investors-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 100px;
  }

  .investors-image-container {
    height: 70%;
  }

  .drop-arrow-container {
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .drop-arrow-container.empty {
    width: 23px;
    padding: 0;
  }

  .accordion-header {
    padding: 9px;
  }

  .accordion-header.white {
    padding: 15px;
  }

  .accordion-padding {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-padding.mobile {
    padding-top: 30px;
  }

  .job-position {
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .job-position-time {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .press-section {
    max-height: none;
    flex-direction: column;
    align-items: center;
  }

  .green-background {
    width: auto;
    padding: 28px;
  }

  .background-video {
    min-height: 500px;
  }

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

  .cta-email {
    padding: 26px;
  }

  ._3d-decor-item {
    width: 130px;
    top: -68px;
    left: 33px;
  }

  .category-button.current {
    height: 100%;
  }

  .social-media-blog {
    align-items: center;
    display: flex;
  }

  .social-media-blog-container {
    margin-top: 38px;
  }

  .green-rounded-box-cta {
    padding: 27px;
  }

  .decorative-image-01 {
    width: 90px;
    bottom: 84%;
    right: -2%;
  }

  .decorative-image-01.cta {
    width: 80px;
    bottom: 94%;
    right: -1%;
  }

  .decorative-image-02 {
    width: 100px;
    top: 94%;
  }

  .decorative-image-02.cta {
    top: 22%;
    left: -44%;
  }

  .cta-elements-container.relative {
    width: 100%;
    height: 510px;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    padding: 12px;
  }

  .dropdown {
    height: 100%;
  }

  .text-margins {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-rate-text {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .horizontal-block-links-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-overlay-holder, .slider-overlay-left {
    display: none;
  }

  .buy-template-holder {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .background-video-2 {
    width: 315px;
    height: 675px;
  }

  .column-19 {
    justify-content: center;
  }

  .text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30 {
    text-align: left;
  }
}

#w-node-_331c1493-f5f1-93ab-3f0e-4b5fc4e07ed3-41030ebd {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-e489e8da-8415-c1cd-9892-89b9739fcdec-41030ebd {
  grid-area: 1 / 2 / 5 / 3;
  align-self: end;
}

#w-node-bf24b77f-8003-df48-723c-e554d414745f-41030ebd {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
}

#w-node-_9a6077ab-5618-5c8c-6c9f-cf762b42e275-41030ebd {
  grid-area: 3 / 3 / 5 / 4;
  align-self: center;
}

#w-node-d4938cfe-d0b9-161a-3fac-465d091076fb-41030ebd {
  grid-area: 4 / 1 / 5 / 2;
  align-self: start;
}

#w-node-_99226170-a71e-4aa2-42a1-78cb1554378e-41030ebd {
  grid-area: 5 / 1 / 6 / 3;
  align-self: start;
}

#w-node-ffc7e000-c5f1-aaf8-814e-eca00c909db1-41030ebd {
  grid-area: 5 / 3 / 6 / 4;
  align-self: start;
}

#w-node-_5711b6e5-b367-c8a9-c300-e9bedcb3b46a-41030ebd {
  align-self: center;
}

#w-node-a1acb15a-6d51-bc9e-3ed5-6dcc834efa15-41030ebd {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-e8e6a151-073d-6b8f-7509-d764f43ec06f-41030ebd {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_760fc502-f5e5-7e79-d386-2c1cdc1fef01-41030ebd {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-ee17954f-0e42-0dbc-a752-ef3a29239dda-41030ebd {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_67618ed7-0101-a62e-2b13-080a4c013c83-41030ebd {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_4ffd5d7d-73f3-ef70-978b-980c9ae7b65d-41030ebd, #w-node-_64e1ad1b-c429-7d0c-66d9-872392ebc07a-41030ebd, #w-node-_3dbef856-6ffa-fb6a-42bf-3622b3050a85-41030ebd, #w-node-_3dbef856-6ffa-fb6a-42bf-3622b3050a89-41030ebd {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_3f547a2e-ebd6-b7f0-3fa0-ddfa5f26f67c-41030ebd {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_6d1ece39-2bbb-e109-8bda-9ce263730ef5-41030ebd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_16439707-707a-facc-a8e9-898ccd632a3c-41030ebd {
  grid-area: 4 / 5 / 7 / 7;
}

#w-node-_2cc854a8-7abb-a5b5-e09f-906a902f1151-41030ebd {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-b7a4b6a5-f751-e665-e7c3-1357841e0977-41030ebd {
  grid-area: 2 / 4 / 4 / 7;
}

#w-node-a212e77a-6872-e848-bbd8-9f42835873a7-41030ebd {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-bd1bfd97-48c5-cee4-c434-b2c8816c56e8-41030ebd {
  grid-area: 4 / 1 / 7 / 5;
  align-self: start;
}

#w-node-_9bd82254-c2a8-4627-92d7-ff3ce5b2f7ef-41030ebd, #w-node-_9bd82254-c2a8-4627-92d7-ff3ce5b2f7f5-41030ebd {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-af8a7300-1c3b-e0f9-2e0d-043626cf5552-41030ebd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-d4c2f743-f1fe-c42b-b886-9f12ed615d47-41030ebd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9534f7fc-b049-309b-57ce-ff883571ee7d-41030ebd, #w-node-_57613655-ead7-1d78-d8ce-c8329c1a9f17-41030ebd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_57613655-ead7-1d78-d8ce-c8329c1a9f2c-41030ebd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_57613655-ead7-1d78-d8ce-c8329c1a9f4c-41030ebd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-b271d5dd-f368-3890-6ad3-a4a1600d1149-0a144c54 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6051e81e-dabd-71ca-2b67-b38d023d6da8-0a144c54 {
  align-self: center;
  justify-self: end;
}

#w-node-f2996495-6962-d40e-88f8-d42c03851f66-41030ec4, #w-node-ed6cd6db-12ac-4146-2dba-b98988f6568b-41030ec4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6ad88a51-30a2-27cb-e973-b12169ab3d2e-41030ec4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b85447b5-32ba-d2aa-b0c1-9ecb0c7b0273-41030ec6 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-b85447b5-32ba-d2aa-b0c1-9ecb0c7b0278-41030ec6 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-b85447b5-32ba-d2aa-b0c1-9ecb0c7b027d-41030ec6 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-b85447b5-32ba-d2aa-b0c1-9ecb0c7b0282-41030ec6 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-b85447b5-32ba-d2aa-b0c1-9ecb0c7b0287-41030ec6 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_98bd22f8-02cf-681f-2d64-0c77c91c00d9-41030ec6 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_525bbd43-540f-27f8-536c-0c69068873aa-41030ec6, #w-node-_54c6a621-909a-dff5-34ad-2f9f4f0786ae-41030ec6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-a1800f23-15c2-0cf2-92b2-abbc44ca40e6-41030ec6, #w-node-_689e30c4-81fc-0bfa-89db-c0458b234684-41030ec6, #w-node-bc8e0636-2ea0-0ecb-82c0-51e631b8eb17-41030ec6, #w-node-ea79b8cd-1506-a50a-7b7a-5a88674862ba-41030ec6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f6ec2094-027d-10c4-00f3-fe049ed8f9cb-41030ec6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c252532b-547c-5b53-feae-b44b839bbf9b-41030ec6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14389dca-3f14-9225-e09d-f4a9d4113307-41030ec6, #w-node-_14389dca-3f14-9225-e09d-f4a9d411330b-41030ec6 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_42d01841-4945-5c53-0628-3ff9c5c713c5-41030ec6, #w-node-e155af42-6886-9eeb-2c1b-154ade9157d6-41030ec6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f87ed513-2c26-4ba4-90f5-4c55272a547b-41030ec6, #w-node-a14a3ca3-89bb-20df-51a4-a4eb8d0e049e-41030ec6, #w-node-a14a3ca3-89bb-20df-51a4-a4eb8d0e04a4-41030ec6, #w-node-cfd71807-a7ed-432e-9a13-379ef202fdd1-41030ec6, #w-node-cfd71807-a7ed-432e-9a13-379ef202fdd5-41030ec6 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_0248fe21-eb5e-5518-9816-9dac459f0763-41030ec7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a24c0101-066d-ce74-04bf-5d99b07dd4a5-41030ec7, #w-node-_83506fb9-2c14-315e-46dc-ca807249a633-41030ec7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8c93020-c423-40f4-655c-4ee60417bbd1-41030ec7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_421ffe5f-9449-7e35-74f9-eff4779ffb52-41030eca {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_95099dc3-63fa-b599-2087-925ccfd34d14-41030eca {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_21bd4c8c-eaa9-3dbe-ef3f-47af3c78f387-41030ecb, #w-node-_05360e1e-6b34-5556-f94f-7abd41e0f56e-41030ecb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fe82b872-09a2-a352-86e6-b0f9f2519861-41030ecb {
  align-self: center;
}

#w-node-_0aea38c6-6391-1e2d-4456-5caaf7cab08b-41030ecb, #w-node-_0aea38c6-6391-1e2d-4456-5caaf7cab08f-41030ecb {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_5c27b15a-4c7a-3376-b45f-b3b75f82c6e4-41030ecb {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_5c27b15a-4c7a-3376-b45f-b3b75f82c6ed-41030ecb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2b55f104-6a93-6c59-ae47-8f79c9fe79a3-41030ecb, #w-node-_2b55f104-6a93-6c59-ae47-8f79c9fe79a9-41030ecb {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_3af3dda5-eb65-a90e-515a-5311080b37a7-41030ecb {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_0325d0ba-9820-aaf6-c40f-685732819517-41030ecb, #w-node-d0233026-2901-947a-23c3-851028b77e30-41030ecb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d0233026-2901-947a-23c3-851028b77e28-41030ecb {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_8ac40323-8a28-59d8-0c48-3b1187cb507f-41030ecc, #w-node-_8663c85b-facb-225d-7b13-80dc275bcad2-41030ecc, #w-node-_14413751-5752-1eaf-8c22-5547096a4013-41030ecc, #w-node-_0b113069-784b-ebf9-242f-1f42d36c587e-41030ecc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d646fb0c-c4d7-efba-f6b9-ec21e94e3471-41030ece, #w-node-ea6dd9fa-fe57-c52d-5b79-6bff84fd73b1-41030ece {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_62f08b15-0e18-c833-b3aa-4865234a79f7-41030ecf, #w-node-_62f08b15-0e18-c833-b3aa-4865234a79fb-41030ecf {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_62f08b15-0e18-c833-b3aa-4865234a7a0d-41030ecf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_62f08b15-0e18-c833-b3aa-4865234a7a22-41030ecf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_62f08b15-0e18-c833-b3aa-4865234a7a42-41030ecf, #w-node-_62f08b15-0e18-c833-b3aa-4865234a7a5a-41030ecf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_62f08b15-0e18-c833-b3aa-4865234a7a6f-41030ecf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_62f08b15-0e18-c833-b3aa-4865234a7a8f-41030ecf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_0872bd45-8c8e-0b99-c628-3dbf9716d4dd-41030ecf, #w-node-_0872bd45-8c8e-0b99-c628-3dbf9716d4e1-41030ecf {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_74754042-f569-6ff2-bf79-0aa1d01c63e3-41030ed2, #w-node-_51afad64-b371-59d8-9be3-be57608b8d05-41030ed2, #w-node-_3b640b85-23f2-5937-1a71-45df03878b9e-41030ed2, #w-node-_6f252097-c1b9-b13b-1a9c-5c484df0e808-41030ed2, #w-node-dd944cbf-04d0-c864-5723-705aa7a9a61a-41030ed2, #w-node-_8ed1b952-23ff-bc0f-8964-7935e1d755b8-41030ed2, #w-node-eb8dec28-6d4f-c86f-c68f-8ba9fc65946d-41030ed2, #w-node-babb1a74-1ca8-4e3b-31b3-e12d0db617bd-41030ed2, #w-node-bdac6aad-ea46-de38-5682-bb015f0792da-41030ed2, #w-node-eb817875-6024-a502-e779-eda35e78cc93-41030ed2, #w-node-d3c3c151-1353-6cb9-6eda-5a85beed78a2-41030ed2, #w-node-_48a7b1d3-b07a-497b-d5ee-44049694be04-41030ed2, #w-node-d153327e-0b89-53f6-8af6-bfb408d9df35-41030ed2, #w-node-b40307ba-5bc6-bd78-6e19-712b5713de87-41030ed2, #w-node-_548a5b34-b2c2-5a0b-7e8c-aacb07ebb25f-41030ed2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_21bd4c8c-eaa9-3dbe-ef3f-47af3c78f387-dbf966f1, #w-node-_05360e1e-6b34-5556-f94f-7abd41e0f56e-dbf966f1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fe82b872-09a2-a352-86e6-b0f9f2519861-dbf966f1 {
  align-self: center;
}

#w-node-_0aea38c6-6391-1e2d-4456-5caaf7cab08b-dbf966f1 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_5c27b15a-4c7a-3376-b45f-b3b75f82c6e4-dbf966f1 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_5c27b15a-4c7a-3376-b45f-b3b75f82c6ed-dbf966f1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1440px) {
  #w-node-bf24b77f-8003-df48-723c-e554d414745f-41030ebd {
    grid-area: 3 / 1 / 4 / 2;
    align-self: center;
  }

  #w-node-a1acb15a-6d51-bc9e-3ed5-6dcc834efa15-41030ebd, #w-node-b85447b5-32ba-d2aa-b0c1-9ecb0c7b0273-41030ec6 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_331c1493-f5f1-93ab-3f0e-4b5fc4e07ed3-41030ebd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9a6077ab-5618-5c8c-6c9f-cf762b42e275-41030ebd {
    grid-area: 5 / 1 / 6 / 3;
    align-self: center;
  }

  #w-node-_99226170-a71e-4aa2-42a1-78cb1554378e-41030ebd {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }

  #w-node-ffc7e000-c5f1-aaf8-814e-eca00c909db1-41030ebd {
    grid-area: 6 / 1 / 7 / 3;
    align-self: center;
  }

  #w-node-_4ffd5d7d-73f3-ef70-978b-980c9ae7b65d-41030ebd, #w-node-_64e1ad1b-c429-7d0c-66d9-872392ebc07a-41030ebd, #w-node-_3dbef856-6ffa-fb6a-42bf-3622b3050a85-41030ebd, #w-node-_3dbef856-6ffa-fb6a-42bf-3622b3050a89-41030ebd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6d1ece39-2bbb-e109-8bda-9ce263730ef5-41030ebd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_16439707-707a-facc-a8e9-898ccd632a3c-41030ebd {
    grid-area: span 3 / span 6 / span 3 / span 6;
  }

  #w-node-bd1bfd97-48c5-cee4-c434-b2c8816c56e8-41030ebd {
    grid-area: 4 / 1 / 7 / 7;
    align-self: start;
  }

  #w-node-_9bd82254-c2a8-4627-92d7-ff3ce5b2f7ef-41030ebd, #w-node-_9bd82254-c2a8-4627-92d7-ff3ce5b2f7f5-41030ebd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-af8a7300-1c3b-e0f9-2e0d-043626cf5552-41030ebd, #w-node-d4c2f743-f1fe-c42b-b886-9f12ed615d47-41030ebd, #w-node-_9534f7fc-b049-309b-57ce-ff883571ee7d-41030ebd {
    grid-column: span 3 / span 3;
  }

  #w-node-_6ad88a51-30a2-27cb-e973-b12169ab3d2e-41030ec4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_98bd22f8-02cf-681f-2d64-0c77c91c00d9-41030ec6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c252532b-547c-5b53-feae-b44b839bbf9b-41030ec6, #w-node-_14389dca-3f14-9225-e09d-f4a9d4113307-41030ec6, #w-node-_14389dca-3f14-9225-e09d-f4a9d411330b-41030ec6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f87ed513-2c26-4ba4-90f5-4c55272a547b-41030ec6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a14a3ca3-89bb-20df-51a4-a4eb8d0e049e-41030ec6, #w-node-a14a3ca3-89bb-20df-51a4-a4eb8d0e04a4-41030ec6, #w-node-cfd71807-a7ed-432e-9a13-379ef202fdd1-41030ec6, #w-node-cfd71807-a7ed-432e-9a13-379ef202fdd5-41030ec6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a24c0101-066d-ce74-04bf-5d99b07dd4a5-41030ec7, #w-node-_83506fb9-2c14-315e-46dc-ca807249a633-41030ec7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_421ffe5f-9449-7e35-74f9-eff4779ffb52-41030eca {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_95099dc3-63fa-b599-2087-925ccfd34d14-41030eca {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_0aea38c6-6391-1e2d-4456-5caaf7cab08b-41030ecb, #w-node-_0aea38c6-6391-1e2d-4456-5caaf7cab08f-41030ecb, #w-node-_2b55f104-6a93-6c59-ae47-8f79c9fe79a3-41030ecb, #w-node-_2b55f104-6a93-6c59-ae47-8f79c9fe79a9-41030ecb, #w-node-_62f08b15-0e18-c833-b3aa-4865234a79f7-41030ecf, #w-node-_62f08b15-0e18-c833-b3aa-4865234a79fb-41030ecf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_62f08b15-0e18-c833-b3aa-4865234a7a0d-41030ecf, #w-node-_62f08b15-0e18-c833-b3aa-4865234a7a22-41030ecf, #w-node-_62f08b15-0e18-c833-b3aa-4865234a7a42-41030ecf {
    grid-column: span 3 / span 3;
  }

  #w-node-_0872bd45-8c8e-0b99-c628-3dbf9716d4dd-41030ecf, #w-node-_0872bd45-8c8e-0b99-c628-3dbf9716d4e1-41030ecf, #w-node-_0aea38c6-6391-1e2d-4456-5caaf7cab08b-dbf966f1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e489e8da-8415-c1cd-9892-89b9739fcdec-41030ebd {
    grid-area: 1 / 1 / 2 / 3;
    align-self: end;
  }

  #w-node-bf24b77f-8003-df48-723c-e554d414745f-41030ebd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_9a6077ab-5618-5c8c-6c9f-cf762b42e275-41030ebd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d4938cfe-d0b9-161a-3fac-465d091076fb-41030ebd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_99226170-a71e-4aa2-42a1-78cb1554378e-41030ebd {
    grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: start;
  }

  #w-node-ffc7e000-c5f1-aaf8-814e-eca00c909db1-41030ebd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-a1acb15a-6d51-bc9e-3ed5-6dcc834efa15-41030ebd {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-e8e6a151-073d-6b8f-7509-d764f43ec06f-41030ebd, #w-node-_760fc502-f5e5-7e79-d386-2c1cdc1fef01-41030ebd, #w-node-ee17954f-0e42-0dbc-a752-ef3a29239dda-41030ebd, #w-node-_67618ed7-0101-a62e-2b13-080a4c013c83-41030ebd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3dbef856-6ffa-fb6a-42bf-3622b3050a85-41030ebd, #w-node-_3dbef856-6ffa-fb6a-42bf-3622b3050a89-41030ebd {
    grid-column: span 3 / span 3;
  }

  #w-node-_3f547a2e-ebd6-b7f0-3fa0-ddfa5f26f67c-41030ebd {
    grid-column: span 5 / span 5;
  }

  #w-node-_16439707-707a-facc-a8e9-898ccd632a3c-41030ebd {
    grid-column: span 5 / span 5;
    align-self: center;
  }

  #w-node-_2cc854a8-7abb-a5b5-e09f-906a902f1151-41030ebd {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-b7a4b6a5-f751-e665-e7c3-1357841e0977-41030ebd {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-a212e77a-6872-e848-bbd8-9f42835873a7-41030ebd {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-bd1bfd97-48c5-cee4-c434-b2c8816c56e8-41030ebd {
    grid-area: span 3 / span 5 / span 3 / span 5;
  }

  #w-node-_6051e81e-dabd-71ca-2b67-b38d023d6da8-0a144c54 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-b85447b5-32ba-d2aa-b0c1-9ecb0c7b0273-41030ec6 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b85447b5-32ba-d2aa-b0c1-9ecb0c7b0278-41030ec6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b85447b5-32ba-d2aa-b0c1-9ecb0c7b027d-41030ec6, #w-node-b85447b5-32ba-d2aa-b0c1-9ecb0c7b0282-41030ec6, #w-node-b85447b5-32ba-d2aa-b0c1-9ecb0c7b0287-41030ec6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a1800f23-15c2-0cf2-92b2-abbc44ca40e6-41030ec6, #w-node-_689e30c4-81fc-0bfa-89db-c0458b234684-41030ec6, #w-node-bc8e0636-2ea0-0ecb-82c0-51e631b8eb17-41030ec6, #w-node-ea79b8cd-1506-a50a-7b7a-5a88674862ba-41030ec6 {
    grid-column: span 1 / span 1;
  }

  #w-node-f6ec2094-027d-10c4-00f3-fe049ed8f9cb-41030ec6, #w-node-c252532b-547c-5b53-feae-b44b839bbf9b-41030ec6 {
    grid-column: span 3 / span 3;
  }

  #w-node-f8c93020-c423-40f4-655c-4ee60417bbd1-41030ec7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5c27b15a-4c7a-3376-b45f-b3b75f82c6e4-41030ecb, #w-node-_5c27b15a-4c7a-3376-b45f-b3b75f82c6ed-41030ecb {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-d646fb0c-c4d7-efba-f6b9-ec21e94e3471-41030ece, #w-node-ea6dd9fa-fe57-c52d-5b79-6bff84fd73b1-41030ece {
    grid-column: span 3 / span 3;
  }

  #w-node-_5c27b15a-4c7a-3376-b45f-b3b75f82c6e4-dbf966f1, #w-node-_5c27b15a-4c7a-3376-b45f-b3b75f82c6ed-dbf966f1 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_331c1493-f5f1-93ab-3f0e-4b5fc4e07ed3-41030ebd {
    grid-column: span 1 / span 1;
  }

  #w-node-_5711b6e5-b367-c8a9-c300-e9bedcb3b46a-41030ebd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4ffd5d7d-73f3-ef70-978b-980c9ae7b65d-41030ebd, #w-node-_64e1ad1b-c429-7d0c-66d9-872392ebc07a-41030ebd, #w-node-_3dbef856-6ffa-fb6a-42bf-3622b3050a85-41030ebd, #w-node-_3dbef856-6ffa-fb6a-42bf-3622b3050a89-41030ebd, #w-node-_3f547a2e-ebd6-b7f0-3fa0-ddfa5f26f67c-41030ebd, #w-node-_16439707-707a-facc-a8e9-898ccd632a3c-41030ebd {
    grid-column: span 1 / span 1;
  }

  #w-node-_2cc854a8-7abb-a5b5-e09f-906a902f1151-41030ebd {
    grid-column: span 1 / span 1;
    align-self: center;
  }

  #w-node-b7a4b6a5-f751-e665-e7c3-1357841e0977-41030ebd, #w-node-a212e77a-6872-e848-bbd8-9f42835873a7-41030ebd {
    grid-column: span 1 / span 1;
  }

  #w-node-bd1bfd97-48c5-cee4-c434-b2c8816c56e8-41030ebd {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-f2996495-6962-d40e-88f8-d42c03851f66-41030ec4, #w-node-ed6cd6db-12ac-4146-2dba-b98988f6568b-41030ec4, #w-node-_6ad88a51-30a2-27cb-e973-b12169ab3d2e-41030ec4, #w-node-f6ec2094-027d-10c4-00f3-fe049ed8f9cb-41030ec6, #w-node-c252532b-547c-5b53-feae-b44b839bbf9b-41030ec6, #w-node-_14389dca-3f14-9225-e09d-f4a9d4113307-41030ec6, #w-node-_14389dca-3f14-9225-e09d-f4a9d411330b-41030ec6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2c929449-b553-2269-75a9-e43fd4af1a9a-41030ec6, #w-node-_4e78e945-b51b-24d0-d8df-07f2a675afd2-41030ec6, #w-node-_73a0e812-bb15-54b6-99f5-eff13d235fbd-41030ec6, #w-node-e672fd33-8648-332d-2a16-63f41d724b3a-41030ec6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f87ed513-2c26-4ba4-90f5-4c55272a547b-41030ec6, #w-node-a14a3ca3-89bb-20df-51a4-a4eb8d0e049e-41030ec6, #w-node-a14a3ca3-89bb-20df-51a4-a4eb8d0e04a4-41030ec6, #w-node-cfd71807-a7ed-432e-9a13-379ef202fdd1-41030ec6, #w-node-cfd71807-a7ed-432e-9a13-379ef202fdd5-41030ec6, #w-node-_0248fe21-eb5e-5518-9816-9dac459f0763-41030ec7 {
    grid-column: span 1 / span 1;
  }

  #w-node-f8c93020-c423-40f4-655c-4ee60417bbc1-41030ec7, #w-node-f8c93020-c423-40f4-655c-4ee60417bbc5-41030ec7, #w-node-b6ff37db-b831-48f8-43ad-82bc9a3c4d48-41030ec7, #w-node-f8c93020-c423-40f4-655c-4ee60417bbd1-41030ec7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_421ffe5f-9449-7e35-74f9-eff4779ffb52-41030eca {
    grid-column: span 1 / span 1;
  }

  #w-node-_93394192-f2ea-adff-7505-7db0f91ad480-41030eca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_95099dc3-63fa-b599-2087-925ccfd34d14-41030eca {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0aea38c6-6391-1e2d-4456-5caaf7cab08b-41030ecb, #w-node-_0aea38c6-6391-1e2d-4456-5caaf7cab08f-41030ecb, #w-node-_5c27b15a-4c7a-3376-b45f-b3b75f82c6e4-41030ecb, #w-node-_5c27b15a-4c7a-3376-b45f-b3b75f82c6ed-41030ecb {
    grid-column: span 1 / span 1;
  }

  #w-node-_8ac40323-8a28-59d8-0c48-3b1187cb507f-41030ecc, #w-node-_8663c85b-facb-225d-7b13-80dc275bcad2-41030ecc, #w-node-_14413751-5752-1eaf-8c22-5547096a4013-41030ecc, #w-node-_0b113069-784b-ebf9-242f-1f42d36c587e-41030ecc {
    grid-column: span 2 / span 2;
  }

  #w-node-d646fb0c-c4d7-efba-f6b9-ec21e94e3471-41030ece, #w-node-ea6dd9fa-fe57-c52d-5b79-6bff84fd73b1-41030ece {
    grid-column: span 1 / span 1;
  }

  #w-node-_74754042-f569-6ff2-bf79-0aa1d01c63e3-41030ed2, #w-node-_51afad64-b371-59d8-9be3-be57608b8d05-41030ed2, #w-node-_3b640b85-23f2-5937-1a71-45df03878b9e-41030ed2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0aea38c6-6391-1e2d-4456-5caaf7cab08b-dbf966f1, #w-node-_5c27b15a-4c7a-3376-b45f-b3b75f82c6e4-dbf966f1, #w-node-_5c27b15a-4c7a-3376-b45f-b3b75f82c6ed-dbf966f1 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}