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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.navbar-logo-center {
  position: -webkit-sticky;
  position: sticky;
  bottom: 10px;
}

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

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

.container {
  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;
  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 {
  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-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 {
  color: #1b6875;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button:hover {
  background-color: var(--white);
  color: #fff;
  background-image: linear-gradient(#56dfe2, #1d9da0);
  border: 2px rgba(255, 255, 255, .53);
  border-radius: 40px;
}

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

.image {
  width: 50px;
}

.container-2 {
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 22px;
  padding-top: 0;
  position: -webkit-sticky;
  position: sticky;
  bottom: 10px;
}

.navbar {
  background-color: #fff;
  margin-top: 19px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 10px;
  overflow: scroll;
}

.nav-link-2 {
  color: #fff;
  background-color: #16b3c8;
  background-image: linear-gradient(#33b7ba, #3bbfb7);
  border: 1px solid #f5f5f5;
  border-radius: 11px;
  height: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.nav-link-2:hover {
  color: #3bc9c0;
  background-color: #fff;
  background-image: none;
  border-color: #3bc9c0;
}

.image-2 {
  object-fit: fill;
}

.section {
  background-image: url('../images/BG.png');
  background-position: 0 0;
  background-size: auto;
  line-height: 200px;
}

.column {
  line-height: 200px;
}

.grid {
  background-image: url('../images/BG.png');
  background-position: 0 0;
  background-size: cover;
  line-height: 100px;
}

.hero-heading-left {
  background-color: rgba(245, 247, 250, 0);
  border: 0 #000;
  margin-top: 200px;
  padding: 80px 30px;
  position: relative;
}

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

.hero-split {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 80%;
  display: flex;
  overflow: visible;
}

.margin-bottom-24px {
  color: #fff;
  letter-spacing: 5px;
  text-shadow: 0 1px rgba(0, 0, 0, .2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading {
  margin-left: 148px;
}

.top {
  object-fit: cover;
  background-image: url('../images/BG.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  width: 100%;
  height: 1400px;
  min-height: 200px;
  display: flex;
  position: static;
}

.heading-2 {
  outline-offset: 0px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 2000px;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: -1px 2px 20px rgba(0, 0, 0, .2);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff 26%, #72fcff);
  -webkit-background-clip: text;
  background-clip: text;
  outline: 3px #fff;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 60px;
  transition: opacity .15s;
  transform: perspective(2000px);
}

.text-block {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  background-color: rgba(37, 158, 163, 0);
  align-self: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, .58);
  background-clip: border-box;
  border: 1px #000;
  border-radius: 20px;
  order: 0;
  align-self: center;
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 20px;
}

.button-2:hover {
  background-color: rgba(255, 255, 255, .2);
}

.button-2.footer {
  color: #3aaca4;
  background-color: #fff;
}

.button-2.founder {
  color: #3aaba5;
  background-color: #fff;
  width: 200px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 100px;
  padding-left: 29px;
  display: flex;
}

.image-3 {
  text-align: right;
  object-fit: fill;
  width: 550px;
  max-width: 150%;
  margin-top: 39px;
  margin-right: -256px;
  transition: none;
  display: inline-block;
  position: absolute;
  top: -200px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-3 {
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  margin-top: 100px;
  padding-right: 0;
  display: flex;
}

.columns {
  margin-top: 0;
}

.paragraph-2 {
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
}

.column-2 {
  margin-bottom: 26px;
}

.text-block-2 {
  color: #0a4f5c;
  margin-top: 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.sec1 {
  background-image: linear-gradient(#1c949f, #39b2b5);
  border-radius: 20px;
  height: 300px;
  margin-top: 20px;
  padding: 60px 20px 20px 25px;
  display: block;
}

.text-block-3 {
  color: #fff;
  padding-top: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph-3 {
  color: var(--white);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.container-3 {
  margin-top: 60px;
}

.bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/BG-BOT.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  height: 100%;
  display: block;
  position: static;
}

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

.mid {
  padding-top: 10px;
}

.image-4 {
  width: 400px;
  position: absolute;
}

.cell {
  background-color: #fff;
}

.div-block-5 {
  background-color: #fff;
  border-radius: 20px;
}

.text-block-4 {
  color: #3ab4b7;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.columns-2 {
  margin-top: 220px;
  padding-top: 36px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-4 {
  color: #8b8b8b;
  margin-top: 0;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
}

.column-3 {
  height: 250px;
  padding-top: 20px;
}

.image-5 {
  width: 150px;
}

.image-5:hover {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: exclusion;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-clip: border-box;
}

.image-6 {
  width: 150px;
}

.image-6:hover {
  mix-blend-mode: exclusion;
}

.columns-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.column-4 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
}

.image-7 {
  width: 400px;
  margin-top: -230px;
  position: absolute;
}

.div-block-6 {
  margin-top: 60px;
}

.div-block-7 {
  background-color: #fff;
  border-radius: 20px;
  height: 300px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 20px;
}

.text-block-5 {
  color: #3ab4b7;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

.button-3 {
  text-align: center;
  background-image: linear-gradient(#3bc6be, #1fa1a7);
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.button-3:hover {
  color: #3bc9c0;
  background-color: #fff;
  background-image: none;
  border: 1px solid #3bc9c0;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 200px;
  margin-top: 20px;
}

.text-block-6 {
  color: #1fa1a7;
  font-family: Montserrat, sans-serif;
  font-size: 200px;
  font-weight: 700;
}

.text-block-7 {
  clear: none;
  color: #1fa1a7;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 200px;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 200px;
  font-weight: 700;
  display: block;
}

.columns-4 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.paragraph-5 {
  text-align: center;
  letter-spacing: 2px;
  align-self: center;
  padding-top: 70px;
  font-family: Montserrat, sans-serif;
}

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

.image-8 {
  width: 50px;
  padding-left: 10px;
}

.text-block-8 {
  font-family: Montserrat, sans-serif;
}

.text-block-9 {
  color: #1fa1a7;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-6 {
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.text-block-10 {
  color: #3ab4b7;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#2eada5, #3bc9c0);
  -webkit-background-clip: text;
  background-clip: text;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.text-block-11 {
  text-align: center;
  align-self: center;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.image-9 {
  width: 30px;
}

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

.flex-block-2 {
  padding-top: 40px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-bottom {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  font-family: Montserrat, sans-serif;
}

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

.footer-social-link {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  background-color: #fff;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-left: 12px;
}

.image-10 {
  float: none;
  clear: none;
  padding-top: 5px;
  padding-left: 5px;
  text-decoration: none;
  display: inline-block;
  position: static;
  overflow: auto;
}

.image-11, .image-12 {
  padding-top: 5px;
  padding-left: 5px;
}

.image-13 {
  width: 150px;
  margin-top: -78px;
  position: absolute;
}

.column-5 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-self: flex-end;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  display: flex;
}

.flex-block-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.div-block-12 {
  background-color: rgba(37, 158, 163, .4);
}

.paragraph-7 {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

@media screen and (max-width: 991px) {
  .container {
    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 {
    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;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .paragraph {
    line-height: 15px;
  }

  .heading {
    margin-left: 20px;
  }

  .div-block-2 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-top: 100px;
  }

  .div-block-3 {
    margin-top: 220px;
  }

  .paragraph-2 {
    text-align: justify;
  }

  .text-block-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-3 {
    text-align: justify;
    font-size: 8px;
  }

  .container-3 {
    margin-top: 20px;
  }

  .div-block-5 {
    height: 350px;
  }

  .columns-2 {
    margin-top: 140px;
  }

  .paragraph-4 {
    text-align: justify;
  }

  .image-7 {
    margin-top: -110px;
  }

  .paragraph-6 {
    font-size: 8px;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-bottom {
    justify-content: space-between;
    align-items: center;
  }

  .grid-6 {
    margin-top: 60px;
  }

  .div-block-10 {
    align-self: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .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 {
    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-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-split {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-2 {
    font-size: 40px;
  }

  .text-block {
    padding-right: 20px;
  }

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

  .image-3 {
    width: 300px;
    margin-top: 0;
    position: static;
    top: 0;
  }

  .div-block-3 {
    margin-top: 140px;
  }

  .columns {
    order: -1;
    margin-top: 0;
  }

  .paragraph-2 {
    font-size: 10px;
  }

  .sec1 {
    height: 350px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .paragraph-3 {
    font-size: 9px;
  }

  .mid {
    padding-top: 170px;
  }

  .div-block-5 {
    height: 250px;
  }

  .paragraph-4 {
    font-size: 7px;
  }

  .image-7 {
    margin-top: -102px;
  }

  .text-block-7 {
    font-size: 100px;
  }

  .paragraph-5 {
    padding-top: 40px;
    font-size: 8px;
  }

  .grid-4 {
    grid-template-columns: .75fr;
  }

  .paragraph-6 {
    font-size: 6px;
  }

  .text-block-10 {
    font-size: 20px;
  }

  .text-block-11 {
    font-size: 8px;
  }

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

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    flex: 1;
    order: -1;
    align-self: flex-end;
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .image-13 {
    width: 100px;
    margin-top: -180px;
  }

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

  .image-14 {
    width: 80px;
  }

  .grid-6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 10px;
  }

  .div-block-10 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    align-self: center;
  }

  .flex-block-4 {
    flex: 0 auto;
    align-self: center;
  }

  .paragraph-7 {
    text-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

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

  .button {
    font-size: 8px;
  }

  .container-2 {
    padding-right: 20px;
  }

  .nav-link-2 {
    font-size: 8px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-split {
    padding-top: 100px;
  }

  .margin-bottom-24px {
    font-size: 10px;
  }

  .text-block {
    font-size: 8px;
  }

  .button-2 {
    width: 30px;
    height: 30px;
    padding-top: 5px;
    font-size: 15px;
  }

  .button-2.footer {
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    font-size: 20px;
  }

  .button-2.founder {
    width: 200px;
    height: 40px;
    padding-top: 10px;
    font-size: 10px;
  }

  .div-block-2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: row;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .div-block-3 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns {
    order: -1;
    margin-top: 0;
  }

  .paragraph-2 {
    text-align: justify;
  }

  .paragraph-3 {
    text-align: justify;
    font-size: 10px;
  }

  .container-3 {
    margin-top: 0;
  }

  .mid {
    padding-top: 300px;
  }

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 550px;
    display: flex;
  }

  .columns-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-end;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 0;
    display: flex;
  }

  .column-3 {
    height: 200px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .columns-3 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .image-7 {
    object-fit: fill;
    width: 300px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    position: static;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .div-block-7 {
    flex-direction: column;
    height: 480px;
    display: flex;
  }

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

  .grid-2 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: .25fr .75fr;
    grid-template-areas: ". Area";
    justify-content: space-between;
  }

  .button-3 {
    font-size: 8px;
  }

  .text-block-7 {
    flex: 1;
    order: 0;
    align-self: auto;
    margin-top: 0;
    padding-top: 80px;
    font-size: 80px;
  }

  .columns-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
  }

  .paragraph-5 {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
  }

  .grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 2fr;
  }

  .container-4 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-divider-two {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    flex: 1;
    font-size: 11px;
  }

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

  .grid-6 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .container-5, .div-block-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-7 {
    flex: 1;
  }

  .flex-block-3 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: 150px;
  }

  .div-block-9 {
    flex-flow: row;
    display: flex;
  }

  .column-8 {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-9, .column-10, .column-11, .column-12 {
    padding-left: 0;
  }

  .div-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: center;
  }

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

  .paragraph-7 {
    color: #fff;
    text-shadow: 0 2px rgba(0, 0, 0, .2);
    background-color: rgba(58, 171, 165, .4);
    border-radius: 20px;
    margin-bottom: 5px;
    padding: 2px 10px;
  }

  .column-13 {
    align-self: flex-end;
  }
}

#w-node-_31726668-329c-f64a-9e74-ecafdca371c7-6314e0b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_1f2dba6d-95d3-2898-7908-a4d89f1790bb-6314e0b4, #w-node-f4d6bf99-edbd-f538-1209-3e35ca56937d-6314e0b4, #w-node-_554c19f0-46a6-e51c-8f6b-d519765adc3d-6314e0b4 {
  align-self: center;
  justify-self: start;
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  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;
}