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

:root {
  --black: #1c1c1c;
  --black-10: #0000001a;
  --tamno-plava\<deleted\|variable-ec89216e-3ea1-9da8-6d7a-8fa8fc64b13c\>: #212142;
  --blue-light: #1cf0ff;
  --black-20: #0003;
  --brand-color-1: #fd661d;
  --sand-2: #edeeef;
  --sand-1: #e7dfda;
  --white: white;
  --brand-color-2: #291919;
  --white-50: #ffffff80;
  --white-30: #ffffff4d;
  --white-70: #ffffffb3;
  --black-30: #0000004d;
  --black-50: #00000080;
  --black-80: #000c;
  --grey-standard: #999;
  --grey-light: #ccc;
  --grey-dark: #333;
  --blue-dark: #012539;
  --green-light: #0bdc7b;
  --green-dark: #00341e;
  --red: #d42624;
  --varijabla-zuta-boja-2: #ffc700;
  --button-size-radius-2: 10px;
  --button-size-radius: 10px;
}

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

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

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

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

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  line-height: 1.6;
}

a {
  color: var(--black);
  font-family: Roboto, sans-serif;
  line-height: 1.6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 1em;
}

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

blockquote {
  text-align: left;
  border-left: 5px #e2e2e2;
  max-width: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 35px;
  padding-left: 60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  line-height: 1.4em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
}

.slide {
  text-align: center;
}

.slide.image1 {
  background-image: url('../images/image-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.image2 {
  background-image: url('../images/image-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.image3 {
  background-image: url('../images/image-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  background-color: #fff;
  margin-top: 20px;
}

.slider.slider-thumbs {
  height: 150px;
  margin: 10px -5px 70px;
}

.arrow-icon.black {
  color: #000;
}

.inline-css {
  display: none;
}

.attrib {
  color: #999;
  font-size: .9em;
  font-style: italic;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.hidden {
  display: none;
}

.code {
  color: #000;
  background-color: #fff;
  border: 1px solid #ff8d8d;
  border-radius: 3px;
  margin-left: 1px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Inconsolata, monospace;
  font-size: 1.15em;
  display: inline-block;
}

.code.full {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 12px 15px;
  display: block;
}

.title-small {
  font-size: .5em;
  font-weight: 400;
}

.header {
  z-index: 999;
  background-color: #fff;
  height: 82px;
  padding-top: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 5px #444;
}

.site-title {
  color: #000;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 32px;
  line-height: 1.2em;
}

.site-link {
  color: #000;
}

.site-link:hover {
  color: #333;
  text-decoration: none;
}

.footer {
  border-top: 1px solid #ccc;
  margin-top: 50px;
  padding-top: 1em;
  padding-bottom: 1em;
}

.more-tricks:hover {
  text-decoration: none;
}

.tab-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
}

.tab-next:hover {
  text-decoration: none;
}

.tabs {
  position: relative;
}

.tab-wrapper {
  display: inline-block;
  position: relative;
}

.tab-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
}

.tab-prev:hover {
  text-decoration: none;
}

.rich-text-hover-image img {
  transition: transform .3s;
}

.rich-text-hover-image img:hover {
  transform: scale(1.25);
}

.slide-thumb {
  text-align: center;
  cursor: pointer;
  width: 25%;
  height: 150px;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.slide-nav-outside {
  position: static;
}

.left-arrow-outside {
  color: #333;
  position: absolute;
  left: -65px;
}

.right-arrow-outside {
  color: #333;
  right: -65px;
}

.nauka {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #012539 0%, #017abf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.but-desno {
  flex: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.but-desno:hover {
  background-color: var(--black);
}

.body-913 {
  background-color: var(--black-10);
}

.div-1-content-sredina-wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.div-1-sadrzaj-wrap {
  outline-offset: 0px;
  color: var(--tamno-plava\<deleted\|variable-ec89216e-3ea1-9da8-6d7a-8fa8fc64b13c\>);
  text-align: center;
  outline: 1px solid #212142;
  width: 70%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

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

.par-sredina {
  line-height: 28px;
}

.section-naslov-i-desni-link {
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.div-naslov-i-desni-link {
  border: 1px solid #000;
  border-radius: 1px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.h4-levi {
  color: var(--black);
  margin-top: 0;
  font-size: 26px;
}

.div-3-grid-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  width: 100%;
  display: grid;
}

.div-1-od-3-grid-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lb-1-od-3-grid-image {
  margin-bottom: 20px;
}

.image-1-od-3-grid-cover {
  width: 100%;
  height: 100%;
}

.par-1-0d-3-grid {
  color: var(--blue-light);
}

.section-3-grid-var-2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.div-3-grid-var-2-wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.div-3-grid-var-2-naslovi {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  max-width: 70%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.h2-glavni-naslov-za-grid-3-var-2 {
  color: var(--tamno-plava\<deleted\|variable-ec89216e-3ea1-9da8-6d7a-8fa8fc64b13c\>);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 32px;
}

.div-3-grid-var-2-konkretan {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-3-grid-var-2-pojed-wrap {
  background-color: #cf57574d;
}

.lb-grid-3-var-2-pojed-wrap {
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.div-grid-3-var-2-pojed-image-wrap {
  margin-bottom: 10px;
}

.image-grid-3-var-2-pojed {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.h3-grid-3-var-2 {
  color: var(--black);
  font-size: 32px;
  line-height: 28px;
}

.section-2-grid-vise-slika {
  grid-column-gap: 22px;
  grid-row-gap: 16px;
  color: var(--tamno-plava\<deleted\|variable-ec89216e-3ea1-9da8-6d7a-8fa8fc64b13c\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 60px;
  display: grid;
}

.div-grid-2-desno-wrap {
  padding-left: 60px;
  padding-right: 0;
}

.div-grid-2-levo-wrap {
  align-items: center;
  display: flex;
}

.div-grid-2-desno-text-wrap {
  margin-bottom: 20px;
}

.h4-grid-2-desno {
  margin-top: 10px;
}

.div-grid-2-slika-levo-veca {
  background-image: url('../images/ims_logo_full_ICON-1.png');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
  margin-right: 20px;
}

.div-grid-2-slike-levo-1 {
  background-image: url('../images/Frame-33.svg');
  background-position: 50%;
  background-size: cover;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}

.div-grid-2-slike-levo-manje-2 {
  background-image: url('../images/IMS-logo46-2.png');
  background-position: 50%;
  background-size: cover;
  width: 150px;
  height: 150px;
}

.h2.l17 {
  color: var(--black);
}

.div-faq-new-hor-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-trigger {
  cursor: pointer;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.faq-anwser {
  width: 360px;
  padding-bottom: 16px;
  font-size: 14px;
  overflow: hidden;
}

.div-faq-new-wrapper {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.div-faq-new-ver-wrapper-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 500px;
  display: flex;
}

.faq-question {
  color: var(--black);
  font-weight: 500;
}

.acordium-anwser-wrapper {
  color: #616161;
  justify-content: space-between;
  width: auto;
  font-size: 20px;
  display: flex;
  overflow: hidden;
}

.faq-blcok {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding-left: 32px;
  padding-right: 32px;
}

.faq-wrapper {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.faq-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-q {
  color: var(--tamno-plava\<deleted\|variable-ec89216e-3ea1-9da8-6d7a-8fa8fc64b13c\>);
}

.answer-wrap {
  overflow: hidden;
}

.text-a {
  color: var(--black-20);
  font-size: 20px;
}

.section-navbar-resp {
  background-color: var(--brand-color-1);
}

.navbar-49 {
  background-color: #ddd0;
}

.navigation-toggle.white.w--open {
  background-color: #ddddddd9;
}

.dropdown-2 {
  margin-left: 0;
  margin-right: 0;
}

.div-navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navlink {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-navlink-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin: 10px auto;
  display: flex;
}

.button-cta {
  color: #1c1c1c;
  text-align: center;
  background-color: #ffc52f;
  border-radius: 1000px;
  width: 179px;
  height: 45px;
  font-size: 14px;
}

.brand-2 {
  margin-right: 160px;
}

.brand-2.w--current {
  margin-right: 200px;
}

.icon-2.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14px;
  position: static;
}

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

.div-menu-white-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.brand-logo {
  align-items: stretch;
  max-width: none;
  height: auto;
  padding-left: 0;
  display: flex;
}

.brand-logo.w--current {
  margin-right: 0;
}

.text-block-desc._80 {
  width: 80%;
}

.logo-main {
  height: 40px;
}

.navmenu-light-area {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-small {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.text-small:hover {
  color: #1c1c1c;
}

.text-standard {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.text-big {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 1.6;
}

.text-big:hover {
  text-decoration: none;
}

.section-style-guide {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Georgia, Times, Times New Roman, serif;
}

.style-guide-subhead {
  color: #fff;
  background-color: #012539;
  padding: 1rem;
  font-size: 48px;
  line-height: 1.3;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.5;
}

.style-guide-page-wrapper {
  font-size: 16px;
  line-height: 1.5em;
}

.style-guide-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
}

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

.paragraph-big.white {
  color: #fff;
}

.paragraph-big.white.center, .paragraph-big.center {
  text-align: center;
}

.paragraph-big.orange {
  color: var(--brand-color-1);
}

.container-hero-main {
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5;
}

.navlink-white {
  color: #fff;
  padding: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
}

.navlink-white:hover, .navlink-white.w--current {
  color: #fd661d;
}

.navmenu-light-items-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.navbar-light-area {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000004d;
  border: 1px solid #ffffff80;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: block;
}

.h1-title-white-big {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  line-height: 1.2;
}

.button-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text-button {
  color: var(--black);
  font-weight: 500;
  line-height: 1.5;
}

.section-hero {
  color: var(--black);
  background-image: linear-gradient(#000c, #000c), url('../images/Hero_840.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-bottom: 60px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.container-hero-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.button-main {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--black);
  background-color: #fff;
  border: 1px solid #fd661d;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 4px 4px 16px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-flex;
}

.button-main:hover {
  background-color: #ffffff80;
  border-width: 2px;
  text-decoration: none;
}

.button-main.transparent {
  background-color: #ffffff80;
}

.button-main.transparent:hover {
  background-color: #fff;
  border-width: 2px;
}

.navmenu-main-button-wrapper {
  justify-content: center;
  align-items: center;
  display: block;
}

.navbar-light {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-main-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-wrapper {
  background-color: #fd661d;
  border: 1px solid #1c1c1c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 3px;
  display: flex;
}

.navmenu-light-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
  position: relative;
}

.subtitle-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #fd661d;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 0;
  padding: 5px 10px;
  display: inline-flex;
}

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

.title-subtitle-wrapper-left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  max-width: none;
  display: flex;
}

.about-numbers-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 0 #fd661d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.headline-wrapper-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.icon-about {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.subtitle-dot {
  background-color: #fd661d;
  border-radius: 10px;
  width: 10px;
  height: 10px;
}

.h2-orange {
  color: #fd661d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.about-main-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.about-wrapper-right {
  background-color: #0000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  max-width: none;
  height: auto;
  padding: 0;
  display: block;
  position: relative;
}

.title-wrapper-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.about-number {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #0000001a;
  border-top-color: #0000004d;
  border-left: 2px solid #fd661d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.subtitle-text {
  color: #1c1c1c;
  font-weight: 500;
  line-height: 1.5;
}

.container-padding-main {
  width: auto;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.5;
}

.container-padding-main.orange {
  background-color: #fd661d;
  line-height: 1.5;
}

.paragraph-small-about {
  font-size: 15px;
  line-height: 1.6;
}

.section-main {
  color: var(--black);
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Roboto, sans-serif;
  line-height: 1.5;
}

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

.partners-items-wrapper {
  z-index: 2;
  background-color: #fd661d;
  align-items: center;
  max-width: 100%;
  height: auto;
  min-height: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.partners-items-main {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
  overflow: hidden;
}

.partner-item {
  flex: none;
  align-items: center;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.scroll-cricle-icon {
  color: #1c1c1c;
  background-color: #333;
  border-radius: 10px;
  width: 5px;
  height: 5px;
  margin-right: 30px;
}

.partner-logo {
  margin-right: 48px;
}

.section-sand {
  background-color: var(--sand-2);
  color: var(--black);
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Roboto, sans-serif;
  line-height: 1.5;
}

.services-card-block-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.service-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-top-color: #0000004d;
  border-left: 2px solid #fd661d;
  border-radius: 10px;
  flex-flow: column;
  align-items: stretch;
  padding: 30px;
  display: flex;
}

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

.service-content-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

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

.paragraph-small-card-grey {
  color: #999;
  font-size: 14px;
  line-height: 1.5;
}

.service-icon-box {
  background-color: #fd661d;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-wrapper-center-main {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.headline-wrapper-center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.process-image-left {
  background-color: #000c;
  border-radius: 10px;
  width: 350px;
  max-width: 350px;
  height: 350px;
  line-height: 1.5;
  overflow: hidden;
}

.paragraph-all-grey {
  color: #999;
}

.section-dark {
  background-color: #1c1c1c;
  padding-top: 60px;
  padding-bottom: 60px;
}

.process-image-wrapper {
  flex-flow: column;
  align-items: stretch;
  width: 43%;
  max-width: none;
  display: flex;
}

.headline-wrapper-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: right;
  flex-flow: column;
  display: flex;
}

.process-content-wrapper {
  width: 55%;
}

.process-content-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000c;
  background-image: linear-gradient(150deg, #333 52%, #00000080);
  border-bottom: 1px solid #fd661d;
  border-radius: 10px;
  flex-flow: column;
  align-items: flex-start;
  padding: 20px;
  transition: border-color .2s;
  display: flex;
}

.process-content-item:hover {
  background-color: #1c1c1c;
  background-image: none;
  border-width: 1px 1px 2px;
  border-color: #ffffff80 #ffffff4d #fd661d;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
}

.process-content-item.orange {
  background-color: #fd661d;
  background-image: linear-gradient(#fd661d, #000c);
}

.process-content-item.orange:hover {
  background-image: linear-gradient(#fd661d, #d42624);
}

.process-main-container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.process-title-left-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 50px;
  display: flex;
}

.h2-white {
  color: #fff;
  text-align: left;
}

.process-content-items-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.h3-white, .h3-white:hover {
  color: #fff;
}

.process-image-right {
  background-color: #000c;
  border-radius: 10px;
  width: 100%;
  max-width: 350px;
  height: 350px;
  margin-top: -220px;
  margin-left: 40px;
  line-height: 1.5;
}

.testimonials-slider {
  color: #fff;
  text-align: center;
  background-color: #0000;
  width: 100%;
  height: auto;
  line-height: 1.5;
  position: static;
}

.slide-nav {
  display: none;
}

.arrow-wrapper {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.slide-divider {
  background-color: #ccc;
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
}

.slide-content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 20px;
  padding: 20px;
  display: flex;
}

.testimonials-slide {
  color: #333;
  text-align: left;
  width: 50%;
  height: auto;
  margin-right: 0;
}

.slide-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mask-testimonials {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  overflow: visible;
}

.slide-stars-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.slide-text-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.testimonial-slider-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.author-name {
  color: #1c1c1c;
  text-align: left;
  font-weight: 600;
}

.slider-right-arrow {
  background-color: #fd661d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  display: flex;
  inset: auto 5% 0% auto;
}

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

.text-standard-grey-dark {
  line-height: 1.6;
}

.author-role {
  color: #333;
  text-align: left;
}

.slider-left-arrow {
  background-color: #fd661d;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  display: flex;
  inset: auto 11% 0% auto;
}

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

.faq-top-item-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.h4-orange {
  color: #fd661d;
  line-height: 1.3;
}

.h4-orange.blog:hover {
  color: #fff;
}

.paragraph-standard {
  width: 100%;
  line-height: 1.6;
}

.faq-main-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.faq-answer {
  z-index: 10;
  color: #1c1c1c;
  flex-flow: column;
  margin-right: 0;
  padding-right: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-top-color: #0000004d;
  border-left: 2px solid #fd661d;
  border-radius: 10px;
  flex-flow: column;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-blog-wrapper-left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  align-items: flex-start;
  width: 70%;
  padding-bottom: 0;
  display: flex;
}

.blog-main-hor-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-wrapper-left-main {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-cta {
  background-image: linear-gradient(#000c, #000c), url('../images/Hero_840.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cta-wrapper-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.par-footer {
  color: #333;
  line-height: 1.6;
}

.footer-subscribe-grid-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 60px;
  display: grid;
}

.link-footer-2 {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.link-footer-2.w--current {
  color: #fd661d;
  font-weight: 500;
}

.section-footer {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  line-height: 1.5;
}

.h3-footer {
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.3;
}

.footer-rights-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-socials-item-2 {
  background-color: #fd661d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.footer-socials-item-2:hover {
  background-color: #333;
}

.icon-soc {
  max-width: 100%;
}

.footer-divider {
  background-color: #00000080;
  width: 100%;
  height: 1px;
}

.footer-main-wrapper {
  grid-column-gap: 50px;
  border-bottom: 1px #0000004d;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.submit-button {
  background-color: #fd661d;
  background-image: url('../images/ArrowR_white24_1ArrowR_white24.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  padding: 10px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: clip;
}

.form-email-block {
  color: #291919;
  margin-bottom: 0;
}

.footer-text {
  font-weight: 500;
}

.footer-contact-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  width: 33%;
  display: flex;
}

.form-home {
  grid-row-gap: 15px;
  color: #291919;
  align-items: center;
  min-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.text-field-email {
  color: #999;
  background-color: #0003;
  border: 1px solid #fd661d;
  border-radius: 10px;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding: 8px 160px 8px 20px;
}

.text-field-email::placeholder {
  color: #999;
}

.footer-socials-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.footer-contact-link-2 {
  color: #1c1c1c;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

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

.blog-image-wrapper {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}

.text-standard-grey {
  color: #999;
  line-height: 1.6;
}

.blog-text-main-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000c;
  border-radius: 10px;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  line-height: 1.6;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: auto 20px 40px;
}

.blog-text-main-wrapper:hover {
  transform: scale(1.05);
}

.blog-link-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--sand-1);
  object-fit: cover;
  border: 1px solid #0000001a;
  border-top-color: #0000004d;
  border-left: 2px solid #fd661d;
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 10px;
  line-height: 1.6;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.blog-image-blg {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.blog-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.navbar-main {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navlink-main {
  color: #1c1c1c;
  padding: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
}

.navlink-main:hover {
  color: #fd661d;
}

.navlink-main.w--current {
  color: #fd661d;
  font-size: 18px;
  line-height: 1.1;
}

.navmenu-main-area {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navmenu-main-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
  position: relative;
}

.navmenu-main-items-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-main-area {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border: 1px solid #0000004d;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: block;
}

.section-menu-main {
  color: var(--black);
  font-family: Roboto, sans-serif;
  line-height: 1.5;
}

.image-big {
  border-radius: 10px;
  width: 1360px;
}

.h1-title-main-big {
  color: #1c1c1c;
  text-align: center;
  letter-spacing: -.03em;
  line-height: 1.2;
}

.main-content-wrapper-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-tabs-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tabs-menu-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: inline-flex;
}

.about-tab-link {
  background-color: #0000;
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000004d;
  border-left: 2px solid #fd661d;
  border-right: 1px solid #0000001a;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
}

.about-tab-link:hover {
  text-decoration: none;
}

.about-tab-link.w--current {
  background-color: #0000001a;
  border-bottom: 1px solid #00000080;
  border-radius: 10px;
}

.main-title-big-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-big-wrapper {
  border-radius: 10px;
}

.team-member-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffff80;
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000004d;
  border-left: 2px solid #fd661d;
  border-right: 1px solid #0000001a;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 10% 10%;
}

.team-member-content:hover {
  background-color: #fff;
}

.h4-center {
  text-align: center;
  line-height: 1.3;
}

.team-single-card {
  background-color: var(--white);
  color: var(--black);
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding: 10px;
  font-family: Roboto, sans-serif;
  transition: all .4s;
  position: relative;
}

.team-single-card:hover {
  transform: scale(1.05);
}

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

.text-card-center.grey {
  color: #333;
}

.team-member-social {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-member-data {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.services-wrapper-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: flex;
}

.services-check-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.services-left-bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.services-main-flex-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.services-subtitle {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.h3_orange {
  color: #fd661d;
  line-height: 1.3;
}

.services-wrapper-right {
  background-color: #0000;
  border-radius: 10px;
  width: auto;
  max-width: none;
  height: auto;
  padding-top: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.services-contact-box {
  z-index: 5;
  background-color: #ffffff80;
  border: 1px solid #0000001a;
  border-top-color: #0000004d;
  border-left: 2px solid #fd661d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 250px;
  height: 150px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.service-main-image-overflow {
  overflow: hidden;
}

.orange-bkg {
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  top: 1%;
  bottom: auto;
  right: 0%;
}

.service-meeting-image {
  z-index: 4;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
}

.price-text {
  color: #fff;
}

.price-text.grey {
  color: #999;
}

.icon-pricing-list {
  height: 20px;
}

.grid-prices {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: start;
}

.pricing-tabs-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-grid-pricing {
  color: #1c1c1c;
  text-align: center;
  background-color: #ffffff80;
  border: 1px solid #fd661d;
  border-radius: 10px;
  padding: 15px 30px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
}

.button-grid-pricing:hover {
  color: #fff;
  background-color: #000c;
  border-width: 2px;
  border-color: #fd661d;
}

.pricing-text-top2 {
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 500;
}

.price-toggle-box {
  background-color: #000c;
  border: 1px solid #fd661d;
  border-radius: 10px;
  align-items: center;
  width: 60px;
  height: 30px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.pricing-card-title {
  background-color: #ffffff4d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.pricing-text-top1 {
  color: #1c1c1c;
  text-align: center;
  background-color: #ffffff80;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 8px;
  font-size: 20px;
  line-height: 1.5;
}

.div-pricing-list-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.price-ball {
  background-color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.pricing-text-top3 {
  color: #ccc;
}

.pricing-text-top3.black {
  color: #1c1c1c;
}

.div-pricing-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-pricing-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

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

.button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.h2-services {
  line-height: 1.2;
}

.div-contact-data-wrapper {
  align-items: center;
  margin-top: 50px;
  margin-right: 20px;
  display: flex;
}

.button-contact {
  background-color: #333;
  border: 1px solid #fd661d;
  width: 100%;
  padding: 10px 15px;
  font-weight: 400;
}

.button-contact:hover {
  color: #1c1c1c;
  background-color: #fd661d;
  border-color: #333;
  font-weight: 500;
}

.form-text-field {
  border: 1px solid #4db2bdf0;
  border-radius: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-text-field.big {
  height: 100px;
  margin-bottom: 0;
  overflow: auto;
}

.form-block {
  color: #fff;
  background-color: #fff;
  border: 1px solid #00000080;
  border-radius: 9px;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 20px;
  box-shadow: 1px 0 26px 3px #000c;
}

.contact-form {
  background-color: #333;
}

.contact-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  display: grid;
}

.link-block-contact {
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.form-label {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 5px;
  font-weight: 400;
}

.contact-form-content-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
}

.contact-icon {
  width: auto;
  max-width: 100%;
  height: 25px;
  padding-bottom: 5px;
}

.contact-paragraph {
  color: #1c1c1c;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 10px;
  line-height: 1.5;
}

.paragraph-contact-text {
  color: #1c1c1c;
  font-size: 16px;
  line-height: 1.5;
}

.div-contact-icon {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 4px;
  display: flex;
}

.blog-item-one-data--wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -4%;
}

.icon-blog-one-item {
  margin-right: 10px;
}

.text-one-post {
  color: #1c1c1c;
  text-align: left;
  font-weight: 500;
}

.text-one-post.date {
  color: #333;
  text-align: left;
  font-size: 16px;
}

.blog-item-one-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  flex-flow: column;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.blog-item-one-content-wrapper {
  padding-top: 60px;
  padding-bottom: 0;
}

.blog-quote-wrapper {
  color: #fd661d;
  border-left: 2px solid #fd661d;
  padding: 40px 20px;
  font-size: 20px;
  font-weight: 500;
}

.blog-item-one-author-wrapper {
  color: #fff;
  text-align: center;
  background-color: #f78118b8;
  border: 1px solid #000c;
  border-radius: 10px;
  align-items: center;
  min-width: 180px;
  padding: 10px 25px;
  font-size: 18px;
  display: flex;
}

.image-blog-one-item {
  text-align: left;
  border-radius: 10px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-item-one-image-wrapper {
  position: relative;
  left: auto;
  right: auto;
}

.blog-author-date-wrapper {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.image-blog-bottom {
  border-radius: 10px;
}

.blog-quote {
  border-left-style: none;
  font-size: 20px;
  line-height: 1.6;
}

.h3-subtitle-blog {
  color: #fd661d;
  line-height: 1.2;
}

.blog-main-text-wrapper {
  flex-flow: column;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
}

.blog-subtext-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  h1 {
    color: var(--black);
    font-size: 54px;
    line-height: 1.18;
  }

  h2 {
    font-family: Roboto, sans-serif;
    font-size: 40px;
    line-height: 1.22;
  }

  h3 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 32px;
    line-height: 1.25;
  }

  h4 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 1.32;
  }

  h5 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 19px;
    line-height: 1.4;
  }

  h6 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.45;
  }

  p {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.65;
  }

  a {
    color: var(--black);
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.7;
  }

  .section-navbar-resp {
    background-color: var(--brand-color-1);
  }

  .navigation-toggle.white.w--open {
    background-color: #ddddddd9;
  }

  .dropdown-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .navlink {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-weight: 500;
  }

  .dropdown-toggle {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .div-navlink-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .icon-2.white {
    color: #fff;
    margin: 0;
    position: static;
  }

  .div-menu-white-wrapper {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .brand-logo {
    align-items: stretch;
    max-width: none;
    height: auto;
    padding-left: 0;
    display: flex;
  }

  .brand-logo.w--current {
    margin-right: 0;
  }

  .text-block-desc._80 {
    width: 80%;
  }

  .logo-main {
    height: 40px;
  }

  .navmenu-light-area {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .text-small {
    color: var(--black);
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 1.6;
  }

  .text-small:hover {
    color: #1c1c1c;
  }

  .text-standard {
    color: var(--black);
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.65;
  }

  .text-big {
    color: var(--black);
    font-family: Roboto, sans-serif;
    font-size: 22px;
    line-height: 1.65;
  }

  .style-guide-subhead {
    color: #fff;
    background-color: #012539;
    font-size: 54px;
    line-height: 1.2;
  }

  .paragraph-small {
    font-size: 15px;
    line-height: 1.6;
  }

  .style-guide-page-wrapper {
    font-size: 16px;
    line-height: 1.5em;
  }

  .paragraph-big {
    font-size: 22px;
    line-height: 1.65;
  }

  .paragraph-big.white {
    color: #fff;
  }

  .container-hero-main {
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .navlink-white {
    color: #fff;
    padding: 12px;
    font-size: 18px;
    line-height: 1.1em;
  }

  .navlink-white:hover {
    color: #fd661d;
  }

  .navmenu-light-items-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #0000;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .hero-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .navbar-light-area {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000004d;
    border: 1px solid #ffffff80;
    border-radius: 10px;
    width: 100%;
    max-width: 1440px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .h1-title-white-big {
    color: #fff;
    text-align: center;
    letter-spacing: normal;
    line-height: 1.18;
  }

  .button-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .text-button {
    font-size: 16px;
    line-height: 1.6em;
  }

  .section-hero {
    background-image: linear-gradient(#000c, #000c), url('../images/Hero_840.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-bottom: 80px;
  }

  .container-hero-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
  }

  .button-main {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    color: var(--black);
    background-color: #fff;
    border: 1px solid #f78118;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 4px 4px 4px 16px;
    display: inline-flex;
  }

  .button-main.transparent {
    background-color: #ffffff80;
  }

  .navmenu-main-button-wrapper {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .navbar-light {
    background-color: #0000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-main-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .icon-wrapper {
    background-color: #f78118;
    border: 1px solid #1c1c1c;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 3px;
    display: flex;
  }

  .navmenu-light-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    display: flex;
    position: relative;
  }

  .subtitle-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid #f78118;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 0;
    padding: 5px 10px;
    display: inline-flex;
  }

  .title-subtitle-wrapper-left {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 60%;
    display: flex;
  }

  .about-numbers-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-top: 0 #fd661d;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-items: stretch;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: grid;
  }

  .headline-wrapper-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .icon-about {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .subtitle-dot {
    background-color: #f78118;
    border-radius: 10px;
    width: 10px;
    height: 10px;
  }

  .h2-orange {
    color: #fd661d;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.22;
  }

  .about-main-wrapper {
    justify-content: space-between;
  }

  .about-wrapper-right {
    background-color: #0000;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 40%;
    max-width: none;
    height: auto;
    padding: 0;
    display: block;
    position: relative;
  }

  .title-wrapper-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

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

  .about-number {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-left: 2px solid #fd661d;
    flex-flow: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .subtitle-text {
    color: #1c1c1c;
    font-weight: 500;
    line-height: 1.5;
  }

  .container-padding-main {
    width: auto;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-small-about {
    font-size: 15px;
    line-height: 1.6;
  }

  .partners-items-wrapper {
    align-items: center;
    height: auto;
    min-height: 0;
    display: flex;
  }

  .partner-item {
    flex: none;
    align-items: center;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    display: flex;
  }

  .scroll-cricle-icon {
    background-color: #333;
    border-radius: 10px;
    width: 5px;
    height: 5px;
    margin-right: 30px;
  }

  .partner-logo {
    margin-right: 48px;
  }

  .section-sand {
    background-color: #edeeef;
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 1.5;
  }

  .services-card-block-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: grid;
  }

  .service-card {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: #fff;
    border-radius: 10px;
    flex-flow: column;
    align-items: stretch;
    padding: 30px;
    display: flex;
  }

  .service-content-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .paragraph-small-card-grey {
    color: #999;
    font-size: 15px;
    line-height: 1.6;
  }

  .service-icon-box {
    color: #fff;
    background-color: #fd661d;
    border: 1px solid #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
  }

  .headline-wrapper-center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-standard-grey-dark {
    font-size: 17px;
    line-height: 1.65;
  }

  .slider-left-arrow {
    right: 10%;
  }

  .h4-orange {
    line-height: 1.32;
  }

  .h4-orange.blog:hover {
    color: #fff;
  }

  .paragraph-standard {
    line-height: 1.65;
  }

  .faq-answer {
    z-index: 10;
    margin-right: 12rem;
    position: relative;
    overflow: hidden;
  }

  .footer-subscribe-grid-wrapper {
    grid-column-gap: 265px;
    grid-row-gap: 265px;
    margin-bottom: 120px;
  }

  .h3-footer {
    font-size: 32px;
    line-height: 1.25;
  }

  .footer-links-wrapper {
    flex-flow: wrap;
  }

  .text-standard-grey {
    line-height: 1.65;
  }

  .blog-text-main-wrapper {
    transition: all .4s;
  }

  .blog-text-main-wrapper:hover {
    transform: scale(1.05);
  }

  .blog-link-block {
    border-top-color: #0000004d;
    border-bottom-color: #0000001a;
  }

  .navbar-main {
    background-color: #0000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navlink-main {
    color: #1c1c1c;
    padding: 12px;
    font-size: 18px;
    line-height: 1.1;
  }

  .navlink-main:hover {
    color: #fd661d;
  }

  .navmenu-main-area {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navmenu-main-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    display: flex;
    position: relative;
  }

  .navmenu-main-items-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #0000;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar-main-area {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    border: 1px solid #0000004d;
    border-radius: 10px;
    width: 100%;
    max-width: 1440px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .image-big {
    width: 1360px;
  }

  .h1-title-main-big {
    line-height: 1.18;
  }

  .h3_orange {
    line-height: 1.25;
  }

  .icon-pricing-list {
    height: 20px;
  }

  .grid-prices {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: start;
  }

  .button-grid-pricing {
    color: #1c1c1c;
    text-align: center;
    background-color: #ffffff80;
    border: 1px solid #fd661d;
    border-radius: 10px;
    padding: 15px 30px;
    line-height: 1.5;
    text-decoration: none;
    transition: all .3s;
  }

  .button-grid-pricing:hover {
    color: #fff;
    background-color: #000c;
    border-color: #fd661d;
    font-size: 16px;
    line-height: 1.5;
  }

  .pricing-text-top1 {
    color: #1c1c1c;
    background-color: #0003;
    border-radius: 50px;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 24px;
    line-height: 1.5;
  }

  .div-pricing-list-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .div-pricing-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .div-pricing-list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    color: var(--black);
  }

  h2 {
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 45px;
    line-height: 1.22;
  }

  h3 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 34px;
    line-height: 1.25;
  }

  h4 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 26px;
    line-height: 1.32;
  }

  h5 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 1.4;
  }

  h6 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 1.45;
  }

  p {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 1.65;
  }

  a {
    color: var(--black);
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 1.7;
  }

  .h2 {
    letter-spacing: -.02em;
    text-indent: 0;
  }

  .h2.l17 {
    max-width: 17ch;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-faq-new-hor-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .faq-trigger {
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .faq-anwser {
    color: #1c1c1c80;
    width: 360px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 112%;
  }

  .div-faq-new-wrapper {
    width: 100%;
    max-width: 1440px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 40px 0;
  }

  .div-faq-new-ver-wrapper-right {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    display: flex;
  }

  .faq-wrapper {
    border-bottom: 1px solid #1c1c1c1a;
  }

  .faq-question {
    font-size: 21px;
    line-height: 112%;
  }

  .text-1 {
    color: #1c1c1c;
    text-indent: 0%;
    max-width: none;
    font-weight: 500;
    line-height: 112%;
  }

  .acordium-anwser-wrapper {
    border: 0 #000;
    border-bottom: 1px solid #1c1c1c1a;
    justify-content: space-between;
    width: auto;
    margin-top: 4px;
    display: flex;
  }

  .faq-blcok.margin-16 {
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-navbar-resp {
    background-color: var(--brand-color-1);
  }

  .navbar-49 {
    background-color: #ddd0;
    width: auto;
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-toggle.white {
    background-color: #dddddd91;
  }

  .navigation-toggle.white.w--open {
    background-color: #ddddddd9;
  }

  .dropdown-2 {
    margin-left: 0;
    margin-right: 0;
    line-height: 130%;
  }

  .div-navbar-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 16px auto 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navlink {
    color: #fff;
    text-indent: 0%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
  }

  .dropdown-toggle {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .div-navlink-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .button-cta {
    color: #1c1c1c;
    background-color: #ffc52f;
    border-radius: 1000px;
    justify-content: center;
    align-items: center;
    width: 179px;
    height: 45px;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 16px;
    font-weight: 500;
    display: flex;
  }

  .brand-2, .brand-2.w--current {
    margin-right: 303px;
  }

  .icon-2 {
    margin-left: 10px;
    margin-right: 0;
  }

  .icon-2.white {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    position: static;
  }

  .dd-link {
    color: #1c1c1c;
  }

  .dd-link:hover {
    color: #fff;
    background-color: #000000d1;
  }

  .nav-menu-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-menu-white-wrapper {
    width: 100%;
    margin-top: 0;
    padding: 0 30px;
  }

  .brand-logo {
    align-items: stretch;
    max-width: none;
    height: auto;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .brand-logo.w--current {
    margin-right: 303px;
  }

  .text-block-desc._80 {
    width: 80%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .logo-main {
    max-width: 100%;
    height: 45px;
  }

  .navmenu-light-area {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .text-small {
    color: var(--black);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.6;
  }

  .text-small:hover {
    color: #1c1c1c;
  }

  .text-standard {
    color: var(--black);
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 1.65;
  }

  .text-big {
    color: var(--black);
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 1.65;
  }

  .style-guide-subhead {
    color: #fff;
    background-color: #012539;
    font-family: Roboto, sans-serif;
    font-size: 60px;
    line-height: 1.2;
  }

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

  .style-guide-page-wrapper {
    font-size: 16px;
    line-height: 1.5em;
  }

  .paragraph-big {
    font-size: 24px;
    line-height: 1.65;
  }

  .paragraph-big.white {
    color: #fff;
  }

  .paragraph-big.white.center {
    text-align: center;
  }

  .paragraph-big.center {
    line-height: 1.65;
  }

  .container-hero-main {
    background-image: none;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .navlink-white {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    font-size: 18px;
    line-height: 1.1em;
  }

  .navlink-white:hover {
    color: #fd661d;
  }

  .navmenu-light-items-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #0000;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
  }

  .hero-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .navbar-light-area {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000004d;
    border: 1px solid #ffffff80;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .h1-title-white-big {
    color: #fff;
    text-align: center;
    letter-spacing: normal;
    font-size: 60px;
    line-height: 1.15;
  }

  .button-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .text-button {
    font-size: 16px;
    line-height: 1.6em;
  }

  .section-hero {
    background-image: linear-gradient(#000c, #000c), url('../images/Hero_840.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-bottom: 100px;
  }

  .container-hero-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
  }

  .button-main {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #fff;
    border: 1px solid #f78118;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 4px 4px 4px 16px;
    display: inline-flex;
  }

  .button-main.transparent {
    background-color: #ffffff80;
  }

  .navmenu-main-button-wrapper {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .navbar-light {
    background-color: #0000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-main-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .icon-wrapper {
    background-color: #f78118;
    border: 1px solid #1c1c1c;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 3px;
    display: flex;
  }

  .navmenu-light-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    display: flex;
    position: relative;
  }

  .subtitle-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid #f78118;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 0;
    padding: 5px 10px;
    display: inline-flex;
  }

  .title-subtitle-wrapper-left {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 60%;
    display: flex;
  }

  .about-numbers-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-top: 0 #fd661d;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-items: stretch;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: grid;
  }

  .headline-wrapper-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .icon-about {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .subtitle-dot {
    background-color: #f78118;
    border-radius: 10px;
    width: 10px;
    height: 10px;
  }

  .h2-orange {
    color: #fd661d;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.22;
  }

  .about-wrapper-right {
    background-color: #0000;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 40%;
    max-width: none;
    height: auto;
    padding: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .title-wrapper-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .about-image {
    aspect-ratio: auto;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .about-number {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-left: 2px solid #fd661d;
    flex-flow: column;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .subtitle-text {
    color: #1c1c1c;
    font-weight: 500;
    line-height: 1.5;
  }

  .container-padding-main {
    width: auto;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-small-about {
    font-size: 16px;
    line-height: 1.6;
  }

  .partners-items-wrapper {
    align-items: center;
    height: auto;
    min-height: 0;
    display: flex;
  }

  .partner-item {
    flex: none;
    align-items: center;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    display: flex;
  }

  .scroll-cricle-icon {
    background-color: #333;
    border-radius: 10px;
    width: 5px;
    height: 5px;
    margin-right: 30px;
  }

  .partner-logo {
    margin-right: 48px;
  }

  .section-sand {
    background-color: #edeeef;
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 1.5;
  }

  .services-card-block-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: grid;
  }

  .service-card {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: #fff;
    border-radius: 10px;
    flex-flow: column;
    align-items: stretch;
    padding: 30px;
    display: flex;
  }

  .title-wrapper-center {
    flex-flow: column;
    display: flex;
  }

  .service-content-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .paragraph-small-card-grey {
    color: #999;
    font-size: 16px;
    line-height: 1.6;
  }

  .service-icon-box {
    color: #fff;
    background-color: #fd661d;
    border: 1px solid #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
  }

  .headline-wrapper-center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .headline-wrapper-center.white {
    color: #fff;
    line-height: 1.5;
  }

  .slide-nav {
    display: none;
    inset: 0% 0% auto;
  }

  .arrow-wrapper {
    max-width: 30px;
  }

  .slide-content-wrapper {
    flex: 1;
    width: auto;
    max-width: 780px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-right-arrow {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    inset: auto 3% 0% auto;
  }

  .text-standard-grey-dark {
    font-size: 18px;
    line-height: 1.65;
  }

  .slider-left-arrow {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    inset: auto 7% 0% auto;
  }

  .h4-orange {
    line-height: 1.32;
  }

  .h4-orange.blog:hover {
    color: #fff;
  }

  .paragraph-standard {
    line-height: 1.65;
  }

  .faq-answer {
    z-index: 10;
    margin-right: 12rem;
    position: relative;
    overflow: hidden;
  }

  .footer-subscribe-grid-wrapper {
    grid-column-gap: 265px;
    grid-row-gap: 265px;
    margin-bottom: 120px;
  }

  .h3-footer {
    font-size: 34px;
    line-height: 1.25;
  }

  .footer-links-wrapper {
    flex-flow: wrap;
  }

  .text-standard-grey {
    line-height: 1.65;
  }

  .blog-text-main-wrapper {
    transition: all .4s;
  }

  .blog-text-main-wrapper:hover {
    transform: scale(1.05);
  }

  .blog-link-block {
    border-top-color: #0000004d;
    border-bottom-color: #0000001a;
  }

  .navbar-main {
    background-color: #0000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navlink-main {
    color: #1c1c1c;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    font-size: 18px;
    line-height: 1.1;
  }

  .navlink-main:hover {
    color: #fd661d;
  }

  .navmenu-main-area {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navmenu-main-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    display: flex;
    position: relative;
  }

  .navmenu-main-items-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #0000;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
  }

  .navbar-main-area {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    border: 1px solid #0000004d;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .image-big {
    border-radius: 8px;
    width: 1360px;
  }

  .h1-title-main-big {
    line-height: 1.15;
  }

  .main-title-big-flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 917px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .h3_orange {
    line-height: 1.25;
  }

  .text-pricing-list-item {
    color: #fff;
    line-height: 1.5;
  }

  .icon-pricing-list {
    height: 20px;
  }

  .grid-prices {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: start;
  }

  .button-grid-pricing {
    color: #1c1c1c;
    text-align: center;
    background-color: #ffffff80;
    border: 1px solid #fd661d;
    border-radius: 10px;
    padding: 15px 30px;
    line-height: 1.5;
    text-decoration: none;
    transition: all .3s;
  }

  .button-grid-pricing:hover {
    color: #fff;
    background-color: #000c;
    border-color: #fd661d;
  }

  .pricing-text-top1 {
    color: #1c1c1c;
    text-align: center;
    background-color: #0003;
    border-radius: 50px;
    margin-bottom: 30px;
    padding: 10px;
    font-size: 24px;
    line-height: 1.5;
  }

  .div-pricing-list-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .div-pricing-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .div-pricing-list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
  }

  .h2-services {
    text-align: left;
  }

  .h2-services.white {
    color: #1c1c1c;
    line-height: 1.22;
  }
}

@media screen and (min-width: 1920px) {
  .brand-logo {
    align-items: stretch;
    padding-left: 0;
    display: flex;
  }

  .text-block-desc._80 {
    width: 80%;
    padding-bottom: 0;
  }

  .logo-main {
    height: 50px;
  }

  .navmenu-light-area {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: auto;
    display: flex;
  }

  .navmenu-light-button {
    display: flex;
  }

  .text-small {
    color: #1c1c1c;
    line-height: 1.6;
  }

  .text-small:hover {
    color: #1c1c1c;
  }

  .text-standard {
    font-size: 24px;
    line-height: 1.65;
  }

  .text-big {
    font-size: 32px;
    line-height: 1.65;
  }

  .paragraph-small {
    font-size: 21px;
    line-height: 1.6;
  }

  .paragraph-big {
    font-size: 32px;
    line-height: 1.65;
  }

  .paragraph-big.white {
    color: #fff;
  }

  .paragraph-big.white.center {
    text-align: center;
    line-height: 1.65em;
  }

  .container-hero-main {
    background-image: linear-gradient(#000c, #000c), url('../images/IMF_1600x840.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .navlink-white {
    color: #fff;
  }

  .navlink-white:hover {
    color: #fd661d;
    text-decoration: none;
  }

  .navmenu-light-items-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #0000;
    border-radius: 0;
    justify-content: space-between;
    display: flex;
  }

  .hero-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .navbar-light-area {
    background-color: #0000004d;
    border: 1px solid #ffffff80;
    border-radius: 10px;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    display: block;
  }

  .h1-title-white-big {
    color: #fff;
    text-align: center;
    letter-spacing: -.03em;
  }

  .button-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .text-button {
    font-size: 16px;
    line-height: 1.6em;
  }

  .section-hero {
    padding-bottom: 100px;
  }

  .container-hero-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
  }

  .button-main {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #fff;
    border: 1px solid #f78118;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 4px 4px 4px 16px;
    display: inline-flex;
  }

  .button-main.transparent {
    background-color: #ffffff80;
  }

  .navmenu-main-button-wrapper {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .navbar-light {
    background-color: #0000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-main-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .icon-wrapper {
    background-color: #f78118;
    border-color: #1c1c1c;
    width: 32px;
    height: 32px;
    padding: 3px;
  }

  .navmenu-light-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    display: flex;
    position: relative;
  }

  .subtitle-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid #f78118;
    border-radius: 10px;
    margin-bottom: 0;
    padding: 5px 10px;
    display: inline-flex;
  }

  .title-subtitle-wrapper-left {
    grid-column-gap: 84px;
    grid-row-gap: 84px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
    display: flex;
  }

  .about-numbers-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-top: 0 #fd661d;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-items: stretch;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: grid;
  }

  .headline-wrapper-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .icon-about {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .subtitle-dot {
    background-color: #f78118;
    border-radius: 10px;
    width: 10px;
    height: 10px;
  }

  .h2-orange {
    color: #fd661d;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 45px;
    line-height: 1.25;
    display: block;
  }

  .about-wrapper-right {
    background-color: #0000;
    width: 50%;
    max-width: 645px;
    height: auto;
    padding: 0;
    display: block;
    overflow: visible;
  }

  .title-wrapper-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
    line-height: 1.5;
    display: flex;
  }

  .about-image {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .about-number {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-left: 2px solid #fd661d;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .subtitle-text {
    color: #1c1c1c;
    font-weight: 500;
    line-height: 1.5;
  }

  .container-padding-main {
    background-color: #fff;
    width: auto;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-padding-main.transparent {
    background-color: #0000;
  }

  .paragraph-small-about {
    font-size: 21px;
    line-height: 1.6;
  }

  .section-sand {
    background-color: #edeeef;
    padding-top: 100px;
    padding-bottom: 100px;
    line-height: 1.5;
  }

  .services-card-block-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-card {
    grid-column-gap: 94px;
    grid-row-gap: 94px;
    background-color: #fff;
    border-radius: 10px;
    flex-flow: column;
    align-items: stretch;
    padding: 30px;
  }

  .service-content-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .paragraph-small-card-grey {
    color: #999;
    font-size: 16px;
    line-height: 1.3;
  }

  .service-icon-box {
    color: #fff;
    background-color: #fd661d;
    border: 1px solid #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
  }

  .navbar-main {
    background-color: #0000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navlink-main {
    color: #fff;
  }

  .navlink-main:hover {
    color: #fd661d;
    text-decoration: none;
  }

  .navmenu-main-area {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: auto;
    display: flex;
  }

  .navmenu-main-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    display: flex;
    position: relative;
  }

  .navmenu-main-items-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #0000;
    border-radius: 0;
    justify-content: space-between;
    display: flex;
  }

  .navbar-main-area {
    background-color: #0000004d;
    border: 1px solid #ffffff80;
    border-radius: 10px;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    display: block;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
  }

  h4 {
    font-size: 21px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 15px;
  }

  .div-navlink-wrapper {
    flex-flow: column;
    justify-content: center;
  }

  .icon-2.white {
    color: #1c1c1c;
  }

  .menutext, .menuclose {
    font-size: 14px;
  }

  .brand-logo {
    display: flex;
  }

  .logo-main {
    height: 35px;
  }

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

  .text-standard {
    line-height: 1.6;
  }

  .text-big {
    font-size: 18px;
  }

  .style-guide-subhead {
    font-family: Roboto, sans-serif;
    font-size: 40px;
  }

  .paragraph-big {
    font-size: 18px;
  }

  .container-hero-main {
    max-width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navlink-white {
    color: #fff;
    width: auto;
    padding: 20px;
  }

  .navlink-white:hover {
    color: #fd661d;
    text-decoration: none;
  }

  .navmenu-light-items-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #333;
    border: 1px solid #ffffff80;
    border-radius: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
    position: absolute;
  }

  .hero-content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-light-area {
    background-color: #0000004d;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-wrapper-2 {
    align-items: center;
  }

  .section-hero {
    padding-bottom: 50px;
  }

  .button-main {
    color: #1c1c1c;
  }

  .button-main.transparent {
    background-color: #ffffff80;
  }

  .navmenu-main-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    display: none;
  }

  .navbar-light {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menulight-icon {
    color: #fff;
  }

  .menu-button-regular-light {
    color: #fff;
    background-color: #fd661d;
    border: 1px solid #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-size: 20px;
    display: inline-flex;
    overflow: visible;
  }

  .menu-button-regular-light.w--open {
    background-color: #000c;
    border-color: #ffffff80;
  }

  .text-block-main-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .icon-wrapper {
    border: 1px solid #1c1c1c;
  }

  .navmenu-light-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding: 30px 20px;
    display: flex;
    position: static;
  }

  .title-subtitle-wrapper-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .about-numbers-wrapper {
    width: 100%;
  }

  .h2-orange {
    font-size: 32px;
  }

  .about-main-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .about-wrapper-right {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: none;
  }

  .title-wrapper-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .container-padding-main {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .scroll-cricle-icon, .partner-logo {
    margin-right: 30px;
  }

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

  .services-card-block-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }

  .service-card {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    display: flex;
  }

  .title-wrapper-center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .process-image-wrapper {
    width: 45%;
  }

  .h3-white {
    line-height: 1.3;
  }

  .testimonials-slide {
    width: 100%;
  }

  .slider-right-arrow {
    right: 4%;
  }

  .slider-left-arrow {
    right: 12%;
  }

  .faq-top-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .3fr 1.5fr .3fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .faq-item {
    border-top: 1px solid #0000004d;
    position: relative;
    overflow: hidden;
  }

  .title-blog-wrapper-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: flex-start;
    width: 70%;
    display: flex;
  }

  .blog-main-wrapper {
    width: auto;
    max-width: none;
  }

  .footer-subscribe-grid-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

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

  .h3-footer {
    font-size: 26px;
  }

  .footer-links-wrapper {
    grid-row-gap: 15px;
    flex-flow: wrap;
    align-items: stretch;
  }

  .footer-main-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-flow: row;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-contact-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grid-collection-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .blog-text-main-wrapper {
    transition: all .4s;
  }

  .blog-text-main-wrapper:hover {
    transform: scale(1.05);
  }

  .navbar-main {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navlink-main {
    color: #1c1c1c;
    width: auto;
    padding: 20px;
  }

  .navlink-main:hover {
    color: #fd661d;
    text-decoration: none;
  }

  .navmenu-main-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding: 30px 20px;
    display: flex;
    position: static;
  }

  .navmenu-main-items-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: #1c1c1c;
    background-color: #0000004d;
    border: 1px solid #ffffff80;
    border-radius: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
    position: absolute;
  }

  .navbar-main-area {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-wrapper-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 10px;
  }

  .services-main-flex-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    width: auto;
  }

  .services-subtitle {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: flex-start;
  }

  .services-wrapper-right {
    align-self: center;
    width: auto;
    height: auto;
  }

  .grid-prices {
    grid-template-columns: 1fr 1fr;
    place-items: start stretch;
  }

  .button-grid-pricing {
    font-size: 16px;
  }

  .pricing-text-top1 {
    margin-bottom: 20px;
  }

  .button-wrapper {
    align-items: center;
  }

  .div-contact-data-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
  }

  .form-block {
    margin-right: 10px;
  }

  .contact-form-content-wrapper {
    padding-left: 20px;
  }

  .contact-paragraph {
    text-align: justify;
    margin-top: 10px;
  }

  .paragraph-contact-text {
    font-size: 16px;
  }
}

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

  h2 {
    font-size: 26px;
    line-height: 1.25;
  }

  h3 {
    color: #5642f0;
    font-size: 22px;
    line-height: 1.35;
  }

  h4 {
    font-size: 19px;
    line-height: 1.35;
  }

  h5 {
    font-size: 16px;
    line-height: 1.5;
  }

  h6 {
    font-size: 14px;
    line-height: 1.45;
  }

  p {
    font-size: 15px;
    line-height: 1.7;
  }

  a {
    font-size: 15px;
  }

  .faq-question {
    font-weight: 600;
  }

  .faq-blcok.margin-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-logo {
    height: auto;
  }

  .logo-main {
    height: 35px;
  }

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

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

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

  .style-guide-subhead {
    font-size: 32px;
  }

  .paragraph-small {
    font-size: 13px;
    line-height: 1.6;
  }

  .paragraph-big {
    font-size: 16px;
    line-height: 1.6;
  }

  .heading-12 {
    color: var(--black);
  }

  .container-hero-main {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navlink-white {
    width: auto;
  }

  .hero-content-wrapper {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-light-area {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1-title-white-big {
    line-height: 1.25;
  }

  .button-wrapper-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .section-hero {
    padding-bottom: 40px;
  }

  .container-hero-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .button-main {
    color: var(--black);
    width: 100%;
    font-size: 16px;
    display: inline-flex;
  }

  .button-main.transparent {
    width: auto;
  }

  .navbar-light {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button-regular-light {
    color: #fff;
    background-color: #fd661d;
  }

  .text-block-main-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: none;
  }

  .subtitle-wrapper {
    margin-bottom: 0;
  }

  .h2-orange {
    font-size: 26px;
    line-height: 1.25;
  }

  .about-wrapper-right {
    padding-top: 0;
    padding-left: 0;
  }

  .about-number {
    align-items: center;
  }

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

  .container-padding-main {
    max-width: 1440px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-small-about {
    font-size: 13px;
  }

  .section-partners {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .scroll-cricle-icon, .partner-logo {
    margin-right: 24px;
  }

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

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

  .service-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraph-small-card-grey {
    font-size: 13px;
    line-height: 1.6;
  }

  .services-card-div {
    width: 100%;
  }

  .process-image-left {
    max-width: 100%;
    height: auto;
  }

  .process-image-wrapper {
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .process-content-wrapper {
    width: 100%;
  }

  .process-main-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
  }

  .h3-white {
    line-height: 1.35;
  }

  .process-image-right {
    max-width: 350px;
    height: 350px;
    margin-top: 0;
    margin-left: 0;
  }

  .slide-content-wrapper {
    padding-bottom: 30px;
  }

  .mask-testimonials {
    max-width: none;
  }

  .testimonial-slider-wrapper {
    padding-bottom: 40px;
  }

  .slider-right-arrow {
    width: 45px;
    height: 45px;
    right: 6%;
  }

  .text-standard-grey-dark {
    font-size: 15px;
  }

  .slider-left-arrow {
    width: 45px;
    height: 45px;
    right: 16%;
  }

  .h4-orange {
    line-height: 1.35;
  }

  .paragraph-standard {
    line-height: 1.7;
  }

  .faq-main-wrapper {
    flex-flow: column;
    display: flex;
  }

  .title-blog-wrapper-left {
    width: 100%;
  }

  .blog-main-wrapper {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-main-hor-wrapper {
    flex-flow: column;
  }

  .footer-subscribe-grid-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .h3-footer {
    text-align: center;
    font-size: 22px;
    line-height: 1.35;
  }

  .footer-rights-wrapper {
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .footer-main-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: 0;
  }

  .footer-contact-wrapper {
    justify-content: flex-start;
  }

  .grid-collection-3 {
    grid-template-columns: 1fr;
  }

  .text-standard-grey {
    font-size: 15px;
  }

  .navbar-main {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navlink-main {
    width: auto;
  }

  .navbar-main-area {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1-title-main-big {
    line-height: 1.25;
  }

  .team-member-image {
    height: 250px;
  }

  .services-main-flex-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .services-subtitle {
    padding-top: 10px;
  }

  .h3_orange {
    line-height: 1.35;
  }

  .services-wrapper-right {
    width: 100%;
    height: auto;
  }

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

  .button-grid-pricing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .div-contact-data-wrapper {
    margin-top: 20px;
  }

  .form-text-field.big {
    height: auto;
    min-height: 60px;
  }

  .form-block {
    margin-top: 10px;
    margin-right: 0;
  }

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

  .link-block-contact {
    text-decoration: none;
  }

  .contact-form-content-wrapper {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-paragraph {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .paragraph-contact-text {
    font-size: 16px;
  }
}

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

  h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 24px;
  }

  h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 12px;
  }

  p, a {
    font-size: 14px;
  }

  .div-navlink-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .icon-2.white {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    position: static;
  }

  .nav-menu-5 {
    background-color: #0000;
    flex-flow: column;
    margin-top: 75px;
  }

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

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

  .style-guide-subhead {
    font-family: Roboto, sans-serif;
    font-size: 28px;
    line-height: 1.3;
  }

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

  .paragraph-big {
    font-size: 15px;
  }

  .container-hero-main {
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navmenu-light-items-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-light-area {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-wrapper-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .section-hero {
    padding-bottom: 40px;
  }

  .container-hero-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-main {
    justify-content: space-between;
    width: auto;
    font-size: 14px;
    display: flex;
  }

  .navbar-light {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-button-regular-light {
    justify-content: center;
    align-items: center;
    padding: 15px;
  }

  .text-block-main-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .navmenu-light-wrapper {
    padding-top: 20px;
  }

  .about-numbers-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: grid;
  }

  .h2-orange {
    text-align: center;
    font-size: 24px;
  }

  .about-wrapper-right {
    height: auto;
    padding: 0;
  }

  .title-wrapper-left {
    width: 100%;
  }

  .paragraph-small-about {
    text-align: center;
    font-size: 12px;
  }

  .section-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .scroll-cricle-icon {
    background-color: #fd661d;
    border-radius: 10px;
    margin-right: 16px;
  }

  .partner-logo {
    margin-right: 16px;
  }

  .section-sand {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .service-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: 100%;
    padding: 20px;
  }

  .paragraph-small-card-grey {
    font-size: 12px;
  }

  .process-image-left {
    max-width: 100%;
    height: auto;
  }

  .section-dark {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .process-image-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .process-image-right {
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .slider-right-arrow {
    right: 10%;
  }

  .text-standard-grey-dark {
    font-size: 14px;
  }

  .slider-left-arrow {
    right: 28%;
  }

  .section-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3-footer {
    font-size: 20px;
  }

  .footer-links-wrapper {
    justify-content: center;
    align-items: center;
  }

  .text-field-email::placeholder {
    color: #291919;
  }

  .blog-image-wrapper {
    height: 100%;
  }

  .text-standard-grey {
    font-size: 14px;
  }

  .blog-text-main-wrapper {
    bottom: 40px;
    left: 20px;
    right: 20px;
  }

  .navbar-main {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navmenu-main-wrapper {
    padding-top: 20px;
  }

  .navmenu-main-items-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-main-area {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-big {
    border-radius: 8px;
  }

  .tabs-menu-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

  .main-title-big-flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .team-member-content {
    padding: 10px;
  }

  .team-member-image {
    height: 300px;
  }

  .services-wrapper-left, .services-main-flex-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .services-wrapper-right {
    height: auto;
    padding-top: 0;
    padding-right: 0;
  }

  .services-contact-box {
    width: 200px;
    height: 100px;
  }

  .button-grid-pricing {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-main-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .h2-services {
    text-align: left;
  }

  .div-contact-data-wrapper {
    flex-direction: column;
    align-items: stretch;
    font-size: 14px;
    line-height: 20px;
  }

  .contact-form-wrapper {
    justify-items: stretch;
  }

  .link-block-contact {
    justify-content: flex-start;
    margin-bottom: 5px;
  }

  .contact-form-content-wrapper {
    justify-content: center;
  }

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

  .paragraph-contact-text {
    padding-left: 10px;
  }

  .div-contact-icon {
    justify-content: center;
    width: 26px;
    min-width: 26px;
    height: 26px;
    min-height: 26px;
    margin-right: 10px;
    padding-right: 4px;
  }

  .blog-item-one-data--wrapper {
    flex-flow: column wrap;
    margin-top: 20px;
    padding-top: 0;
    inset: auto 0% -17%;
  }

  .blog-item-one-author-wrapper {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    width: 100%;
    min-width: 130px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-blog-one-item {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e0cc721a-4feb-03b8-7b0f-27e43659531f-bfbea6d2, #w-node-e0cc721a-4feb-03b8-7b0f-27e436595328-bfbea6d2, #w-node-e0cc721a-4feb-03b8-7b0f-27e436595331-bfbea6d2, #w-node-e0cc721a-4feb-03b8-7b0f-27e43659533a-bfbea6d2, #w-node-_8b002e33-2eca-8dcf-a211-d9c703e17f43-d10d0f1b, #w-node-_8b002e33-2eca-8dcf-a211-d9c703e17f4c-d10d0f1b, #w-node-_8b002e33-2eca-8dcf-a211-d9c703e17f55-d10d0f1b, #w-node-_8b002e33-2eca-8dcf-a211-d9c703e17f5e-d10d0f1b {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}