@font-face {
  font-family: Oswald Variablefont Wght;
  src: url('../fonts/Oswald-VariableFont_wght.woff2') format("woff2");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald Variablefont Wght;
  src: url('../fonts/Oswald-VariableFont_wght.woff2') format("woff2");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white: white;
  --black: black;
  --dim-grey: #54565a;
  --orange-red: #e56033;
  --light-slate-grey: #90949b;
  --alice-blue: #fff;
  --silver: #f2f4f8;
  --dark-orange: #ff9302;
}

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

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

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

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

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

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-family: Satoshi;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}

a {
  text-decoration: none;
}

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

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

li {
  color: var(--dim-grey);
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Satoshi;
  font-size: 17px;
  font-weight: 500;
}

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

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
  font-weight: 400;
}

blockquote {
  color: var(--dim-grey);
  border: 1px #000;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Satoshi;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.1;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #ffffffb3;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
}

.container {
  z-index: auto;
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container._2 {
  margin-top: 100px;
}

.container._3 {
  max-width: 1100px;
}

.margin-15px {
  margin-top: 15px;
}

.body-content {
  justify-content: center;
  align-items: center;
  height: auto;
}

.loader {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.error-message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #fa242a;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.section_about {
  background-color: #fff;
  margin-top: 0;
  padding: 100px 5%;
  position: static;
}

.section_about.lines {
  padding-top: 0;
  display: block;
}

.section_about._1 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section_about.objects-gallery-white {
  background-color: var(--white);
  padding-top: 0;
  padding-left: 1%;
  padding-right: 1%;
}

.button {
  background-color: var(--orange-red);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.button.w--current {
  font-size: 14px;
}

.button.full {
  background-color: var(--orange-red);
  width: 100%;
}

.text-field {
  color: var(--dim-grey);
  background-color: #fff;
  height: 47px;
  margin-top: 8px;
  padding-left: 16px;
  font-family: Satoshi;
  font-size: 14px;
  font-weight: 500;
}

.text-field::placeholder {
  font-size: 16px;
}

.flex-utility {
  flex-direction: column;
  display: flex;
}

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

.title-2 {
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  margin: 0 auto;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

.title-2.cta {
  color: #fff;
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 5rem;
  position: static;
}

.title-2.left {
  text-align: left;
  order: -1;
  font-family: Oswald, sans-serif;
  font-size: 90px;
}

.margin-25px {
  margin-top: 25px;
}

.project-name {
  text-align: center;
  text-transform: uppercase;
  flex: 1;
  align-self: stretch;
  margin: 0 auto;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
}

.project-name.left {
  text-align: left;
  font-size: 50px;
  font-weight: 500;
  display: block;
}

.loading-flex {
  z-index: 12;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.field-label {
  color: var(--light-slate-grey);
  text-transform: uppercase;
  flex: none;
  font-size: 14px;
  font-weight: 400;
}

.navigation-wrapper {
  z-index: 999;
  background-color: #0000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.navigation {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 3%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.smarthome-logo {
  align-self: auto;
  width: 200px;
  overflow: hidden;
}

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

.logo-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-flex._2 {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
}

.rotator {
  width: 40px;
  margin-bottom: 20px;
}

.white-link {
  color: var(--dim-grey);
  cursor: none;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
}

.logo-wrapper {
  display: flex;
  position: static;
}

.logo-wrapper.w--current {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.photo-move {
  max-width: 80%;
  position: relative;
  overflow: hidden;
}

.loadin-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.photo-animation {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.margin-10px {
  direction: rtl;
  flex: 0 auto;
  margin-top: 10px;
  display: block;
}

.body {
  height: auto;
  animation: smoothly;
}

.navigation-link {
  color: #fff;
  flex-direction: column;
  align-items: center;
  padding: .3vw;
  display: flex;
}

.navigation-link:hover {
  color: #fff9;
}

.services-wrapper {
  align-items: center;
  width: 50%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.social-icon {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 3px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-wrapper {
  color: #000;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.learn-link {
  cursor: none;
}

.paragraph-link {
  color: #000;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 24px;
  display: block;
}

.paragraph-link:hover {
  color: #0009;
}

.paragraph-link._24px {
  color: #fff;
  cursor: none;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}

.footer-link {
  color: #6e6e6e;
  cursor: none;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
  transition: all .2s;
  display: block;
}

.footer-link:hover {
  color: #6e6e6ec4;
}

.black-link {
  color: #000;
  text-decoration: underline;
  display: inline-block;
}

.black-link:hover {
  text-decoration: underline;
}

.blog-photo {
  background-image: url('../images/photo-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
}

.blog-photo._3 {
  float: left;
  cursor: none;
  float: left;
  cursor: auto;
  width: 100%;
  height: 320px;
}

.project-wrapper-3 {
  color: #fff;
  cursor: none;
  position: relative;
}

.dropdown-toggle {
  cursor: none;
  flex: 1;
  align-items: center;
  width: 100%;
  padding-left: 0;
  font-size: 17px;
  display: flex;
}

.presantation-link {
  color: #000;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 3px 3px #000;
}

.social-link {
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.button-line {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}

.photo-animation-2 {
  z-index: 2;
  flex: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.circle-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 11px;
  font-weight: 900;
  line-height: 18px;
  transition: all .3s;
  display: flex;
}

.circle-button:hover {
  transform: rotate(-30deg)scale(1.05);
}

.instagram-wrapper {
  position: relative;
}

.footer-smalll-link {
  color: #161616a1;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  transition: all .2s;
  display: block;
}

.footer-smalll-link:hover {
  color: #000;
}

.paragraph-link-footer {
  color: #161616a1;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.paragraph-link-footer:hover {
  color: #000;
}

.toggle-main {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dropdown-toggle-2 {
  border-bottom: 1px solid #000;
  flex: 1;
  align-items: center;
  width: 100%;
  padding-left: 0;
  font-size: 17px;
  display: flex;
}

.button-circle {
  z-index: 1;
  color: #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 43px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px #000;
}

.section_hero {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding: 150px 5% 120px;
  display: flex;
  position: relative;
  right: 0;
  overflow: hidden;
}

.section_hero.inner {
  height: auto;
  padding: 100px 1% 0;
}

.switcher-mode {
  z-index: 998;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  width: 51px;
  height: 28px;
  padding: 0 2px;
  position: fixed;
  inset: auto auto 12px 12px;
}

.service-circle {
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.lightbox-link {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: block;
  position: static;
  inset: 50px 50px auto auto;
  overflow: visible;
}

.text-rotator-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.success-message {
  background-color: var(--orange-red);
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 400;
}

.footer-link-first {
  color: #000;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  transition: all .2s;
  display: block;
}

.footer-link-first:hover {
  color: #00000082;
}

.project-link {
  color: #000;
  text-decoration: none;
}

.blog-link {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 80%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-2 {
  color: #000;
  cursor: none;
  background-color: #ff6501;
  border-radius: 3px;
  align-items: center;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

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

.dropdown-toggle-2 {
  color: var(--black);
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
  flex: 1;
  align-items: center;
  width: 100%;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.pres-wrapper {
  color: #000;
  background-color: #f3f3f3b3;
  padding: 10px 15px 20px;
}

.max-w-width {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-width._2 {
  margin-bottom: 100px;
}

.max-w-width._3 {
  display: inline-block;
}

.work-animation {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.triangle-navigation {
  z-index: 30;
  border-top: 90px solid #fff;
  border-left: 50px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% auto auto -50px;
}

.triange-left {
  border-top: 80px solid #fff;
  border-left: 70px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -70px;
}

.triange-left.left {
  z-index: 30;
  border-top-width: 90px;
  border-top-color: #fff;
  border-left-style: none;
  border-right: 50px solid #0000;
  inset: 0% -50px auto auto;
}

.second-part {
  z-index: 40;
  flex-direction: row;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-text-wrapper {
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  height: 20px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.remove {
  z-index: 2;
  width: 20px;
  position: absolute;
  overflow: hidden;
  transform: scale(0);
}

.dots {
  z-index: 2;
  width: 38px;
  position: relative;
  overflow: hidden;
}

.hamburger-menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hamburger-menu._2 {
  border-radius: 100%;
  flex-direction: row;
  width: 60px;
  height: 60px;
}

.hamburger {
  z-index: 2;
  cursor: pointer;
  order: 1;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
  bottom: -12px;
}

.menu-text {
  color: var(--black);
}

.path {
  opacity: .7;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  min-width: auto;
  max-width: 50%;
  height: auto;
  min-height: auto;
  max-height: none;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.path._2, .path._4 {
  z-index: auto;
  aspect-ratio: auto;
  opacity: .3;
  inset: auto 1% 0 auto;
  overflow: hidden;
}

.max-w-hero {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  display: flex;
}

.with-scribble {
  background-image: url('../images/scribbble.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.with-scribble.title-2 {
  font-size: 3.75rem;
}

.with-scribble.link {
  font-size: 14px;
}

.with-scribble._1 {
  font-size: 60px;
}

.navigation-text {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5vw;
  line-height: 1.1;
}

.menu {
  z-index: 15;
  background-image: linear-gradient(180deg, var(--alice-blue), white);
  justify-content: center;
  align-items: center;
  padding-top: 51px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.navigation-content {
  flex-direction: column;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-first {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1%;
  padding-bottom: 1%;
  display: flex;
}

.title-5 {
  color: var(--black);
  margin-top: 0;
  font-size: 38px;
  line-height: 44px;
}

.title-5.contact-title {
  text-transform: lowercase;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  bottom: 2px;
}

.contact-flex-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.menu-move {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  align-items: center;
  font-family: Ubuntu, sans-serif;
  display: flex;
  overflow: visible;
}

.contact-icon {
  margin-right: 15px;
}

.contact-big-content {
  align-items: center;
  display: flex;
}

.image {
  filter: invert();
  overflow: hidden;
}

.menu-paragrapg {
  font-family: Ubuntu, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.uppercase-text {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.contact-flex-1 {
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
}

.navigation-line {
  background-color: var(--orange-red);
  width: 100%;
  height: 2px;
}

.grid-2-columns {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.reverse {
  grid-column-gap: 49px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  display: none;
}

.metrics {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.number-digit {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
}

.numbers {
  flex-flow: row;
  flex: none;
  height: 110px;
  display: flex;
  overflow: hidden;
}

.small-sign {
  flex: none;
  align-self: flex-end;
  margin-left: 2px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.metrics-text {
  direction: rtl;
  justify-content: flex-end;
  width: 80%;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.text-wrapper {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  display: flex;
}

.text-wrapper._2 {
  justify-content: center;
  margin-left: 0;
  margin-right: auto;
}

.photo-interaction {
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: skew(0deg);
}

.absolute-background {
  text-align: center;
  background-color: #171717;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.service {
  flex-flow: row;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
}

.service._2 {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-grid;
}

.service.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
}

.services-block {
  border: 1px solid #90949b40;
  border-radius: 10px;
  padding: 35px 40px 25px;
}

.expertise-circle {
  background-color: #f2f4f8;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.project-title {
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.work-item-image {
  object-fit: cover;
  width: 100%;
  height: 31.25rem;
}

.heading-wrapper {
  background-image: url('../images/Path-2.webp'), linear-gradient(180deg, var(--alice-blue), transparent);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 150%, auto;
  background-attachment: scroll, scroll;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 100px;
  display: block;
  overflow: hidden;
}

.color-change-section {
  background-color: #fff;
  overflow: hidden;
}

.contact-flex-page {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.form-block {
  max-width: 480px;
}

.text-field-form {
  opacity: .3;
  color: var(--silver);
  overflow-wrap: normal;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #cfcfcf;
  height: 30px;
  padding-left: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 12px;
  text-decoration: none;
}

.text-field-form:hover, .text-field-form:focus {
  border-bottom-color: var(--orange-red);
}

.text-field-form::placeholder {
  color: var(--dim-grey);
  font-size: 16px;
  font-weight: 500;
}

.max-w-width-flex {
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.section-cta {
  padding: 120px 5%;
  position: relative;
}

.section-cta.image {
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  min-height: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section-cta.image.hero {
  filter: none;
  object-fit: fill;
  border-radius: 0;
  max-width: none;
  height: auto;
  min-height: 700px;
  overflow: hidden;
}

.photo-section {
  opacity: .85;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(1.2);
}

.photo-section._3 {
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  overflow: hidden;
}

.footer {
  background-color: var(--black);
  padding: 60px 5% 30px;
}

.top-footer-part {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 30px;
  display: grid;
}

.logo-footer {
  width: 200px;
}

.contact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 640px;
  display: grid;
}

.contact-grid.on-footer {
  grid-template-columns: 1fr;
}

.paragraph-link-1 {
  color: #fff9;
  text-transform: lowercase;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.paragraph-link-1:hover {
  color: #fff;
}

.paragraph-white {
  color: #ffffffb3;
  margin-bottom: 0;
  padding: 5px;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.social-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  filter: invert();
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 5px;
  display: flex;
}

.social-grid.instagram {
  display: flex;
  overflow: visible;
}

.social-link-1 {
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.social-link-1:hover {
  opacity: .6;
}

.social-link-1.smartelektric {
  flex: 1;
}

.social-link-1.linkedin, .social-link-1.facebook {
  display: none;
}

.testimonials-center {
  margin-bottom: 40px;
  font-weight: 300;
}

.testimonials-content {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 55%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testiomonials-photo {
  border-radius: 100%;
  flex: none;
  width: 120px;
  height: auto;
  margin-right: 40px;
}

.role-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.normal {
  font-weight: 400;
}

.button-cricle {
  opacity: 1;
  color: #fff;
  text-transform: none;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.paragraph {
  font-family: Ubuntu, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.body-2 {
  background-color: #fff;
}

.paragraph-2 {
  text-align: left;
  font-family: Ubuntu, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.paragraph-3, .paragraph-4 {
  font-family: Ubuntu, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.call-to {
  z-index: 90;
  background-color: #0000;
  border: 1px #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: fixed;
  top: auto;
  left: auto;
}

.call-to.contact {
  width: 74px;
  height: 74px;
  display: flex;
  inset: auto 20px 20px auto;
  box-shadow: 4px 4px 10px #0003;
}

.phone-image {
  background-color: var(--dark-orange);
  border: 1px solid #0000;
  border-radius: 50px;
  width: 58px;
  height: 58px;
  padding: 10px;
  position: absolute;
  inset: auto;
}

.circle-1-call-border {
  box-shadow: 0 1px 20px 1px var(--orange-red);
  outline-offset: 0px;
  border: 1px #000;
  border-radius: 50px;
  outline: 3px solid #555;
  width: 62px;
  height: 62px;
  position: absolute;
  inset: auto;
}

.circle-2-call-border {
  outline-offset: 0px;
  mix-blend-mode: normal;
  border: 0 solid #000;
  border-radius: 50px;
  outline: 3px #555;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: auto;
  box-shadow: 0 1px 0 4px #e5603380;
}

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

.text-block {
  aspect-ratio: auto;
  padding-right: 60px;
  font-family: Ubuntu, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: inline;
}

.text-block.policy {
  padding-right: 0;
}

.lightbox-div {
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  overflow: hidden;
}

.heading {
  color: var(--black);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 24px;
}

.cta {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.contact {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ff931a;
  border-radius: 6px;
  flex: 0 auto;
  order: -1;
  padding: 20px 40px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  box-shadow: 6px 6px 5px #0003;
}

.contact:hover {
  transform: scale(.95);
  box-shadow: 2px 2px 5px #0003;
}

.projects {
  margin-left: auto;
  margin-right: auto;
}

.section_services {
  -webkit-text-fill-color: inherit;
  background-color: #f2f4f8;
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 1%;
}

.margin-90 {
  margin-top: 90px;
}

.photo-cta {
  text-align: center;
  max-width: 80%;
  height: 60%;
  max-height: 60%;
}

.project-container {
  margin-bottom: 100px;
}

.div-block-4 {
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
}

.paragraph-5 {
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
}

.photo-intro {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 12px;
  max-height: 100%;
  display: inline;
  overflow: hidden;
}

.container-4 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  display: flex;
}

.photo-project {
  object-fit: contain;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
}

.grid_project-image {
  grid-column-gap: 16px;
  grid-row-gap: 75px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: auto;
  height: auto;
  margin-bottom: 80px;
}

.section-project {
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
}

.path-project {
  opacity: .3;
  display: none;
  position: absolute;
  bottom: 0;
  right: 5%;
}

.services-gallery {
  flex-flow: column;
  display: flex;
}

.services {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.section-services {
  padding-bottom: 100px;
  padding-left: 2%;
  padding-right: 2%;
}

.service-description {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 100px;
}

.text-for-services {
  text-align: justify;
  overflow-wrap: normal;
  font-family: Ubuntu, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.service-name {
  text-align: center;
  text-transform: uppercase;
  flex: 1;
  align-self: stretch;
  margin: 0 auto;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
}

.other-services {
  text-align: left;
  text-transform: uppercase;
  flex: 1;
  align-self: stretch;
  margin: 0 auto;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
}

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

.div-service-photo {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.photo-description-service {
  border-radius: 16px;
}

.divblock-service {
  margin-left: 2%;
  margin-right: 2%;
}

.heading-for-services {
  float: none;
  clear: none;
  color: var(--black);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  position: static;
}

.small-services {
  max-width: none;
}

.link-block-services {
  border: 1px solid #e56033;
  border-radius: 12px;
  overflow: hidden;
}

.section-3-services {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  padding-bottom: 100px;
  padding-left: 1%;
  padding-right: 1%;
}

.created-by {
  color: #fff;
  letter-spacing: 1px;
  font-family: Ubuntu, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

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

.footer-bottom {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-block-3 {
  opacity: 1;
  color: var(--white);
  letter-spacing: 1px;
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.link-block {
  cursor: pointer;
  padding: 10px;
}

.link-block-2 {
  color: var(--light-slate-grey);
  padding: 5px;
}

.div-main-photo {
  aspect-ratio: 1;
  overflow: hidden;
}

.photo-owner {
  border-radius: 8px;
}

.text_cta {
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.flex-block-contact {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.div-social {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-5 {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 5px;
  font-size: 20px;
  line-height: 26px;
}

.instagram {
  object-fit: contain;
}

.div-link-block {
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-step {
  max-width: 64px;
  max-height: 64px;
}

.link-block-photo {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: inline-flex;
}

.img-project {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 12px;
  width: auto;
  height: auto;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10 {
  font-size: 60px;
}

.div-block-7 {
  padding-left: 5px;
}

.section_stages, .section_projects {
  background-color: #fff;
  margin-top: 0;
  padding: 100px 5%;
  position: static;
}

.section_projects.objects-gallery {
  background-color: var(--silver);
  padding-top: 100px;
  padding-left: 1%;
  padding-right: 1%;
}

.section_founder-message {
  background-color: #fff;
  margin-top: 0;
  padding: 100px 5%;
  position: static;
}

.call-to-corner {
  z-index: 90;
  background-color: #0000;
  border: 1px #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: fixed;
  top: auto;
  left: auto;
}

.call-to-corner.contact {
  width: 74px;
  height: 74px;
  display: flex;
  inset: auto 20px 20px auto;
  box-shadow: 4px 4px 10px #0003;
}

.grid_services {
  flex-flow: row;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  height: auto;
}

.grid_services._2 {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-grid;
}

.grid_services.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
}

.div-heading {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding: 150px 5% 120px;
  display: flex;
  position: relative;
  right: 0;
  overflow: hidden;
}

.div-heading.inner {
  height: auto;
  padding: 100px 1% 0;
}

.body-project {
  height: auto;
}

.image-2 {
  border-radius: 0;
}

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

  .container {
    margin-left: 3%;
    margin-right: 3%;
  }

  .utility-page-wrap {
    height: 600px;
  }

  .section_about {
    padding: 100px 2%;
  }

  .title-2 {
    font-size: 90px;
  }

  .title-2.cta {
    max-width: 100%;
    font-size: 60px;
  }

  .project-name {
    font-size: 60px;
    line-height: 1;
  }

  .project-name.left {
    text-align: center;
  }

  .navigation {
    height: 80px;
  }

  .logo-flex._2 {
    justify-content: center;
  }

  .logo-wrapper {
    margin-top: 0;
  }

  .margin-10px {
    flex: 0 auto;
  }

  .services-wrapper {
    width: 70%;
  }

  .blog-photo {
    height: 220px;
  }

  .blog-photo._3 {
    height: 280px;
  }

  .presantation-link {
    justify-content: flex-start;
  }

  .section_hero {
    height: auto;
    padding-top: 270px;
    padding-bottom: 231px;
  }

  .section_hero.inner {
    height: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .path {
    opacity: .5;
    object-fit: contain;
  }

  .path._2 {
    width: 400px;
    bottom: 0;
  }

  .path._4 {
    width: 400px;
    bottom: -175px;
  }

  .max-w-hero {
    width: 100%;
  }

  .with-scribble.title-2 {
    font-size: 60px;
  }

  .menu {
    padding-top: 0;
  }

  .contact-flex-2 {
    flex-direction: column;
  }

  .contact-big-content {
    margin-bottom: 30px;
  }

  .grid-2-columns {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .grid-2-columns.reverse {
    flex-direction: column;
  }

  .metrics {
    justify-content: space-between;
  }

  .text-wrapper {
    width: 100%;
  }

  .service {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    display: grid;
  }

  .service._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .project-title {
    text-align: left;
  }

  .work-item-image {
    height: 350px;
  }

  .form-block {
    max-width: 100%;
  }

  .section-cta {
    padding: 80px 2%;
  }

  .section-cta.image {
    max-width: none;
    min-height: 450px;
  }

  .photo-section._3 {
    object-fit: cover;
    min-width: auto;
    height: 70vh;
    min-height: auto;
    max-height: none;
  }

  .paragraph-white {
    font-size: 19px;
  }

  .social-grid {
    flex-flow: row;
  }

  .testimonials-content {
    max-width: 90%;
  }

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

  .lightbox-div {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .photo-project {
    object-fit: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }

  .grid_project-image {
    grid-template-columns: 1fr 1fr;
  }

  .services-gallery {
    flex-flow: column;
    display: flex;
  }

  .services {
    flex-flow: column;
  }

  .service-name, .other-services {
    font-size: 60px;
    line-height: 1;
  }

  .heading-for-services {
    font-size: 16px;
    line-height: 21px;
  }

  .container-5 {
    max-width: 728px;
    margin-bottom: 100px;
  }

  .div-main-photo {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-contact {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .div-social {
    justify-content: flex-start;
    display: flex;
  }

  .text-block-5 {
    color: var(--white);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
  }

  .div-link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .section_stages, .section_projects, .section_founder-message {
    padding: 100px 2%;
  }

  .grid_services {
    grid-column-gap: 16px;
    grid-row-gap: 76px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
    width: auto;
    height: auto;
    display: grid;
  }

  .grid_services._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .div-heading {
    height: auto;
    padding-top: 270px;
    padding-bottom: 231px;
  }

  .div-heading.inner {
    height: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }
}

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

  .section_about {
    padding-top: 40px;
  }

  .section_about.lines {
    display: block;
  }

  .text-field {
    height: 45px;
  }

  .title-2 {
    font-size: 70px;
  }

  .title-2.cta {
    font-size: 50px;
  }

  .title-2.left {
    font-size: 90px;
  }

  .project-name {
    font-size: 40px;
  }

  .navigation {
    padding-left: 3%;
    padding-right: 3%;
  }

  .smarthome-logo {
    margin-bottom: 0;
  }

  .logo-wrapper {
    margin-top: 0;
    margin-right: 0;
  }

  .services-wrapper {
    margin-bottom: 15px;
  }

  .blog-photo {
    height: 260px;
  }

  .blog-photo._3 {
    height: 320px;
  }

  .photo-animation-2 {
    max-width: 100%;
  }

  .section_hero {
    padding-top: 197px;
    padding-bottom: 100px;
  }

  .section_hero.inner {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .service-circle {
    width: 230px;
    height: 230px;
  }

  .second-part {
    height: 60px;
  }

  .hamburger-menu._2 {
    width: 60px;
    height: 60px;
  }

  .hamburger {
    margin-left: 20px;
  }

  .path._2 {
    width: 300px;
    bottom: -65px;
  }

  .path._4 {
    width: 300px;
    bottom: -205px;
  }

  .with-scribble {
    font-size: 50px;
  }

  .with-scribble.title-2, .with-scribble._1 {
    font-size: 40px;
  }

  .with-scribble.mob1 {
    font-size: 90px;
  }

  .service {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
  }

  .service._2, .service.footer {
    grid-template-columns: 1fr;
  }

  .work-item-image {
    height: 240px;
  }

  .section-cta.image {
    min-height: 420px;
  }

  .section-cta.image.hero {
    width: 100vw;
    max-width: 100vw;
    height: 40vh;
    min-height: auto;
    max-height: none;
  }

  .photo-section._3 {
    object-fit: cover;
  }

  .contact-grid {
    display: none;
  }

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

  .social-grid {
    flex-flow: row;
  }

  .testimonials-content {
    justify-content: flex-start;
    align-items: flex-end;
    width: 90%;
    max-width: 100%;
    margin-bottom: 80px;
  }

  .testiomonials-photo {
    width: 100px;
    height: auto;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: inline-block;
  }

  .heading {
    font-size: 16px;
  }

  .path-project {
    display: none;
  }

  .text-for-services {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .services-grid {
    display: block;
  }

  .service-name {
    font-size: 40px;
  }

  .other-services {
    font-size: 50px;
  }

  .heading-for-services {
    padding-bottom: 30px;
    font-size: 22px;
    line-height: 30px;
  }

  .link-block-services {
    margin-bottom: 30px;
  }

  .created-by {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-5 {
    width: 90vw;
    margin-bottom: 100px;
  }

  .div-main-photo {
    flex-flow: column;
    display: flex;
  }

  .text_cta {
    font-size: 16px;
    font-weight: 400;
  }

  .flex-block-contact {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-social {
    justify-content: flex-start;
  }

  .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10 {
    font-size: 40px;
  }

  .section_stages, .section_projects, .section_founder-message {
    padding-top: 40px;
  }

  .grid_services {
    grid-auto-flow: row;
  }

  .grid_services._2, .grid_services.footer {
    grid-template-columns: 1fr;
  }

  .div-heading {
    padding-top: 197px;
    padding-bottom: 100px;
  }

  .div-heading.inner {
    padding-top: 100px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    font-size: 28px;
    line-height: 30px;
  }

  .container {
    display: flex;
  }

  .section_about {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section_about.lines {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .section_about._1 {
    padding-top: 0;
  }

  .text-field {
    height: 42px;
    margin-bottom: 10px;
  }

  .title-2 {
    font-size: 48px;
  }

  .title-2.cta {
    font-size: 30px;
  }

  .title-2.left {
    font-size: 60px;
  }

  .project-name {
    font-size: 40px;
    line-height: 40px;
  }

  .project-name.left {
    line-height: 58px;
  }

  .field-label {
    font-size: 16px;
  }

  .navigation {
    flex-direction: column;
    grid-template-columns: 1.5fr 1fr;
  }

  .div-block {
    overflow: visible;
  }

  .photo-move {
    max-width: 100%;
  }

  .services-wrapper {
    width: 100%;
  }

  .blog-photo, .blog-photo._3, .blog-photo._3 {
    height: 220px;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .presantation-link {
    padding: 15px;
  }

  .circle-button {
    width: 100px;
    height: 100px;
    font-size: 9px;
  }

  .section_hero {
    padding-top: 150px;
  }

  .section_hero.inner {
    height: auto;
    padding-bottom: 0;
  }

  .lightbox-link {
    top: 30px;
    right: 30px;
  }

  .blog-link {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle-2 {
    font-size: 18px;
  }

  .max-w-width {
    margin-bottom: 50px;
  }

  .max-w-width._3 {
    display: block;
  }

  .menu-text-wrapper {
    display: none;
  }

  .hamburger {
    order: 1;
    margin-left: 10px;
  }

  .path {
    width: auto;
    min-width: auto;
    max-width: 360px;
    min-height: auto;
    display: none;
    overflow: visible;
  }

  .path._2 {
    width: 200px;
    display: block;
    bottom: -20px;
  }

  .path._4 {
    width: auto;
    max-width: 100%;
    display: block;
    bottom: 0;
  }

  .with-scribble {
    font-size: 30px;
  }

  .with-scribble.title-2 {
    font-size: 40px;
  }

  .with-scribble.mob1 {
    font-size: 60px;
  }

  .navigation-text {
    font-size: 50px;
  }

  .menu {
    display: none;
  }

  .title-5 {
    font-size: 32px;
    line-height: 34px;
  }

  .title-5.contact-title {
    font-size: 20px;
    line-height: 20px;
  }

  .menu-move {
    display: block;
  }

  .contact-icon {
    width: 30px;
    margin-right: 10px;
  }

  .contact-big-content {
    margin-bottom: 10px;
  }

  .grid-2-columns {
    margin-bottom: 70px;
  }

  .metrics {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .number-digit {
    line-height: 1;
  }

  .metrics-text {
    width: 100%;
  }

  .service {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service._2 {
    flex-flow: column;
  }

  .services-block {
    padding-left: 30px;
    padding-right: 20px;
  }

  .work-item-image {
    height: 280px;
  }

  .heading-wrapper {
    background-image: none;
  }

  .text-field-form {
    height: 40px;
  }

  .max-w-width-flex {
    grid-row-gap: 30px;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 40px;
    display: block;
  }

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

  .section-cta.image {
    min-height: 350px;
  }

  .photo-section._3 {
    object-fit: cover;
    height: 40vh;
  }

  .top-footer-part {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .social-grid {
    grid-column-gap: 20px;
    flex-flow: row;
    width: auto;
    height: auto;
  }

  .testimonials-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testiomonials-photo {
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .button-cricle {
    width: 160px;
    height: 160px;
    padding: 15px;
    font-size: 16px;
  }

  .text-block {
    text-align: left;
    padding-right: 0;
  }

  .lightbox-div {
    display: flex;
  }

  .heading {
    font-size: 18px;
  }

  .section_services {
    padding-bottom: 20px;
  }

  .margin-90 {
    margin-top: 60px;
  }

  .photo-project {
    object-fit: cover;
    flex-flow: column;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    display: inline-flex;
  }

  .grid_project-image {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

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

  .path-project {
    display: none;
    right: auto;
  }

  .services {
    margin-left: auto;
    margin-right: auto;
  }

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

  .service-name {
    font-size: 40px;
    line-height: 40px;
  }

  .other-services {
    font-size: 36px;
    line-height: 40px;
  }

  .link-block-services {
    margin-bottom: 30px;
  }

  .footer-divider-two {
    margin-bottom: 40px;
  }

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

  .container-5 {
    max-width: none;
    min-height: auto;
    margin-bottom: 100px;
  }

  .div-main-photo {
    flex-flow: column;
    display: flex;
  }

  .text_cta {
    font-size: 16px;
    font-weight: 400;
  }

  .flex-block-contact {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 90%;
  }

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

  .div-link-block {
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6 {
    font-size: 40px;
  }

  .section_stages, .section_projects {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section_projects.objects-gallery {
    padding-bottom: 20px;
  }

  .section_founder-message {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid_services {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .grid_services._2 {
    flex-flow: column;
  }

  .div-heading {
    padding-top: 150px;
  }

  .div-heading.inner {
    height: auto;
    padding-bottom: 0;
  }
}

#w-node-_6dd84875-d9d7-32bb-2588-baf8ba685328-0e28db0f, #w-node-_6dd84875-d9d7-32bb-2588-baf8ba68532d-0e28db0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dd84875-d9d7-32bb-2588-baf8ba68532e-0e28db0f, #w-node-_105b5e80-e91c-c879-9e95-6d5db558683f-0e28db0f, #w-node-_5394f640-d90b-2cae-595e-0730d7e6fb8d-0e28db0f, #w-node-_4830d4b1-f815-baa1-98ad-7d929cefe724-0e28db0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ee215234-1479-47ae-6db0-7a8fd8827fab-0e28db0f, #w-node-ee215234-1479-47ae-6db0-7a8fd8827fb6-0e28db0f, #w-node-ee215234-1479-47ae-6db0-7a8fd8827fbf-0e28db0f, #w-node-ee215234-1479-47ae-6db0-7a8fd8827fc8-0e28db0f, #w-node-b584e831-1e3e-2f6a-b94d-0c7a22a8ace5-0e28db0f, #w-node-b584e831-1e3e-2f6a-b94d-0c7a22a8ace7-0e28db0f, #w-node-b584e831-1e3e-2f6a-b94d-0c7a22a8ace8-0e28db0f, #w-node-_2df82c97-8664-709a-9458-bd5a2031f557-0e28db0f, #w-node-b584e831-1e3e-2f6a-b94d-0c7a22a8acea-0e28db0f, #w-node-b584e831-1e3e-2f6a-b94d-0c7a22a8aceb-0e28db0f, #w-node-b584e831-1e3e-2f6a-b94d-0c7a22a8acee-0e28db0f, #w-node-b584e831-1e3e-2f6a-b94d-0c7a22a8acf1-0e28db0f, #w-node-b584e831-1e3e-2f6a-b94d-0c7a22a8acf4-0e28db0f, #w-node-b584e831-1e3e-2f6a-b94d-0c7a22a8acf7-0e28db0f, #w-node-b584e831-1e3e-2f6a-b94d-0c7a22a8acfa-0e28db0f, #w-node-_7202b0ad-a23a-3891-723d-3993969f821f-969f821c, #w-node-_7202b0ad-a23a-3891-723d-3993969f8226-969f821c, #w-node-_7202b0ad-a23a-3891-723d-3993969f8235-969f821c, #w-node-_6b327177-92f3-fdf3-d64f-d29841c2964c-0e28db4d, #w-node-_6b327177-92f3-fdf3-d64f-d29841c2964e-0e28db4d, #w-node-_6b327177-92f3-fdf3-d64f-d29841c2964f-0e28db4d, #w-node-_6b327177-92f3-fdf3-d64f-d29841c29650-0e28db4d, #w-node-_6b327177-92f3-fdf3-d64f-d29841c29652-0e28db4d, #w-node-_6b327177-92f3-fdf3-d64f-d29841c29653-0e28db4d, #w-node-_6b327177-92f3-fdf3-d64f-d29841c29655-0e28db4d, #w-node-_6b327177-92f3-fdf3-d64f-d29841c29658-0e28db4d, #w-node-_6b327177-92f3-fdf3-d64f-d29841c2965b-0e28db4d, #w-node-_6b327177-92f3-fdf3-d64f-d29841c2965e-0e28db4d, #w-node-_6b327177-92f3-fdf3-d64f-d29841c29661-0e28db4d, #w-node-_83bd9fd0-371b-9198-cb35-984dd93ff271-0e28db4e, #w-node-_83bd9fd0-371b-9198-cb35-984dd93ff273-0e28db4e, #w-node-_83bd9fd0-371b-9198-cb35-984dd93ff274-0e28db4e, #w-node-_83bd9fd0-371b-9198-cb35-984dd93ff275-0e28db4e, #w-node-_83bd9fd0-371b-9198-cb35-984dd93ff277-0e28db4e, #w-node-_83bd9fd0-371b-9198-cb35-984dd93ff278-0e28db4e, #w-node-_83bd9fd0-371b-9198-cb35-984dd93ff27a-0e28db4e, #w-node-_83bd9fd0-371b-9198-cb35-984dd93ff27d-0e28db4e, #w-node-_83bd9fd0-371b-9198-cb35-984dd93ff280-0e28db4e, #w-node-_83bd9fd0-371b-9198-cb35-984dd93ff283-0e28db4e, #w-node-_83bd9fd0-371b-9198-cb35-984dd93ff286-0e28db4e, #w-node-_9feee051-67ed-fe8f-a9d7-2db1b066468d-0e28db71, #w-node-_6be77133-6c27-4e0b-2653-b4550f85d902-0e28db71, #w-node-_9feee051-67ed-fe8f-a9d7-2db1b066468e-0e28db71, #w-node-dd64bfbc-c044-e4d0-17c5-a4e477d7e10b-0e28db71, #w-node-adc54aa9-de19-b020-e3c6-28c4e3434de3-0e28db71, #w-node-_9feee051-67ed-fe8f-a9d7-2db1b066468f-0e28db71, #w-node-_32578e73-02cc-9c40-9344-16e0360ba95d-0e28db71, #w-node-_9feee051-67ed-fe8f-a9d7-2db1b0664690-0e28db71, #w-node-_9feee051-67ed-fe8f-a9d7-2db1b0664691-0e28db71, #w-node-_9feee051-67ed-fe8f-a9d7-2db1b0664692-0e28db71, #w-node-_9feee051-67ed-fe8f-a9d7-2db1b0664693-0e28db71, #w-node-_9feee051-67ed-fe8f-a9d7-2db1b0664694-0e28db71, #w-node-_20f4282d-88cd-9640-8a2e-ad01b97f329a-0e28db72, #w-node-_20f4282d-88cd-9640-8a2e-ad01b97f32a0-0e28db72, #w-node-_20f4282d-88cd-9640-8a2e-ad01b97f32a1-0e28db72, #w-node-_20f4282d-88cd-9640-8a2e-ad01b97f32a6-0e28db72, #w-node-_20f4282d-88cd-9640-8a2e-ad01b97f32a7-0e28db72, #w-node-_20f4282d-88cd-9640-8a2e-ad01b97f32ac-0e28db72, #w-node-_20f4282d-88cd-9640-8a2e-ad01b97f32ad-0e28db72, #w-node-_20f4282d-88cd-9640-8a2e-ad01b97f32b2-0e28db72, #w-node-_20f4282d-88cd-9640-8a2e-ad01b97f32b3-0e28db72, #w-node-_7eec9219-a3ad-12ee-77aa-491067dc355d-0e28db73, #w-node-_7eec9219-a3ad-12ee-77aa-491067dc355f-0e28db73, #w-node-_7eec9219-a3ad-12ee-77aa-491067dc3560-0e28db73, #w-node-_7eec9219-a3ad-12ee-77aa-491067dc3561-0e28db73, #w-node-_7eec9219-a3ad-12ee-77aa-491067dc3563-0e28db73, #w-node-_7eec9219-a3ad-12ee-77aa-491067dc3564-0e28db73, #w-node-_7eec9219-a3ad-12ee-77aa-491067dc3566-0e28db73, #w-node-_7eec9219-a3ad-12ee-77aa-491067dc3569-0e28db73, #w-node-_7eec9219-a3ad-12ee-77aa-491067dc356c-0e28db73, #w-node-_7eec9219-a3ad-12ee-77aa-491067dc356f-0e28db73, #w-node-_7eec9219-a3ad-12ee-77aa-491067dc3572-0e28db73, #w-node-_94eb1e5d-7fab-45b0-2e36-5db4f1159b06-0e28db74, #w-node-_94eb1e5d-7fab-45b0-2e36-5db4f1159b0c-0e28db74, #w-node-_94eb1e5d-7fab-45b0-2e36-5db4f1159b0d-0e28db74, #w-node-_94eb1e5d-7fab-45b0-2e36-5db4f1159b12-0e28db74, #w-node-_94eb1e5d-7fab-45b0-2e36-5db4f1159b13-0e28db74, #w-node-_94eb1e5d-7fab-45b0-2e36-5db4f1159b18-0e28db74, #w-node-_94eb1e5d-7fab-45b0-2e36-5db4f1159b19-0e28db74, #w-node-_94eb1e5d-7fab-45b0-2e36-5db4f1159b1e-0e28db74, #w-node-_94eb1e5d-7fab-45b0-2e36-5db4f1159b1f-0e28db74, #w-node-_57640e51-76b1-2367-d077-d4322fead79b-0e28db91, #w-node-_57640e51-76b1-2367-d077-d4322fead79d-0e28db91, #w-node-_57640e51-76b1-2367-d077-d4322fead79e-0e28db91, #w-node-_57640e51-76b1-2367-d077-d4322fead79f-0e28db91, #w-node-_57640e51-76b1-2367-d077-d4322fead7a1-0e28db91, #w-node-_57640e51-76b1-2367-d077-d4322fead7a2-0e28db91, #w-node-_57640e51-76b1-2367-d077-d4322fead7a4-0e28db91, #w-node-_57640e51-76b1-2367-d077-d4322fead7a7-0e28db91, #w-node-_57640e51-76b1-2367-d077-d4322fead7aa-0e28db91, #w-node-_57640e51-76b1-2367-d077-d4322fead7ad-0e28db91, #w-node-_57640e51-76b1-2367-d077-d4322fead7b0-0e28db91, #w-node-e9305439-447b-b578-651c-705b6945cbad-0e28db92, #w-node-e9305439-447b-b578-651c-705b6945cbaf-0e28db92, #w-node-e9305439-447b-b578-651c-705b6945cbb0-0e28db92, #w-node-e9305439-447b-b578-651c-705b6945cbb1-0e28db92, #w-node-e9305439-447b-b578-651c-705b6945cbb3-0e28db92, #w-node-e9305439-447b-b578-651c-705b6945cbb4-0e28db92, #w-node-e9305439-447b-b578-651c-705b6945cbb6-0e28db92, #w-node-e9305439-447b-b578-651c-705b6945cbb9-0e28db92, #w-node-e9305439-447b-b578-651c-705b6945cbbc-0e28db92, #w-node-e9305439-447b-b578-651c-705b6945cbbf-0e28db92, #w-node-e9305439-447b-b578-651c-705b6945cbc2-0e28db92, #w-node-c8f3b9ed-38f2-d348-13ea-ab66bc4e861f-0e28dbac, #w-node-c8f3b9ed-38f2-d348-13ea-ab66bc4e8621-0e28dbac, #w-node-c8f3b9ed-38f2-d348-13ea-ab66bc4e8622-0e28dbac, #w-node-c8f3b9ed-38f2-d348-13ea-ab66bc4e8623-0e28dbac, #w-node-c8f3b9ed-38f2-d348-13ea-ab66bc4e8625-0e28dbac, #w-node-c8f3b9ed-38f2-d348-13ea-ab66bc4e8626-0e28dbac, #w-node-c8f3b9ed-38f2-d348-13ea-ab66bc4e8628-0e28dbac, #w-node-c8f3b9ed-38f2-d348-13ea-ab66bc4e862b-0e28dbac, #w-node-c8f3b9ed-38f2-d348-13ea-ab66bc4e862e-0e28dbac, #w-node-c8f3b9ed-38f2-d348-13ea-ab66bc4e8631-0e28dbac, #w-node-c8f3b9ed-38f2-d348-13ea-ab66bc4e8634-0e28dbac, #w-node-_4ba90559-97e2-45e2-a8ef-6449cf2b5a28-0e28dbc6, #w-node-_4ba90559-97e2-45e2-a8ef-6449cf2b5a2c-0e28dbc6, #w-node-_4ba90559-97e2-45e2-a8ef-6449cf2b5a2d-0e28dbc6, #w-node-_4ba90559-97e2-45e2-a8ef-6449cf2b5a2e-0e28dbc6, #w-node-_4ba90559-97e2-45e2-a8ef-6449cf2b5a31-0e28dbc6, #w-node-_4ba90559-97e2-45e2-a8ef-6449cf2b5a32-0e28dbc6, #w-node-_4ba90559-97e2-45e2-a8ef-6449cf2b5a37-0e28dbc6, #w-node-_4ba90559-97e2-45e2-a8ef-6449cf2b5a3c-0e28dbc6, #w-node-_4ba90559-97e2-45e2-a8ef-6449cf2b5a41-0e28dbc6, #w-node-_4ba90559-97e2-45e2-a8ef-6449cf2b5a46-0e28dbc6, #w-node-_4ba90559-97e2-45e2-a8ef-6449cf2b5a4b-0e28dbc6, #w-node-_3b48928a-7853-ebf4-c75c-a672d3875d2f-0e28dbc8, #w-node-_2316796e-92a6-09ab-62da-cc6ce0bfe19c-0e28dbc8, #w-node-_31f38510-2572-5054-7201-51771595bf65-0e28dbc8, #w-node-_22c23b1e-0513-5049-290a-b1492a9e2b2b-0e28dbc8, #w-node-d9e55573-6dc0-9c76-ffc0-53b5458346c6-0e28dbc8, #w-node-_1e284f6d-636e-8805-1057-fdfdc31e0aed-0e28dbc8, #w-node-_536bbce9-9654-8cd7-5d3f-5b0f7e5ad8fb-0e28dbc8, #w-node-_3b04230e-7de4-ef53-aa8a-dc79c978110b-0e28dbc8, #w-node-a013df15-301e-bbf5-3477-f1c2b9b5043d-0e28dbc8, #w-node-_7939b7fd-8701-29c3-2630-a5746f68accf-0e28dbc9, #w-node-_7939b7fd-8701-29c3-2630-a5746f68acd3-0e28dbc9, #w-node-_7939b7fd-8701-29c3-2630-a5746f68acd4-0e28dbc9, #w-node-_7939b7fd-8701-29c3-2630-a5746f68acd5-0e28dbc9, #w-node-_7939b7fd-8701-29c3-2630-a5746f68acd8-0e28dbc9, #w-node-_7939b7fd-8701-29c3-2630-a5746f68acd9-0e28dbc9, #w-node-_7939b7fd-8701-29c3-2630-a5746f68acde-0e28dbc9, #w-node-_7939b7fd-8701-29c3-2630-a5746f68ace3-0e28dbc9, #w-node-_7939b7fd-8701-29c3-2630-a5746f68ace8-0e28dbc9, #w-node-eac12fcc-4547-9c4a-1850-ca065c352d05-0e28dbd0, #w-node-eac12fcc-4547-9c4a-1850-ca065c352d0b-0e28dbd0, #w-node-eac12fcc-4547-9c4a-1850-ca065c352d0c-0e28dbd0, #w-node-eac12fcc-4547-9c4a-1850-ca065c352d11-0e28dbd0, #w-node-eac12fcc-4547-9c4a-1850-ca065c352d12-0e28dbd0, #w-node-eac12fcc-4547-9c4a-1850-ca065c352d17-0e28dbd0, #w-node-eac12fcc-4547-9c4a-1850-ca065c352d18-0e28dbd0, #w-node-eac12fcc-4547-9c4a-1850-ca065c352d1d-0e28dbd0, #w-node-eac12fcc-4547-9c4a-1850-ca065c352d1e-0e28dbd0, #w-node-b8dd1c8c-226b-6c7b-2664-d70895291511-0e28dbd1, #w-node-b8dd1c8c-226b-6c7b-2664-d70895291513-0e28dbd1, #w-node-b8dd1c8c-226b-6c7b-2664-d70895291514-0e28dbd1, #w-node-b8dd1c8c-226b-6c7b-2664-d70895291515-0e28dbd1, #w-node-b8dd1c8c-226b-6c7b-2664-d70895291517-0e28dbd1, #w-node-b8dd1c8c-226b-6c7b-2664-d70895291518-0e28dbd1, #w-node-b8dd1c8c-226b-6c7b-2664-d7089529151a-0e28dbd1, #w-node-b8dd1c8c-226b-6c7b-2664-d7089529151d-0e28dbd1, #w-node-b8dd1c8c-226b-6c7b-2664-d70895291520-0e28dbd1, #w-node-b8dd1c8c-226b-6c7b-2664-d70895291523-0e28dbd1, #w-node-b8dd1c8c-226b-6c7b-2664-d70895291526-0e28dbd1, #w-node-e5c9a316-70ae-351d-e596-872c4182d736-0e28dbd3, #w-node-e5c9a316-70ae-351d-e596-872c4182d73c-0e28dbd3, #w-node-e5c9a316-70ae-351d-e596-872c4182d73d-0e28dbd3, #w-node-e5c9a316-70ae-351d-e596-872c4182d742-0e28dbd3, #w-node-e5c9a316-70ae-351d-e596-872c4182d743-0e28dbd3, #w-node-e5c9a316-70ae-351d-e596-872c4182d748-0e28dbd3, #w-node-e5c9a316-70ae-351d-e596-872c4182d749-0e28dbd3, #w-node-e5c9a316-70ae-351d-e596-872c4182d74e-0e28dbd3, #w-node-e5c9a316-70ae-351d-e596-872c4182d74f-0e28dbd3, #w-node-_08095b97-1fb3-4e02-b587-31a4dc4e9669-0e28dbd4, #w-node-_08095b97-1fb3-4e02-b587-31a4dc4e966f-0e28dbd4, #w-node-_08095b97-1fb3-4e02-b587-31a4dc4e9670-0e28dbd4, #w-node-_08095b97-1fb3-4e02-b587-31a4dc4e9675-0e28dbd4, #w-node-_08095b97-1fb3-4e02-b587-31a4dc4e9676-0e28dbd4, #w-node-_08095b97-1fb3-4e02-b587-31a4dc4e967b-0e28dbd4, #w-node-_08095b97-1fb3-4e02-b587-31a4dc4e967c-0e28dbd4, #w-node-_08095b97-1fb3-4e02-b587-31a4dc4e9681-0e28dbd4, #w-node-_08095b97-1fb3-4e02-b587-31a4dc4e9682-0e28dbd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_36d7cdf4-69f7-1fc3-4925-b95f2f4bf6f3-0e28db0f, #w-node-_6dd84875-d9d7-32bb-2588-baf8ba685329-0e28db0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_36d7cdf4-69f7-1fc3-4925-b95f2f4bf6f3-0e28db0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto center;
  }

  #w-node-_6dd84875-d9d7-32bb-2588-baf8ba685329-0e28db0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
}


@font-face {
  font-family: 'Oswald Variablefont Wght';
  src: url('../fonts/Oswald-VariableFont_wght.woff2') format('woff2');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald Variablefont Wght';
  src: url('../fonts/Oswald-VariableFont_wght.woff2') format('woff2');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}