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

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

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

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

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

:root {
  --body: #5c5c5c;
  --black: black;
  --accent: #005d5f;
  --accent-light: #005d5f12;
  --white: white;
}

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

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

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

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

body {
  color: var(--body);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: #030711;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.05;
}

h2 {
  color: var(--black);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

strong {
  color: var(--black);
  font-weight: 500;
}

.main-container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrap-v-x-small {
  flex-direction: column;
  display: flex;
}

.section {
  padding: 120px 24px;
  position: relative;
}

.section.legal {
  padding-top: 80px;
}

.section.light-background {
  background-color: #f9f9f9;
}

.section.top-margin-60px {
  padding-top: 60px;
}

.section.padding-top-80 {
  padding-top: 80px;
}

.section.padding-top-80.padding-bottom-48 {
  padding-bottom: 48px;
}

.section.padding-top-80.no-padding-bottom {
  padding-bottom: 0;
}

.section.no-padding-top {
  padding-top: 0;
}

.tab-content-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #4b5563;
  background-color: #ddd0;
  align-items: flex-start;
  padding: 24px 32px;
  display: flex;
}

.tab-content-button.w--current {
  background-color: #fff;
  border-radius: 8px;
}

.text-area {
  color: #000;
  letter-spacing: -.02em;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  min-height: 268px;
  margin-bottom: 0;
  padding: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.text-area:focus {
  border-color: #000;
}

.text-area::placeholder {
  color: #a3a3a3;
}

.link-accent {
  color: var(--accent);
}

.navigation-link-2 {
  grid-column-gap: 12px;
  color: #000;
  letter-spacing: -.02em;
  flex: none;
  align-items: center;
  padding: 8px;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dropdown-link {
  grid-column-gap: 40px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.profile-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.profile-image-wrapper-2 {
  position: relative;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-icon-chat {
  object-fit: contain;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  margin-right: 0;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.live-icon.profile-live-icon {
  border: 1.5px solid #fff;
  width: 10px;
  height: 10px;
  inset: auto 3px 3px auto;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.close-livechat-icon {
  width: auto;
  height: auto;
}

.whatsapp-icon {
  width: 26px;
  height: auto;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.livechat-button {
  background-color: #00b94a;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.small-whatsapp-icon {
  object-fit: contain;
  width: auto;
  height: auto;
  margin-right: 10px;
}

.max-width-small {
  width: 100%;
  max-width: 400px;
}

.text-span-strong {
  color: #000;
  font-weight: 500;
}

.footnote {
  color: #030711;
  font-size: 12px;
  line-height: 1.9;
  text-decoration: none;
}

.footnote.text-color-gray-600 {
  color: #4b5563;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.hero-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.logo-link {
  color: var(--black);
  width: 165px;
  font-size: 28px;
  font-weight: 500;
  text-decoration: none;
}

.navigation-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.paragraph-regular {
  max-width: 460px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.navigation-menu {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
  position: relative;
}

.header-grid {
  grid-column-gap: 72px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.navigation-button {
  grid-column-gap: 8px;
  background-color: var(--accent);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-button:hover {
  background-color: var(--black);
}

.header-logo-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  margin-top: 96px;
  display: flex;
}

.navigation-link {
  color: var(--black);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 6px;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #080808;
  border: 1px solid #e6e6e6;
}

.navigation-link.w--current {
  color: var(--black);
}

.navigation-link.dropdown-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.section-header-large {
  background-color: #f9f9f9;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 24px;
  display: flex;
  position: relative;
}

.menu-button {
  border-radius: 4px;
  padding: 8px;
  transition: color .3s;
}

.menu-button:hover {
  color: #1457ff;
}

.hero-heading {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: DM Sans, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.15;
}

.hero-heading.margin-bottom-0px {
  margin-bottom: 0;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-tall-image {
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-image {
  z-index: 1;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.logo {
  width: 100%;
}

.span-accent {
  color: var(--accent);
}

.hero-logo-image {
  color: #818a9c;
  object-fit: contain;
  width: 120px;
  height: 60px;
}

.space {
  height: 24px;
}

.space._32 {
  height: 32px;
}

.space._10 {
  height: 10px;
}

.space._64 {
  height: 64px;
}

.text-block {
  color: var(--black);
  width: 100%;
  font-size: 14px;
}

.features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 32px;
}

.features-grid.center-text {
  text-align: center;
}

.check-icon-large {
  margin-right: 14px;
}

.paragraph-large {
  color: var(--body);
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 650px;
}

.image-cover.flex-center {
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
}

.image-cover.cover-right {
  object-position: 75% 50%;
}

.feature-wrapper {
  color: #18264e;
  align-items: center;
  font-size: 16px;
  display: flex;
}

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

.button {
  border: 2px solid var(--accent);
  background-color: var(--accent);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button:hover {
  color: var(--accent);
  background-color: #fff;
}

.button.margin-top-20px {
  text-align: center;
  margin-top: 20px;
}

.footer-link-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.icon-small-3 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.container-large-4 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.legal-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-logo {
  color: var(--black);
  width: 240px;
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link-2 {
  color: #030711;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.footer-divider-2 {
  background-color: #e5e7eb;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.footer-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  align-items: center;
  display: flex;
}

.footer {
  background-color: #f9f9f9;
  padding: 80px 3% 64px;
  position: relative;
}

.code-embed {
  width: 24px;
  height: 24px;
}

.code-embed.check-icon-large {
  color: var(--accent);
}

.grid-content-copy {
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

.f-logo-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #f9f9f9;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.feature-image-wrap {
  background-color: #f5f5f5;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 72px;
  overflow: hidden;
}

.paragraph-regular-5 {
  margin-bottom: 0;
}

.feature-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.wrap-v-xsmall {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.sub-heading-regular {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.feature-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  flex-direction: column;
  padding: 64px 42px;
  display: flex;
}

.title-wrap-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 584px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap-small.margin-bottom-60 {
  margin-bottom: 60px;
}

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

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

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center.margin-bottom-48 {
  margin-bottom: 48px;
}

.f-h6-heading {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.form-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 528px;
  display: flex;
}

.success-message {
  color: var(--black);
  background-color: #c4eecb;
  border-radius: 12px;
  padding: 14px 18px;
}

.input-field {
  color: var(--black);
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 32px;
  transition: border-color .3s;
}

.input-field:focus {
  border-color: #000;
}

.input-field.text-area {
  color: var(--black);
  min-height: 194px;
}

.input-field.dropdown-field {
  color: #9a9a9a;
  background-color: #f3f3f380;
}

.container-large {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-map {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.action-s {
  color: #030711;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.form-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.icon-tiny {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.icon-tiny.email {
  padding: 2px;
}

.form-icon-wrapper {
  background-color: var(--accent-light);
  color: var(--accent);
  border-radius: 100%;
  padding: 8px;
}

.form-block {
  margin-bottom: 0;
}

.paragraph-regular-6 {
  color: #030711;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

.form-field-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.wrap-h-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.error-message {
  color: var(--black);
  background-color: #fde7e7;
  border-radius: 12px;
  padding: 12px 16px;
}

.form-phone-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  text-decoration: none;
  display: flex;
}

.form-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.form-button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.map-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-2 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  align-items: center;
  display: flex;
}

.template-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

.template-grid.spacing-small {
  margin-bottom: 42px;
}

.h1-legal {
  color: #000;
  font-size: 36px;
  line-height: 1.2;
}

.h5-styleguide {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.legal-paragraph {
  color: #333;
}

.play-image {
  width: 100px;
  height: 100px;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
}

.play-image:hover {
  transform: scale(1.05);
}

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

.link-black.large {
  margin-top: 16px;
  margin-bottom: 10px;
  font-size: 21px;
  display: block;
}

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

.gallery-image {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 250px;
}

.hero-font-small {
  color: var(--black);
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
}

.footer-link-flex {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.footer-link {
  color: var(--black);
  font-size: 12px;
  text-decoration: none;
}

.h1-small {
  text-align: center;
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 48px;
  line-height: 1.1;
}

.h1-small.service-page {
  text-align: left;
  margin-bottom: 24px;
}

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

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

.product-grid.two-columns {
  grid-template-columns: 1fr 1fr;
}

.product-item {
  background-color: #f5f5f5;
  padding: 48px;
}

.product-item.hide {
  display: none;
}

.product-image {
  object-fit: contain;
  background-color: #fff;
  width: 100%;
  height: 250px;
}

.product-image.blue-background {
  background-color: #203a4f;
}

.product-title {
  color: var(--accent);
  text-align: center;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
}

.text-block-margin-bottom-32px {
  margin-bottom: 32px;
}

.button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.button-wrapper.flex-down {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.subtitle {
  font-size: 20px;
}

.service-img {
  background-color: #f3f3f3;
  border-radius: 6px;
  margin-bottom: 40px;
  overflow: hidden;
}

.service-image-2 {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.service-details-wrapper {
  padding-left: 80px;
  padding-right: 80px;
}

.service-details {
  margin-bottom: 60px;
}

.service-details.no-margin-bottom {
  margin-bottom: 0;
}

.service-details.no-margin-bottom h2 {
  font-size: 24px;
  font-weight: 500;
}

.service-details.no-margin-bottom h3 {
  color: var(--black);
  margin-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

.service-details.no-margin-bottom p {
  font-size: 18px;
}

.services-link {
  color: var(--black);
  margin-top: 8px;
}

.hero-commercial-image {
  width: 100%;
  max-width: 550px;
  margin-top: 42px;
}

.news-block {
  color: #112a46;
  text-decoration: none;
}

.expertise-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.news-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
}

.news-link {
  color: var(--accent);
  cursor: pointer;
  text-decoration: none;
}

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

.news-wrapper {
  display: flex;
}

.news-wrapper.margin-bottom-80px {
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 350px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  display: grid;
}

.paragraph {
  color: #696969;
  margin-bottom: 0;
  font-size: 16px;
}

.arrow-outward {
  color: var(--accent);
  width: 20px;
  height: 20px;
}

.link-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.news-image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.h2-product {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
  font-size: 36px;
}

.product-logo {
  height: 60px;
}

.text-block-2 {
  color: var(--black);
  text-decoration: none;
}

.df-logo {
  width: 120px;
  margin-top: 32px;
}

.span-overline {
  text-decoration: line-through;
}

@media screen and (min-width: 1280px) {
  .f-logo-block {
    padding-left: 90px;
    padding-right: 90px;
  }

  .news-wrapper.margin-bottom-80px {
    grid-column-gap: 80px;
    grid-template-columns: 400px 1fr;
  }
}

@media screen and (min-width: 1440px) {
  .paragraph {
    color: #3b3b3b;
    margin-bottom: 0;
    font-weight: 400;
  }
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .f-logo-block {
    padding-left: 100px;
    padding-right: 100px;
  }
}

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

  h2 {
    font-size: 42px;
  }

  .section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .dropdown-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .logo-link {
    margin-right: 0;
  }

  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

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

  .navigation-link {
    width: 100%;
  }

  .section-header-large {
    padding-top: 80px;
    padding-bottom: 400px;
  }

  .menu-icon:hover {
    color: var(--accent);
  }

  .menu-button.w--open {
    background-color: #f9f9f9;
    justify-content: center;
    align-items: center;
  }

  .header-tall-image {
    width: 100%;
    height: 300px;
    inset: auto 0% 0%;
  }

  .navigation {
    position: relative;
  }

  .image-cover {
    height: 450px;
  }

  .footer-link-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .legal-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .footer-link-2 {
    flex: none;
    width: auto;
  }

  .footer-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .grid-content-copy {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .feature-card {
    padding-bottom: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .grid-three-column, .f-grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .form-details {
    max-width: none;
  }

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

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

  .gallery-image {
    height: 350px;
  }

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

  .service-image-2 {
    min-height: 450px;
    max-height: 450px;
  }

  .service-details-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .news-heading {
    font-size: 24px;
  }

  .news-link {
    font-size: 14px;
  }

  .news-image {
    object-fit: cover;
  }

  .news-wrapper.margin-bottom-80px {
    grid-template-columns: 250px 1fr;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 1.1;
  }

  h2 {
    font-size: 36px;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .image-cover, .image-cover.flex-center {
    height: 350px;
  }

  .legal-container {
    flex-direction: column;
  }

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

  .f-logo-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-three-column, .form-field-grid, .template-grid.spacing-small, .product-grid, .product-grid.two-columns {
    grid-template-columns: 1fr;
  }

  .service-img {
    margin-bottom: 30px;
  }

  .service-image-2 {
    min-height: 350px;
    max-height: 350px;
  }

  .news-block {
    display: block;
  }

  .news-wrapper.margin-bottom-80px {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .news-image-wrapper {
    padding-top: 60%;
  }
}

@media screen and (max-width: 479px) {
  .wrap-v-x-small {
    text-align: center;
    align-items: center;
  }

  .wrap-v-x-small.gap-20px {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tab-content-button {
    flex-direction: column;
    padding: 16px;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-icon {
    width: 26px;
  }

  .whatsapp-container {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 0;
  }

  .hero-button-wrapper {
    justify-content: center;
    align-items: center;
  }

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

  .paragraph-regular {
    font-size: 16px;
    line-height: 30px;
  }

  .navigation-button {
    display: none;
  }

  .header-logo-wrapper {
    grid-row-gap: 42px;
    justify-content: center;
    margin-top: 60px;
  }

  .hero-heading {
    font-size: 36px;
  }

  .hero-logo-image {
    width: 130px;
  }

  .paragraph-large {
    font-size: 18px;
    line-height: 30px;
  }

  .image-cover.flex-center {
    height: 275px;
  }

  .button {
    text-align: center;
  }

  .footer-link-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .f-logo-block {
    padding: 42px 54px;
  }

  .feature-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .f-h6-heading {
    font-size: 28px;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr;
  }

  .form-details {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .form-map {
    min-height: 600px;
  }

  .wrap-h-x-small {
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .form-button-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .h2-contact {
    margin-bottom: 32px;
    font-size: 42px;
  }

  .play-image {
    width: 90px;
    height: 90px;
  }

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

  .grid-4-columns._2-col-mbp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .hero-font-small {
    font-size: 20px;
  }

  .h1-small {
    font-size: 36px;
  }

  .product-image {
    height: 220px;
  }

  .service-img {
    margin-bottom: 20px;
  }

  .service-image-2 {
    min-height: 220px;
    max-height: 220px;
  }

  .expertise-details {
    grid-row-gap: 16px;
  }

  .news-link {
    font-size: 16px;
  }

  .news-wrapper.margin-bottom-80px {
    flex-direction: column;
  }

  .paragraph {
    text-align: left;
    margin-bottom: 10px;
  }

  .news-image-wrapper {
    padding-top: 75%;
  }
}

#w-node-dd02b3db-f303-bdf9-40e8-038f7aeef4d2-7aeef42d, #w-node-df9097d2-737a-7e92-fba5-9034b8a681e8-7aeef42d, #w-node-dd02b3db-f303-bdf9-40e8-038f7aeef4d0-7aeef42d, #w-node-dd02b3db-f303-bdf9-40e8-038f7aeef4ce-7aeef42d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f576ad2-56a5-e3d3-db7d-3b0600aa6db9-00aa6d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1f576ad2-56a5-e3d3-db7d-3b0600aa6dbc-00aa6d89, #w-node-a825c3f0-a808-6d2c-35dd-2621c1dd6725-042048ee, #w-node-c337e19a-c126-e76c-e78a-922a81f304b9-042048ee, #w-node-c337e19a-c126-e76c-e78a-922a81f304bd-042048ee, #w-node-c337e19a-c126-e76c-e78a-922a81f304c1-042048ee, #w-node-e5e9ceb3-13eb-dfc4-f66d-9f788d477c77-8f98034f, #w-node-e24ec6f8-8b32-a6a6-6ee5-a928aacd4bb2-d8a16093, #w-node-_37bb48cb-8773-f257-67bc-11b58bc5ca41-d8a16093, #w-node-_5b3add61-9a30-629f-f9a6-a22512574424-d8a16093, #w-node-_63fdaf36-37ab-57c1-6788-05e063bd40bd-ef52de89, #w-node-_1294c04c-537c-e5f6-170a-738b911e5740-ef52de89, #w-node-_63fdaf36-37ab-57c1-6788-05e063bd40bf-ef52de89, #w-node-_63fdaf36-37ab-57c1-6788-05e063bd40c1-ef52de89, #w-node-_6470894d-6e5e-eb58-0874-48da4dd3a6e8-9b2eb21f, #w-node-_6470894d-6e5e-eb58-0874-48da4dd3a6ea-9b2eb21f, #w-node-_6470894d-6e5e-eb58-0874-48da4dd3a6ee-9b2eb21f, #w-node-_6470894d-6e5e-eb58-0874-48da4dd3a6f0-9b2eb21f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dd02b3db-f303-bdf9-40e8-038f7aeef4bf-7aeef42d, #w-node-dd02b3db-f303-bdf9-40e8-038f7aeef4b8-7aeef42d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dd02b3db-f303-bdf9-40e8-038f7aeef522-7aeef42d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dd02b3db-f303-bdf9-40e8-038f7aeef44e-7aeef42d, #w-node-dd02b3db-f303-bdf9-40e8-038f7aeef4bf-7aeef42d, #w-node-b7731aae-59d8-c998-71e5-7084b5e469fd-7aeef42d, #w-node-dd02b3db-f303-bdf9-40e8-038f7aeef4b8-7aeef42d, #w-node-_857a517f-6a2c-4f73-ae8d-c9db0f85378e-cb86b532, #w-node-_9e858d34-00d7-3941-ba5c-606f5f086843-cb86b532 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1f576ad2-56a5-e3d3-db7d-3b0600aa6dbc-00aa6d89 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}