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

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-SemiboldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

:root {
  --bg: #fdfcf7;
  --font-color: #1f1f20;
  --bg-underline-hover: #f58659;
  --bg-text-white: #eeede9;
  --bg-2: #e9ebe3;
  --lines: #bbbbb6;
  --text-grey: #7f7f7f;
  --orange-hover: #ec7e50;
  --input-hover: #1084e3;
  --white: white;
  --bg-3: #dadbd1;
  --button: #ecedec;
  --black-hover: #2f2f31;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  background-color: var(--bg);
  color: var(--font-color);
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

a {
  color: var(--bg-underline-hover);
  cursor: pointer;
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: 38px;
}

.dark-gray {
  background-color: #8e9194;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.gray-color {
  -webkit-text-fill-color: inherit;
  background-color: #e9f2f5;
  background-clip: border-box;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.social-links-mobile {
  margin-top: 10px;
}

.color-box {
  margin-bottom: 10px;
  margin-right: 20px;
}

.inner-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.hero-subtitle {
  color: var(--bg-text-white);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 500;
  line-height: 27px;
}

.hero-subtitle.center, .hero-subtitle.dark {
  text-align: center;
}

.paragraph.medium {
  font-size: 16px;
  line-height: 26px;
}

.hero-inner-padding {
  position: relative;
}

.max-540-pixels {
  text-align: center;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.mini-title {
  color: var(--bg-underline-hover);
  letter-spacing: 0;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 16px;
}

.title-small {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.top-margin {
  margin-top: 10px;
  position: relative;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin.skill {
  margin-top: 40px;
}

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

.content {
  background-color: var(--bg);
  position: relative;
}

.title {
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 17px;
  display: inline-block;
}

.title.medium {
  font-size: 22px;
  line-height: 28px;
}

.flex-style {
  flex-wrap: wrap;
  display: flex;
}

.content-section {
  background-color: var(--bg);
  border-radius: 45px 45px 0 0;
  width: 100%;
  max-width: 100%;
  padding-top: 140px;
  position: relative;
  top: -40px;
  overflow: hidden;
}

.content-section.double {
  padding-bottom: 140px;
}

.content-section.intro {
  margin-top: 850px;
  padding-top: 140px;
}

.content-section.services {
  padding-bottom: 40px;
}

.content-section.offset {
  background-color: var(--bg);
  margin-top: -23px;
  padding-top: 50px;
}

.content-section.narrow {
  background-color: var(--bg-2);
  width: 90%;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  top: -35px;
}

.content-section.less-top-margin {
  padding-top: 60px;
  padding-bottom: 90px;
}

.content-section.video {
  z-index: 0;
  width: 95%;
  height: auto;
  margin-top: 543px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 90px;
}

.content-section.top-margin {
  margin-top: 740px;
  padding-top: 60px;
  overflow: visible;
}

.content-section.bottom-padding {
  padding-bottom: 60px;
}

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

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

.content-section.page-offset {
  margin-top: 700px;
  padding-top: 60px;
}

.content-section.login {
  background-color: var(--font-color);
  background-image: url('../images/pexels-karolina-grabowska-4195501.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 190px;
  display: flex;
}

.content-section.works {
  margin-top: 740px;
  padding-top: 50px;
  overflow: visible;
}

.content-section.inner-pages-offset {
  margin-top: 410px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-section.offset-margin-visible {
  margin-top: 500px;
  padding-top: 60px;
  padding-bottom: 40px;
  overflow: visible;
}

.content-section.page-offset-visible {
  margin-top: 700px;
  padding-top: 50px;
  overflow: visible;
}

.content-section.offset-bottom-padding, .content-section.offset-margin-services {
  margin-top: 490px;
  padding-top: 60px;
}

.all-caps-title {
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.all-caps-title.white {
  color: var(--bg);
}

.black {
  background-color: #060606;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.top-border {
  border-top: 1px solid var(--lines);
  margin-top: 5px;
  padding-top: 7px;
}

.center-content {
  justify-content: center;
  display: flex;
}

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1225px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper.clients {
  background-color: var(--bg-2);
  border-radius: 30px;
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.go-up-button {
  z-index: 3;
  background-color: var(--bg-underline-hover);
  background-image: url('../images/proximo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 48;
}

.hero-inner-text {
  color: var(--font-color);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 600;
  line-height: 62px;
}

.hero-inner-text.white {
  color: var(--bg);
  line-height: 65px;
}

.social-mini-icon {
  background-color: #f2f0e6;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-mini-icon:hover {
  background-color: #0970d4;
}

.social-mini-icon.instagram {
  background-color: #fb774e;
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #ff7e4f;
}

.social-mini-icon.instagram:hover {
  background-color: #fc6739;
}

.social-mini-icon.linkedin {
  background-color: #3271ac;
  background-image: url('../images/Linkedin-2_1Linkedin (2).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #1da1f2;
}

.social-mini-icon.linkedin:hover {
  background-color: #2b659c;
}

.social-mini-icon.twittter {
  background-color: #1da1f2;
  background-image: url('../images/gorjeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #1da1f2;
}

.social-mini-icon.twittter:hover {
  background-color: #1e96e0;
}

.social-mini-icon.facebook {
  background-color: #067aeb;
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-mini-icon.facebook:hover {
  background-color: #026bd1;
}

.inner-hero-section {
  background-color: var(--bg-2);
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 430px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.hero-inner-box {
  z-index: 6;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1228px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: relative;
}

.preloader {
  z-index: 2147483647;
  background-color: var(--bg);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: 0;
}

.navbar {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fdfcf7cc;
  border-radius: 76px;
  max-width: 1240px;
  margin-top: 20px;
  margin-left: 25px;
  margin-right: 25px;
}

.navlink {
  color: var(--font-color);
  letter-spacing: -.3px;
  height: 72px;
  margin-right: 16px;
  padding-top: 23px;
  font-family: Generalsans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition: color .2s;
  overflow: hidden;
}

.navlink:hover {
  color: var(--text-grey);
  text-decoration: none;
}

.navlink.w--current {
  color: var(--text-grey);
  font-weight: 600;
}

.navlink.login {
  background-image: url('../images/Padlock_1Padlock.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 18px;
}

.nav-menu {
  display: flex;
}

.brand {
  height: 72px;
  padding-top: 26px;
  transition: transform .2s, opacity .2s;
}

.brand:hover {
  transform: scale(1.04);
}

.underline-hover {
  background-color: var(--bg-underline-hover);
  height: 1.5px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.content-wrapper-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1225px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 27px;
  padding-right: 13px;
  position: relative;
}

.navigation {
  z-index: 1;
  position: fixed;
  inset: 0% 0% auto;
}

.footer-expand {
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

.footer-expand.middle {
  flex-wrap: nowrap;
  flex: 0 auto;
  width: 52%;
}

.footer-column {
  align-items: flex-start;
  width: 15%;
  margin-right: 5%;
  display: flex;
}

.dark-link {
  color: var(--font-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: color .2s;
}

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

.footer {
  z-index: 0;
  background-color: var(--bg-2);
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.footer-branding {
  transition: transform .2s, opacity .2s;
}

.footer-branding:hover {
  opacity: .85;
  transform: scale(1.03);
}

.footer-notice-link {
  color: var(--font-color);
  font-weight: 500;
  text-decoration: underline;
  transition: color .2s;
}

.footer-notice-link:hover {
  color: var(--bg-underline-hover);
}

.footer-notice-link.w--current {
  color: #48a9b5;
}

.footer-text-medium {
  font-size: 16px;
  line-height: 24px;
}

.footer-menu-link {
  color: var(--font-color);
  align-items: center;
  height: 27px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.footer-menu-link.w--current {
  color: var(--orange-hover);
  font-weight: 600;
}

.footer-menu-link.orange {
  color: var(--bg-underline-hover);
  font-weight: 600;
}

.footer-menu-link.orange:hover {
  color: #8e9194;
}

.footer-underline {
  background-color: var(--bg-underline-hover);
  height: 1px;
  margin-top: 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-top-margin {
  margin-top: 8px;
  position: relative;
}

.footer-top-margin._20-pixels {
  margin-top: 20px;
}

.footer-top-margin.first {
  margin-top: 13px;
}

.footer-1440-pixels {
  justify-content: flex-end;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.menu, .menu._44-percent {
  width: 50%;
}

.footer-title {
  color: var(--font-color);
  font-size: 21px;
  font-weight: 600;
}

.notice {
  min-height: 50px;
  margin-top: 60px;
  font-size: 13px;
}

.notice-text {
  font-size: 12px;
  line-height: 21px;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form {
  display: flex;
}

.text-field {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--font-color);
  border-radius: 10px 0 0 10px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 20px;
  transition: border .2s;
}

.text-field:hover {
  border-style: solid;
  border-color: var(--input-hover);
}

.submit-button {
  background-color: var(--font-color);
  background-image: url('../images/Submit-arrow_1Submit-arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
  border-radius: 0 10px 10px 0;
  width: 55px;
  height: 50px;
  position: relative;
}

.divider-line {
  background-color: var(--lines);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.divider-line.dark {
  background-color: var(--font-color);
}

.divider-line.show-only-mobile {
  display: none;
}

.divider-line.top {
  inset: 0% 0% auto;
}

.footer-notice-text {
  font-size: 13px;
  line-height: 25px;
}

.form-block {
  margin-top: 15px;
  margin-bottom: 0;
}

.hero-section {
  background-color: var(--bg-2);
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.hero-section.home {
  height: 850px;
  padding-top: 60px;
}

.hero-column {
  width: 60%;
  padding-left: 3%;
}

.hero-box-subtitle {
  width: 100%;
  max-width: 436px;
  margin-top: 10px;
}

.signature-box {
  text-align: left;
  margin-top: 25px;
  overflow: hidden;
}

.signature-box.large {
  margin-top: 30px;
}

.parallax-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.parallax-bg._2 {
  background-image: url('../images/Bg_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-bg.newsletter {
  background-image: linear-gradient(#1f1f20f2, #1f1f20f2), url('../images/pexels-karolina-grabowska-4195501.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
}

.heading-box {
  text-align: center;
  width: 100%;
  max-width: 746px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.heading-box.small {
  max-width: 407px;
  overflow: hidden;
}

.heading-box.mediun {
  max-width: 480px;
}

.heading-box.pricing {
  max-width: 440px;
}

.heading-box.full {
  text-align: left;
  max-width: 100%;
  margin-left: 0;
}

.heading-box.bottom-line {
  text-align: left;
  max-width: 100%;
  margin-left: 0;
  padding-bottom: 10px;
  padding-left: 1.5%;
}

.h2 {
  margin-top: 10px;
  font-size: 40px;
  line-height: 46px;
  position: relative;
}

.h2.no-top-margin {
  margin-top: 0;
}

.flex {
  display: flex;
}

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

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

.intro-feature {
  text-align: center;
  width: 100%;
  max-width: 370px;
  margin-bottom: 20px;
  margin-right: 2%;
  padding-left: 2%;
  padding-right: 2%;
}

.center-icon {
  margin-bottom: 13px;
}

.h5 {
  margin-top: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
}

.h5.instagram {
  font-size: 37px;
  font-weight: 500;
  line-height: 37px;
}

.h5.medium {
  font-size: 25px;
  line-height: 25px;
}

.button {
  border: 1px solid var(--font-color);
  color: var(--font-color);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 19px;
  height: 38.5px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Generalsans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  position: relative;
}

.button:hover {
  background-color: var(--font-color);
  color: var(--bg-text-white);
}

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

.button-box {
  margin-top: 20px;
}

.button-box.less-margin {
  margin-top: 10px;
}

.button-box.left-padding {
  padding-left: 1%;
}

.paragraph-medium {
  font-size: 18px;
  line-height: 23px;
}

.intro-flex {
  justify-content: center;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-center-flex {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.column-center-flex.left-padding {
  justify-content: flex-start;
  padding-left: 3%;
}

.h3 {
  letter-spacing: -1.55px;
  font-size: 70px;
  line-height: 56px;
}

.h3.small {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 58px;
}

.h3.no-top-margin {
  margin-top: 0;
}

.hidden {
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.max-429-pixels {
  width: 100%;
  max-width: 449px;
}

.subtitle-box {
  margin-top: 20px;
  overflow: hidden;
}

.subtitle-box._20-pixels-margin {
  margin-top: 20px;
}

.subtitle-box._10-pixels-margin {
  margin-top: 10px;
  overflow: hidden;
}

.subtitle-box.mobile-10-pixels {
  margin-top: 10px;
}

.subtitle {
  font-family: Satoshi Variable, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.subtitle.white {
  color: var(--bg);
}

.faq-box {
  margin-top: 30px;
}

.expand {
  flex: 1;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.horizontal {
  background-color: var(--font-color);
  width: 20px;
  height: 1.5px;
}

.accordion-content {
  margin-top: 10px;
  padding-right: 0;
  overflow: hidden;
}

.question {
  color: var(--font-color);
  font-size: 23px;
  font-weight: 600;
  line-height: 23px;
}

.vertical {
  background-color: var(--font-color);
  width: 1.5px;
  height: 20px;
  position: absolute;
}

.accordion-trigger {
  align-items: center;
  width: 100%;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-trigger:hover {
  text-decoration: none;
}

.open-close-box {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.accordion {
  margin-bottom: 17px;
  position: relative;
  overflow: hidden;
}

.relative {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.change-this-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.change-this-image._1 {
  background-image: url('../images/pexels-rodnae-productions-8124212.jpg');
}

.change-this-image._2 {
  background-image: url('../images/pexels-vlada-karpovich-7433879.jpg');
}

.change-this-image.slide-side {
  background-image: url('../images/pexels-mikhail-nilov-8871903.jpg');
}

.change-this-image.slider-side-2 {
  background-image: url('../images/pexels-edmond-dantès-4342498.jpg');
}

.change-this-image.slide-side-3 {
  background-image: url('../images/pexels-cottonbro-studio-7437499.jpg');
}

.change-this-image.slide-side-4 {
  background-image: url('../images/christina-spoerer-IDihFjpf3-g-unsplash.jpg');
}

.change-this-image.laptop {
  background-image: url('../images/Macbook.png');
  background-position: 125%;
  background-size: 900px;
}

.change-this-image._4 {
  background-image: url('../images/pexels-pavel-danilyuk-8111803.jpg');
}

.change-this-image.tab-1 {
  background-image: url('../images/pexels-cottonbro-studio-4325450.jpg');
}

.change-this-image.tab-2 {
  background-image: url('../images/surface-4Tq5115sleE-unsplash.jpg');
}

.change-this-image.tab-3 {
  background-image: url('../images/lasse-jensen-84mFDd6bZG4-unsplash.jpg');
}

.change-this-image.tab-4 {
  background-image: url('../images/tyler-nix-XMZyQQv6Aqg-unsplash.jpg');
}

.change-this-image.team {
  background-image: url('../images/team_optimized.png');
}

.change-this-image.team-2 {
  background-image: url('../images/team-2_optimized.png');
}

.change-this-image.team-3 {
  background-image: url('../images/team-3_optimized.jpg');
}

.change-this-image.team-4 {
  background-image: url('../images/team-4_optimized.jpg');
}

.change-this-image.team-5 {
  background-image: url('../images/team-5_optimized.jpg');
}

.change-this-image.team-6 {
  background-image: url('../images/team-6_optimized.jpg');
}

.change-this-image.team-7 {
  background-image: url('../images/team-7_optimized.jpg');
}

.change-this-image._6 {
  background-image: url('../images/Image-2.jpg');
}

.change-this-image._7 {
  background-image: url('../images/Image-3.jpg');
}

.change-this-image._8 {
  background-image: url('../images/pexels-cottonbro-studio-4098199.jpg');
}

.change-this-image._5 {
  background-image: url('../images/pexels-pavel-danilyuk-7658388.jpg');
}

.change-this-image._3 {
  background-image: url('../images/pexels-pavel-danilyuk-6405783.jpg');
}

.change-this-image.license {
  background-image: url('../images/pexels-cottonbro-studio-4100672.jpg');
}

.change-this-image.license-2 {
  background-image: url('../images/pexels-vlada-karpovich-7433879.jpg');
}

.change-this-image.license-3 {
  background-image: url('../images/pexels-mikhail-nilov-6592735.jpg');
}

.dot {
  color: var(--bg-underline-hover);
}

.full-section {
  background-color: var(--bg-2);
  width: 100%;
  max-width: 100%;
  position: relative;
  top: -40px;
  overflow: hidden;
}

.full-section.dark {
  background-color: var(--font-color);
}

.full-section.bg {
  background-color: var(--bg);
}

.image-column {
  width: 50%;
  min-height: 350px;
  position: relative;
}

.image-column.rounded {
  border-radius: 45px 0 0 45px;
  overflow: hidden;
}

.image-column.rounded-left {
  border-radius: 0 45px 45px 0;
  overflow: hidden;
}

.image-column.flex {
  justify-content: center;
  align-items: center;
  width: 45%;
}

.half-column {
  width: 50%;
  display: flex;
  position: relative;
}

.half-column.right, .half-column.laptop {
  justify-content: flex-start;
}

.half-column-text {
  width: 91%;
  padding-top: 120px;
  padding-bottom: 140px;
  padding-left: 9%;
}

.half-column-text.right {
  padding-left: 0%;
}

.half-column-text.newsletter {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.half-column-text.left {
  justify-content: flex-end;
  padding-bottom: 100px;
  padding-left: 9%;
  padding-right: 3%;
  display: flex;
}

.h4 {
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 40px;
  line-height: 45px;
}

.h4.no-top-margin {
  margin-top: 0;
}

.h4.white {
  color: var(--bg);
}

.side-button {
  margin-right: 10px;
}

.button-filled {
  border: 1px solid var(--font-color);
  background-color: var(--font-color);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 19px;
  height: 38.5px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  transition: background-color .2s, color .2s;
}

.button-filled:hover {
  color: var(--font-color);
  background-color: #0000;
  font-weight: 600;
}

.curve-bg {
  background-image: url('../images/Curve.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 464px;
  width: 500px;
  height: 66px;
  margin-bottom: -1px;
  padding-top: 17px;
  padding-left: 134px;
  position: absolute;
  inset: auto 0% -1px auto;
}

.curve-text-container {
  display: flex;
  position: relative;
}

.hero-mini-pic {
  background-image: url('../images/Mini-pic_1Mini-pic.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 17.5px;
  width: 50px;
  height: 35px;
  margin-right: 10px;
}

.curve-text-box {
  flex: 1;
  align-items: center;
  max-width: 220px;
  margin-right: 24%;
  display: flex;
  position: relative;
}

.mini-title-link {
  color: #3f423a;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  transition: color .2s;
}

.mini-title-link:hover {
  color: #69707b;
}

.right-white-bg {
  z-index: 0;
  background-color: var(--bg);
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slider-column-left {
  justify-content: flex-end;
  align-items: center;
  width: 46%;
  display: flex;
}

.slider-column {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 54%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider {
  z-index: 0;
  background-color: #0000;
  align-items: center;
  width: 300px;
  height: 470px;
  display: flex;
  overflow: visible;
}

.display-none {
  display: none;
}

.slide {
  margin-right: 2%;
}

.button-boxed-outline {
  border: 1px solid var(--font-color);
  color: var(--font-color);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  height: 38.5px;
  padding-top: 11px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  transition: background-color .2s, color .2s;
}

.button-boxed-outline:hover {
  background-color: var(--font-color);
  color: var(--bg);
  font-weight: 600;
}

.mask {
  width: 100%;
  overflow: visible;
}

.max-420-pixels {
  width: 100%;
  max-width: 420px;
  margin-right: 5%;
}

.features-flex {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bg-color {
  background-color: #e9ebe3b3;
  border-radius: 0 0 30px 30px;
  width: 100%;
  height: 46%;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-color._65-percent {
  height: 65%;
}

.feature-icon {
  margin-bottom: 20px;
}

.text-block {
  margin-top: 5px;
  font-size: 26px;
  line-height: 35px;
}

.paragraph-box {
  margin-top: 10px;
}

.empty-state {
  background-color: #0000;
}

.services-grid {
  width: 45%;
  margin-bottom: 40px;
  margin-left: 2%;
  margin-right: 2%;
}

.services-grid.no-margin {
  margin-bottom: 0;
}

.link-block {
  border-radius: 45px;
  position: relative;
  overflow: hidden;
}

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

.hover-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-image.about-us {
  background-image: url('../images/about-intro_optimized.jpg');
}

.hover-image.about-us-2 {
  background-image: url('../images/about-intro-2_optimized.jpg');
}

.hover-image.about-us-3 {
  background-image: url('../images/about-intro-3_optimized.jpg');
}

.services-text-box {
  background-color: var(--bg);
  border-radius: 10px;
  width: 80%;
  margin-top: -85px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 7% 40px;
  position: relative;
}

.text-link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--font-color);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.text-link-block:hover {
  color: var(--text-grey);
}

.text-link-block.orange:hover {
  color: #743e28;
}

.right-margin {
  margin-right: 3px;
  display: inline-block;
}

.right-margin._5 {
  margin-right: 10px;
}

.circle-arrow {
  background-color: var(--font-color);
  background-image: url('../images/Mini-arrow_1Mini-arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 4px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
  display: inline-block;
}

.circle-arrow.orange {
  background-color: #603423;
}

.pricing-section {
  background-color: var(--bg-2);
  width: 100%;
  max-width: 100%;
  padding-top: 70px;
  padding-bottom: 130px;
  position: relative;
  top: -40px;
  overflow: hidden;
}

.flex-center {
  justify-content: center;
  display: flex;
}

.content-bg {
  background-color: var(--bg);
  position: relative;
}

.pricing-detail-item {
  color: #333;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 21px;
}

.faq-arrow {
  width: 14px;
  margin-bottom: 5px;
  position: relative;
}

.pricing-overview {
  color: #333;
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 20px;
}

.pricing-flex {
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.full-width-item, .pricing-expand {
  flex: 1;
}

.price {
  color: var(--font-color);
  letter-spacing: -2px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 38px;
}

.accordion-item-trigger {
  align-items: flex-start;
  width: 100%;
  padding-bottom: 3px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.pricing-button-box {
  text-align: left;
}

.open-close {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-left: 9px;
  display: block;
  position: relative;
}

.pricing-title {
  letter-spacing: -.5px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 21px;
}

.accordion-wrapper {
  flex: 1;
  width: 100%;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.pricing-heading {
  margin-bottom: 40px;
}

.accordion-item-content {
  overflow: hidden;
}

.pricing-box {
  background-color: #e9ebe3b3;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
  margin-right: 1.5%;
  padding: 30px 1.8% 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-box.green {
  background-color: var(--bg-3);
}

.pricing-box.custom {
  border: 1px solid var(--font-color);
  background-color: var(--bg);
  margin-right: 0%;
}

.pricing-subtitle {
  color: #333;
  font-size: 16px;
  line-height: 21px;
}

.badge-text {
  background-color: var(--font-color);
  color: var(--bg);
  text-align: center;
  width: 124px;
  padding: 3px 30px 3px 39px;
  font-size: 13px;
  line-height: 19px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(40deg)translate(29px, -2px);
}

.button-pricing {
  border: 1px solid var(--font-color);
  color: var(--font-color);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  width: 100%;
  height: 38.5px;
  padding-top: 11px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  transition: background-color .2s, color .2s;
}

.button-pricing:hover {
  background-color: var(--font-color);
  color: var(--white);
  font-weight: 600;
}

.pricing-row {
  flex-wrap: wrap;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.pricing-row:hover {
  background-color: var(--bg-2);
}

.pricing-detail-inline {
  color: #333;
  margin-bottom: 8px;
  margin-right: 5px;
  font-size: 16px;
  line-height: 16px;
  display: inline;
}

.pricing-table {
  margin-bottom: 20px;
  padding-bottom: 40px;
  padding-left: 1.8%;
  padding-right: 1.8%;
  overflow: hidden;
}

.tip {
  background-color: var(--bg-3);
  width: 13px;
  height: 13px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 7%;
  transform: translate(0, 10px)rotate(45deg);
}

.tooltip-text {
  text-align: center;
  background-color: #dadbd1;
  border-radius: 5px;
  min-width: 140px;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 14px;
  display: none;
  position: absolute;
  top: -46px;
  left: -66px;
}

.checkmark-box {
  text-align: center;
  border-left: 1px #cbcbcb;
  border-right: 1px #cbcbcb;
  flex: 1;
  width: 15%;
  padding-top: 10px;
}

.checkmark-box.title {
  letter-spacing: -.5px;
}

.checkmark-box.not-included {
  cursor: not-allowed;
}

.checkmark-box._3, .checkmark-box._4 {
  letter-spacing: -.5px;
}

.question-mark {
  background-image: url('../images/Question-Mark_1Question Mark.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
  position: relative;
  bottom: -2px;
}

.pricing-row-title {
  flex-wrap: wrap;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tooltip-container {
  display: inline-block;
  position: relative;
}

.pricing-description {
  border-bottom-width: 1px;
  border-bottom-color: #cbcbcb;
  border-left-width: 1px;
  border-left-color: #cbcbcb;
  border-right: 1px #cbcbcb;
  width: 32%;
  padding: 10px 20px 10px 10px;
}

.pricing-description.title {
  padding-top: 10px;
  padding-bottom: 0;
}

.max-964-pixels {
  width: 100%;
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
}

.flex-2 {
  display: flex;
  position: relative;
}

.client-logo {
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

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

.paragraph-mini._2-pixels {
  margin-top: 2px;
  overflow: hidden;
}

.testimonial-slide {
  background-color: #fff;
  width: 31.5%;
  margin-right: 2%;
}

.testimonial {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 27px;
}

.mask-testimonials {
  padding-left: 20px;
}

.star {
  margin-right: 5px;
}

.testimonials-slider {
  z-index: 0;
  background-color: #0000;
  width: 91%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-box {
  background-color: var(--bg-2);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 7% 7% 3%;
}

.slide-nav {
  color: #fc7b4b;
  text-align: center;
  justify-content: center;
  display: flex;
  position: relative;
}

.testimonial-name {
  margin-top: 20px;
}

.image-8 {
  display: none;
  position: absolute;
  inset: -176% 0% auto;
}

.semi-bold {
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
  position: relative;
}

.testimonial-pic {
  border: 3px solid var(--lines);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.testimonial-pic._1 {
  background-image: url('../images/Testimonial-1.jpg');
}

.testimonial-pic._6 {
  background-image: url('../images/Test-6.jpg');
}

.testimonial-pic._3 {
  background-image: url('../images/Testimonial-3.jpg');
}

.testimonial-pic._2 {
  background-image: url('../images/Testimonial-2.jpg');
}

.testimonial-pic._5 {
  background-image: url('../images/Test-5.jpg');
}

.testimonial-pic._4 {
  background-image: url('../images/Test-4.jpg');
}

.cta-form-rounded {
  border: 1px solid var(--font-color);
  background-color: var(--bg);
  border-radius: 200px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 490px;
  margin-top: 25px;
  margin-bottom: 0;
  margin-right: auto;
  padding-left: 30px;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
}

.form-rounded {
  flex-wrap: nowrap;
  width: 100%;
  display: flex;
}

.name-input {
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 0;
  flex: 1;
  width: 33.33%;
  height: 42px;
  margin-top: 8px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 11px;
  padding-bottom: 0;
  padding-left: 5px;
  transition: border-color .2s;
}

.name-input:hover {
  border-bottom-color: #09abf3;
}

.name-input::placeholder {
  color: #060606;
  font-size: 13px;
}

.email-input {
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 0;
  flex: 1;
  width: 33.33%;
  height: 42px;
  margin-top: 8px;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 0;
  padding-left: 8px;
}

.email-input:hover {
  border-bottom-color: #09abf3;
}

.email-input::placeholder {
  color: #060606;
  font-size: 13px;
}

.newsletter-button {
  color: #fff;
  background-color: #121414;
  border-radius: 0 90px 90px 0;
  width: 33%;
  min-width: 90px;
  height: 64px;
  margin-left: 20px;
  padding: 5px 5% 0 4%;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  transition: background-color .2s;
}

.newsletter-button:hover {
  background-color: #282c2c;
}

.newsletter-button:focus {
  color: #060606;
}

.newsletter-button.orange {
  background-color: var(--bg-underline-hover);
  color: var(--font-color);
}

.success-message {
  text-align: center;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.thank-you {
  margin-top: 5px;
}

.error-message-newsletter {
  text-align: left;
  background-color: #ffdede;
  font-size: 13px;
  line-height: 18px;
  position: absolute;
  inset: auto 0% 0;
}

.bottom-bg {
  background-color: #e9ebe3b3;
  width: 100%;
  height: 62%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.hover-overlay {
  background-color: #1a1a1a66;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.category-link {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--font-color);
  text-align: center;
  background-color: #c5c7bb;
  border-radius: 30px 0;
  min-width: 100px;
  height: 50px;
  margin-left: 10px;
  padding: 14px 25px 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, transform .2s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.category-link:hover {
  background-color: #6c7a72b3;
  transform: translate(0, 3px);
}

.preview-text-container {
  margin-top: 15px;
  padding-left: 3%;
}

.preview-link-box {
  margin-top: 8px;
  margin-bottom: 3px;
}

.preview-link {
  color: var(--font-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  text-decoration: none;
  transition: color .2s;
}

.preview-link:hover {
  color: var(--text-grey);
}

.posts-preview {
  width: 48%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.posts-preview.bottom-margin {
  margin-bottom: 10px;
}

.relative-auto {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.bottom-line {
  height: 100%;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.bottom-line.padding {
  padding-bottom: 0;
}

.hover-icon {
  color: #69707b;
}

.hover-insta-overlay {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0f0e0f40;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.flex-instagram {
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.change-insta-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.change-insta-image.insta-3 {
  background-image: url('../images/Insta-3.jpg');
}

.change-insta-image.insta-4 {
  background-image: url('../images/Insta-4.jpg');
}

.change-insta-image.insta-2 {
  background-image: url('../images/Insta-2.jpg');
}

.change-insta-image.insta {
  background-image: url('../images/Insta.jpg');
}

.change-insta-image.insta-5 {
  background-image: url('../images/Insta-5.jpg');
}

.on-scroll-1 {
  background-color: #d4d5cf;
  display: none;
  position: absolute;
  inset: 0%;
}

.insta-pic {
  width: 20%;
  position: relative;
  overflow: hidden;
}

.heading-full {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.insta-handle {
  color: var(--font-color);
  margin-bottom: 5px;
  text-decoration: none;
  transition: color .2s;
}

.insta-handle:hover {
  color: var(--bg-underline-hover);
}

.error-message {
  font-size: 14px;
  line-height: 22px;
}

._80-percent-column {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-hero-text {
  color: var(--bg-text-white);
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 68px;
  font-weight: 500;
  line-height: 78px;
}

.intro-about-us {
  width: 100%;
  max-width: 360px;
  margin-right: 2%;
}

.intro-about-us.last {
  margin-right: 0%;
}

.intro-image {
  border-radius: 10px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.top-number {
  background-color: var(--bg-underline-hover);
  color: var(--font-color);
  text-align: center;
  border-radius: 0 10px 0 30px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 44px;
  font-size: 23px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-outline-white {
  border: 1px solid var(--bg);
  background-color: var(--font-color);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 19px;
  height: 38.5px;
  padding-top: 11px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  transition: background-color .2s, color .2s;
}

.button-outline-white:hover {
  background-color: var(--bg);
  color: var(--font-color);
  font-weight: 600;
}

.tabs-menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 49%;
  padding-right: 20px;
  display: flex;
}

.tab-pane {
  width: 100%;
  max-width: 450px;
  height: 100%;
}

.tab {
  background-color: #0000;
  width: 90%;
  padding: 10px 0 10px 5%;
  font-size: 38px;
  line-height: 50px;
  transition: color .2s;
  overflow: hidden;
}

.tab:hover {
  color: #7f7f7f;
}

.tab.w--current {
  color: var(--text-grey);
  background-color: #0000;
}

.tabs-content {
  width: 50%;
}

.relative-full-height {
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.tabs {
  flex-wrap: wrap;
  display: flex;
}

.numbers {
  margin-top: 60px;
  display: flex;
}

.number {
  z-index: 0;
  border-right: 1px solid var(--lines);
  text-align: center;
  width: 33%;
  padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  overflow: hidden;
}

.number.last {
  border-right-style: none;
}

.counter-1 {
  color: #1d1e20;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  height: 90px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.digits {
  z-index: 10;
  height: 80px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.counter-numbers {
  font-size: 50px;
  line-height: 50px;
}

.counter-numbers.left {
  padding-top: 12px;
  transform: translate(0);
}

.counter-numbers.right, .counter-numbers.last {
  padding-top: 12px;
}

.tb-digit {
  color: var(--font-color);
  text-align: center;
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
}

.sign-small {
  color: var(--font-color);
  margin-top: 40px;
  font-size: 40px;
  line-height: 50px;
}

.sign-small.m {
  margin-top: 27px;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

.counter-2 {
  color: #1d1e20;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 193px;
  height: 90px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.counter-3 {
  color: #1d1e20;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 112px;
  height: 90px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #dadbd1e6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-image-box {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.team-item {
  width: 23%;
  margin-bottom: 40px;
  margin-right: 2%;
}

.team-item.last {
  margin-bottom: 0;
  margin-right: 0%;
}

.team-item._5 {
  margin-bottom: 0;
}

.social-icon-down {
  width: 35px;
  height: 35px;
  margin-top: 35px;
  position: absolute;
  inset: 0%;
}

.social-icon-down.facebook {
  background-image: url('../images/logo-de-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.twitter {
  background-image: url('../images/gorjeo_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.instagram {
  background-image: url('../images/instagram-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.linkedin {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.hover-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.social-icons-container {
  width: 35px;
  height: 35px;
  position: relative;
}

.social-icon-rounded {
  background-color: var(--font-color);
  border-radius: 50px;
  width: 35px;
  height: 35px;
  margin-right: 7px;
  overflow: hidden;
}

.social-icon-up {
  width: 35px;
  height: 35px;
  position: absolute;
  inset: 0%;
}

.social-icon-up.twitter {
  background-image: url('../images/gorjeo_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.facebook {
  background-image: url('../images/logo-de-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.instagram {
  background-image: url('../images/instagram-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.linkedin {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.on-scroll-2 {
  background-color: var(--bg-3);
  display: none;
  position: absolute;
  inset: 0%;
}

.job-title {
  color: var(--text-grey);
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 20px;
}

.team-text-box {
  margin-top: 10px;
}

.team-name {
  font-size: 21px;
  line-height: 21px;
}

.flex-team {
  flex-wrap: wrap;
  display: flex;
}

.team-jobs {
  background-color: var(--bg-underline-hover);
  justify-content: center;
  align-items: center;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.column-justify-left {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 60px;
  display: flex;
}

.side-image-2 {
  margin-top: 42px;
  margin-left: -101px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 33px #7f7f7f8c;
}

.side-image-1 {
  position: relative;
  overflow: hidden;
}

.video {
  height: 890px;
  position: relative;
}

.background-video {
  z-index: 0;
  height: 790px;
  position: absolute;
  inset: 0% 0% auto;
}

.video-relative {
  position: relative;
  overflow: hidden;
}

.video-gradient {
  background-image: linear-gradient(360deg, var(--bg), transparent 49%);
  position: absolute;
  inset: 0%;
}

.colored-features {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.feature-box-colored {
  background-color: var(--bg-underline-hover);
  text-align: left;
  border-radius: 30px;
  width: 31%;
  max-width: 320px;
  margin-bottom: 30px;
  margin-right: 3%;
  padding: 40px 3% 30px;
}

.feature-box-colored.last {
  margin-right: 0%;
}

.flex-padding {
  padding-top: 10px;
  padding-left: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-padding.less-padding {
  padding-left: 2%;
}

.collection-item {
  width: 31.3%;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
}

.flex-works {
  flex-wrap: wrap;
  padding-bottom: 0;
  display: flex;
}

.expand-3 {
  z-index: 5;
  flex: 1;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.contact-block {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  overflow: hidden;
}

.link-email {
  color: var(--text-grey);
  transition: opacity .2s;
}

.link-email:hover {
  opacity: .8;
}

.flex-3 {
  flex-wrap: wrap;
  height: 100%;
  display: flex;
}

.top-margin-2 {
  position: relative;
}

.top-margin-2._15-pixels {
  margin-top: 15px;
}

.left-logo-block {
  border-right: 1px solid var(--lines);
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 80px 20px;
  display: flex;
  position: relative;
}

.large {
  font-size: 25px;
}

.utility-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.text-on-button, .contact-details-box {
  position: relative;
}

.side-title {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.side-block {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 10px;
  position: relative;
  overflow: hidden;
}

.side-block.more {
  padding-bottom: 20px;
}

.utility-right {
  width: 72%;
}

.flex-work-page {
  flex-wrap: wrap;
  display: flex;
}

.work-overview {
  position: sticky;
  top: 90px;
}

.less-top-margin {
  margin-top: 0;
}

.less-top-margin._10-pixels {
  margin-top: 10px;
}

.post-heading-box {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.cateogry-link {
  border: 1px solid var(--font-color);
  color: var(--font-color);
  text-transform: uppercase;
  border-radius: 20px;
  height: 23px;
  margin-bottom: 10px;
  margin-right: 5%;
  padding-top: 2px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.cateogry-link:hover {
  background-color: var(--font-color);
  color: var(--bg);
}

.cateogry-link.white {
  border-color: var(--bg);
  color: var(--bg);
  margin-right: 0%;
  font-weight: 500;
}

.cateogry-link.white:hover {
  background-color: var(--white);
  color: var(--font-color);
}

.utility-left-column {
  flex: 1;
  margin-right: 3%;
  padding-right: 20px;
  position: relative;
}

.bottom-line-2 {
  background-color: #c4cdd2;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-gray {
  color: var(--text-grey);
}

.pagination {
  justify-content: flex-end;
}

.posts-grid {
  width: 47%;
  margin-bottom: 50px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.narrow-wrapper {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-blog {
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.hero-section-bg {
  background-color: var(--bg-2);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 740px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.overlay {
  background-image: linear-gradient(360deg, var(--font-color), transparent 80%);
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-works-title {
  color: var(--bg-text-white);
  text-align: center;
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 56px;
  font-weight: 500;
  line-height: 66px;
  text-decoration: none;
}

.works-hero-box {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-hero-box {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-link-title {
  color: var(--bg-text-white);
  letter-spacing: -1px;
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 56px;
  font-weight: 500;
  line-height: 66px;
  text-decoration: none;
}

.hero-link-block {
  position: absolute;
  inset: 0%;
}

.hero-top-bg {
  background-color: var(--bg-2);
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.white {
  color: var(--bg);
}

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

.button.full {
  background-color: var(--bg-underline-hover);
  text-transform: none;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 23px;
}

.max-600-pixels {
  max-width: 600px;
  margin-top: 10px;
  overflow: hidden;
}

.h2-small {
  margin-top: 10px;
  font-size: 40px;
  line-height: 45px;
}

.faq-set {
  margin-bottom: 40px;
}

.faq-section {
  width: 68%;
  margin-left: auto;
  margin-right: auto;
}

.dark {
  color: var(--font-color);
}

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

.sign-in-text {
  font-size: 13px;
  line-height: 21px;
}

.field-label {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}

.link {
  transition: color .2s;
}

.link:hover {
  color: #7f8893;
}

.sing-in-field {
  background-color: var(--button);
  border: 1px #000;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  transition: border .2s;
}

.sing-in-field:hover {
  border-color: var(--input-hover);
}

.sign-in {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 37px 5%;
  position: relative;
}

.more-buttons {
  margin-top: 20px;
}

.hero-sign-in {
  position: relative;
}

.login-icon {
  margin-right: 10px;
}

.text-block-2 {
  line-height: 18px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.social-button {
  color: var(--font-color);
  background-color: #fff;
  border: 1px solid #c7c9c7;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-top: 4px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

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

.button-boxed-filled {
  border: 1px solid var(--font-color);
  background-color: var(--font-color);
  color: var(--bg);
  letter-spacing: .5px;
  text-transform: uppercase;
  height: 45px;
  padding-top: 11px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  transition: background-color .2s, color .2s;
}

.button-boxed-filled:hover {
  color: var(--font-color);
  background-color: #0000;
  font-weight: 600;
}

._404 {
  font-size: 70px;
  line-height: 70px;
}

.feature-item {
  border: 1px solid var(--font-color);
  background-color: var(--bg);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 31%;
  max-width: 320px;
  margin-bottom: 40px;
  margin-right: 3%;
  padding: 40px 3% 30px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  position: relative;
}

.feature-item:hover {
  transform: translate(0, -5px);
  box-shadow: 0 16px 33px #0003;
}

.feature-item._3 {
  margin-right: 0%;
}

.feature-item.green {
  text-align: left;
  background-color: #d5d6d08c;
  border-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 0%;
  display: flex;
}

.feature-item._4, .feature-item._5 {
  margin-bottom: 0;
}

.left-arrow {
  background-color: var(--bg-underline-hover);
  border-radius: 30px 0 0 30px;
  width: 35px;
  height: 30px;
  font-size: 19px;
  font-weight: 700;
  transition: background-color .2s;
  inset: auto auto -28px 0%;
}

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

.right-arrow {
  background-color: var(--bg-underline-hover);
  border-radius: 0 30px 30px 0;
  width: 35px;
  height: 30px;
  margin-left: 35px;
  font-size: 19px;
  font-weight: 700;
  transition: background-color .2s;
  inset: auto auto -28px 0%;
}

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

.slide-item {
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.faq-container {
  width: 100%;
  max-width: 449px;
}

.column-justify-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-right: 3%;
  display: flex;
}

.newsletter {
  width: 25%;
}

.hero-section-blog {
  background-color: var(--bg-2);
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 740px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.left-heading-box {
  margin-bottom: 30px;
  padding-bottom: 13px;
  position: relative;
  overflow: hidden;
}

.checkbox-label {
  color: #898989;
  font-size: 13px;
  font-weight: 400;
}

.contact-form-flex {
  flex-wrap: wrap;
  display: flex;
}

.social-icon-colored {
  background-color: #d4dbe0;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  overflow: hidden;
}

.social-icon-colored.instagram {
  background-image: linear-gradient(1030deg, #e71e4c, #fb774e);
}

.social-icon-colored.facebook {
  background-color: #067aeb;
}

.social-icon-colored.twittter {
  background-color: #1da1f2;
}

.sticky {
  position: sticky;
  top: 90px;
}

._5-pixels-margin {
  margin-top: 5px;
  position: relative;
}

._5-pixels-margin._20-pixels {
  margin-top: 20px;
}

._5-pixels-margin._5-pixels {
  margin-top: 5px;
}

.select-field {
  border: 1px solid var(--lines);
  color: #898989;
  background-color: #0000;
  border-radius: 0;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 13px;
  line-height: 15px;
  transition: border .2s;
}

.select-field:hover {
  border-color: #3e87e7;
}

.select-field:focus {
  color: #131313;
  font-size: 15px;
}

.flex-space-full {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.flex-space-full.no-top-margin {
  margin-top: 0;
}

.textarea {
  border: 1px solid var(--lines);
  color: #131313;
  background-color: #0000;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 110px;
  font-family: Generalsans, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.textarea:hover {
  border-color: #3e87e7;
}

.textarea::placeholder {
  color: #898989;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.checkbox-field:focus {
  font-size: 15px;
}

.side-contact {
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.contact-form {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.answer {
  font-size: 16px;
  line-height: 24px;
}

.contact-right {
  width: 60%;
}

.field {
  border: 1px solid var(--lines);
  color: #abb5b8;
  background-color: #0000;
  border-radius: 0;
  width: 49.2%;
  height: 50px;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 13px;
  transition: border .2s;
}

.field:hover {
  background-color: #0000;
  border-color: #3e87e7;
}

.field:active, .field:focus, .field::placeholder {
  background-color: #0000;
}

.contact-right-side {
  width: 27%;
  margin-right: 5%;
  position: relative;
}

.error-message-contact {
  color: #000;
  text-align: left;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
}

.flex-checkbox {
  flex-wrap: wrap;
  display: flex;
}

.checkbox {
  background-color: #0000;
  border: 1px solid #adbcc1;
  border-radius: 0;
  margin-top: 0;
  margin-right: 5px;
}

.checkbox-container {
  width: 100%;
  margin-top: 20px;
}

.submit {
  background-color: var(--font-color);
  width: 100%;
  min-height: 50px;
  margin-top: 10px;
  padding-top: 13px;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  transition: background-color .2s;
}

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

.expand-contact {
  flex: 1;
  display: flex;
}

.hero-image-scale {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-image-scale.home {
  background-image: linear-gradient(to right, #1a1a1a, #1010109e 38%, #0000), url('../images/pexels-cottonbro-studio-4100672.jpg?v=2');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-image-scale.about-us {
  background-image: linear-gradient(360deg, var(--font-color), #00000080 42%, transparent), url('../images/pexels-cottonbro-studio-3205570.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-image-scale.services {
  background-image: linear-gradient(360deg, #000, #00000094 42%, #0000), url('../images/pexels-pavel-danilyuk-8112160.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-image-scale.pricing {
  background-image: linear-gradient(360deg, #000, #00000094 42%, #0000), url('../images/pexels-alena-darmel-7641863.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-image-scale.faq {
  background-image: linear-gradient(360deg, #000, #00000094 42%, #0000), url('../images/pexels-mikhail-nilov-6592735.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-image-scale.home-overlay {
  background-image: linear-gradient(360deg, #1a1a1a, #1010109e 38%, #0000), url('../images/pexels-cottonbro-studio-4100672.jpg?v=2');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.dark-on-scroll {
  opacity: 0;
  background-color: #1a1a1a;
  position: absolute;
  inset: 0%;
}

.on-load-bg {
  background-color: #060606;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-dot {
  color: var(--bg-underline-hover);
}

.flex-licensing {
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
}

.licensing {
  width: 31%;
  margin-right: 2%;
  position: relative;
}

.columns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bottom-last {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bottom-word {
  color: var(--bg-text-white);
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 88px;
  font-weight: 500;
  line-height: 80px;
}

.item {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.hidden-hero {
  flex-direction: column;
  height: 92px;
  position: relative;
  overflow: hidden;
}

.top-1 {
  display: block;
  position: absolute;
  inset: 0%;
}

.top-2, .top-3 {
  display: none;
  position: absolute;
  inset: 0%;
}

.bottom-1 {
  position: absolute;
  inset: 0%;
}

.bottom-2, .bottom-3 {
  display: none;
  position: absolute;
}

.left-padding {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-down-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scroll-down {
  color: var(--bg);
  margin-top: -164px;
  font-size: 36px;
  line-height: 36px;
}

.flex-contact-us {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .title-small {
    color: #69707b;
  }

  .inner-hero-section {
    max-width: 100%;
  }

  .hero-inner-box, .navbar {
    margin-left: auto;
    margin-right: auto;
  }

  .navlink.login {
    display: none;
  }

  .content-wrapper-nav {
    max-width: 1301px;
  }

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

  .content-bg {
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-item-trigger:hover {
    color: #060606;
  }

  .tooltip-text {
    position: absolute;
  }

  .tooltip-container {
    display: inline-block;
    position: relative;
  }

  .hero-section-bg, .hero-top-bg {
    max-width: 100%;
  }

  .feature-item.green {
    transition-property: none;
  }

  .feature-item.green:hover {
    box-shadow: none;
    transform: none;
  }

  .hero-section-blog {
    max-width: 100%;
  }

  .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .content-wrapper-nav {
    max-width: 1340px;
  }

  .right-white-bg {
    width: 60%;
  }

  .hover-bg {
    display: none;
  }
}

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

  h2 {
    font-size: 34px;
    line-height: 38px;
  }

  h3 {
    font-size: 32px;
    line-height: 36px;
  }

  h4 {
    font-size: 30px;
    line-height: 34px;
  }

  h5 {
    font-size: 26px;
    line-height: 30px;
  }

  h6 {
    font-size: 22px;
    line-height: 26px;
  }

  .social-links-mobile {
    justify-content: flex-start;
    margin-top: 15px;
    display: block;
  }

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

  .content-section.double {
    padding-bottom: 80px;
  }

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

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

  .content-section.video {
    margin-top: 480px;
  }

  .content-section.top-margin {
    padding-top: 50px;
  }

  .content-section.offset-margin {
    margin-top: 450px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section.page-offset {
    margin-top: 600px;
  }

  .content-section.login {
    padding-top: 100px;
  }

  .content-section.works {
    margin-top: 640px;
    padding-top: 40px;
  }

  .content-section.inner-pages-offset {
    margin-top: 400px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section.offset-margin-visible {
    margin-top: 450px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section.page-offset-visible {
    margin-top: 600px;
    padding-top: 40px;
  }

  .content-section.offset-bottom-padding, .content-section.offset-margin-services {
    margin-top: 450px;
    padding-top: 50px;
  }

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

  .go-up-button {
    background-size: 20px;
    width: 45px;
    height: 45px;
  }

  .hero-inner-text {
    font-size: 50px;
    line-height: 58px;
  }

  .social-mini-icon {
    background-color: #0f0f0f;
    margin-bottom: 5px;
    margin-right: 7px;
  }

  .social-mini-icon:hover {
    background-color: #2c2c2c;
  }

  .social-mini-icon.instagram {
    margin-right: 0;
  }

  .social-mini-icon.instagram:hover, .social-mini-icon.linkedin:hover, .social-mini-icon.twittter:hover {
    background-color: #2c2c2c;
  }

  .social-mini-icon.facebook {
    background-color: #3880da;
  }

  .social-mini-icon.facebook:hover {
    background-color: #2c2c2c;
  }

  .inner-hero-section, .hero-inner-box {
    max-width: 100%;
  }

  .navlink {
    color: #0f0f0f;
    text-align: left;
    width: 100%;
    height: 50px;
    margin-right: 0;
    padding-top: 14px;
    padding-left: 20px;
    font-size: 16px;
    transition: background-color .2s;
    display: flex;
  }

  .navlink:hover {
    background-color: var(--bg-2);
  }

  .navlink.w--current {
    color: var(--text-grey);
  }

  .navlink.login {
    background-position: 0 56%;
    width: auto;
    margin-left: 20px;
  }

  .menu-button {
    color: var(--font-color);
    height: 75px;
    padding-top: 27px;
  }

  .menu-button.w--open {
    color: var(--text-grey);
    background-color: #0000;
    border-top-right-radius: 76px;
  }

  .nav-menu {
    background-color: var(--bg);
    border-radius: 25px;
    padding-bottom: 20px;
    overflow: auto;
  }

  .underline-hover {
    display: none;
  }

  .content-wrapper-nav {
    max-width: 100%;
  }

  .footer-expand {
    justify-content: flex-start;
    width: 100%;
    margin-top: 30px;
  }

  .footer-expand.middle {
    flex: 1;
    margin-top: 0;
  }

  .footer-column {
    width: 17%;
  }

  .footer {
    max-width: 100%;
    padding-top: 50px;
  }

  .menu {
    width: 50%;
  }

  .menu._44-percent {
    width: 46%;
  }

  .notice {
    margin-top: 40px;
  }

  .footer-container {
    margin-bottom: 20px;
  }

  .hero-section {
    max-width: 100%;
    height: 740px;
  }

  .hero-section.home {
    height: 770px;
  }

  .hero-column {
    width: 80%;
    padding-left: 0%;
  }

  .heading-box {
    margin-bottom: 30px;
  }

  .heading-box.bottom-line {
    padding-bottom: 5px;
  }

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

  .h5 {
    font-size: 20px;
    line-height: 20px;
  }

  .h5.medium {
    font-size: 23px;
    line-height: 23px;
  }

  .button {
    height: 37px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 11px;
  }

  .h3 {
    font-size: 60px;
    line-height: 49px;
  }

  .h3.small {
    font-size: 46px;
    line-height: 54px;
  }

  .subtitle {
    font-size: 24px;
    line-height: 31px;
  }

  .question {
    font-size: 23px;
    line-height: 23px;
  }

  .accordion-trigger {
    padding-bottom: 0;
  }

  .change-this-image.laptop {
    background-position: 106%;
    background-size: cover;
  }

  .image-column.flex {
    padding: 6%;
  }

  .half-column-text {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .half-column-text.right {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .half-column-text.newsletter {
    max-width: none;
    margin-top: 0;
    margin-left: 0%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .half-column-text.left {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .h4 {
    font-size: 36px;
    line-height: 41px;
  }

  .curve-bg {
    padding-left: 119px;
    left: 0;
  }

  .slider-column-left {
    padding-left: 5%;
  }

  .text-block {
    font-size: 2.23vw;
    line-height: 2.5vw;
  }

  .services-grid {
    margin-bottom: 30px;
  }

  .services-text-box {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .faq-arrow {
    margin-top: 4px;
  }

  .price {
    font-size: 28px;
    line-height: 32px;
  }

  .pricing-title {
    font-size: 19px;
    line-height: 20px;
  }

  .pricing-box {
    padding-bottom: 10px;
  }

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

  .pricing-detail-inline {
    font-size: 15px;
    line-height: 15px;
  }

  .pricing-description {
    width: 35%;
    padding-left: 5px;
    padding-right: 0;
  }

  .testimonial {
    font-size: 16px;
    line-height: 25px;
  }

  .testimonials-slider {
    width: 100%;
  }

  .image-8 {
    top: -36%;
  }

  .form-rounded {
    flex-wrap: wrap;
  }

  .newsletter-button {
    min-width: auto;
    font-size: 14px;
    line-height: 26px;
  }

  .preview-link {
    font-size: 22px;
    line-height: 29px;
  }

  .heading-full {
    margin-bottom: 10px;
  }

  .insta-handle {
    margin-bottom: 5px;
  }

  .about-hero-text {
    font-size: 58px;
    line-height: 68px;
  }

  .top-number {
    border-bottom-left-radius: 25px;
    width: 50px;
    height: 40px;
    font-size: 20px;
  }

  .tab {
    font-size: 36px;
    line-height: 48px;
  }

  .counter-1 {
    margin-bottom: 0;
  }

  .counter-numbers.left, .counter-numbers.right, .counter-numbers.last {
    padding-top: 0;
  }

  .sign-small {
    font-size: 40px;
  }

  .sign-small.m {
    margin-top: 8px;
  }

  .counter-2, .counter-3 {
    margin-bottom: 0;
  }

  .social-icons {
    margin-top: 20px;
  }

  .background-video {
    height: 700px;
  }

  .feature-box-colored {
    padding-top: 30px;
  }

  .contact-block {
    width: 50%;
  }

  .link-email {
    font-size: 22px;
    line-height: 20px;
  }

  .utility-hero {
    min-height: 600px;
  }

  .flex-work-page {
    flex-wrap: nowrap;
  }

  .less-top-margin {
    font-size: 34px;
    line-height: 40px;
  }

  .hero-section-bg {
    max-width: 100%;
    height: 650px;
    padding-top: 26px;
  }

  .hero-works-title {
    font-size: 46px;
    line-height: 52px;
  }

  .works-hero-box {
    width: 80%;
  }

  .hero-link-title {
    font-size: 48px;
    line-height: 54px;
  }

  .hero-top-bg {
    max-width: 100%;
    min-height: 450px;
  }

  .h2-small {
    font-size: 38px;
    line-height: 43px;
  }

  .faq-section {
    width: 78%;
  }

  .feature-item {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .faq-container {
    padding-right: 5%;
  }

  .logo-2 {
    width: 40%;
    max-width: 75px;
  }

  .logo-3 {
    width: 80%;
    max-width: 130px;
  }

  .logo-1 {
    width: 70%;
    max-width: 135px;
  }

  .newsletter {
    width: 50%;
    max-width: 300px;
    margin-top: 20px;
    margin-left: 22%;
  }

  .hero-section-blog {
    max-width: 100%;
  }

  .expand-contact {
    justify-content: space-between;
  }

  .bottom-word {
    font-size: 80px;
    line-height: 59px;
  }

  .hidden-hero {
    height: 76px;
  }
}

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

  h2 {
    font-size: 30px;
    line-height: 36px;
  }

  h3 {
    font-size: 28px;
    line-height: 32px;
  }

  h4 {
    font-size: 26px;
    line-height: 30px;
  }

  h5 {
    font-size: 22px;
    line-height: 26px;
  }

  h6 {
    font-size: 18px;
    line-height: 22px;
  }

  .hero-subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-inner-padding {
    margin-top: 20px;
    margin-bottom: 10px;
  }

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

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

  .content-section.double {
    padding-bottom: 60px;
  }

  .content-section.intro {
    margin-top: 0;
    padding-top: 50px;
  }

  .content-section.services {
    padding-bottom: 20px;
  }

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

  .content-section.video {
    margin-top: 400px;
    padding-top: 50px;
  }

  .content-section.top-margin {
    margin-top: 0;
    padding-top: 40px;
  }

  .content-section.offset-margin {
    margin-top: 380px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.page-offset {
    margin-top: 500px;
    padding-top: 50px;
  }

  .content-section.login {
    padding-bottom: 600px;
  }

  .content-section.works {
    margin-top: 0;
  }

  .content-section.inner-pages-offset {
    margin-top: 370px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.offset-margin-visible {
    margin-top: 380px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.page-offset-visible {
    margin-top: 500px;
  }

  .content-section.offset-bottom-padding, .content-section.offset-margin-services {
    margin-top: 380px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .go-up-button {
    background-size: 18px;
    width: 40px;
    height: 40px;
  }

  .hero-inner-text {
    font-size: 48px;
    line-height: 56px;
  }

  .social-mini-icon {
    width: 25px;
    height: 25px;
  }

  .inner-hero-section {
    min-height: 400px;
    padding-top: 60px;
  }

  .hero-inner-box {
    padding-bottom: 50px;
  }

  .nav-menu {
    height: 100vh;
    padding-bottom: 200px;
  }

  .underline-hover {
    display: none;
  }

  .footer-expand {
    flex-direction: row;
    justify-content: flex-start;
  }

  .menu {
    width: 50%;
    margin-bottom: 20px;
  }

  .notice {
    margin-top: 0;
  }

  .hero-section {
    height: auto;
    min-height: 600px;
    position: relative;
  }

  .hero-section.home {
    height: 600px;
    position: relative;
  }

  .hero-column {
    width: 100%;
  }

  .hero-box-subtitle, .signature-box {
    margin-top: 10px;
  }

  .h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .flex.buttons {
    align-items: flex-start;
  }

  .intro-feature {
    margin-right: 1.5%;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .h5.medium {
    font-size: 22px;
    line-height: 22px;
  }

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

  .column-center-flex.right-padding {
    width: 52%;
    padding-right: 2%;
  }

  .h3 {
    font-size: 52px;
    line-height: 49px;
  }

  .h3.small {
    font-size: 45px;
    line-height: 52px;
  }

  .subtitle {
    font-size: 23px;
    line-height: 30px;
  }

  .question {
    font-size: 22px;
    line-height: 22px;
  }

  .change-this-image.laptop {
    background-position: 100%;
  }

  .image-column.flex {
    width: 50%;
  }

  .half-column-text {
    width: 99%;
    padding-left: 7%;
  }

  .half-column-text.newsletter {
    margin-left: 0%;
    padding: 60px 9% 60px 0%;
  }

  .half-column-text.left {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .h4 {
    font-size: 32px;
    line-height: 38px;
  }

  .side-button {
    margin-bottom: 10px;
    margin-right: 5px;
  }

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

  .curve-bg {
    margin-bottom: 0;
    padding-left: 21%;
    display: none;
  }

  .text-block {
    font-size: 2.9vw;
    line-height: 3.2vw;
  }

  .services-grid {
    width: 46%;
    margin-bottom: 20px;
  }

  .services-text-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .faq-arrow {
    top: -4px;
  }

  .pricing-flex {
    flex-wrap: wrap;
  }

  .pricing-title {
    font-size: 19px;
  }

  .pricing-box {
    width: 49.2%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .pricing-box.green {
    margin-right: 0%;
  }

  .pricing-table {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .tooltip-text {
    display: none;
  }

  .checkmark-box {
    flex: 0 auto;
    width: 25%;
    padding-top: 7px;
    padding-bottom: 10px;
  }

  .checkmark-box.title, .checkmark-box._3, .checkmark-box._4 {
    flex: 0 auto;
    width: 25%;
  }

  .pricing-description {
    width: 100%;
    padding-bottom: 0;
    padding-right: 10px;
  }

  .pricing-description.title {
    width: 100%;
  }

  .testimonial-slide {
    width: 49%;
  }

  .cta-form-rounded {
    max-width: 440px;
    margin-top: 20px;
  }

  .newsletter-button {
    font-size: 13px;
    line-height: 25px;
  }

  .category-link {
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    min-width: 80px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 23px;
  }

  .relative-auto {
    border-radius: 25px;
  }

  .bottom-line {
    padding-bottom: 20px;
  }

  .hover-icon {
    width: 30px;
  }

  .about-hero-text {
    font-size: 52px;
    line-height: 62px;
  }

  .tab {
    padding-left: 0%;
    font-size: 28px;
    line-height: 36px;
  }

  .numbers {
    flex-wrap: wrap;
  }

  .number {
    border-bottom: 1px solid var(--lines);
    width: 50%;
  }

  .number.last {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .number._2 {
    border-right-style: none;
  }

  .sign-small {
    font-size: 35px;
    line-height: 45px;
  }

  .team-item {
    width: 31%;
  }

  .social-icon-rounded.twittter {
    background-size: 12px;
  }

  .column-justify-left {
    width: 48%;
  }

  .background-video {
    height: 610px;
  }

  .feature-box-colored {
    width: 31.5%;
    margin-right: 2.7%;
  }

  .contact-block {
    width: 100%;
    margin-top: 20px;
  }

  .contact-block.last {
    margin-bottom: 20px;
  }

  .left-logo-block {
    width: 40%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .utility-hero {
    min-height: 500px;
  }

  .contact-details-box {
    margin-top: 10px;
  }

  .side-block {
    padding-bottom: 10px;
  }

  .side-block.more {
    padding-bottom: 15px;
  }

  .utility-right {
    width: 65%;
  }

  .flex-work-page {
    margin-left: auto;
    margin-right: auto;
  }

  .less-top-margin {
    font-size: 32px;
    line-height: 38px;
  }

  .utility-left-column {
    padding-right: 0;
  }

  .hero-section-bg {
    min-height: 280px;
    position: relative;
  }

  .hero-works-title {
    font-size: 38px;
    line-height: 44px;
  }

  .works-hero-box, .blog-hero-box {
    width: 90%;
  }

  .hero-link-title {
    font-size: 44px;
    line-height: 50px;
  }

  .hero-top-bg {
    min-height: 380px;
    padding-top: 100px;
  }

  .h2-small {
    font-size: 36px;
    line-height: 41px;
  }

  .logo-2 {
    width: 50%;
    max-width: 69px;
  }

  .logo-3 {
    width: 90%;
    max-width: 117px;
  }

  .logo-1 {
    width: 100%;
    max-width: 125px;
  }

  .newsletter {
    width: 50%;
  }

  .hero-section-blog {
    height: 550px;
    position: relative;
  }

  .social-icon-colored.facebook, .social-icon-colored.twittter {
    background-size: 12px;
  }

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

  .hero-image-scale.home, .hero-image-scale.home-overlay {
    background-position: 0 0, 50%;
  }

  .bottom-word {
    font-size: 74px;
    line-height: 81px;
  }

  .scroll-down-container {
    display: none;
  }
}

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

  h2 {
    font-size: 28px;
    line-height: 34px;
  }

  h3 {
    font-size: 26px;
    line-height: 30px;
  }

  h4 {
    font-size: 24px;
    line-height: 28px;
  }

  h5 {
    font-size: 20px;
    line-height: 24px;
  }

  h6 {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-subtitle {
    margin-top: 5px;
    font-size: 17px;
    line-height: 23px;
  }

  .hero-inner-padding {
    margin-top: 30px;
  }

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

  .content-section {
    padding-top: 60px;
    overflow: hidden;
  }

  .content-section.double {
    padding-bottom: 60px;
  }

  .content-section.offset {
    padding-top: 50px;
  }

  .content-section.less-top-margin {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .content-section.video {
    margin-top: 380px;
  }

  .content-section.offset-margin {
    padding-bottom: 20px;
  }

  .content-section.page-offset {
    margin-top: 450px;
    padding-top: 40px;
  }

  .content-section.inner-pages-offset {
    margin-top: 340px;
    padding-bottom: 20px;
  }

  .content-section.offset-margin-visible {
    padding-bottom: 20px;
  }

  .content-section.page-offset-visible {
    margin-top: 450px;
    padding-top: 35px;
  }

  .content-section.offset-bottom-padding {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .content-section.offset-margin-services {
    padding-bottom: 20px;
  }

  .content-section.more-padding {
    padding-bottom: 48px;
  }

  .go-up-button {
    background-size: 16px, auto;
  }

  .go-up-button.w--current {
    z-index: 8;
  }

  .hero-inner-text {
    font-size: 42px;
    line-height: 50px;
  }

  .social-mini-icon {
    width: 30px;
    height: 30px;
  }

  .inner-hero-section {
    min-height: 370px;
    padding-top: 70px;
    padding-bottom: 10px;
  }

  .hero-inner-box {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navlink {
    color: #0f0f0f;
  }

  .menu-button {
    padding-top: 28px;
  }

  .brand {
    height: 75px;
  }

  .footer-expand {
    margin-top: 10px;
  }

  .footer-expand.middle {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0%;
    padding-bottom: 0;
  }

  .footer {
    padding-top: 40px;
  }

  .menu {
    width: 50%;
    padding-right: 10px;
  }

  .menu._44-percent {
    margin-bottom: 0;
  }

  .notice {
    margin-top: 20px;
  }

  .footer-container {
    padding-left: 10px;
  }

  .divider-line.show-only-mobile {
    display: block;
  }

  .footer-notice-text {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-column {
    width: 100%;
  }

  .hero-box-subtitle {
    margin-top: 10px;
  }

  .h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .flex {
    flex-wrap: wrap;
  }

  .flex.buttons {
    margin-top: 20px;
  }

  .intro-feature {
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .intro-feature.last {
    margin-bottom: 0;
  }

  .button {
    padding-left: 21px;
    padding-right: 21px;
  }

  .button-box {
    margin-top: 10px;
  }

  .intro-flex {
    flex-wrap: wrap;
  }

  .column-center-flex {
    width: 100%;
  }

  .column-center-flex.right-padding {
    width: 100%;
    padding-right: 0%;
  }

  .h3 {
    font-size: 47px;
    line-height: 46px;
  }

  .subtitle-box.mobile-10-pixels {
    margin-top: 10px;
  }

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

  .accordion.last {
    margin-bottom: 30px;
  }

  .full-section {
    overflow: hidden;
  }

  .image-column {
    width: 100%;
    min-height: 300px;
  }

  .image-column.flex {
    width: 100%;
    min-height: 250px;
  }

  .half-column {
    width: 100%;
  }

  .half-column.laptop {
    justify-content: center;
  }

  .half-column-text {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .half-column-text.right {
    padding: 20px 5% 40px;
  }

  .half-column-text.newsletter {
    padding-top: 0;
    padding-left: 9%;
  }

  .half-column-text.left {
    padding-bottom: 50px;
    padding-right: 0%;
  }

  .curve-bg {
    width: 104%;
    padding-left: 36%;
  }

  .curve-text-box {
    margin-right: 3%;
  }

  .slider-column-left {
    width: 100%;
  }

  .slider-column {
    flex: 0 auto;
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
  }

  .text-block {
    font-size: 26px;
    line-height: 35px;
  }

  .services-grid {
    width: 100%;
    margin-bottom: 20px;
  }

  .pricing-section {
    padding-top: 60px;
    overflow: hidden;
  }

  .flex-center {
    flex-wrap: wrap;
  }

  .pricing-detail-item {
    margin-bottom: 0;
  }

  .faq-arrow {
    margin-top: 10px;
  }

  .open-close {
    height: 100%;
  }

  .accordion-wrapper {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .pricing-heading {
    margin-bottom: 30px;
  }

  .accordion-item-content {
    margin-top: 0;
  }

  .pricing-box {
    width: 100%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .tooltip-text {
    display: none;
  }

  .checkmark-box {
    text-align: center;
    flex: 0 auto;
    width: 25%;
    height: 40px;
    padding-top: 5px;
  }

  .checkmark-box.title {
    text-align: left;
    flex: 0 auto;
    width: 50%;
    height: 30px;
    padding-left: 5px;
  }

  .pricing-row-title {
    margin-bottom: 20px;
  }

  .pricing-description {
    width: 100%;
    padding-right: 5px;
  }

  .flex-2.mobile-wrap {
    flex-wrap: wrap;
  }

  .client-logo {
    width: 100%;
    margin-bottom: 40px;
  }

  .client-logo.last {
    margin-bottom: 0;
  }

  .testimonial-slide {
    width: 100%;
    margin-right: 0%;
  }

  .testimonial {
    font-size: 15px;
    line-height: 24px;
  }

  .mask-testimonials {
    padding-left: 0;
  }

  .testimonial-box {
    margin-left: 2%;
    margin-right: 2%;
  }

  .cta-form-rounded {
    border-radius: 5px;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    padding: 10px 15px 20px;
  }

  .form-rounded {
    flex-wrap: wrap;
  }

  .name-input {
    border-radius: 0;
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 45px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .email-input {
    border-top-style: none;
    border-top-color: #fff;
    border-bottom-style: solid;
    border-left-style: none;
    border-left-color: #bdc9d6;
    border-right-color: #bdc9d6;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    height: 45px;
  }

  .newsletter-button {
    border-left-style: none;
    border-radius: 2.5px;
    width: 100%;
    height: 52px;
    min-height: auto;
    margin-top: 20px;
    margin-left: 0;
  }

  .bottom-bg {
    height: 50%;
  }

  .posts-preview {
    width: 100%;
    margin-bottom: 40px;
  }

  .bottom-line.no-padding {
    padding-bottom: 0;
  }

  .insta-pic {
    width: 50%;
  }

  .heading-full {
    flex-direction: column;
    align-items: flex-start;
  }

  ._80-percent-column {
    width: 100%;
  }

  .about-hero-text {
    font-size: 48px;
    line-height: 58px;
  }

  .intro-about-us {
    margin-bottom: 30px;
  }

  .intro-about-us.last {
    margin-bottom: 0;
  }

  .tabs-menu {
    align-items: flex-start;
    width: 100%;
    padding-right: 0;
  }

  .tab-pane {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab {
    padding-left: 0%;
    font-size: 32px;
    line-height: 44px;
  }

  .tabs-content {
    width: 100%;
    margin-top: 20px;
  }

  .numbers {
    flex-wrap: wrap;
  }

  .number {
    border-bottom-style: none;
    border-right-style: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .number.last {
    border-right-style: none;
    margin-bottom: 0;
  }

  .social-icons.flex {
    margin-top: 5px;
  }

  .team-item {
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-item.last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .team-item._5 {
    margin-bottom: 40px;
  }

  .column-justify-left {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 0;
  }

  .background-video {
    height: 600px;
  }

  .feature-box-colored {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .collection-item {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-block {
    width: 100%;
  }

  .contact-block.last {
    margin-bottom: 0;
  }

  .left-logo-block {
    border-right-style: none;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .utility-hero {
    min-height: 450px;
  }

  .contact-details-box {
    margin-top: 0;
  }

  .utility-right {
    width: 100%;
    margin-bottom: 20px;
  }

  .flex-work-page {
    flex-wrap: wrap-reverse;
  }

  .work-overview {
    margin-bottom: 0;
  }

  .utility-left-column {
    margin-right: 0;
    padding-right: 0;
  }

  .posts-grid {
    width: 100%;
  }

  .hero-works-title {
    font-size: 34px;
    line-height: 40px;
  }

  .works-hero-box, .blog-hero-box {
    width: 100%;
  }

  .hero-link-title {
    font-size: 40px;
    line-height: 46px;
  }

  .hero-top-bg {
    padding-top: 80px;
  }

  .faq-section {
    width: 88%;
  }

  .sign-in {
    padding-left: 7%;
    padding-right: 7%;
  }

  .feature-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .feature-item.green {
    padding-left: 5%;
    padding-right: 5%;
  }

  .feature-item._4, .feature-item._5 {
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .faq-container {
    padding-right: 0%;
  }

  .column-justify-right {
    width: 100%;
    padding-right: 0%;
  }

  .newsletter {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
    padding-right: 10px;
  }

  .hero-section-blog {
    height: 670px;
  }

  .textarea {
    margin-bottom: 0;
  }

  .checkbox-field {
    margin-right: 25px;
  }

  .contact-right {
    width: 100%;
  }

  .field {
    width: 48.8%;
  }

  .contact-right-side {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0%;
  }

  .expand-contact {
    flex-wrap: wrap;
  }

  .bottom-word {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 57px;
  }

  .item {
    flex-wrap: wrap;
  }

  .hidden-hero {
    height: 58px;
  }

  .scroll-down-container {
    display: flex;
  }

  .scroll-down {
    margin-top: 13px;
    font-size: 32px;
    line-height: 32px;
  }

  .flex-contact-us {
    flex-wrap: wrap;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.ttf') format('truetype'), url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}