@font-face {
  font-family: Nexa;
  src: url('../fonts/nexa-bold.zip') format("undefined");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexa;
  src: url('../fonts/nexa-bold.zip') format("undefined");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexa;
  src: url('../fonts/nexa-bold.zip') format("undefined");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexa;
  src: url('../fonts/nexa-bold.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexa;
  src: url('../fonts/nexa-bold.zip') format("undefined");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexa;
  src: url('../fonts/nexa-bold.zip') format("undefined");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexa;
  src: url('../fonts/nexa-bold.zip') format("undefined");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white: white;
  --zuri-ocean: #07afe5;
  --zuri-teal: #04c4d9;
  --zuri-aqua: #04d9d9;
  --zuri-green: #02f3e2;
  --zuri-dark-blue: #001117;
  --black: black;
}

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navigation {
  position: relative;
}

.navbar {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  background-image: none;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  inset: 0% 0% auto;
}

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

.company-logo {
  background-image: url('../images/zuri_logo_color_white.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 50px;
}

.company-logo._1 {
  background-image: url('../images/zuri_logo_color.png');
}

.center-box {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.center-box._1 {
  display: none;
}

.nav-link {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s ease-in-out;
}

.nav-link:hover {
  color: var(--zuri-ocean);
}

.nav-link.w--current {
  border-bottom: 2px solid var(--zuri-teal);
  color: var(--zuri-ocean);
}

.whatsapp-contact {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--zuri-teal);
  color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 45px;
  padding: 0 20px;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.whatsapp-contact:hover {
  background-color: var(--zuri-aqua);
  transform: translate(5px);
}

.hero {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 150px;
  display: flex;
}

.hero-wrapper {
  flex-flow: column;
  width: 60%;
  padding-top: 80px;
  display: flex;
}

.bold-text {
  color: var(--zuri-teal);
}

.typed-text {
  background-image: linear-gradient(34deg, var(--zuri-ocean), var(--zuri-green) 50%, var(--zuri-teal));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  line-height: 150%;
}

.heading-1 {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  line-height: 130%;
}

.heading-1._1 {
  color: var(--zuri-teal);
}

.heading-1.black {
  color: var(--zuri-dark-blue);
}

.heading-1._2 {
  margin-top: 5px;
  margin-bottom: 8px;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  display: flex;
}

.hero-section {
  background-color: var(--zuri-dark-blue);
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-section {
  background-color: #c1eef83b;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  margin-bottom: 60px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  margin-top: 24px;
  display: grid;
}

.button {
  background-color: var(--zuri-aqua);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 50px;
  transition: all .35s ease-in-out;
  display: flex;
}

.button._1 {
  border: 2px solid var(--zuri-teal);
  background-color: #0000;
}

.button._1:hover {
  background-color: var(--white);
  color: var(--black);
  border-style: none;
}

.button._2 {
  background-color: var(--zuri-teal);
}

.button._2:hover {
  background-color: var(--zuri-dark-blue);
  transform: translate(5px);
  box-shadow: 0 0 25px -5px #000000b5;
}

.button._3 {
  border: 2px solid var(--zuri-teal);
  color: var(--zuri-dark-blue);
  background-color: #0000;
}

.button._3:hover {
  background-color: var(--zuri-dark-blue);
  color: var(--white);
  border-style: none;
  transform: translate(5px);
  box-shadow: 0 0 25px -5px #000000b5;
}

.button._4:hover {
  background-color: var(--white);
  color: var(--zuri-dark-blue);
  transform: translate(5px);
}

.button._5 {
  background-color: var(--zuri-teal);
  color: var(--white);
  flex: 1;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 700;
}

.button._5:hover {
  background-color: #00b3c7;
}

.img-hero {
  background-image: url('../images/mockup-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 500px;
}

.paragraph {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.paragraph._1 {
  width: 500px;
  margin-top: 10px;
}

.paragraph._2 {
  color: var(--zuri-dark-blue);
  width: 500px;
  margin-top: 10px;
}

.paragraph.black {
  color: var(--zuri-dark-blue);
  margin-bottom: 40px;
}

.paragraph.black._3 {
  margin-bottom: 0;
}

.paragraph._3 {
  color: var(--zuri-dark-blue);
}

.paragraph._4 {
  width: 800px;
}

.services-title {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.link {
  color: var(--zuri-dark-blue);
  font-size: 12px;
  text-decoration: none;
  transition: all .35s ease-in-out;
}

.link:hover {
  color: var(--zuri-ocean);
  text-decoration: underline;
}

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

.link-block {
  background-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  height: auto;
  padding: 50px;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.link-block:hover {
  transform: scale(1.02);
  box-shadow: 0 0 20px #1c4e5340;
}

.heading-6 {
  color: var(--zuri-ocean);
  margin-bottom: 24px;
  font-size: 16px;
}

.text-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--zuri-teal);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  font-size: 12px;
  font-weight: 600;
  transition: all .35s ease-in-out;
  display: flex;
}

.text-block:hover {
  transform: translate(5px);
}

.icon {
  width: 20px;
  height: 20px;
}

.icon.chevron {
  width: 16px;
  height: 16px;
}

.icon.arrow {
  width: 24px;
  height: 24px;
}

.icon._1 {
  color: var(--zuri-ocean);
}

.view-more {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--zuri-ocean);
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.view-more:hover {
  transform: translate(5px);
}

.section {
  padding-top: 100px;
  padding-bottom: 50px;
}

.grid-3 {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-2 {
  color: var(--zuri-ocean);
}

.typed-text-1 {
  background-image: linear-gradient(34deg, var(--zuri-ocean), var(--zuri-green) 50%, var(--zuri-teal));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  height: 40px;
  margin-top: 0;
  line-height: 130%;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
}

.bold-text-3 {
  color: var(--zuri-ocean);
}

.section-2 {
  background-color: #c1eef83b;
  padding-top: 100px;
  padding-bottom: 100px;
}

.slider-wrapper {
  margin-top: 50px;
  display: flex;
  overflow: hidden;
}

.bold-text-4 {
  color: var(--zuri-ocean);
}

.work {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 50px;
  display: flex;
}

.card-work {
  border-radius: 5px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  width: 300px;
  height: auto;
  margin-bottom: 30px;
  margin-right: 30px;
  box-shadow: 0 2px 12px -5px #0033386b;
}

.img-work {
  height: 300px;
}

.image-work {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.text-work {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex: 1;
  height: 145px;
  padding: 50px;
  display: none;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.div-block-6 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 20%;
  display: block;
}

.bold-text-5 {
  color: var(--zuri-ocean);
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.div-block-8 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 460px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.tabs-menu._1 {
  width: 350px;
}

.tab-link-tab-1 {
  background-color: #0000;
  font-size: 15px;
}

.tab-link-tab-1.w--current {
  background-color: var(--zuri-teal);
  color: var(--white);
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-pane-tab-1 {
  padding-top: 50px;
}

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

.div-block-9 {
  background-image: url('../images/mockup_phone-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 320px;
}

.div-block-9._2 {
  background-image: url('../images/mockup_phone.png');
}

.div-block-9._3 {
  background-image: url('../images/mockup-6-1.png');
}

.div-block-9._4 {
  background-image: url('../images/17.png');
}

.div-block-9._5 {
  background-image: url('../images/7.png');
}

.div-block-9._6 {
  background-image: url('../images/mockup-8-1.png');
}

.link-block-2 {
  background-color: var(--white);
  text-decoration: none;
}

.link-block-2._1 {
  border-radius: 8px;
  padding: 25px;
}

.link-block-2._2 {
  border-radius: 8px;
}

.div-block-10 {
  color: var(--zuri-dark-blue);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  padding: 50px;
  display: flex;
}

.div-block-10._1 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
}

.heading-7 {
  margin-bottom: 20px;
}

.heading-7._1 {
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.heading-7._2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.text-block-2 {
  color: var(--zuri-ocean);
  text-transform: uppercase;
  font-size: 11.5px;
  font-weight: 700;
}

.footer {
  background-color: var(--zuri-dark-blue);
  padding-top: 100px;
  padding-bottom: 60px;
}

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

.div-block-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-top: 10px;
  display: flex;
}

.social-icon {
  color: #ffffff80;
  width: 20px;
  height: 24px;
  transition: all .35s ease-in-out;
}

.social-icon:hover {
  color: var(--zuri-teal);
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.heading-8 {
  color: var(--white);
}

.link-2 {
  color: #ffffff80;
  text-decoration: none;
  transition: all .35s ease-in-out;
}

.link-2:hover {
  color: var(--zuri-ocean);
}

.logo {
  background-image: url('../images/zuri_logo_color_white.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 50px;
}

.body {
  color: #333;
}

.div-block-13 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-14 {
  flex: 1;
  display: flex;
}

.nav-menu {
  flex: none;
}

.section-3 {
  background-image: url('../images/Zuri-Comap.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  height: 560px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-3.site {
  height: 560px;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-19 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.div-block-19._1 {
  padding-top: 100px;
}

.div-block-20 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.link-3 {
  color: var(--zuri-ocean);
  text-decoration: none;
}

.link-3._1 {
  color: var(--white);
}

.section-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-5 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/322554.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

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

.div-block-22 {
  width: 300px;
}

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

.typed-text-2 {
  background-image: linear-gradient(180deg, var(--zuri-ocean), var(--zuri-green) 50%, var(--zuri-teal));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  height: 40px;
  margin-top: 0;
  line-height: 130%;
}

.section-6 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-24 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-6 {
  background-image: linear-gradient(180deg, var(--zuri-ocean), var(--zuri-green) 50%, var(--zuri-teal));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-25 {
  width: 600px;
}

.grid-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.logo-tech {
  border-radius: 8px;
  flex-flow: column;
  padding: 35px;
  display: flex;
  box-shadow: 0 2px 5px #07afe526;
}

.text-block-3 {
  color: #00111780;
  text-align: center;
  margin-top: 50px;
  font-size: 15px;
  font-weight: 500;
}

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

.section-7 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-28 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.text-block-4._1 {
  background-color: var(--zuri-ocean);
  color: var(--white);
  border-radius: 8px;
  padding: 3px 10px;
  font-size: 11px;
}

.div-block-31 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-32 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #aaa;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  font-size: 16px;
  display: flex;
}

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

.text-block-5 {
  color: var(--zuri-teal);
  font-size: 20px;
  font-weight: 700;
}

.div-block-34 {
  background-color: var(--zuri-dark-blue);
  color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.text-block-6 {
  color: var(--zuri-ocean);
  font-size: 18px;
  font-weight: 600;
}

.div-block-35 {
  padding: 50px 35px;
}

.div-block-36 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--zuri-dark-blue);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  font-size: 16px;
  display: flex;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.div-block-38 {
  border-top: 1px solid #50505026;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 25px;
  display: flex;
}

.copy {
  color: #ffffff40;
}

.lightbox-link {
  background-color: var(--white);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-decoration: none;
}

.div-block-39 {
  border-bottom: 1px solid #eaeaeaa6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 320px;
}

.image-2 {
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .container {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .center-box {
    display: none;
  }

  .center-box._1 {
    margin-top: 20px;
    padding-left: 20px;
    display: block;
  }

  .hero-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 20px;
  }

  .services-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .img-hero {
    width: 100%;
  }

  .grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .link-block {
    height: auto;
  }

  .section {
    padding-top: 60px;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-7 {
    text-align: center;
  }

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

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

  .nav-menu {
    z-index: 2147483647;
    background-color: var(--zuri-dark-blue);
    flex: 0 auto;
    width: 80%;
    height: 100vh;
    padding-top: 220px;
    padding-left: 100px;
    position: fixed;
  }

  .menu-button {
    color: var(--white);
  }

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

  .section-3 {
    height: 430px;
  }

  .div-block-19._1 {
    padding-top: 60px;
  }

  .div-block-21 {
    grid-template-columns: 1.5fr;
  }

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

  .div-block-26 {
    text-align: center;
  }

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

  .div-block-30 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .center-box._1 {
    padding-left: 20px;
  }

  .typed-text {
    height: 40px;
    font-size: 28px;
    display: block;
  }

  .typed-text._1 {
    display: block;
  }

  .heading-1 {
    font-size: 28px;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: auto;
    line-height: 120%;
  }

  .div-block-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .button._2 {
    display: flex;
  }

  .img-hero {
    height: 300px;
  }

  .paragraph._1 {
    text-align: center;
    width: auto;
  }

  .paragraph._2, .paragraph._4 {
    width: auto;
  }

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

  .typed-text-1 {
    height: 40px;
    font-size: 28px;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-4 {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .work {
    padding-left: 25px;
  }

  .div-block-6 {
    width: 80%;
  }

  .tabs-menu {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    scrollbar-width: thin;
    border-style: none;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    overflow: auto;
  }

  .tab-link-tab-1 {
    flex: none;
  }

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

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

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

  .logo {
    background-position: 50%;
  }

  .nav-menu {
    padding-top: 140px;
    padding-left: 40px;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-3 {
    background-repeat: repeat-x;
    background-size: cover;
    height: 600px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .typed-text-2 {
    font-size: 28px;
  }

  .section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-25 {
    width: auto;
  }

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

  .div-block-27 {
    text-align: center;
  }

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

#w-node-_212ad461-e8e2-2c95-e302-7d3c0928ba10-0928b9f5 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_3ebb9dad-3056-e382-e334-80207819e6cb-7a739af7 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_212ad461-e8e2-2c95-e302-7d3c0928ba10-0928b9f5 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa-bold.zip') format('undefined');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa-bold.zip') format('undefined');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa-bold.zip') format('undefined');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa-bold.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa-bold.zip') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa-bold.zip') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa-bold.zip') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nevera';
  src: url('../fonts/Nevera-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}