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

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --gray: #687a77;
  --font-family: Generalsans, sans-serif;
  --primary-dark: #041627;
  --primary: #117865;
  --white: white;
  --white-smoke: #f6f7f9;
  --orange: #ff7a01;
  --black: black;
  --paragraph-gray: #8596a6;
  --color: #112437;
  --light-cyan: #c9ddd9;
}

.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(--gray);
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

h1 {
  font-family: var(--font-family);
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.1em;
}

h2 {
  font-family: var(--font-family);
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  font-family: var(--font-family);
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  font-family: var(--font-family);
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  font-family: var(--font-family);
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  font-family: var(--font-family);
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--gray);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  align-items: center;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: var(--primary-dark);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--gray);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

ol {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  border-left: 4px solid var(--primary);
  color: var(--primary-dark);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px 20px 20px 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.spacing-system-column {
  padding-right: 20px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 74px;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  line-height: 1em;
  transition-property: none;
  display: flex;
}

.primary-button.hover:hover {
  background-color: var(--white);
  color: var(--primary);
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.style-guide-button-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.search-result-item {
  margin-bottom: 30px;
}

.service-list-item {
  position: relative;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  width: 33.33%;
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

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

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.text-white {
  color: #fff;
}

.text-white.landing-heading {
  font-weight: 600;
}

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 860px;
  margin-bottom: 60px;
  display: flex;
}

.base-container {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.centerd {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.section.landing-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.blue-background {
  background-color: var(--primary);
}

.section.home-3 {
  flex-direction: row;
  align-items: center;
  padding-top: 170px;
  display: flex;
}

.section.green-bgr {
  background-color: #117865;
}

.section.spacing-bottom, .section.without-top-spacing {
  padding-top: 0;
}

.section.light-background {
  background-color: var(--white-smoke);
  background-color: #f6f7f9;
}

.section.dark-bgr-home {
  background-color: #112437;
  padding-top: 110px;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.blog-details {
  padding-top: 170px;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.landing-banner-image {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.landing-inner-page-image-wrapper {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.section-title-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-inner-page-item {
  background-color: var(--primary);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-item.home-screen {
  border-radius: 5px;
}

.landing-inner-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 5px;
  box-shadow: 0 0 30px #eef4f8;
}

.section-title-description {
  text-align: center;
  max-width: 580px;
  margin-top: 20px;
}

.landing-progress-bar-92 {
  background-color: #117865;
  border-radius: 10px;
  width: 92%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-100 {
  background-color: #117865;
  border-radius: 10px;
  width: 100%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-88 {
  background-color: #117865;
  border-radius: 10px;
  width: 88%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-gray-line {
  background-color: #eef4f8;
  border-radius: 10px;
  width: 100%;
  height: 15px;
}

.landing-progress-bar-95 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 95%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 35px auto;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.landing-feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-page-link {
  color: #ff7a01;
}

.landing-page-link:hover {
  color: #fff;
}

.landing-feature-icon {
  color: #fff;
  background-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.white-text {
  color: #fff;
}

.white-text.maxw-home-3 {
  max-width: 370px;
}

.white-text.orange-hover {
  transition: color .3s;
}

.white-text.orange-hover:hover {
  color: #ff7a01;
}

.white-text.maxw {
  max-width: 370px;
  font-weight: 600;
}

.white-text.dark {
  color: #041627;
}

.white-text.width {
  max-width: 450px;
}

.white-text.text-width {
  max-width: 800px;
}

.white-text.width-services {
  max-width: 500px;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-download-block-wrapper {
  background-color: var(--primary);
  background-image: url('../images/Frame-47_1Frame 47.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding: 75px 80px 75px 200px;
  display: flex;
  box-shadow: 0 0 30px #0000004d;
}

.primary-button-2 {
  color: #fff;
  text-align: center;
  background-color: #117865;
  border: 1px solid #117865;
  border-radius: 74px;
  flex-direction: row;
  justify-content: center;
  padding: 16px 30px;
  line-height: 1em;
  transition-property: all;
  display: flex;
}

.primary-button-2:hover {
  color: #117865;
  background-color: #fff;
}

.primary-button-2.white {
  background-color: #fff3;
  border-color: #fff;
  transition: background-color .3s, border-color .3s;
}

.primary-button-2.white:hover {
  color: #fff;
  background-color: #ff7a01;
  border-color: #ff7a01;
}

.primary-button-2.orange {
  background-color: #ff7a01;
  border-color: #ff7a01;
  transition-property: none;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.heading-banner {
  color: #fff;
  max-width: 450px;
  font-size: 55px;
  line-height: 1.1em;
}

.heading-banner.home-2 {
  max-width: 580px;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.1em;
}

.background-video {
  background-image: linear-gradient(#1178654d, #1178654d), linear-gradient(#000000b3, #000000b3);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bullet-span {
  background-color: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  display: inline-block;
}

.bullet-span.green {
  background-color: #117865;
  flex: none;
}

.button-wrapper-home-2 {
  grid-column-gap: 30px;
  display: flex;
}

.white-text-weight-400 {
  color: #fff;
  align-items: center;
  display: flex;
}

.white-text-weight-400.home-2 {
  max-width: 470px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.white-text-weight-400.green {
  color: #117865;
}

.subtitle-block-top {
  background-color: #ffffff1a;
  border-radius: 70px;
  align-items: center;
  padding: 6px 20px;
  display: flex;
}

.subtitle-block-top.green {
  background-color: #1178651a;
}

.subtitle-block-top.absolute {
  position: absolute;
  left: 35%;
}

.description-left-banner-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.description-left-banner-block.centered {
  text-align: center;
  align-items: center;
}

.content-banner-wrapper {
  grid-column-gap: 30px;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.content-banner-wrapper.centered {
  justify-content: center;
}

.block-content-wrapper {
  grid-column-gap: 50px;
  width: 100%;
  display: flex;
}

.block-content-wrapper.gap {
  grid-column-gap: 80px;
}

.block-content-wrapper._02, .block-content-wrapper.mt {
  justify-content: space-between;
  margin-top: 50px;
}

.paragraph-cart {
  margin-top: 20px;
  margin-bottom: 30px;
}

.paragraph-cart.color {
  color: #8596a6;
}

.none-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.none-margin.bold {
  font-weight: 600;
}

.block-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.partners-block {
  grid-column-gap: 30px;
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.partners-block.margin {
  margin-top: 50px;
}

.partners-image-wrapper {
  opacity: .5;
}

.partners-image-wrapper.invert {
  filter: invert();
}

.link-with-icon {
  display: flex;
}

.link-with-icon.orange {
  color: #ff7a01;
}

.link-with-icon.orange:hover {
  color: #117865;
}

.block-horizontal {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-maxw {
  max-width: 470px;
}

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

.image-cover.radius, .image-cover.services {
  border-radius: 10px;
}

.description-right-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.description-right-wrapper.about {
  max-width: 470px;
}

.green-block-absolute {
  grid-row-gap: 10px;
  background-color: #117865;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 235px;
  margin-right: -30px;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
  position: absolute;
  inset: auto 0% -95px auto;
}

.green-block-absolute.position {
  margin-left: -30px;
  margin-right: 0;
  inset: auto auto -95px 0%;
}

.green-block-absolute.services {
  z-index: 3;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  bottom: -30px;
}

.cart-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px 30px;
}

.cart-wrapper.bgr {
  background-color: #f6f7f9;
}

.bottom-block {
  width: 100%;
  margin-top: 80px;
}

.heading-wrapper-with-border {
  grid-column-gap: 100px;
  border-bottom: 1px solid #687a774d;
  justify-content: space-between;
  padding-bottom: 50px;
  display: flex;
}

.subtitle-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

.image-left-wrapper {
  flex: none;
  width: 470px;
  height: 370px;
  margin-bottom: 95px;
  margin-right: 30px;
  position: relative;
}

.image-left-wrapper.width {
  margin-right: 0;
}

.image-left-wrapper.margin {
  margin-bottom: 0;
  margin-right: 0;
}

.subtitle-label {
  color: #117865;
  background-color: #1178651a;
  border-radius: 70px;
  margin-bottom: 10px;
  padding: 6px 20px;
  font-weight: 500;
  display: inline-block;
}

.subtitle-label.white {
  color: #fff;
  background-color: #ffffff1a;
}

.vector-absolute {
  background-image: url('../images/Vector-5_1Vector 5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 17px;
  position: absolute;
  inset: auto 0% -17px 50%;
  transform: translate(-50%);
}

.counter-block {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 185px;
  display: flex;
}

.counter-cart {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  height: 133px;
  margin-bottom: 27px;
  padding: 20px;
  display: flex;
  position: relative;
}

.opacity-bgr {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.bullet-maps {
  background-color: #ffffff80;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: inline-block;
  position: relative;
}

.bullet-maps._03 {
  top: -34%;
  left: 76%;
}

.bullet-maps._01 {
  top: 25%;
  left: 29%;
}

.maps-block {
  width: 420px;
  position: relative;
}

.text-cart {
  color: #ff7a01;
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
}

.bullet-second {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  margin: 9px;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.bullet-third {
  z-index: 2;
  background-color: #ff7a01;
  border-radius: 50%;
  margin: 14px;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.opacity {
  opacity: .6;
}

.large-white-text {
  color: #fff;
  font-size: 62px;
  line-height: 1em;
}

.large-white-text.orange {
  color: #ff7a01;
}

.bullet-wrapper {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  max-width: 225px;
  display: flex;
  position: relative;
  top: 27%;
  left: 41%;
}

.maps-description {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.counter-wrapper {
  grid-column-gap: 115px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  display: flex;
}

.maps-block-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-toggle.padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-schedule {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.block-schedule.margin-top {
  grid-row-gap: 20px;
  margin-top: 0;
}

.accordion-wrap-one-column {
  grid-row-gap: 15px;
  border-radius: 10px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.accordion-wrap-one-column.rows {
  grid-row-gap: 0px;
}

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

.column-block {
  background-color: #c9ddd9;
  border-radius: 10px;
  width: 50px;
}

.column-block._01 {
  height: 59px;
}

.column-block._04 {
  height: 111px;
}

.column-block._06 {
  text-align: center;
  background-color: #117865;
  height: 239px;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
}

.column-block._05 {
  height: 136px;
}

.column-block._03 {
  height: 91px;
}

.column-block._02 {
  height: 111px;
}

.text-shedule {
  font-size: 16px;
  font-weight: 500;
}

.column-wrapper {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.column-shedule {
  grid-column-gap: 20px;
  align-items: flex-end;
  display: flex;
}

.container-gray-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-gray-block.spacing {
  padding-bottom: 60px;
}

.shedule-top-block {
  display: flex;
}

.bottom-button {
  grid-column-gap: 10px;
  background-color: #ff7a01;
  border: 1px solid #ff7a01;
  border-radius: 4px;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 48px;
  padding-bottom: 48px;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.bottom-button:hover {
  background-color: #117865;
  border-color: #117865;
}

.column-text {
  text-align: center;
}

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.heading-cart {
  max-width: 475px;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-cart.white {
  color: #fff;
}

.faq-content-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 90px;
  display: flex;
}

.accordion-list-content {
  color: #117865;
  width: 90%;
  margin-top: 0;
}

.number-shedule {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-bottom: 28px;
  padding-right: 23px;
  display: flex;
}

.heading-content {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.heading-content.center {
  justify-content: center;
}

.left-block-shedule {
  border-radius: 10px;
  flex: none;
  padding: 20px;
  box-shadow: 0 -5px 20px #10182814;
}

.shedule.mt {
  margin-top: 10px;
}

.projects-wrapper {
  width: 100%;
  margin-top: 50px;
}

.column-text-white {
  color: #fff;
  font-size: 16px;
}

.accordion-item {
  background-color: #11786533;
  border-radius: 10px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.accordion-item.mb {
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.accordion-item.mb-last {
  padding-left: 30px;
  padding-right: 30px;
}

.accordion-title {
  color: #117865;
  align-items: center;
  display: flex;
}

.accordion-icon {
  color: #117865;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.green-radius-bgr {
  background-color: #117865;
  border-radius: 30px;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 5px;
  position: relative;
  inset: 0%;
}

.green-radius-bgr.home-3 {
  background-color: #f6f7f9;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.green-radius-bgr.light {
  background-color: #f6f7f9;
  margin-bottom: 20px;
}

.paragraph-dark-block {
  color: #8596a6;
  text-align: center;
  max-width: 616px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.paragraph-dark-block.white {
  color: #fff;
  font-weight: 300;
}

.dark-block {
  background-color: #041627;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
  display: flex;
}

.dark-block.green-bgr {
  background-color: var(--primary);
}

.image-collection-block {
  border-radius: 10px;
  align-items: flex-end;
  height: 270px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-collection-block.height {
  height: 360px;
}

.bgr-absolute {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.block-relative {
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.dark-bgr-absolute {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-title {
  color: #fff;
  background-color: #117865;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: #117865;
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.spacing-columns {
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.typography-wrapper {
  margin-top: 30px;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spacing-system-image {
  max-width: 80%;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.primary-dark-style-guide {
  background-color: #041627;
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.colors-wrapper {
  margin-right: 60px;
}

.white-style-guide {
  background-color: #fff;
  border: 1px solid #687a774d;
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.black-style-guide {
  background-color: #8596a6;
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.primary-light-style-guide {
  background-color: #ff7a01;
  border-radius: 10px;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.gray-style-guide {
  background-color: #f6f7f9;
  border: 1px solid #11786533;
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-style-guide {
  background-color: #117865;
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.paragraph-gray-style-guide {
  background-color: #687a77;
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.color-wrapper-2 {
  margin-right: 30px;
}

.light-gray-style-guide {
  background-color: #c9ddd9;
  border-radius: 10px;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.h1-mobile {
  font-size: 40px;
}

.h1-tablet {
  font-size: 48px;
}

.link {
  color: var(--gray);
  cursor: pointer;
}

.link:hover {
  color: var(--orange);
}

.h2-mobile {
  font-size: 36px;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.headings-typography-wrapper-2 {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper-2.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.h2-tablet {
  font-size: 42px;
}

.style-guide-content-wrapper {
  display: flex;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.h3-mobile {
  font-size: 32px;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

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

.paragraph-large.margin {
  margin-top: 20px;
  margin-bottom: 50px;
}

.button-wrapper {
  grid-column-gap: 30px;
  margin-top: 20px;
  display: flex;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper-2 {
  width: 47%;
}

.style-guide-button-wrapper-2.last-child {
  margin-right: 0;
}

.section-banner-home-2 {
  background-image: linear-gradient(#0009, #0009), url('../images/Banner-Home-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 80px;
  display: flex;
}

.banner-content-block {
  width: 100%;
}

.arrow-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.heading-bold {
  max-width: 770px;
  font-weight: 600;
}

.heading-bold.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-bold.about {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.heading-bold.maxw {
  max-width: 550px;
  margin-bottom: 0;
}

.paragraph-with-margin {
  margin-top: 20px;
  margin-bottom: 50px;
}

.image-full-block {
  border-radius: 10px;
  width: 570px;
  height: 470px;
  overflow: hidden;
}

.full-block-width {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.description-full-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

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

.collection-list-project.home-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-project-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

.project-wrapper {
  width: 100%;
  margin-top: 80px;
}

.project-wrapper.none-mt {
  margin-top: 0;
}

.slide-content-wrapper {
  grid-column-gap: 50px;
  display: flex;
}

.author-name {
  color: #fff;
  font-size: 24px;
}

.author-name.dark {
  color: #041627;
  font-weight: 500;
}

.left-arrow-slide {
  background-color: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: background-color .3s;
  display: flex;
  inset: auto 41% 0% auto;
}

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

.left-arrow-slide.border {
  border: 1px solid #687a7733;
}

.logo-company.invert {
  filter: invert();
}

.right-arrow-slide {
  background-color: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 30px;
  transition: background-color .3s;
  display: flex;
  inset: auto 32% 0% auto;
}

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

.right-arrow-slide.border {
  border: 1px solid #687a7733;
}

.autor-description {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.image-slide {
  border-radius: 10px;
  flex: none;
  width: 470px;
  height: 470px;
  overflow: hidden;
}

.display-none {
  display: none;
}

.text-slide {
  color: #f6f7f9;
  max-width: 510px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.text-slide.dark {
  color: #041627;
}

.slider-white {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.subtitle-text-banner {
  color: #fff;
  max-width: 470px;
  margin-bottom: 0;
}

.left-banner-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.right-banner-block {
  background-image: url('../images/Rectangle-2-1_1Rectangle 2 (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 570px;
  min-height: 650px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-block-right-banner {
  grid-row-gap: 10px;
  background-color: #ffffff4d;
  border: 1px solid #fff6;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding: 20px;
  display: flex;
}

.orange-bgr {
  background-color: #ff7a01;
  width: 0%;
  position: absolute;
  inset: 0%;
}

.bottom-light-block {
  background-color: #f6f7f9;
  border-radius: 30px;
  margin-top: 80px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-light-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.top-cart-block {
  z-index: 1;
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.gray-radius-bgr {
  background-color: #1124371a;
  border-radius: 30px;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 5px;
  position: relative;
  inset: 0%;
}

.cart-with-bgr {
  grid-row-gap: 40px;
  border: 1px solid #687a774d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.cart-with-bgr.gap {
  grid-row-gap: 20px;
}

.text-cart-with-bgr {
  z-index: 1;
  max-width: 175px;
  position: relative;
}

.slider-testimonials {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 296px;
}

.dark-container {
  text-align: center;
  background-color: #041627;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: -196px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 15px;
  display: flex;
}

.section-with-height {
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.section-with-height.green-bgr {
  background-color: var(--primary);
}

.subtitle-paragraph {
  color: #fff;
  max-width: 600px;
  margin-top: 20px;
}

.right-block-tabs {
  width: 100%;
}

.tabs-about {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph-tabs {
  max-width: 470px;
  margin-top: 20px;
}

.tabs-menu-about {
  border: 1px solid #687a7733;
  border-radius: 45px;
  margin-bottom: 50px;
  padding: 5px;
}

.tab-link-about {
  color: #687a77;
  background-color: #0000;
  border-radius: 70px;
  padding: 6px 20px;
  font-weight: 500;
}

.tab-link-about.w--current {
  color: #117865;
  background-color: #1178651a;
}

.block-shedule-wrapper {
  grid-column-gap: 50px;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider-block {
  width: 100%;
  margin-top: 80px;
}

.link-absolute {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.form-block {
  border-radius: 10px;
}

.input-wrapper {
  grid-column-gap: 20px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.contacts-input {
  color: #ffffff80;
  background-color: #fff3;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 18px;
  transition: all .2s;
}

.contacts-input:focus {
  color: #fff;
  border: 1px solid #ffffff80;
  font-size: 18px;
}

.contacts-input::placeholder {
  color: #fff;
  font-size: 18px;
}

.contacts-form-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.contacts-wrapper {
  grid-column-gap: 50px;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.contacts-form-wrapper {
  background-color: #117865;
  border-radius: 10px;
  flex: none;
  padding: 30px 20px;
}

.form-contact-us {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contacts-icon {
  color: #117865;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa Solid 900", sans-serif;
}

.success-message {
  color: #fff;
  background-color: #0000;
  border-radius: 10px;
  font-weight: 500;
}

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

.contacts-title {
  max-width: 470px;
}

.error-message {
  color: var(--orange);
  background-color: #0000;
  flex: none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.contacts-detail {
  display: flex;
}

.contacts-textarea {
  color: #fff;
  background-color: #fff3;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  min-height: 120px;
  margin-bottom: 30px;
  padding: 16px 18px;
}

.contacts-textarea:focus {
  color: #fff;
  border: 1px solid #ffffff80;
  font-size: 18px;
}

.contacts-textarea::placeholder {
  color: #fff;
  font-size: 18px;
}

.team-card {
  border-radius: 10px;
  overflow: hidden;
}

.play-button-icon {
  z-index: 7;
  color: var(--primary);
  margin-left: 4px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.workflow-quote {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 18px;
}

.workflow-video {
  background-image: url('../images/Rectangle-16-1_1Rectangle 16 (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 350px;
  display: flex;
  position: relative;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-profile-name {
  margin-bottom: 0;
  font-size: 18px;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.workflow-wrapper {
  margin-top: 50px;
  display: flex;
}

.team-card-content-wrapper {
  background-color: #fff;
  padding: 10px 20px 20px;
}

.team-description {
  color: #8596a6;
}

.play-button {
  z-index: 5;
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.team-card-image {
  color: #117865;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 270px;
}

.team-social-icon {
  color: #117865;
  background-color: #11786533;
  border: 1px solid #0000;
  border-radius: 70px;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 500;
  transition-property: all;
}

.team-social-icon:hover {
  color: #117865;
  background-color: #fff;
  border: 1px solid #117865;
}

.workflow-video-wrapper {
  border-radius: 10px;
  width: 50%;
  overflow: hidden;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.workflow-content-wrapper {
  width: 50%;
  padding-left: 40px;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.quote-reviews {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.testimonials-card-item {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  box-shadow: 0 0 50px #0f5cfa14;
}

.testimonials-card-wrapper {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.customers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #afafaf80;
  border-left: 1px solid #afafaf80;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.customer-wrapper {
  opacity: .5;
  text-align: center;
  border-bottom: 1px solid #afafaf80;
  border-right: 1px solid #afafaf80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 220px;
  transition: all .3s;
  display: flex;
}

.customer-wrapper:hover {
  opacity: 1;
}

.customer-title {
  text-transform: capitalize;
  margin-top: 20px;
}

.service-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.collection-list-services {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.button-orange {
  border: 1px solid var(--orange);
  background-color: var(--orange);
  border-radius: 74px;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  line-height: 1em;
  transition-property: none;
  display: flex;
}

.primary-white-button {
  border: 1px solid var(--white);
  background-color: #fff3;
  border-radius: 74px;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  line-height: 1em;
  display: flex;
}

.primary-white-button:hover {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
}

.button-transparent {
  background-color: #fff0;
  border: 1px solid #fff3;
  border-radius: 74px;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  line-height: 1em;
  transition-property: none;
  display: flex;
}

.button-transparent.hover {
  transition: all .3s;
}

.button-transparent.hover:hover {
  background-color: var(--orange);
  color: var(--white);
}

.button-transparent-green {
  color: var(--primary);
  background-color: #fff0;
  border: 1px solid #687a7733;
  border-radius: 74px;
  padding: 16px 30px;
  line-height: 1em;
  transition-property: none;
}

.footer-brand-description {
  color: #041627;
  text-align: left;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 62px;
  font-weight: 500;
  line-height: 1em;
}

.left-block {
  text-align: left;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 50px;
}

.footer-links-wrapper {
  grid-column-gap: 60px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.right-block {
  grid-column-gap: 60px;
  display: flex;
}

.footer-copyright {
  width: 100%;
  display: inline;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

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

.footer-copyright-link {
  color: var(--gray);
  margin-right: 5px;
  text-decoration: none;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--orange);
}

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

.footer-wrapper {
  border-bottom: 1px solid #687a774d;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
}

.footer-link {
  color: var(--gray);
  transition: all .3s;
}

.footer-link:hover {
  color: var(--orange);
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-item-title {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  transition: color .3s;
}

.nav-item-title.dark {
  color: var(--primary-dark);
}

.nav-dropdown-toggle:hover .nav-item-title,
.nav-dropdown-toggle:hover .nav-item-title.dark {
  color: #2e7d46 !important;
}

.navbar-fixed {
  background-color: #0000;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-fixed.white-bgr {
  background-color: var(--white);
}

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

.menu-wrap {
  align-items: center;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 15px;
  display: flex;
}

.brand-tablet {
  display: none;
}

.nav-dropdown-icon {
  color: var(--white);
  margin-right: 0;
  font-size: 16px;
  position: static;
  transition: color .3s;
}

.nav-dropdown-toggle:hover .nav-dropdown-icon,
.nav-dropdown-toggle:hover .nav-dropdown-icon.dark {
  color: #2e7d46 !important;
}

.nav-dropdown-icon.dark {
  color: var(--primary-dark);
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: #2e7d46;
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: #2e7d46;
}

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

.nav-dropdown-column {
  width: 100%;
}

.nav-dropdown-list {
  width: 200px;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #687a774d;
  border-radius: 10px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
  left: -223px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 550px;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: #2e7d46;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.nav-link {
  color: #fff;
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  transition: color .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: #2e7d46;
}

.nav-link.dark {
  color: #041627;
}

.nav-link.dark:hover {
  color: #2e7d46;
}

.full-block {
  width: 100%;
}

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

.bgr-opacity {
  z-index: 1;
  background-image: linear-gradient(#1178654d, #1178654d), linear-gradient(#000000b3, #000000b3);
  position: absolute;
  inset: 0%;
}

.blog-classic-wrapper {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.collection-list-wrapper-blog-classic {
  width: 100%;
}

.collection-list-blog-classic {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.blog-classic-item {
  border-radius: 10px;
  box-shadow: 5px 0 20px #10182814;
}

.template-empty-state {
  color: #117865;
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

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

.author-image-block {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.blog-classic-post-description {
  margin-top: 35px;
  margin-bottom: 35px;
}

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

.blog-classic-post-image-wrapper {
  min-width: 100%;
  overflow: hidden;
}

.blog-classic-top-content {
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.blog-post-title {
  transition: color .3s;
}

.blog-post-title:hover {
  color: #117865;
}

.blog-classic-bottom-content {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-classic-post-category {
  color: #fff;
  background-color: #117865;
  border: 1px solid #117865;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-classic-post-category:hover {
  color: #117865;
  background-color: #0000;
}

.author-block {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.author-block.margin {
  margin-top: 50px;
  margin-bottom: 30px;
}

.portfolio-grid-collection-item-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper-portfolio {
  width: 100%;
}

.portfolio-grid-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.portfolio-grid-category {
  z-index: 2;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 6px 20px;
  font-weight: 500;
  transition: background-color .3s, color .3s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.portfolio-grid-category:hover {
  color: #117865;
  background-color: #fff;
}

.portfolio-grid-image-link {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.bgr-projects {
  background-image: linear-gradient(#1178654d, #1178654d), linear-gradient(#00000080, #00000080);
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.portfolio-grid-title-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.heading-hover {
  color: #fff;
  transition: color .3s;
}

.heading-hover:hover {
  color: #ff7a01;
}

.text-projects {
  margin-bottom: 20px;
  font-size: 16px;
}

.text-projects p {
  color: var(--primary-dark);
}

.accordion-wrap {
  width: 50%;
  margin-right: 15px;
}

.accordion-wrap.mr {
  margin-right: 30px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
}

.accordion-wrapper.service-details {
  margin-top: 20px;
}

.accordion-icon-2 {
  color: #117865;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

.coming-soon-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.success-message-second {
  color: #fff;
  background-color: #117865;
  border-radius: 10px;
}

.coming-soon-form {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  flex: none;
  justify-content: center;
  width: 100%;
  display: flex;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.input-form {
  color: #041627;
  border: 1px solid #687a774d;
  border-radius: 74px;
  max-width: 500px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 1em;
}

.input-form:focus {
  border: 1px solid #687a77;
}

.input-form::placeholder {
  font-size: 18px;
}

.input-form.margin-bottom {
  margin-bottom: 15px;
}

.input-form.full-width {
  max-width: 100%;
}

.blog-sidebar-post-category {
  color: #fff;
  background-color: #117865;
  border: 1px solid #117865;
  border-radius: 10px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  color: #117865;
  background-color: #fff;
}

.next-post-arrow {
  color: #afafaf;
  margin-bottom: 0;
  margin-left: 25px;
}

.rich-text-style h2 {
  margin-top: 25px;
  font-size: 40px;
}

.rich-text-style h3 {
  margin-top: 25px;
  font-size: 32px;
}

.rich-text-style h4, .rich-text-style h6, .rich-text-style h5 {
  margin-top: 25px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style blockquote {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-pagination-icon {
  opacity: .5;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.details-page-title {
  font-size: 55px;
}

.blog-template-next {
  text-align: right;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.prev-post-arrow {
  color: #afafaf;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.project-template-banner-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 80vh;
  position: relative;
}

.project-template-social-link {
  width: 50px;
  height: 50px;
  color: var(--primary);
  border: 1px solid #117865;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 20px;
  line-height: 15px;
  transition: all .3s;
  display: flex;
}

.project-template-social-link:hover {
  color: #fff;
  background-color: #117865;
}

.project-template-social-link.last-child {
  margin-right: 0;
}

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

.subtitle-project {
  color: #041627;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
}

.mb-30 {
  margin-bottom: 0;
}

.project-template-info-wrap {
  width: 100%;
}

.project-template-info-wrap.last-child {
  margin-bottom: 0;
}

.project-template-info {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
  display: grid;
}

.project-template-category {
  color: var(--gray);
  transition: all .3s;
  display: inline-block;
}

.project-template-category:hover {
  color: var(--orange);
}

.project-template-social-icons {
  margin-top: 10px;
  display: flex;
}

.project-template-content-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.project-template-images-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-template-image {
  object-fit: cover;
  width: 100%;
  height: 420px;
}

.project-template-empty-state {
  background-color: #0000;
  height: 0;
  padding: 0;
}

.project-pagination-wrapper {
  border-top: 1px solid #687a774d;
  border-bottom: 1px solid #687a774d;
  align-items: stretch;
  margin-bottom: 80px;
  display: flex;
}

.project-button-link {
  color: #041627;
  justify-content: center;
  width: 40%;
  display: flex;
}

.project-button-link:hover {
  color: #117865;
}

.project-prev-button-link-icon {
  margin-top: 2px;
  margin-right: 15px;
  font-size: 13px;
  line-height: 1;
}

.project-button-link-paragraph {
  font-size: 18px;
}

.project-pagination-icon-wrapper {
  text-align: center;
  border-left: 1px solid #687a774d;
  border-right: 1px solid #687a774d;
  width: 20%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.project-next-button-link-icon {
  margin-top: 2px;
  margin-left: 15px;
  font-size: 13px;
  line-height: 1;
}

.service-details-content-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.service-details-content {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.services-heading {
  transition: color .3s;
}

.services-heading:hover {
  color: #ff7a01;
}

.logo-services {
  filter: invert();
  object-fit: none;
  width: 100%;
  height: 100%;
}

.service-list-2-item-content {
  margin-top: 20px;
}

.service-list-2-title-wrapper {
  align-items: center;
  display: flex;
}

.service-list-2-item-image {
  border-radius: 10px;
  width: 100%;
  height: 250px;
  position: relative;
}

.block-image-services {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service-list-2-item-description {
  margin-top: 10px;
  margin-bottom: 30px;
}

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

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: #041627;
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 500;
}

.license-link:hover {
  color: #117865;
}

.license-link.last-child {
  margin-right: 0;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 320px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

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

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  color: #687a77;
  font-weight: 400;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.icon-style-guide {
  color: #117865;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 24px;
}

._404-text {
  color: #117865;
  margin-bottom: 20px;
  font-size: 160px;
  font-weight: 600;
  line-height: 1em;
}

.search {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
}

.dark-link {
  color: var(--primary-dark);
  font-size: 20px;
  font-weight: 500;
}

.dark-link:hover {
  color: var(--orange);
}

.div-block {
  flex: none;
  width: 550px;
  height: 300px;
  position: relative;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-image {
  width: 12px;
  height: 12px;
}

.promotion-icon {
  margin-right: 8px;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

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

@media screen and (min-width: 1280px) {
  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .text-white.landing-heading {
    font-size: 72px;
  }

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

  .section.landing-banner {
    padding-top: 180px;
  }

  .section.home-3 {
    padding-top: 220px;
  }

  .section.spacing-bottom {
    padding-bottom: 80px;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content-banner-wrapper {
    align-items: stretch;
  }

  .block-content-wrapper {
    grid-column-gap: 100px;
  }

  .block-content-wrapper._02 {
    justify-content: flex-start;
    margin-top: 100px;
  }

  .block-content-wrapper.mt, .partners-block {
    margin-top: 100px;
  }

  .green-block-absolute.position {
    margin-left: -130px;
  }

  .bottom-block {
    margin-top: 130px;
  }

  .bullet-wrapper {
    top: 24%;
  }

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

  .container-gray-block {
    padding-top: 110px;
  }

  .container-gray-block.spacing {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .faq-content-wrapper {
    grid-column-gap: 100px;
  }

  .green-radius-bgr {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .section-banner-home-2 {
    padding-top: 220px;
    padding-bottom: 130px;
  }

  .project-wrapper {
    margin-top: 100px;
  }

  .slide-content-wrapper {
    justify-content: space-between;
  }

  .left-arrow-slide {
    right: 38%;
  }

  .right-arrow-slide {
    right: 30%;
  }

  .right-banner-block {
    flex: none;
    min-height: auto;
  }

  .bottom-light-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .gray-radius-bgr {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
  }

  .slider-testimonials {
    margin-bottom: 300px;
  }

  .dark-container {
    margin-top: -200px;
  }

  .section-with-height {
    padding-top: 220px;
    padding-bottom: 130px;
  }

  .block-shedule-wrapper {
    grid-column-gap: 100px;
  }

  .slider-block {
    margin-top: 100px;
  }

  .contacts-wrapper {
    grid-column-gap: 100px;
    margin-bottom: 110px;
  }

  .workflow-quote {
    margin-top: 20px;
  }

  .workflow-title-wrapper-desktop {
    display: block;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .workflow-content-wrapper {
    padding-left: 70px;
  }

  .team-social-links-wrapper {
    flex-wrap: nowrap;
  }

  .testimonials-card-item {
    padding: 30px;
  }

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

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

  .collection-list-services {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-dropdown-toggle, .nav-link {
    padding-left: 30px;
    padding-right: 30px;
  }

  .portfolio-grid-collection-item-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .portfolio-grid-collection-list {
    grid-row-gap: 50px;
  }

  .project-template-banner-image {
    height: 65vh;
  }

  .project-pagination-wrapper {
    margin-bottom: 130px;
  }

  .hover-orange {
    transition: all .3s;
  }

  .hover-orange:hover {
    color: var(--orange);
  }

  .none-transition {
    transition-property: none;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .landing-download-block-wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .section.landing-banner {
    background-position: 90% 20%;
  }

  .section.home-3 {
    min-height: 100vh;
  }

  .section.dark-bgr-home {
    padding-top: 130px;
  }

  .heading-banner {
    font-size: 62px;
    line-height: 1.1em;
  }

  .subtitle-block-top {
    margin-bottom: 10px;
  }

  .block-schedule {
    margin-top: 100px;
  }

  .number-shedule {
    grid-row-gap: 30px;
    justify-content: flex-end;
  }

  .section-banner-home-2 {
    min-height: 100vh;
  }

  .right-banner-block {
    flex: none;
    min-height: 745px;
  }

  .nav-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: 0;
  }
}

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

  h2 {
    font-size: 42px;
  }

  .primary-button {
    display: block;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .landing-banner-title-wrapper {
    max-width: 90%;
  }

  .section.landing-banner, .section.home-3 {
    padding-top: 140px;
  }

  .section.dark-bgr-home {
    padding-top: 100px;
  }

  .section.blog-details {
    padding-top: 140px;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .white-text.maxw-home-3, .white-text.maxw {
    text-align: center;
  }

  .white-text.text-width {
    max-width: 650px;
  }

  .white-text.width-services {
    max-width: 370px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .primary-button-2 {
    display: block;
  }

  .heading-banner.home-2 {
    font-size: 48px;
  }

  .subtitle-block-top {
    margin-bottom: 10px;
  }

  .description-left-banner-block {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .content-banner-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .block-content-wrapper {
    flex-direction: column;
  }

  .block-content-wrapper.gap, .block-content-wrapper._02 {
    align-items: center;
  }

  .block-content-wrapper.mt {
    flex-direction: column-reverse;
    align-items: center;
  }

  .block-wrap {
    justify-content: center;
  }

  .partners-block {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .block-horizontal {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .description-right-wrapper {
    text-align: center;
    align-items: center;
    margin-top: 30px;
  }

  .description-right-wrapper.margin {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .description-right-wrapper.about {
    max-width: none;
  }

  .green-block-absolute.services {
    bottom: -15px;
  }

  .cart-wrapper {
    width: 47.9%;
  }

  .heading-wrapper-with-border {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .subtitle-block {
    align-items: center;
    margin-top: 20px;
  }

  .image-left-wrapper.margin-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .image-left-wrapper.margin {
    flex: 0 auto;
  }

  .maps-block {
    height: 472px;
  }

  .maps-description {
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }

  .counter-wrapper {
    justify-content: center;
  }

  .maps-block-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .accordion-wrap-one-column {
    width: 80%;
  }

  .collection-item-blog {
    width: 47.9%;
  }

  .collection-list-blog {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .heading-cart {
    max-width: 375px;
  }

  .faq-description {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .faq-content-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }

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

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spacing-system-image {
    width: 75%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .bottom-style-spacing-desktop, .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper-2.last-child {
    margin-bottom: 30px;
  }

  .style-guide-content-wrapper, .headings-container {
    flex-wrap: wrap;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .style-guide-button-wrapper-2 {
    width: 100%;
  }

  .section-banner-home-2 {
    padding-top: 140px;
  }

  .heading-bold.centered {
    max-width: 630px;
  }

  .heading-bold.about {
    max-width: 500px;
  }

  .heading-bold.maxw {
    max-width: 450px;
  }

  .paragraph-with-margin {
    margin-bottom: 30px;
  }

  .full-block-width {
    flex-direction: column;
  }

  .description-full-block {
    text-align: center;
    align-items: center;
    margin-bottom: 50px;
  }

  .collection-list-project.home-2 {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .collection-item-projects-home-2 {
    width: 47.9%;
  }

  .mask-slider {
    width: 100%;
  }

  .left-arrow-slide {
    margin-top: 50px;
    display: inline-block;
    position: relative;
    right: -5%;
  }

  .right-arrow-slide {
    display: inline-block;
    position: relative;
    right: -5%;
  }

  .image-slide {
    width: 280px;
    height: 280px;
  }

  .image-arrow {
    object-fit: none;
    width: 100%;
    height: 100%;
  }

  .left-banner-block {
    align-items: center;
    width: 100%;
  }

  .bottom-light-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cart-with-bgr {
    width: 47.9%;
  }

  .slider-testimonials {
    margin-top: 80px;
    margin-bottom: 276px;
  }

  .dark-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-with-height {
    padding-top: 140px;
  }

  .tabs-about {
    align-items: center;
    margin-bottom: 50px;
  }

  .paragraph-tabs {
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu-about {
    margin-bottom: 20px;
  }

  .block-shedule-wrapper {
    flex-direction: column-reverse;
  }

  .tab-pane-about {
    text-align: center;
  }

  .contacts-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contacts-form-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }

  .contacts-content-wrapper {
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .workflow-wrapper {
    flex-direction: column;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

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

  .workflow-content-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .team-social-links-wrapper {
    flex-wrap: wrap;
  }

  .testimonials-card-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .service-list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-brand-description {
    text-align: center;
  }

  .footer-links-wrapper {
    justify-content: center;
    width: 100%;
  }

  .right-block {
    grid-column-gap: 30px;
  }

  .footer-logo-wrapper, .footer-brand-wrapper {
    align-items: center;
    width: 100%;
  }

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

  .footer-bottom-wrapper {
    align-items: flex-start;
  }

  .cart-wrapper-header {
    flex: 1;
    justify-content: flex-end;
  }

  .tablet-menu {
    background-color: #041627;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .nav-menu {
    background-color: #041627;
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .nav-item-title.dark {
    color: var(--white);
  }

  .tablet-none {
    display: none;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    max-width: 60%;
  }

  .menu-wrap {
    background-color: #041627;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-burger {
    filter: invert();
    margin-bottom: 4px;
  }

  .image-burger.filter {
    filter: none;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding: 0;
    display: flex;
  }

  .brand-tablet {
    display: block;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .close-menu-button {
    background-color: #0000;
    padding: 0 10px 0 0;
  }

  .close-menu-button.w--open {
    filter: invert();
    background-color: #0000;
    padding: 0 10px 0 0;
  }

  .nav-dropdown-icon {
    color: #fff;
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
    overflow: auto;
  }

  .nav-dropdown-icon.dark {
    color: var(--white);
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-link {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-link:hover, .nav-dropdown-link.w--current {
    color: #ff7a01;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .nav-dropdown-list {
    background-color: #0000;
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: auto;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.dark {
    color: #fff;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-post-description {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .blog-classic-top-content {
    padding-bottom: 20px;
  }

  .portfolio-grid-collection-item-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .portfolio-grid-collection-list {
    grid-row-gap: 50px;
  }

  .portfolio-grid-category {
    font-size: 16px;
  }

  .portfolio-grid-image {
    height: 320px;
  }

  .portfolio-grid-title-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    inset: auto 0% 0%;
  }

  .accordion-wrapper.service-details {
    justify-content: center;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .input-form:focus {
    border: 1px solid #117865;
  }

  .blog-template-wrapper {
    max-width: none;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .details-page-title {
    max-width: 700px;
    font-size: 45px;
  }

  .project-template-banner-image {
    height: 500px;
  }

  .project-template-info {
    grid-column-gap: 30px;
  }

  .project-template-image {
    height: 360px;
  }

  .service-details-content-wrapper {
    width: 100%;
  }

  .service-details-content {
    flex-direction: column;
  }

  .service-list-2-item-content {
    margin-top: 10px;
  }

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

  .licensing-paragraph {
    width: 100%;
  }

  .promotion-label-holder, .promotion-labels-wrapper {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 18px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .headings-typography-wrapper, .primary-button.search-button {
    width: 100%;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

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

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

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

  .section.landing-banner {
    padding-top: 120px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .white-text.width {
    max-width: 300px;
  }

  .white-text.width-services {
    max-width: 330px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

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

  .block-content-wrapper._02, .block-content-wrapper.mt {
    margin-top: 30px;
  }

  .partners-block {
    grid-column-gap: 30px;
    margin-top: 60px;
  }

  .block-horizontal {
    margin-top: 30px;
  }

  .cart-wrapper {
    width: 100%;
  }

  .maps-description {
    grid-row-gap: 20px;
  }

  .accordion-wrap-one-column {
    width: 100%;
    margin-top: 20px;
  }

  .collection-item-blog {
    width: 100%;
  }

  .container-gray-block {
    padding-top: 40px;
  }

  .heading-content {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .heading-content.direction {
    flex-direction: row;
  }

  .projects-wrapper {
    margin-top: 30px;
  }

  .dark-block {
    padding: 50px 30px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .spacing-wrapper, .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

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

  .style-guide-div {
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .style-guide-body-wrapper, .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper-2 {
    width: 100%;
  }

  .style-guide-button-wrapper-2.last-child {
    margin-bottom: 0;
  }

  .heading-bold.centered {
    max-width: 100%;
  }

  .heading-bold.about {
    max-width: 400px;
  }

  .paragraph-with-margin {
    margin-bottom: 30px;
  }

  .image-full-block {
    width: 100%;
  }

  .description-full-block {
    max-width: 100%;
  }

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

  .heading-project-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }

  .project-wrapper {
    margin-top: 60px;
  }

  .collection-item-projects-home-2 {
    width: 100%;
  }

  .slide-content-wrapper {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .left-arrow-slide {
    margin-left: 0;
    margin-right: 30px;
    position: static;
    right: 0%;
  }

  .right-arrow-slide {
    margin-left: 0;
    margin-right: 0;
    position: static;
    right: 0%;
  }

  .text-slide {
    margin-top: 30px;
  }

  .left-banner-block {
    width: 100%;
  }

  .right-banner-block {
    width: 100%;
    min-height: 500px;
  }

  .top-block-right-banner {
    margin-top: 50px;
  }

  .bottom-light-block {
    margin-top: 60px;
  }

  .cart-with-bgr {
    width: 100%;
  }

  .slider-testimonials {
    margin-top: 60px;
    margin-bottom: 256px;
  }

  .dark-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-with-height {
    padding-bottom: 60px;
  }

  .slider-block {
    margin-top: 60px;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-content-wrapper {
    width: 100%;
  }

  .contacts-title {
    max-width: 100%;
  }

  .workflow-quote {
    margin-top: 20px;
  }

  .workflow-profile-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .workflow-wrapper {
    flex-wrap: wrap;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

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

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }

  .team-social-links-wrapper {
    justify-content: flex-start;
  }

  .quote-reviews {
    font-size: 18px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .service-list-wrapper, .collection-list-services {
    grid-template-columns: 1fr;
  }

  .footer-brand-description {
    margin-bottom: 30px;
    font-size: 52px;
  }

  .footer-links-wrapper {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .nav-link {
    margin-left: 0;
  }

  .blog-classic-post-category {
    margin-bottom: 10px;
  }

  .author-block.margin {
    margin-top: 20px;
  }

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

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .accordion-wrap.mr {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .coming-soon-form {
    grid-row-gap: 15px;
    flex-direction: column;
  }

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

  .details-page-title {
    font-size: 40px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-info {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 30px;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

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

  .project-pagination-wrapper {
    margin-bottom: 60px;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-content {
    width: 100%;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-image {
    height: 300px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._404-text {
    font-size: 140px;
  }

  .promotion-label-left {
    max-width: 300px;
  }
}

@media screen and (max-width: 479px) {
  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

  .center-title {
    text-align: center;
  }

  .landing-banner-title-wrapper {
    max-width: 100%;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .white-text.width {
    max-width: 100%;
  }

  .button-wrapper-home-2 {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .block-horizontal {
    margin-top: 30px;
  }

  .description-right-wrapper.margin {
    margin-bottom: 30px;
  }

  .green-block-absolute {
    margin-right: -10px;
  }

  .green-block-absolute.home-3 {
    margin-right: 10px;
  }

  .green-block-absolute.position {
    margin-left: 30px;
  }

  .heading-wrapper-with-border {
    padding-bottom: 20px;
  }

  .image-left-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .image-left-wrapper.margin-auto, .image-left-wrapper.width {
    width: 100%;
    height: 300px;
  }

  .image-left-wrapper.margin {
    width: 100%;
  }

  .counter-block {
    text-align: center;
    align-items: center;
    width: 90%;
  }

  .bullet-maps._03 {
    position: absolute;
    inset: 11% 11% auto auto;
  }

  .bullet-maps._01 {
    position: absolute;
    top: 6%;
    left: 17%;
  }

  .maps-block {
    width: 100%;
    height: 410px;
  }

  .bullet-wrapper {
    left: 30%;
  }

  .column-block._01, .column-block._04, .column-block._06, .column-block._05, .column-block._03, .column-block._02 {
    width: 40px;
  }

  .column-shedule {
    grid-column-gap: 10px;
  }

  .shedule-top-block {
    width: 100%;
  }

  .left-block-shedule {
    padding: 10px;
  }

  .column-text-white {
    font-size: 12px;
  }

  .banner-title-wrapper {
    text-align: center;
    align-items: center;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .bottom-style-spacing-desktop, .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .button-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-project-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .tabs-menu-about {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    place-content: center space-between;
    width: 100%;
    display: flex;
  }

  .input-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .workflow-wrapper {
    margin-top: 30px;
  }

  .team-card-content-wrapper {
    text-align: center;
  }

  .team-grid {
    margin-top: 20px;
  }

  .team-social-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .testimonials-card-item {
    padding: 20px;
  }

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

  .footer-brand-description {
    font-size: 42px;
  }

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

  .footer {
    text-align: left;
  }

  .footer-links-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    justify-content: center;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-rights-wrapper {
    justify-content: center;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .nav-menu {
    width: 90%;
  }

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

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .nav-link {
    width: 99%;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-top-content, .blog-classic-bottom-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .author-block {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .portfolio-grid-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .details-page-title {
    max-width: none;
  }

  .blog-template-next-button, .blog-template-prev-button {
    flex: none;
    width: 100%;
  }

  .project-template-banner-image {
    height: 400px;
  }

  .project-template-info {
    grid-template-columns: 1fr;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    height: 70px;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #afafaf80;
    border-bottom-width: 1px;
    border-bottom-color: #afafaf80;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .license-link {
    margin-right: 15px;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-flow: column;
  }

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

  .div-block {
    width: 100%;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }
}

#w-node-a131618f-565c-2140-f391-6c314de3c81e-bfafed08, #w-node-a131618f-565c-2140-f391-6c314de3c826-bfafed08, #w-node-a131618f-565c-2140-f391-6c314de3c82e-bfafed08, #w-node-a131618f-565c-2140-f391-6c314de3c836-bfafed08, #w-node-a5e0d163-a8ba-e523-f227-7b57a2c2b7e9-bfafed1a, #w-node-a5e0d163-a8ba-e523-f227-7b57a2c2b7f7-bfafed1a, #w-node-a5e0d163-a8ba-e523-f227-7b57a2c2b805-bfafed1a, #w-node-a5e0d163-a8ba-e523-f227-7b57a2c2b813-bfafed1a, #w-node-a5e0d163-a8ba-e523-f227-7b57a2c2b821-bfafed1a, #w-node-a5e0d163-a8ba-e523-f227-7b57a2c2b82f-bfafed1a, #w-node-_9b91136c-9ecf-1681-602f-47d3584d22e8-bfafed1c, #w-node-_26bae12b-bf56-6b06-fe93-c4c52efea900-bfafed1d, #w-node-_26bae12b-bf56-6b06-fe93-c4c52efea902-bfafed1d, #w-node-_26bae12b-bf56-6b06-fe93-c4c52efea904-bfafed1d, #w-node-_26bae12b-bf56-6b06-fe93-c4c52efea906-bfafed1d, #w-node-_26bae12b-bf56-6b06-fe93-c4c52efea908-bfafed1d, #w-node-_26bae12b-bf56-6b06-fe93-c4c52efea90b-bfafed1d, #w-node-_26bae12b-bf56-6b06-fe93-c4c52efea90d-bfafed1d, #w-node-_26bae12b-bf56-6b06-fe93-c4c52efea90f-bfafed1d, #w-node-_26bae12b-bf56-6b06-fe93-c4c52efea911-bfafed1d, #w-node-_26bae12b-bf56-6b06-fe93-c4c52efea913-bfafed1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0efd400-50f6-e53c-c1e9-0df8ff426d90-bfafed20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b0efd400-50f6-e53c-c1e9-0df8ff426d96-bfafed20, #w-node-b0efd400-50f6-e53c-c1e9-0df8ff426d9a-bfafed20, #w-node-b0efd400-50f6-e53c-c1e9-0df8ff426d9e-bfafed20, #w-node-b0efd400-50f6-e53c-c1e9-0df8ff426da2-bfafed20, #w-node-b0efd400-50f6-e53c-c1e9-0df8ff426da6-bfafed20, #w-node-b0efd400-50f6-e53c-c1e9-0df8ff426daa-bfafed20, #w-node-b0efd400-50f6-e53c-c1e9-0df8ff426dae-bfafed20, #w-node-b0efd400-50f6-e53c-c1e9-0df8ff426db2-bfafed20, #w-node-b0efd400-50f6-e53c-c1e9-0df8ff426db6-bfafed20, #w-node-b0efd400-50f6-e53c-c1e9-0df8ff426dba-bfafed20, #w-node-b0efd400-50f6-e53c-c1e9-0df8ff426dbe-bfafed20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

@media screen and (max-width: 991px) {
  #w-node-_8460a34a-8491-0260-d339-d535bba63a9e-bfafed1f, #w-node-_8460a34a-8491-0260-d339-d535bba63aa3-bfafed1f, #w-node-_8460a34a-8491-0260-d339-d535bba63aa8-bfafed1f, #w-node-_8460a34a-8491-0260-d339-d535bba63aad-bfafed1f, #w-node-_8460a34a-8491-0260-d339-d535bba63ab0-bfafed1f, #w-node-_8460a34a-8491-0260-d339-d535bba63ab3-bfafed1f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@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;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}