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

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

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --text-titles: #464646;
  --link-gray: #8e9194;
  --lines: #c2cdd2;
  --link: #98a0a5;
  --yellow-green: #46a638;
  --steel-blue: #046eb8;
  --blue: #397ab7;
  --white: white;
  --subtitle-text: #7f8893;
  --gradient-color-1: #d4dbe0;
  --gradient-color-2: #eff5f8;
  --social-bg: #a2afb2;
  --blue-lines: #0875cf;
  --dark-green: #026834;
  --bg-gray: #c3cdd2;
  --bg-mini-pic: #dce1e4;
  --bg-profile-pic: #b7c0c5;
  --bg-button: #121414;
  --bg-hover: #282c2c;
  --dark-slate-blue: #024e83;
  --bottom-bg: #dce1e4;
  --field-hover: #3e87e7;
  --lightgreen: #46a6384d;
  --lightblue: #397ab74d;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--text-titles);
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

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

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

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

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

p {
  letter-spacing: -.3px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

a {
  color: var(--link-gray);
  cursor: pointer;
  text-decoration: underline;
}

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

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

.gallery-item-5 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.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.instagram {
  background-image: url('../images/instagram-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

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

.hero-bg {
  width: 100%;
  height: 100%;
  margin-top: -23px;
  position: absolute;
  inset: 0%;
}

.top-border {
  border-top: 1px solid #b1bdc9;
  margin-top: 5px;
  padding-top: 7px;
}

.all-caps-title {
  color: #212121;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  display: inline-block;
}

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

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

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

.top-margin.skill, .top-margin._40-pixels {
  margin-top: 40px;
}

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

.top-margin._30-pixels {
  margin-top: 30px;
}

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

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

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

.navigation {
  border-bottom: 1px #000;
}

.gallery-item-4 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.navlink {
  border: 1px none var(--link);
  color: var(--text-titles);
  text-align: center;
  letter-spacing: -.3px;
  background-color: #ffffff0d;
  width: 120px;
  height: 50px;
  margin-right: 0;
  padding: 4px 6px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: color .2s;
  overflow: hidden;
}

.navlink:hover {
  border-bottom: 3px solid var(--yellow-green);
  opacity: 1;
  color: #5d6363;
  background-color: #ffffff4d;
  text-decoration: none;
}

.navlink.w--current {
  border-bottom: 3px solid var(--yellow-green);
  border-top-color: var(--yellow-green);
  color: var(--link-gray);
  background-color: #ffffff4d;
}

.navlink.right {
  border-right-style: none;
}

.buy-template-container {
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-left: 10px;
  display: flex;
}

.hero-inner-box {
  z-index: 2;
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1228px;
  height: 20%;
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 2%;
  display: flex;
  position: relative;
}

.hero-inner-text {
  color: var(--text-titles);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 60px;
}

.hero-inner-text.top-margin {
  width: auto;
  margin-top: 10px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 54px;
  line-height: 74px;
}

.content-section {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  padding-top: 100px;
  position: relative;
}

.content-section.inner-pages {
  padding-top: 100px;
  padding-bottom: 60px;
}

.content-section.double {
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}

.content-section.double.gr {
  background-color: var(--yellow-green);
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section.double.gr.lgr {
  background-color: #03914880;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section.double.bl {
  background-color: var(--steel-blue);
}

.content-section.double.lbl {
  text-align: center;
  background-color: #397ab780;
}

.content-section.double.bl {
  background-color: var(--blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section.double.bl.lgr {
  background-color: #03914880;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section.team-section {
  padding-bottom: 110px;
}

.content-section.bottom-margin {
  margin-bottom: 100px;
}

.content-section.no-top-padding {
  padding-top: 0;
  padding-bottom: 160px;
  overflow: hidden;
}

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

.content-section.works {
  padding-top: 100px;
  padding-bottom: 160px;
}

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

.content-section.team-page {
  padding-top: 100px;
  padding-bottom: 0;
}

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

.content-section.top.gr {
  background-color: var(--yellow-green);
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section.top.gr.lgr {
  background-color: #03914880;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section.top.bl {
  background-color: var(--steel-blue);
}

.content-section.top.lbl {
  text-align: center;
  background-color: #397ab780;
}

.content-section.top.bl {
  background-color: var(--blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section.top.bl.lgr {
  background-color: #03914880;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.hidden {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}

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

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

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

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

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

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

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

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-bottom: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper.menu01 {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--link);
  padding-bottom: 0;
}

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

.max-540-pixels {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
}

.gallery-top {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3%;
  display: flex;
  position: static;
}

.gallery-item {
  width: 48.5%;
  margin-right: 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.nav-menu {
  margin-top: 35px;
  display: flex;
}

.notice {
  color: var(--subtitle-text);
  text-align: center;
  min-height: 50px;
  margin-top: 20px;
  padding-top: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.gallery-item-2 {
  width: 48.5%;
  position: relative;
  overflow: hidden;
}

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

.navbar {
  border-bottom: 1px none var(--link);
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.inner-hero-section {
  background-color: #fff;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.gallery {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: static;
}

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

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

.subtitle {
  color: var(--blue);
  letter-spacing: -.5px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Great Vibes, cursive;
  font-size: 50px;
  font-weight: 400;
  line-height: 28px;
}

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

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

.gallery-left-column {
  flex-direction: column;
  justify-content: space-between;
  width: 65%;
  margin-left: 2.2%;
  display: flex;
}

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

.social-icon-gray.facebook {
  background-color: var(--blue-lines);
}

.social-icon-gray.instagram {
  background-color: #a2afb2;
}

.gallery-right {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  width: 31%;
  display: flex;
}

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

.social-icon-up.twitter {
  background-image: url('../images/gorjeo.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;
}

.mini-title {
  color: #819296;
  letter-spacing: 0;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 16px;
}

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

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

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

.button {
  border: 1px none var(--blue);
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  border-radius: 0;
  align-items: center;
  min-width: 80%;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-flex {
  border: 2px solid var(--blue);
  background-color: #fff0;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-flex.bl {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--blue);
  color: var(--blue);
  background-color: #0000;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-flex.wh {
  background-color: var(--white);
  color: var(--dark-green);
}

.button-text {
  text-align: center;
  flex: 1;
  margin-left: 10px;
  padding-left: 10px;
  display: inline-block;
}

.button-arrow-box {
  background-color: #292929;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 18px;
  display: inline-block;
  position: relative;
  right: -12px;
  overflow: hidden;
}

.button-arrow-container {
  width: 80px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-arrow-left {
  background-image: url('../images/Arrow-w_1Arrow-w.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
  width: 40px;
  height: 40px;
  position: relative;
  inset: 0%;
}

.button-arrow-right {
  background-color: var(--steel-blue);
  background-image: url('../images/Arrow-w_1Arrow-w.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
  width: 40px;
  height: 40px;
  position: relative;
  inset: 0%;
}

.button-arrow-right.or {
  background-color: var(--yellow-green);
}

.button-arrow-right.wh {
  background-color: var(--bg-gray);
}

.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 {
  z-index: 110;
  display: flex;
  position: relative;
}

.hero-mini-pic {
  background-color: var(--bg-mini-pic);
  background-image: url('../images/Support-pic_1Support-pic.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 38px;
  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;
}

.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 {
  background-color: #fff;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-flex {
  z-index: 2;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 1228px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-left {
  text-align: left;
  width: 54%;
  min-width: 624px;
}

.hero-left.service-mobile {
  min-width: auto;
  max-width: 547px;
}

.hero-left.about-us {
  min-width: auto;
  max-width: 550px;
}

.hero-text {
  color: var(--text-titles);
  letter-spacing: -1.5px;
  margin-top: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.hidden-4 {
  display: inline-block;
  overflow: hidden;
}

.h3-title {
  color: var(--text-titles);
  margin-top: 7px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.subtitle-box, .subtitle-box._30-pixels {
  margin-top: 30px;
}

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

.max-506-pixels {
  width: 100%;
  max-width: 495px;
}

.hero-pic {
  background-color: var(--bg-profile-pic);
  background-image: url('../images/Guy_1Guy.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 51px;
  border-radius: 25px;
  width: 91px;
  height: 47px;
}

.hero-pic.about-us {
  background-image: url('../images/About-pic-mini_1About-pic-mini.png');
  background-size: 56px;
}

.hero-pic.services {
  background-image: url('../images/Girl-pic_1Girl-pic.png');
  background-size: 56px;
}

.hero-section {
  min-height: 816px;
  padding-top: 150px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.hero-section.home {
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 50px;
  overflow: hidden;
}

.hero-section.about-us {
  min-height: 660px;
  padding-bottom: 20px;
  overflow: hidden;
}

.signature-box {
  margin-top: 15px;
  overflow: hidden;
}

.hero-bottom-bg {
  background-color: var(--white);
  text-align: center;
  background-image: none;
  width: 100%;
  height: 160px;
  padding-top: 20px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-bottom-bg.services-landscape {
  height: 100px;
}

.hero-bottom-bg.about-us {
  height: 140px;
}

.heading {
  text-align: center;
  width: 59%;
  max-width: 590px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.subheading {
  letter-spacing: -.5px;
  font-size: 24px;
  line-height: 30px;
}

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

.pricing {
  margin-bottom: 60px;
  display: flex;
}

.pricing.last {
  margin-bottom: 0;
}

.intro-top-box {
  text-align: center;
  justify-content: center;
  height: 267px;
  position: relative;
}

.intro-top-box.center {
  justify-content: center;
  display: flex;
}

.intro-thumbnail {
  box-shadow: none;
  position: relative;
  left: -28px;
}

.intro-thumbnail-2 {
  position: absolute;
  top: 33px;
  left: auto;
  right: 0%;
  box-shadow: 4px 4px 33px #c1ccd3;
}

.intro-thumbnails-container {
  width: 219px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.intro-box {
  width: 31%;
  margin-right: 3%;
}

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

.paragraph-gray {
  color: var(--subtitle-text);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 400;
  line-height: 27px;
}

.intro-text-box {
  margin-top: 30px;
}

.link-block-box {
  margin-top: 10px;
}

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

.block-link-text {
  color: var(--text-titles);
  height: auto;
  padding-bottom: 8px;
  text-decoration: none;
  position: relative;
}

.underline {
  background-color: #060606;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.inside-underline {
  background-color: #adbcc1;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.block-link-box {
  cursor: pointer;
  height: auto;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

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

.link-mini-arrow {
  margin-left: 5px;
  position: relative;
  top: 0;
}

.heading-link {
  color: var(--text-titles);
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
  transition: color .2s;
}

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

.intro-guy {
  position: absolute;
  top: -21px;
}

.content-section-slider {
  background-image: linear-gradient(287deg, var(--gradient-color-2), var(--gradient-color-1));
  width: 100%;
  max-width: 100%;
  padding-top: 90px;
  padding-bottom: 110px;
  position: relative;
  overflow: hidden;
}

.heading-left {
  max-width: 748px;
  margin-bottom: 40px;
}

.heading-left.no-bottom-margin {
  margin-bottom: 0;
}

.website-slide {
  margin-right: 28px;
}

.display-none {
  display: none;
}

.websites-slider {
  background-color: #0000;
  height: 100%;
  margin-left: 74px;
}

.mask {
  max-width: 1109px;
  overflow: visible;
}

.websites-arrow {
  background-color: var(--bg-button);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: -40px;
  transition: background-color .2s;
  display: flex;
}

.websites-arrow:hover {
  background-color: var(--bg-hover);
}

.websites-arrow.right {
  margin-right: 40px;
}

.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%;
  overflow: hidden;
}

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

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

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

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

.change-this-image.service-1 {
  background-image: url('../images/Service_1Service.webp');
}

.change-this-image.service-2 {
  background-image: url('../images/Service-2_1Service-2.webp');
}

.change-this-image.service-3 {
  background-image: url('../images/Service-3_1Service-3.webp');
}

.change-this-image.service-4 {
  background-image: url('../images/Service-4_1Service-4.webp');
}

.change-this-image._6 {
  background-image: url('../images/Image-7_1Image-7.webp');
}

.change-this-image.grid-1 {
  background-image: url('../images/Grid-img_1Grid-img.webp');
}

.change-this-image.grid-2 {
  background-image: url('../images/Grid-img-2_1Grid-img-2.webp');
}

.change-this-image.grid-3 {
  background-image: url('../images/Cup_1Cup.webp');
}

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

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

.change-this-image.licensing-3 {
  background-image: url('../images/r-architecture-wCe96uIbCQk-unsplash.jpg');
}

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

.change-this-image.image-5 {
  background-image: url('../images/Image-6_1Image-6.webp');
}

.change-this-image.service-5 {
  background-image: url('../images/LUgBzqrXQjWfMR1LVcXa_-Free-Folded-Brochure-PSD-Mockup_1LUgBzqrXQjWfMR1LVcXa_ Free Folded Brochure PSD Mockup.webp');
}

.change-this-image.service-6 {
  background-image: url('../images/Free-Packaging-Box-Highest-Quality-Mockup_1Free Packaging Box Highest Quality Mockup.webp');
}

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

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

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

.image-item {
  width: 50%;
  margin-right: 1%;
  position: relative;
  overflow: hidden;
}

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

.figure {
  background-color: #0f1012;
  background-image: url('../images/Fig.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 90px;
  width: 15vw;
  max-width: 192px;
  height: 97px;
  margin-left: 20px;
  margin-right: 10px;
  padding-top: 7%;
  padding-bottom: 3%;
  transition: background-color .3s;
  display: inline-block;
}

.big-words-container {
  text-align: center;
  width: 100%;
  max-width: 907px;
  margin-left: auto;
  margin-right: auto;
}

.figure-2 {
  background-color: #040406;
  background-image: url('../images/Fig-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 90px;
  width: 15vw;
  max-width: 192px;
  height: 97px;
  margin-left: 20px;
  margin-right: 10px;
  padding-top: 7%;
  padding-bottom: 3%;
  transition: background-color .3s;
  display: inline-block;
}

.bg-lines {
  padding-top: 141px;
  position: absolute;
  inset: 0%;
}

.lines {
  background-color: var(--lines);
  width: 100%;
  height: 1px;
  margin-top: 175px;
}

.lines._4 {
  margin-top: 6.8vh;
}

.lines._2 {
  margin-top: 6vh;
}

.lines._5 {
  width: 100%;
}

.lines._6 {
  margin-top: 7.5vh;
}

.lines._7 {
  margin-top: 6vh;
}

.mobile-line-2 {
  background-color: #b3bfca;
  width: 100%;
  height: 1px;
  margin-top: 175px;
}

.mobile-line-2.hero {
  margin-top: 63px;
}

.mobile-line-2._3 {
  margin-top: 148px;
}

.mobile-only {
  display: none;
}

.figure-3 {
  background-color: #0f1012;
  background-image: url('../images/Fig-3.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 90px;
  width: 15vw;
  max-width: 192px;
  height: 97px;
  margin-left: 20px;
  margin-right: 10px;
  padding-top: 7%;
  padding-bottom: 3%;
  transition: background-color .3s;
  display: inline-block;
}

.big-words {
  z-index: 1;
  color: #000;
  letter-spacing: -5.5px;
  margin-top: 10px;
  margin-bottom: 70px;
  font-family: Inter, sans-serif;
  font-size: 14vw;
  font-weight: 600;
  line-height: 13.5vw;
  display: inline-block;
  position: relative;
}

.hi-there-text {
  margin-top: 0;
  margin-bottom: 40px;
}

.ball {
  width: 10vw;
  position: absolute;
  inset: 27% auto 0% 12%;
}

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

.link-preview {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hover-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%;
}

.hover-image.gallery-2 {
  background-image: url('../images/61f0fec139ab997927e698da_2500-Tape-Coiled-Up-in-Spiral-Mockup_161f0fec139ab997927e698da_2500 Tape Coiled Up in Spiral Mockup.webp');
}

.hover-image.gallery-1 {
  background-image: url('../images/61f0fdb5481b3e5d18df9ce6_2500-Hanging-Duct-Tape-Mockup_161f0fdb5481b3e5d18df9ce6_2500 Hanging Duct Tape Mockup.webp');
}

.hover-image.gallery-3 {
  background-image: url('../images/5c03f06cedfcdc4aefe74b7f_Preview3_15c03f06cedfcdc4aefe74b7f_Preview3.webp');
}

.hover-image.gallery-4 {
  background-image: url('../images/61f0fb38737796ba3eb47eba_2500-Folder-and-Brochures-Free-Mockup_161f0fb38737796ba3eb47eba_2500 Folder and Brochures Free Mockup.webp');
}

.hover-image.gallery-5 {
  background-image: url('../images/5c041ebcbfd56ec832bfb0cb_f83b3668705761.5b66aaa80eddb_15c041ebcbfd56ec832bfb0cb_f83b3668705761.5b66aaa80eddb.webp');
}

.work-item {
  width: 50%;
  margin-bottom: 40px;
  margin-right: 1%;
}

.work-item:last-child {
  margin-right: 0%;
}

.work-item.no-bottom-margin {
  margin-bottom: 0;
}

.link-preview-full {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper {
  margin-bottom: 1%;
}

.bottom-work-margin {
  margin-bottom: 40px;
}

.preview-link {
  color: var(--text-titles);
  margin-top: 8px;
  margin-bottom: 5px;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

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

.text-box {
  padding-top: 20px;
  padding-left: 2%;
  padding-right: 2%;
}

.text-box.no-bottom-padding {
  padding-bottom: 0;
}

.text-box.bottom-padding {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.move-on-scroll {
  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;
}

.move-on-scroll.abstract-image {
  background-image: url('../images/marek-piwnicki-94F_gGhm1JA-unsplash_1marek-piwnicki-94F_gGhm1JA-unsplash.webp');
}

.move-on-scroll.dark {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/sam-carter-Y778ifAocXA-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.move-on-scroll.offices {
  background-image: url('../images/contemporary-white-meeting-room.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.move-on-scroll.scroll {
  background-image: url('../images/r-architecture-wCe96uIbCQk-unsplash.jpg');
}

.content-section-full {
  background-image: linear-gradient(287deg, var(--gradient-color-2), var(--gradient-color-1));
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.content-section-full.gradient {
  background-image: linear-gradient(287deg, var(--gradient-color-1), var(--gradient-color-2));
}

.text-box-white {
  background-color: var(--white);
  width: 52%;
  height: 100%;
  margin-left: auto;
  padding: 70px 6%;
}

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

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

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

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

.team-text-box {
  background-image: linear-gradient(273deg, var(--gradient-color-2), var(--gradient-color-1));
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 17px;
}

.job-title {
  color: var(--subtitle-text);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.team-item {
  width: 30.8%;
  margin-bottom: 50px;
  margin-right: 2.5%;
}

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

.hover-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--gradient-color-2);
  background-image: linear-gradient(to bottom, var(--gradient-color-1), var(--gradient-color-2));
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

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

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

.team-name-link:hover {
  color: var(--subtitle-text);
}

.content-section-clients {
  background-image: linear-gradient(287deg, var(--gradient-color-1), var(--gradient-color-2));
  width: 100%;
  max-width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

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

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

.pricing-left {
  background-image: linear-gradient(84deg, var(--gradient-color-2), var(--gradient-color-1));
  width: 67%;
  padding: 40px 5%;
}

.pricing-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
}

.pricing-title.no-top-margin {
  margin-top: 0;
}

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

.pricing-right {
  background-image: linear-gradient(84deg, var(--gradient-color-2), var(--gradient-color-1));
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 40px 25px;
  display: flex;
}

.pricing-details-right {
  align-items: center;
  width: 66%;
  padding-left: 20px;
  display: flex;
}

.bold {
  font-weight: 500;
}

.total-cost {
  border-top: 1px solid var(--lines);
  margin-bottom: 20px;
  padding-top: 15px;
}

.total-cost-left {
  width: 50%;
}

.total-cost-right {
  text-align: right;
  width: 50%;
}

.full-button {
  color: var(--text-titles);
  text-align: center;
  border: 1px solid #000;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  min-width: 170px;
  min-height: 57.5px;
  padding: 18px 7% 16px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.full-button:hover {
  color: #fff;
  background-color: #272727;
}

.text-on-button {
  position: relative;
}

.button-subtitle-box {
  text-align: center;
  max-width: 250px;
  margin-top: 10px;
}

.button-subtitle {
  color: var(--subtitle-text);
  font-size: 18px;
  line-height: 22px;
}

.center-content {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.accordion-wrapper {
  flex: 1;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.accordion-wrapper.faq {
  margin-top: 25px;
  margin-bottom: 30px;
  padding-left: 20px;
}

.accordion-wrapper.last {
  margin-top: 35px;
  margin-bottom: 30px;
  padding-left: 20px;
}

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

.accordion-item-trigger {
  color: var(--text-titles);
  align-items: flex-start;
  width: 100%;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

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

.faq-arrow {
  width: 22px;
  position: relative;
}

.accordion-item-content {
  margin-top: 7px;
  overflow: hidden;
}

.accordion-item-content.faq {
  margin-top: 10px;
}

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

.pricing-detail {
  font-size: 21px;
  line-height: 27px;
}

.full-width-item {
  flex: 1;
}

.pricing-faq {
  width: 100%;
  max-width: 612px;
  margin-top: 40px;
}

.checkbox-box {
  align-items: center;
  width: 20px;
  margin-right: 15px;
  display: flex;
}

.answer {
  font-size: 18px;
  line-height: 28px;
}

.pricing-overview {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: flex;
}

.pricing-overview.last {
  border-bottom-style: none;
  margin-bottom: 0;
}

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

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

.pricing-overview-left {
  flex: 1;
}

.pricing-overview-right {
  text-align: right;
}

.pricing-thumbnail {
  width: 32%;
}

.full-width {
  width: 100%;
}

.price-box {
  margin-top: 5px;
}

.need-help-container {
  z-index: 110;
  display: flex;
  position: relative;
}

.need-help-box {
  flex: 1;
  align-items: center;
  max-width: 220px;
  margin-right: 24%;
  display: flex;
}

.faq-left {
  justify-content: center;
  width: 50%;
  display: flex;
}

.faq-right {
  align-items: center;
  width: 50%;
  padding-left: 3%;
  display: flex;
}

.faq {
  margin-top: 50px;
}

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

.relative {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.testimonials-right {
  width: 44%;
  position: relative;
  overflow: hidden;
}

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

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

.testimonials-left {
  background-image: linear-gradient(264deg, var(--gradient-color-1), var(--gradient-color-2));
  justify-content: flex-end;
  width: 64%;
  padding: 90px 3%;
  display: flex;
}

.testimonials-flex {
  height: 100%;
  min-height: 776px;
  display: flex;
}

.testimonial-text-box {
  width: 100%;
  max-width: 641px;
}

.testimonial {
  background-image: url('../images/Quote-marks_1Quote-marks.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 63px;
  width: 100%;
  max-width: 540px;
  padding-top: 10px;
  padding-left: 32px;
}

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

.testimonial-text {
  color: var(--subtitle-text);
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 400;
  line-height: 37px;
}

.testimonial-name {
  color: var(--subtitle-text);
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.testimonial-left-arrow {
  background-color: var(--bg-button);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 50px;
  transition: background-color .2s;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial-left-arrow:hover {
  background-color: var(--text-titles);
}

.testimonial-right-arrow {
  background-color: var(--bg-button);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .2s;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial-right-arrow:hover {
  background-color: var(--text-titles);
}

.post-text-box {
  padding-top: 20px;
  padding-left: 2%;
  padding-right: 2%;
}

.post-text-box.bottom {
  padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 2%;
}

.category-link {
  border: 1px solid var(--text-titles);
  color: var(--text-titles);
  border-radius: 90px;
  padding: 4px 10px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.category-link:hover {
  background-color: var(--text-titles);
  color: var(--white);
}

.link-block-button {
  margin-top: 10px;
}

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

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

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

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

.interaction-slide {
  background-color: #e9f2f5;
  display: none;
  position: absolute;
  inset: 0%;
}

.hover-insta {
  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;
}

.hover-insta.insta-3 {
  background-image: url('../images/Insta-3_1Insta-3.webp');
}

.hover-insta.insta-4 {
  background-image: url('../images/Insta-4_1Insta-4.webp');
}

.hover-insta.insta {
  background-image: url('../images/Insta-1_1Insta-1.webp');
}

.hover-insta.insta-2 {
  background-image: url('../images/Insta-2_1Insta-2.webp');
}

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

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

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

.post-item {
  width: 50%;
  margin-right: 1%;
}

.post-item:last-child {
  margin-right: 0%;
}

.cta-left {
  background-image: url('../images/CTA-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.cta-right {
  width: 50%;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 4%;
}

.h4 {
  letter-spacing: -1px;
  margin-top: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

.h4.top-margin {
  margin-top: 20px;
}

.h4.small {
  margin-bottom: 5px;
  font-size: 40px;
  line-height: 48px;
}

.form {
  flex-wrap: wrap;
  max-width: 434px;
  display: flex;
}

.input {
  border: 1px solid #b3b8bd;
  border-bottom-style: none;
  border-radius: 5px 0 0;
  width: 50%;
  height: 53px;
  margin-bottom: 0;
  font-size: 15px;
}

.input.right {
  border-left-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
}

.submit-button {
  background-color: var(--bg-button);
  background-image: none;
  background-size: auto;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 101%;
  height: 53px;
  font-size: 15px;
  transition: background-color .2s;
}

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

.submit-button.login {
  border-radius: 0;
}

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

.success-message.height {
  text-align: center;
  height: 105px;
}

.error-message {
  padding-bottom: 8px;
  font-size: 15px;
}

.cta-form {
  margin-top: 30px;
}

.recived-icon {
  margin-bottom: 10px;
}

.content-section-cta {
  background-image: linear-gradient(287deg, var(--gradient-color-1), var(--gradient-color-2));
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

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

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

.button-box.left-padding {
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
}

.scroll-down {
  z-index: 3;
  background-color: var(--dark-slate-blue);
  border-radius: 26.5px;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 76px;
  margin-right: 1%;
  transition: background-color .5s;
  display: flex;
  position: absolute;
  inset: auto 1% 15px auto;
}

.scroll-down:hover {
  background-color: #302f2f;
}

.scroll-arrow {
  width: 22px;
}

.paragraph-spans {
  letter-spacing: -1px;
  font-size: 48px;
  font-weight: 500;
  line-height: 63px;
}

.span {
  background-color: var(--bg-gray);
  border-radius: 27px;
  width: 99px;
  height: 45px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 47px;
  padding-right: 47px;
  line-height: 50px;
  display: inline-block;
}

.span._1 {
  background-image: url('../images/Guy_1Guy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 57px;
}

.span._2 {
  background-image: url('../images/Juice_1Juice.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  line-height: 58px;
}

.span._3 {
  background-image: url('../images/Pen-holder_1Pen-holder.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.span._4 {
  background-image: url('../images/Eyeglasses.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 72px;
}

.max-960-pixels {
  width: 100%;
  max-width: 964px;
  position: relative;
}

.numbers {
  align-items: center;
  width: 47%;
  margin-right: 2%;
  padding-bottom: 20px;
  padding-right: 3%;
  display: flex;
}

.numbers.last {
  margin-right: 0%;
}

.h5 {
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

.number-item {
  margin-bottom: 10px;
  margin-left: -4px;
}

.tb-digit {
  color: #0f0f0f;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
}

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

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

.sign-small.m {
  margin-top: 31px;
  font-family: Sportinggrotesque, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

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

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

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

.numbers-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bottom-bg {
  background-color: var(--bottom-bg);
  height: 270px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.slider-arrow {
  background-color: var(--bg-button);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 65px;
  transition: background-color .2s;
  display: flex;
  inset: -26% -25% auto auto;
}

.slider-arrow:hover {
  background-color: var(--bg-hover);
}

.slider-arrow.right {
  margin-right: 0;
  left: auto;
}

.slider {
  background-color: #0000;
  width: 75%;
  height: 100%;
  margin-left: 3%;
}

.slide {
  width: auto;
  margin-right: 28px;
}

.text-left-column {
  width: 50%;
  height: 100%;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 50px;
}

.guy-column {
  background-image: url('../images/CTA-Bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 450px;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

.top-bg-white {
  background-color: var(--white);
  width: 100%;
  height: 42px;
  position: absolute;
  inset: 0% 0% auto;
}

.right-bg-container {
  width: 50%;
  padding-top: 121px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.figure-bg {
  background-image: linear-gradient(264deg, var(--gradient-color-1), #f3f6f8);
  border-radius: 40px;
  width: 242px;
  height: 85px;
  margin-right: 20px;
}

.figures-row {
  width: 850px;
  margin-bottom: 44px;
  display: flex;
}

.figures-row-2 {
  width: 850px;
  margin-bottom: 44px;
  margin-left: -60px;
  display: flex;
}

.figures-row-3 {
  width: 850px;
  margin-bottom: 44px;
  margin-left: -107px;
  display: flex;
}

.curve-image {
  background-color: var(--bg-mini-pic);
  background-image: url('../images/Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 53px;
  border-radius: 80px;
  width: 80px;
  height: 35px;
  margin-right: 10px;
}

.curve-image.services {
  background-position: 50% 54%;
}

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

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

.features-list {
  width: 100%;
  max-width: 421px;
  margin-top: 40px;
}

.feature-list-icon {
  background-image: url('../images/Icon-1_1Icon-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34px;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.feature-list-icon._2 {
  background-image: url('../images/Icon-2_1Icon-2.png');
}

.feature-list-icon._3 {
  background-image: url('../images/Icon-3_1Icon-3.png');
}

.text-gray {
  color: var(--subtitle-text);
  font-size: 19px;
  line-height: 28px;
}

.feature-list-item {
  margin-bottom: 20px;
  display: flex;
}

.feature-list-item.last {
  margin-bottom: 0;
}

.container-bottom-line {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container-bottom-line.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.left-padding {
  margin-bottom: 20px;
  padding-left: 28px;
}

.feature-list-line {
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-list-line.last {
  margin-bottom: 0;
}

.feature-list-line.margin {
  margin-bottom: 20px;
}

.flex-right-padding {
  justify-content: center;
  align-items: center;
  width: 22px;
  margin-right: 13px;
  display: flex;
}

.text-left-padding {
  align-items: center;
  width: 50%;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 3%;
  display: flex;
}

.options-list {
  width: 100%;
  max-width: 510px;
  margin-top: 40px;
}

.flex-align-top {
  justify-content: center;
  align-items: flex-start;
  width: 45px;
  margin-right: 20px;
  padding-top: 15px;
  display: flex;
}

.expand-image {
  background-color: #272727;
  background-image: url('../images/expandir_1expandir.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  margin-bottom: 15px;
  margin-right: 15px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.video {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.on-scroll-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;
}

.on-scroll-bg.play-video {
  background-image: url('../images/ed6037f6-148c-47bf-9419-856466152a39_1ed6037f6-148c-47bf-9419-856466152a39.webp');
}

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

.play-button {
  background-color: #ffffffe6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding-left: 6px;
  display: flex;
}

.play {
  background-image: url('../images/Play_1Play.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 30px;
  height: 40px;
}

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

.service-sample-text {
  margin-bottom: 45px;
  font-size: 44px;
  font-weight: 500;
  line-height: 44px;
}

.service-sample-text.last {
  margin-bottom: 0;
}

.span-small {
  background-color: var(--bg-gray);
  border-radius: 27px;
  width: 87px;
  height: 47px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 47px;
  padding-right: 47px;
  line-height: 50px;
  display: inline-block;
}

.span-small.imac {
  background-image: url('../images/iMac.png');
  background-position: 50% 58%;
  background-repeat: no-repeat;
  background-size: 73px;
}

.span-small.girl {
  background-image: url('../images/Girl-pic_1Girl-pic.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 52px;
}

.span-small.speaker {
  background-image: url('../images/Speaker_1Speaker.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 39px;
}

.span-small.note-pad {
  background-image: url('../images/Notebook_1Notebook.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
}

.span-small.keyboard {
  background-image: url('../images/Keyboard_1Keyboard.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 56px;
}

.span-small.headphones {
  background-image: url('../images/Headphones_1Headphones.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 39px;
}

.span-small.cup {
  background-image: url('../images/Coffee-Cup_1Coffee Cup.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.gallery-item-3 {
  width: 48.5%;
  position: relative;
  overflow: hidden;
}

.cta-form-rounded {
  background-color: #fff;
  border-radius: 200px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 490px;
  min-height: 70px;
  margin-top: 50px;
  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-submit-button {
  background-color: var(--bg-button);
  color: var(--white);
  border-radius: 0 90px 90px 0;
  width: 33%;
  min-width: 90px;
  min-height: 69px;
  margin-left: 20px;
  padding: 5px 5% 0 4%;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  transition: background-color .2s;
}

.newsletter-submit-button:hover {
  background-color: var(--bg-hover);
}

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

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

.cta-right-column {
  background-image: url('../images/Bg-circles.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

.guy-column-empty {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

.hero-mini-glasses {
  background-image: url('../images/Eyeglasses.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 17.5px;
  width: 50px;
  height: 35px;
  margin-right: 8px;
}

.service-slide {
  width: 50%;
  margin-right: 1%;
}

.services-slider {
  z-index: 3;
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
}

.services-arrow {
  background-color: var(--bg-button);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 65px;
  transition: background-color .2s;
  display: flex;
  inset: -18% 0% auto auto;
}

.services-arrow:hover {
  background-color: var(--bg-hover);
}

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

.classes-scrollable {
  flex-wrap: wrap;
  align-items: center;
  width: 400vw;
  height: 100vh;
  display: flex;
}

.classes-content-wrapper {
  width: 400vw;
  display: flex;
}

.classes-hidden-mask {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.classes-sticky-wrapper {
  background-color: #ffffff82;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.classes-section {
  background-color: #fff;
  border-top: 60px #24242417;
  justify-content: center;
  align-items: center;
  height: 400vh;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.classes-section:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.classes-section.scroll {
  display: none;
}

.classes-block {
  cursor: grab;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.classes-block._4, .classes-block._2, .classes-block._3, .classes-block._1 {
  flex-direction: column;
  display: block;
}

.relative-full-width {
  width: 100%;
  padding-top: 5%;
  padding-left: 6%;
  position: relative;
}

.relative-full-width._2 {
  display: block;
}

.frame {
  z-index: 0;
  border: 25px solid var(--gradient-color-2);
  width: 100%;
  height: 80%;
  min-height: 500px;
  position: absolute;
  inset: auto 0% 0%;
}

.contact-row {
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-row.last {
  border-bottom-style: none;
  margin-bottom: 0;
}

.icon-right {
  width: 26px;
  margin-right: 15px;
}

.contact-detail-text {
  flex: 1;
  align-items: center;
  display: flex;
}

.link {
  color: var(--text-titles);
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.contacts-row {
  width: 80%;
  margin-top: 30px;
}

.text-left-scroll {
  flex-wrap: wrap;
  align-items: center;
  width: 53%;
  height: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 50px;
  display: flex;
}

.text-left-scroll._2 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.image-column-scroll {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

.image-service {
  margin-left: 73px;
}

.guy-column-services {
  background-image: url('../images/CTA-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.guy-services {
  margin-left: 5%;
  display: inline-block;
  position: relative;
}

.bootm-bg {
  z-index: 0;
  background-image: linear-gradient(274deg, var(--gradient-color-2), var(--gradient-color-1));
  width: 100%;
  height: 51%;
  position: absolute;
  inset: auto 0% 0%;
}

.relative-box {
  width: 100%;
  padding-left: 6%;
  position: relative;
}

.value-row {
  width: 100%;
  max-width: 830px;
  display: flex;
}

.values-item {
  width: 49%;
  margin-right: 2%;
  padding-right: 2%;
  position: relative;
}

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

.values-container {
  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;
}

.values-bg {
  background-image: linear-gradient(240deg, var(--gradient-color-2), var(--gradient-color-1));
  margin-bottom: 50px;
  padding-top: 35px;
  padding-bottom: 30px;
}

.values-bg.last {
  margin-bottom: 0;
}

.values {
  padding-top: 60px;
  position: relative;
}

.right-hand {
  justify-content: center;
  align-items: flex-end;
  width: 25%;
  margin-right: 45px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.half-column {
  width: 50%;
}

.image-flex-center {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-row {
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.box-row.last {
  margin-bottom: 0;
}

.content-section-dark {
  width: 100%;
  max-width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.h3-white {
  color: var(--white);
  font-size: 56px;
  line-height: 62px;
}

.h3-title-white {
  color: var(--white);
  margin-top: 10px;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
}

.grid-block {
  background-image: linear-gradient(275deg, var(--gradient-color-2), var(--gradient-color-1));
  margin-bottom: 20px;
  padding: 60px 3%;
  display: flex;
  position: relative;
}

.image-inside-padding {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-block-left {
  background-image: linear-gradient(261deg, var(--gradient-color-2), var(--gradient-color-1));
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-right: 2%;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: hidden;
}

.bottom-padding {
  margin-bottom: 30px;
}

.grid-block-right {
  background-image: linear-gradient(261deg, var(--gradient-color-1), var(--gradient-color-2));
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: hidden;
}

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

.column-image {
  width: 50%;
  position: relative;
  overflow: hidden;
}

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

.flex-align-right {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

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

.flex-skills.align-center {
  align-items: center;
}

.column-item {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.bar-progress {
  background-color: #91b588;
  border-radius: 0 8px 8px 0;
  width: 90%;
  position: absolute;
  inset: 0%;
}

.bar-bg {
  background-color: #d9e0dd;
  border-radius: 0 8px 8px 0;
  flex: 1;
  width: 100%;
  height: 12px;
  position: relative;
  overflow: hidden;
}

.skill {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.max-45-pixles {
  text-align: right;
  width: 100%;
  max-width: 45px;
}

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

._50-percent-column, .column-item-2 {
  width: 50%;
  position: relative;
}

.stats-column {
  width: 50%;
  padding-left: 5%;
  display: flex;
}

.max-290-pixels {
  width: 100%;
}

._92-percent-column {
  z-index: 1;
  width: 88%;
  position: relative;
}

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

.text-small.bold {
  font-weight: 700;
}

.mini-arrow {
  position: relative;
  top: 0;
}

.text-link-block {
  color: #131313;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.skills-paragraph {
  color: var(--subtitle-text);
  font-size: 18px;
  line-height: 24px;
}

.content-section-image {
  background-image: linear-gradient(287deg, var(--gradient-color-2), var(--gradient-color-1));
  width: 100%;
  max-width: 100%;
  height: 550px;
  position: relative;
  overflow: hidden;
}

.grid-block-bg {
  background-image: url('../images/CTA-Bg.png');
  background-position: 50% 190%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 337px;
  height: 350px;
  display: flex;
}

.footer-left {
  padding-right: 10px;
}

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

.footer-notice-link:hover {
  color: var(--blue-lines);
}

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

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

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

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

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

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

.footer-menu-link.w--current, .footer-menu-link.blue {
  color: var(--blue-lines);
}

.footer-menu-link.blue:hover {
  color: var(--link-gray);
}

.footer-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

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

.footer {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.footer-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

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

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

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

.footer-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

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

.footer-expand.middle {
  flex: 0 auto;
  width: 33%;
}

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

.footer-social-icons {
  flex: 1;
  padding-left: 3%;
}

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

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

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

.faq-column-left {
  width: 24%;
  margin-right: 4%;
}

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

.faq-topic-link {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
  transition: transform .2s;
}

.faq-topic-link.w--current {
  text-decoration: underline;
}

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

.faq-column-right {
  flex: 1;
  width: 62%;
}

.instructions-set {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.post-item-grid {
  background-image: linear-gradient(275deg, var(--gradient-color-2), var(--gradient-color-1));
  width: 49%;
  margin-bottom: 60px;
  margin-right: 1%;
}

.post-item-grid:last-child {
  margin-right: 0%;
}

.top-margin-collection {
  margin-top: 30px;
}

.hero-blog-left {
  width: 50%;
  position: relative;
}

.hero-blog-page {
  width: 100%;
}

.hero-right-blog {
  background-image: linear-gradient(270deg, var(--gradient-color-1), var(--gradient-color-2));
  width: 50%;
  padding: 120px 7% 100px 5%;
}

.hero-preview-link {
  color: var(--text-titles);
  margin-top: 20px;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
  text-decoration: none;
  display: inline-block;
}

.post-hero {
  height: 800px;
  position: relative;
}

.heading-post-page {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 60px;
  padding-bottom: 40px;
}

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

.button-pagination {
  background-color: var(--white);
  color: var(--text-titles);
  text-align: center;
  border: 1px solid #000;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 57.5px;
  padding: 20px 4% 18px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-pagination:hover {
  color: #fff;
  background-color: #272727;
}

.full-button-copy {
  color: var(--text-titles);
  text-align: center;
  border: 1px solid #000;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  min-height: 57.5px;
  padding: 20px 4% 18px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.full-button-copy:hover {
  color: #fff;
  background-color: #272727;
}

.work-side-title {
  font-size: 24px;
  line-height: 32px;
}

.post-heading-box {
  margin-bottom: 60px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

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

.list-heading-left {
  position: sticky;
  top: 100px;
}

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

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

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

.post-title {
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

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

.work-right {
  width: 72%;
}

.utility-page-wrap {
  background-image: linear-gradient(273deg, var(--gradient-color-1), var(--gradient-color-2));
  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: 100%;
  max-width: 380px;
  display: flex;
}

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

.text-field {
  height: 45px;
}

._404 {
  font-size: 90px;
  font-weight: 500;
  line-height: 90px;
}

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

.author-post-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mini-pic {
  margin-right: 15px;
  transition: opacity .2s;
}

.mini-pic:hover {
  opacity: .9;
}

.author-post-link {
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s;
}

.author-post-link:hover {
  color: var(--bg-hover);
}

.author-post-page {
  margin-top: 20px;
  display: flex;
  position: relative;
}

.text-box-grid {
  padding-left: 5px;
  padding-right: 12px;
}

.bg-circle-2 {
  background-image: url('../images/Intro-bg-2_1Intro-bg-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 267px;
  height: 267px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.bg-circle-3 {
  background-image: url('../images/Intro-bg-3_1Intro-bg-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 267px;
  height: 267px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

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

.bg-circle {
  background-image: url('../images/Intro-bg-2_1Intro-bg-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 267px;
  height: 267px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.flex-intro {
  justify-content: center;
  display: flex;
  position: relative;
}

.expand {
  flex: 1;
}

.rocks {
  width: 20vw;
}

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

.text-padding-right, .text-padding-left {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 20px 3%;
  display: flex;
}

.nmbers-right {
  flex: 1;
  display: flex;
  position: relative;
}

.numbers-guy {
  align-items: flex-end;
  width: 30%;
  display: flex;
  position: relative;
}

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

.numbers-box {
  margin-top: 40px;
}

.service-text-box {
  padding-top: 20px;
  padding-left: 17px;
  padding-right: 17px;
}

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

.image-guy-column {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

.flex-brand, .flex-block, .flex-experience {
  display: flex;
  position: relative;
}

.submit {
  background-color: #1c1f21;
  width: 48%;
  min-height: 55px;
  margin-top: 20px;
  padding-top: 15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  transition: background-color .2s;
}

.submit:hover {
  background-color: #272b2e;
}

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

.field {
  color: #abb5b8;
  background-color: #0000;
  border: 1px solid #adbcc1;
  border-radius: 0;
  width: 48.5%;
  height: 50px;
  margin-bottom: 0;
  font-size: 13px;
  transition: border .2s;
}

.field:hover {
  border-color: var(--field-hover);
  background-color: #0000;
}

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

.form-block {
  font-family: Inter, sans-serif;
}

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

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

.text-link:hover {
  color: var(--blue-lines);
}

.h2 {
  letter-spacing: -.7px;
  margin-top: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

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

.textarea {
  color: #131313;
  background-color: #0000;
  border: 1px solid #adbcc1;
  border-radius: 0;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 110px;
  font-size: 13px;
  line-height: 15px;
}

.textarea:hover {
  border-color: var(--field-hover);
}

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

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

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

.contact-right-side {
  flex: 1;
  padding-right: 5%;
  position: relative;
}

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

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

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

.contact-right {
  width: 70%;
}

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

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

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

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

.select-field {
  color: #898989;
  background-color: #0000;
  border: 1px solid #adbcc1;
  border-radius: 0;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 15px;
  transition: border .2s;
}

.select-field:hover {
  border-color: var(--field-hover);
}

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

.post-title {
  font-size: 52px;
  line-height: 60px;
}

.team-member-left {
  width: 70%;
  padding-right: 2%;
}

.team-member-right {
  flex: 1;
  width: 24%;
  margin-right: 4%;
}

.h5-small {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.team-icon {
  background-image: url('../images/Email_1Email.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.team-icon.phone {
  background-image: url('../images/llamada-1.png');
}

.div-block {
  align-items: center;
  height: 100%;
  display: flex;
}

.team-link {
  color: var(--subtitle-text);
  font-size: 18px;
  text-decoration: none;
  transition: color .2s;
}

.team-link:hover {
  color: var(--blue-lines);
}

.team-member-contact {
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-team, .flex-blog {
  display: flex;
  position: relative;
}

._3d-container {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% 3% -2% auto;
}

.top-box {
  transform-style: preserve-3d;
  background-image: linear-gradient(#f2f2f5, #f5f4f6);
  width: 440px;
  height: 440px;
  margin-bottom: 108px;
  margin-left: 39px;
  position: relative;
  transform: translate3d(0, 0, -119px)rotateX(88deg)rotateY(0)rotateZ(42deg);
}

.side-2 {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-image: linear-gradient(263deg, #e6e8e8, #dde0e3);
  width: 440px;
  height: 440px;
  position: absolute;
  inset: 440px auto auto 0%;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

.side-3 {
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-image: linear-gradient(#d1d1cc, #9ea29e);
  width: 440px;
  height: 440px;
  position: absolute;
  inset: 0% auto auto 440px;
  transform: rotateX(0)rotateY(90deg)rotateZ(0);
}

.side-4 {
  transform-origin: 0 0;
  transform-style: preserve-3d;
  background-image: linear-gradient(#d1d1cc, #9ea29e);
  width: 400px;
  height: 440px;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

._5 {
  background-color: var(--bg-button);
  transform-origin: 100% 100%;
  transform-style: preserve-3d;
  width: 430px;
  height: 430px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotateX(90deg)rotateY(0)rotateZ(17deg);
}

.side-5 {
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-image: linear-gradient(#9ea29e, #d1d1cc);
  width: 440px;
  height: 440px;
  position: absolute;
  top: 0%;
  bottom: auto;
  transform: rotateX(0)rotateY(90deg)rotateZ(0);
}

.macbook {
  perspective: 2000px;
}

.hero-subtitle {
  color: var(--subtitle-text);
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}

.hero-title {
  color: #060606;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 500;
  line-height: 29px;
}

.hidden-2, .hidden-3, .hidden-5 {
  display: inline;
  overflow: hidden;
}

.hero-subtitle-box {
  margin-top: 30px;
}

.hero-subtitle-box.about-us, .hero-subtitle-box.max-width {
  max-width: 470px;
}

.big-side-4 {
  transform-style: preserve-3d;
  background-image: linear-gradient(#e6e8e8, #dde0e3);
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: 150px;
  right: 0%;
  transform: translate3d(0, 0, 150px)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.big-side-2 {
  transform-style: preserve-3d;
  background-image: linear-gradient(263deg, #e6e8e8, #dde0e3);
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 150px auto auto 0%;
  transform: translate3d(0, 0, 150px)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.big-side-5 {
  transform-style: preserve-3d;
  background-image: linear-gradient(#dde0e3, #e6e8e8);
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -150px;
  transform: translate3d(0, 0, 150px)rotateX(0)rotateY(90deg)rotateZ(0);
}

.big-side-3 {
  transform-style: preserve-3d;
  background-image: linear-gradient(#e6e8e8, #9ea29e);
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 0% auto auto 150px;
  transform: translate3d(0, 0, 150px)rotateX(0)rotateY(90deg)rotateZ(0);
}

.hero-macbook {
  z-index: 1;
  transform-style: preserve-3d;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  bottom: -149px;
  transform: scale3d(1, 1, .7);
}

.macbook-3d, .mobile-3d {
  perspective: 2000px;
}

.top-box-macbook {
  transform-style: preserve-3d;
  background-image: linear-gradient(#f2f2f5, #f5f4f6);
  width: 300px;
  height: 300px;
  margin-bottom: 180px;
  position: relative;
  transform: rotateX(-94deg)rotateY(0)rotateZ(-40deg);
}

.top-box-mobile {
  transform-style: preserve-3d;
  background-image: linear-gradient(#f2f2f5, #f5f4f6);
  width: 250px;
  height: 250px;
  margin-bottom: 173px;
  position: relative;
  transform: rotateX(-94deg)rotateY(0)rotateZ(-40deg);
}

.small-side-4 {
  transform-style: preserve-3d;
  background-image: linear-gradient(#e6e8e8, #dde0e3);
  width: 250px;
  height: 250px;
  position: absolute;
  bottom: 125px;
  right: 0%;
  transform: translate3d(0, 0, 125px)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.small-side-2 {
  transform-style: preserve-3d;
  background-image: linear-gradient(263deg, #e6e8e8, #dde0e3);
  width: 250px;
  height: 250px;
  position: absolute;
  inset: 125px auto auto 0%;
  transform: translate3d(0, 0, 125px)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.small-side-5 {
  transform-style: preserve-3d;
  background-image: linear-gradient(#dde0e3, #e6e8e8);
  width: 250px;
  height: 250px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -125px;
  transform: translate3d(0, 0, 125px)rotateX(0)rotateY(90deg)rotateZ(0);
}

.small-side-3 {
  transform-style: preserve-3d;
  background-image: linear-gradient(#e6e8e8, #9ea29e);
  width: 250px;
  height: 250px;
  position: absolute;
  inset: 0% auto auto 125px;
  transform: translate3d(0, 0, 125px)rotateX(0)rotateY(90deg)rotateZ(0);
}

.hero-mobile {
  z-index: 1;
  transform-style: preserve-3d;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  bottom: -125px;
  transform: scale3d(1, 1, .7);
}

.services-right {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% 3% 0% auto;
}

.hero-services-section {
  min-height: 700px;
  padding-top: 150px;
  padding-bottom: 70px;
  position: relative;
}

.intro-mobile {
  position: relative;
  bottom: 4%;
}

.numbers-title {
  margin-top: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
}

.gallery-item-1 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-title-small {
  color: var(--text-titles);
  margin-top: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
}

.home-subtitle-box {
  margin-top: 20px;
  display: inline-block;
  overflow: hidden;
}

.service-subtitle, .post-tile-box {
  margin-top: 10px;
}

.text-block {
  margin-right: 5px;
  font-size: 16px;
  line-height: 22px;
  display: inline;
}

.brand-column {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-left {
  width: 45%;
  padding-left: 3%;
  padding-right: 3%;
}

.job-title-box {
  margin-top: 20px;
}

.team {
  background-color: var(--bg-profile-pic);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 91px;
  height: 47px;
  margin-left: auto;
  margin-right: auto;
}

.hero-mini-imac {
  background-image: url('../images/iMac.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
  border-radius: 17.5px;
  width: 50px;
  height: 35px;
  margin-right: 8px;
}

.services-list-left {
  width: 50%;
  margin-right: 3%;
  padding-right: 20px;
  position: relative;
}

.services-list {
  flex-wrap: wrap;
  display: flex;
}

.services-list-right {
  flex: 1;
  width: 72%;
}

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

.big-words-line {
  background-color: var(--lines);
  width: 100%;
  height: 1px;
  margin-top: 175px;
  position: absolute;
}

.big-words-line._4 {
  margin-top: 458px;
}

.big-words-line._3 {
  margin-top: 351px;
}

.big-words-line._2 {
  margin-top: 238px;
}

.big-words-line._1 {
  margin-top: 107px;
}

.big-words-line.number-5 {
  margin-top: 582px;
}

.bottom-curve {
  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;
}

.side-hand {
  z-index: 1;
  position: relative;
}

.branding-pic {
  background-color: var(--bg-profile-pic);
  background-image: url('../images/Guy_1Guy.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 51px;
  border-radius: 25px;
  width: 91px;
  height: 47px;
}

.branding-pic.services {
  background-image: url('../images/Girl-pic_2Girl-pic.png');
  background-size: 51px;
}

.profile-pic {
  background-color: var(--bg-profile-pic);
  background-image: url('../images/Guy_1Guy.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 51px;
  border-radius: 25px;
  width: 91px;
  height: 47px;
}

.profile-pic.services {
  background-image: url('../images/Girl-pic_1Girl-pic.png');
  background-size: 56px;
}

.hero-imac {
  z-index: 1;
  transform-style: preserve-3d;
  margin-left: 58px;
  position: relative;
  bottom: -230px;
  transform: scale3d(1, 1, .7);
}

.inner-hero-pic {
  background-color: var(--bg-profile-pic);
  background-image: url('../images/Guy_1Guy.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 51px;
  border-radius: 25px;
  width: 91px;
  height: 47px;
  margin-left: auto;
  margin-right: auto;
}

.inner-hero-pic.support {
  background-image: url('../images/Girl-pic_1Girl-pic.png');
}

.subtitle-contact {
  color: var(--subtitle-text);
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 400;
  line-height: 30.5px;
}

.job-title-side {
  color: var(--subtitle-text);
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 20px;
}

.subtitle-pricing {
  color: var(--subtitle-text);
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 400;
  line-height: 27px;
}

.pricing-plan {
  color: var(--subtitle-text);
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 400;
  line-height: 30.5px;
}

.tags {
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.tags-text {
  margin-right: 10px;
  font-size: 19px;
  font-weight: 500;
  display: inline;
}

.tag {
  margin-right: 10px;
  font-size: 19px;
  font-weight: 500;
  transition: opacity .2s;
}

.tag:hover {
  opacity: .9;
}

.tag-links {
  text-decoration: none;
  transition: color .2s;
}

.tag-links:hover {
  color: var(--blue-lines);
}

.about-the-author {
  margin-top: 20px;
  display: flex;
}

.author-left {
  width: 24%;
}

.author-right {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  flex: 1;
  margin-left: 2%;
  padding: 10px 3px 28px 3%;
}

.author-link {
  height: 100%;
  position: relative;
}

.author-link.w--current {
  height: 100%;
}

.hero-mini-title {
  color: #7f8893;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.slider-link {
  transition: opacity .4s;
}

.slider-link:hover {
  opacity: .9;
}

._3d-container-imac {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% 3% -11% auto;
}

.text-block-2 {
  color: #777;
  -webkit-text-stroke-color: var(--yellow-green);
  margin-top: -7px;
  padding-top: 0;
  font-size: 12px;
  font-weight: 500;
}

.text-block-3 {
  color: var(--bg-hover);
  letter-spacing: 1px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.image-6 {
  width: 40%;
}

.columns-2 {
  border-bottom: 1px none var(--link);
  width: auto;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.heading-2 {
  color: var(--dark-slate-blue);
  -webkit-text-stroke-color: transparent;
  font-family: Oswald, sans-serif;
  font-size: 40px;
}

.heading-2.or {
  color: var(--blue);
}

.heading-2.wh {
  color: var(--white);
}

.heading-2.gr {
  color: var(--dark-green);
}

.heading-3 {
  letter-spacing: 1px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 30px;
}

.heading-3.wh {
  color: var(--white);
}

.heading-4 {
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 30px;
}

.heading-4.bl {
  color: var(--blue);
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 50px;
}

.heading-4.wh {
  color: var(--white);
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 50px;
}

.heading-4.gr {
  color: var(--yellow-green);
  -webkit-text-stroke-color: var(--dark-green);
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 50px;
}

.paragraph-2 {
  color: var(--text-titles);
  letter-spacing: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-2.wh {
  color: var(--white);
}

.columns-2-1 {
  width: auto;
}

.text-block-4 {
  color: var(--dark-slate-blue);
  font-family: Noto Sans JP, sans-serif;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.column-2 {
  background-image: url('../images/Products.svg');
  background-position: 96% 0;
  background-repeat: no-repeat;
  background-size: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 10%;
}

.column-3 {
  background-image: url('../images/Company.svg');
  background-position: 96% 0;
  background-repeat: no-repeat;
  background-size: 80px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 10%;
}

.column-4 {
  padding-left: 40px;
}

.text-block-5 {
  color: #ffffff80;
  text-align: left;
  letter-spacing: 0;
  padding-top: 10px;
  font-family: Pinyon Script, sans-serif;
  font-size: 80px;
}

.image-7 {
  width: 100%;
  max-width: none;
}

.div-block-4 {
  height: auto;
}

.heading-5 {
  color: #0373a2;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.list {
  color: #444;
  padding-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  list-style-type: square;
}

.list.no {
  margin-bottom: 40px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

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

.lead {
  color: var(--yellow-green);
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.lead.bl {
  color: #0373a2;
  letter-spacing: 0;
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.lead.blue {
  color: var(--blue);
}

.text-block-6 {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 600;
  display: block;
}

.column-12 {
  padding-left: 10px;
}

.section {
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 10px;
}

.section.cc-home-wrap {
  margin-bottom: 100px;
}

.columns-4 {
  margin-top: 21px;
}

.image-9 {
  width: 100%;
}

.div-block-15 {
  clear: left;
  padding-top: 40px;
}

.div-block-16 {
  background-color: #ccc;
  height: auto;
  margin-top: 20px;
}

.image-4 {
  width: 100%;
  margin-top: 0;
}

.lead01 {
  color: #026834;
  font-family: Noto Sans JP, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.lead01.bl {
  color: var(--yellow-green);
  margin-top: 100px;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.subtitle-2 {
  color: #333;
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.text-block-7 {
  color: #444;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
}

.title-2 {
  color: #0373a2;
  -webkit-text-stroke-color: #0373a2;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.title-2.bl {
  color: var(--yellow-green);
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
}

.title-2.gr {
  color: var(--yellow-green);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

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

.text {
  color: #444;
  width: auto;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.text.imgdc {
  margin-top: 10px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 24px;
}

.text.wh {
  color: var(--white);
}

.text.mid {
  margin-bottom: 20px;
  font-weight: 400;
}

.column-15 {
  background-color: #0373a2;
}

.column-13 {
  padding-right: 10px;
}

.column-16 {
  background-color: #02683433;
}

.column-16.rcr {
  background-color: #02683424;
}

.bold-text {
  font-weight: 600;
}

.message {
  margin-top: 60px;
}

.div-block-17 {
  background-color: #fff;
  height: 280px;
}

.column-9 {
  padding-left: 30px;
  padding-right: 0;
}

.text-2 {
  color: #444;
  width: auto;
  font-family: Noto Serif JP, sans-serif;
  font-size: 20px;
}

.text-2.right {
  text-align: right;
  margin-top: 20px;
}

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

.column-10 {
  padding-left: 0;
  padding-right: 0;
}

.profilel {
  color: #444;
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px #ccc;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.profilel.bottom {
  border-bottom-style: solid;
}

.div-block-5 {
  margin-bottom: 9px;
}

.profiler {
  color: #444;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px #ccc;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.profiler.bottom {
  border-bottom-style: solid;
}

.div-block-9, .div-block-7, .div-block-8 {
  margin-bottom: 35px;
}

.div-block-11 {
  margin-top: 20px;
  margin-bottom: 34px;
}

.company {
  background-color: #eee;
}

.div-block-10 {
  margin-bottom: 35px;
}

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

.div-block-19 {
  margin-bottom: 9px;
}

.historyr {
  color: #444;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px #ccc;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.historyr.bottom {
  border-bottom-style: solid;
}

.historyl {
  color: #444;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px #ccc;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.historyl.bottom {
  border-bottom-style: solid;
}

.div-block-20, .div-block-21, .div-block-22 {
  margin-bottom: 35px;
}

.div-block-23 {
  margin-top: 20px;
  margin-bottom: 34px;
}

.div-block-24 {
  margin-bottom: 35px;
}

.heading-6 {
  color: #026834;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.heading-6.gr {
  letter-spacing: 1px;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.text-3 {
  color: #444;
  width: auto;
  font-family: Noto Serif JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-4 {
  color: #444;
  width: auto;
  font-family: Noto Serif JP, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.columns-5 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.image-10 {
  width: auto;
}

.image-8 {
  width: 380px;
}

.map {
  margin-top: 40px;
}

.text-5 {
  color: #444;
  width: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-5.access {
  letter-spacing: 1px;
  margin-top: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.text-span {
  font-size: 22px;
}

.bold-text-2 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 60px 100px 50px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field-2 {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field-2:hover {
  border-color: #e3e6eb;
}

.text-field-2:active, .text-field-2:focus {
  border-color: #43464d;
}

.text-field-2::placeholder {
  color: #32343a66;
}

.text-field-2.cc-contact-field {
  margin-bottom: 25px;
}

.text-field-2.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0373a2;
  border-radius: 0;
  padding: 20px 25px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

.button-2:active {
  background-color: #43464d;
}

.field-label {
  color: #444;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
}

.text-field-3 {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field-3:hover {
  border-color: #e3e6eb;
}

.text-field-3:active, .text-field-3:focus {
  border-color: #43464d;
}

.text-field-3::placeholder {
  color: #32343a66;
}

.text-field-3.cc-contact-field {
  margin-bottom: 25px;
}

.text-field-3.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.div-block-25 {
  background-color: #ccc;
  height: auto;
  margin-top: 20px;
}

.subtitle-3 {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
}

.button-3 {
  background-color: var(--blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 20px 25px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-3:hover {
  background-color: var(--yellow-green);
  color: #fff;
}

.button-3:active {
  background-color: var(--yellow-green);
}

.text-6 {
  color: #444;
  width: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
}

.text-6.topmg {
  margin-top: 30px;
}

.tel {
  color: #0373a2;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-decoration: none;
}

.column-17 {
  padding-left: 0;
  padding-right: 20px;
}

.column-18 {
  padding-right: 0;
}

.column-19 {
  padding-left: 0;
  padding-right: 20px;
}

.column-20 {
  padding-right: 0;
}

.column-21 {
  padding-left: 0;
  padding-right: 0;
}

.column-22 {
  background-image: url('../images/Technology.svg');
  background-position: 96% 0;
  background-repeat: no-repeat;
  background-size: 74px;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 10%;
}

.column-22.rc {
  background-image: url('../images/Recruit.svg');
  background-size: 60px;
}

.column-23, .column-24 {
  padding-right: 40px;
}

.image-11, .image-12 {
  width: 100%;
  max-width: none;
}

.column-14 {
  padding-left: 0;
}

.text-recruit-left {
  color: var(--blue);
  text-align: center;
  border: 1px solid #0373a2;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.div-block-12 {
  padding-top: 30px;
}

.div-block-13 {
  text-align: center;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 220px;
  padding-right: 220px;
  display: block;
}

.text-recruit-right {
  color: #444;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.recruit {
  margin-top: 40px;
}

.list-2 {
  color: #444;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.entry_btn {
  color: #0373a2;
  text-align: center;
  background-color: #0000;
  background-image: url('../images/readmore_btn.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px solid #0373a2;
  width: 50%;
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  transition-duration: .4s;
}

.entry_btn:hover {
  color: #0373a2;
  -webkit-text-fill-color: inherit;
  background-color: #408aad4d;
  background-clip: border-box;
}

.entry_btn.wh {
  clear: none;
  color: #fff;
  background-color: #0373a2;
  background-image: url('../images/readmore_btn_wh.svg');
  border-color: #fff;
  width: 100%;
  margin-left: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.entry_btn.wh:hover {
  background-color: #0373a2cc;
}

.text-block-8 {
  color: var(--subtitle-text);
  letter-spacing: .5px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.div-block-26 {
  height: 40px;
}

.image-13 {
  width: 100%;
  max-width: none;
}

.columns-6 {
  background-color: var(--blue);
  margin-top: 100px;
}

.columns-6.lgr {
  background-color: var(--lightgreen);
}

.columns-6.gr {
  background-color: var(--yellow-green);
}

.columns-6.lbl {
  background-color: var(--lightblue);
}

.lead01-cl {
  color: #026834;
  font-family: Noto Sans JP, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.lead01-cl.bl {
  color: var(--dark-green);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.lead01-cl.wh {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.lead01-cl.bk {
  color: #333;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.column-25 {
  padding-left: 10px;
}

.columns-7 {
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
}

.radio-button-label, .radio-button-label-2 {
  font-size: 16px;
}

.column-27 {
  padding-left: 0;
  padding-right: 20px;
}

.column-28 {
  padding-right: 0;
}

.columns-8 {
  margin-top: 40px;
}

.image-15 {
  width: 100%;
}

.image-16 {
  width: 100%;
}

.image-17, .image-18, .image-19, .image-20 {
  width: 100%;
}

.image-21 {
  padding-left: 10px;
  padding-right: 10px;
}

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

.left-block.hero {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.container {
  z-index: 1;
  color: #fff;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: relative;
}

.hero-div {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hero-div.small {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-right: 0%;
}

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

.paragraph-3.main {
  color: var(--white);
  text-align: right;
  padding-right: 20px;
  font-size: 20px;
  font-style: italic;
}

.hero-section-2 {
  color: #0000;
  background-color: #dbdbdb1a;
  background-image: url('../images/68cd45412b1479d579317d5e41b7ce99_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0%;
  display: flex;
}

.page-title {
  color: #000;
  font-family: Noto Sans JP, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 54px;
}

.page-title.big {
  color: #f8f6f4;
  text-align: right;
  font-family: Noto Sans JP, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
}

.hero-image-div {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.text-block-9 {
  color: var(--blue);
}

.button-4 {
  border: 2px solid var(--blue);
  color: var(--blue);
  text-align: center;
  letter-spacing: 1px;
  background-color: #3898ec00;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 26px;
}

.button-circle {
  border: 2px solid var(--blue);
  color: var(--blue);
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 8px;
  width: 100%;
  height: 60px;
  margin-top: 30px;
  margin-left: 0;
  padding-top: 14px;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s;
  display: inline-block;
}

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

.button-circle.bl._50 {
  width: 50%;
}

.button-circle.gr {
  border-color: var(--yellow-green);
  color: var(--yellow-green);
}

.button-circle.gr:hover {
  background-color: var(--yellow-green);
  color: var(--white);
}

.button-circle.wh {
  border-color: var(--white);
  color: var(--white);
  background-color: #fff0;
}

.button-circle.wh:hover {
  background-color: var(--yellow-green);
  color: var(--white);
}

.button-circle.wh.gr:hover {
  background-color: var(--white);
  color: var(--yellow-green);
}

.button-circle.wh.bl:hover {
  background-color: var(--white);
  color: var(--blue);
}

.div-block-27 {
  border-bottom: 1px solid var(--bg-profile-pic);
  margin-bottom: 40px;
  padding-bottom: 6px;
}

.section-2 {
  margin-left: 100px;
  margin-right: 100px;
}

.column-30 {
  height: 100%;
  padding: 30px 30px 20px;
}

.column-31 {
  background-image: url('../images/DSC_3934.png');
  background-position: 50%;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}

.header_img {
  background-image: url('../images/03_1_header.png');
  background-position: 50%;
  background-size: cover;
  height: 540px;
}

.header_img.str {
  background-image: url('../images/04_1_header.png');
}

.column-32 {
  padding-left: 0;
}

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

.section-3 {
  background-image: url('../images/DSC_3902.png');
  background-position: 50% 30%;
  background-size: cover;
  height: 350px;
  margin-left: 100px;
  margin-right: 100px;
}

.columns-10, .columns-11 {
  background-color: #eee;
}

.heading-title {
  color: var(--yellow-green);
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.heading-title.bl {
  color: var(--blue);
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 50px;
}

.heading-title.wh {
  color: var(--white);
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 50px;
}

.heading-title.gr {
  color: var(--yellow-green);
  -webkit-text-stroke-color: var(--dark-green);
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 50px;
}

.list-3 {
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.list-title {
  color: #444;
  width: auto;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 32px;
}

.list-title.imgdc {
  margin-top: 10px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 24px;
}

.list-title.wh {
  color: var(--white);
}

.list-title.mid {
  margin-bottom: 20px;
  font-weight: 400;
}

.list-item {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.column-33, .column-34 {
  padding-left: 20px;
  padding-right: 20px;
}

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

.text-span-2 {
  text-decoration: underline;
}

.heading-7 {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.list-4 {
  background-color: var(--lightblue);
  min-height: 450px;
  padding: 20px 34px 20px 40px;
}

.list-item-2 {
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

@media screen and (min-width: 1280px) {
  .hero-bg {
    min-height: 800px;
  }

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

  .title-small {
    color: #69707b;
  }

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

  .hero-flex {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-left.home {
    width: 53%;
  }

  .big-words {
    font-size: 168px;
    line-height: 168px;
  }

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

  .pricing-detail {
    transition: color .2s;
  }

  .pricing-detail:hover {
    color: #060606;
  }

  .question {
    transition: color .2s;
  }

  .question:hover {
    color: #060606;
  }

  .values-container {
    max-width: 1301px;
  }

  .column-2, .column-3, .column-22 {
    padding-bottom: 100px;
  }

  .button-circle.bl {
    background-color: #fff0;
  }
}

@media screen and (min-width: 1440px) {
  .hero-bg {
    margin-top: -64px;
  }

  .navlink {
    background-color: #ffffff0d;
    border-style: none;
    height: 54px;
  }

  .navlink:hover {
    border-style: none none solid;
    border-bottom-width: 5px;
    border-bottom-color: var(--yellow-green);
    background-color: #ffffff4d;
  }

  .navlink.w--current {
    border-style: none none solid;
    border-width: 0 0 5px;
    border-bottom-color: var(--yellow-green);
    background-color: #ffffff4d;
  }

  .navlink.right {
    border-right-style: none;
  }

  .hero-inner-box {
    margin-top: 18%;
    padding-right: 0%;
  }

  .underline-hover {
    background-color: var(--yellow-green);
    border: 1px #000;
    height: 5px;
  }

  .content-wrapper {
    max-width: none;
  }

  .nav-menu {
    margin-top: 40px;
  }

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

  .hero-section.home {
    min-height: 830px;
  }

  .figure, .figure-2, .figure-3 {
    max-width: 217px;
  }

  .hover-bg {
    display: flex;
  }

  .values-container {
    max-width: 1340px;
  }

  .column-2, .column-3 {
    padding-bottom: 100px;
  }

  .text-block-5 {
    color: #ffffff80;
  }

  .column-22 {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-bg {
    background-size: cover, auto;
  }

  .hero-inner-box {
    margin-top: 16%;
    padding-right: 0%;
  }

  .content-wrapper {
    max-width: none;
  }

  .hero-section.home {
    min-height: 900px;
  }

  .left-block.hero {
    width: 100%;
  }

  .paragraph-3.main {
    font-size: 24px;
    line-height: 32px;
  }

  .page-title.big {
    font-size: 44px;
    line-height: 60px;
  }
}

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

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

  h3, h4 {
    font-size: 30px;
    line-height: 36px;
  }

  h5 {
    font-size: 28px;
    line-height: 34px;
  }

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

  .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 {
    background-color: #2c2c2c;
  }

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

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

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

  .navlink:hover {
    background-color: #e0e7e9;
  }

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

  .buy-template-container {
    justify-content: flex-start;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
  }

  .hero-inner-box {
    max-width: 100%;
    margin-top: 30%;
  }

  .hero-inner-text {
    font-size: 46px;
    line-height: 52px;
  }

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

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

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

  .content-section.team-section {
    padding-bottom: 50px;
  }

  .content-section.bottom-margin {
    margin-bottom: 80px;
  }

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

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

  .content-section.works {
    padding-bottom: 100px;
  }

  .content-section.inner-pages-top, .content-section.team-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

  .underline-hover {
    display: none;
  }

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

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

  .h3 {
    font-size: 44px;
    line-height: 50px;
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 20px;
    overflow: auto;
  }

  .notice {
    margin-top: 10px;
  }

  .inner-hero-section {
    max-width: 100%;
    min-height: 298px;
  }

  .menu-button {
    height: 100px;
    margin-top: -96px;
    padding-top: 20px;
  }

  .menu-button.w--open {
    color: var(--subtitle-text);
    background-color: #fff;
  }

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

  .curve-bg {
    width: 67%;
    padding-left: 16%;
  }

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

  .hero-left {
    width: 65%;
  }

  .hero-left.service-mobile {
    min-width: 50%;
  }

  .hero-left.home {
    min-width: auto;
    max-width: 550px;
  }

  .hero-text {
    margin-top: 25px;
    font-size: 44px;
    line-height: 52px;
  }

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

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

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

  .subtitle-box._30-pixels, .subtitle-box._20-pixels {
    margin-top: 25px;
  }

  .hero-section.home {
    padding-top: 120px;
  }

  .heading {
    width: 72%;
  }

  .subheading {
    font-size: 24px;
    line-height: 30px;
  }

  .intro-top-box.center {
    width: 100%;
  }

  .intro-thumbnails-container {
    width: 90%;
  }

  .intro-box {
    width: 30%;
    margin-right: 5%;
  }

  .link-block-box {
    margin-top: 15px;
  }

  .block-link-text {
    font-size: 19px;
    line-height: 24px;
  }

  .heading-link {
    font-size: 34px;
    line-height: 42px;
  }

  .intro-guy {
    margin-left: auto;
    margin-right: auto;
    top: -15px;
    left: auto;
  }

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

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

  .heading-left.slider {
    margin-left: 0%;
  }

  .websites-slider {
    margin-left: 40px;
    margin-right: 40px;
  }

  .websites-arrow {
    margin-left: -20px;
  }

  .websites-arrow.right {
    margin-left: 0;
    margin-right: -20px;
  }

  .figure {
    width: 20vw;
    height: 80px;
  }

  .big-words-container {
    max-width: 80%;
  }

  .figure-2 {
    width: 20vw;
    height: 80px;
  }

  .bg-lines {
    padding-top: 76px;
  }

  .figure-3 {
    width: 20vw;
    height: 80px;
  }

  .big-words, .hi-there-text {
    margin-bottom: 30px;
  }

  .preview-link {
    font-size: 26px;
    line-height: 32px;
  }

  .text-box {
    padding-top: 15px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .text-box-white {
    width: 63%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .job-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .team-name-link {
    font-size: 24px;
    line-height: 30px;
  }

  .content-section-clients {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pricing-left {
    padding: 40px 4%;
  }

  .pricing-title {
    font-size: 40px;
    line-height: 46px;
  }

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

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

  .pricing-detail {
    font-size: 20px;
    line-height: 26px;
  }

  .pricing-faq {
    margin-top: 20px;
  }

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

  .testimonials-left {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .testimonial {
    padding-bottom: 0;
    padding-left: 20px;
  }

  .testimonial-text {
    font-size: 21px;
    line-height: 35px;
  }

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

  .link-block-button {
    margin-top: 15px;
  }

  .cta-right {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .h4 {
    font-size: 46px;
    line-height: 52px;
  }

  .h4.small {
    font-size: 40px;
    line-height: 44px;
  }

  .h4.small-mobile {
    font-size: 40px;
    line-height: 46px;
  }

  .cta-form {
    margin-top: 20px;
  }

  .scroll-down {
    width: 53px;
    height: 78px;
    margin-right: 2%;
  }

  .scroll-arrow {
    width: 20px;
  }

  .paragraph-spans {
    font-size: 46px;
    line-height: 61px;
  }

  .span {
    height: 50px;
  }

  .numbers {
    padding-bottom: 10px;
  }

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

  .number-item {
    width: 50%;
    max-width: 234px;
    margin-bottom: 20px;
  }

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

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

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

  .bottom-bg {
    height: 295px;
  }

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

  .slider-arrow {
    width: 55px;
    height: 55px;
    margin-right: 65px;
    top: -35%;
  }

  .slider-arrow.right {
    margin-right: 0;
  }

  .slide {
    margin-right: 20px;
  }

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

  .guy-column {
    background-size: contain;
  }

  .top-bg-white {
    display: none;
  }

  .features-list {
    margin-top: 30px;
  }

  .text-gray {
    font-size: 18px;
    line-height: 27px;
  }

  .feature-list-item {
    margin-bottom: 10px;
  }

  .container-bottom-line {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .feature-list-line.last {
    padding-bottom: 0;
  }

  .text-left-padding {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 3%;
  }

  .flex-align-top {
    margin-right: 20px;
  }

  .expand-image {
    width: 50px;
    height: 50px;
    margin-bottom: 13px;
    margin-right: 13px;
  }

  .play-button {
    width: 100px;
    height: 100px;
  }

  .service-sample-text {
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 40px;
  }

  .cta-form-rounded {
    margin-top: 40px;
  }

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

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

  .classes-scrollable {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .classes-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    width: 100%;
    display: grid;
  }

  .classes-hidden-mask {
    height: auto;
    overflow: visible;
  }

  .classes-sticky-wrapper {
    height: auto;
  }

  .classes-section {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .classes-block {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .frame {
    height: 90%;
  }

  .text-left-scroll {
    padding-top: 100px;
  }

  .value-row {
    width: 80%;
  }

  .values-container {
    max-width: 100%;
  }

  .values-bg {
    padding-top: 30px;
  }

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

  .box-row {
    margin-bottom: 60px;
  }

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

  .h3-title-white {
    margin-top: 15px;
  }

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

  ._92-percent-column {
    width: 100%;
  }

  .text-link-block {
    font-size: 14.5px;
    line-height: 23px;
  }

  .content-section-image {
    height: 450px;
  }

  .menu {
    width: 50%;
  }

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

  .footer-container {
    margin-bottom: 0;
  }

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

  .footer-column {
    width: 42%;
    margin-right: 4%;
  }

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

  .footer-expand.middle {
    width: 54%;
    margin-top: 0;
  }

  .footer-social-icons {
    padding-left: 0%;
  }

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

  .post-item-grid {
    width: 48%;
    margin-bottom: 50px;
    margin-right: 2%;
  }

  .post-hero {
    height: 500px;
  }

  .side-block {
    margin-bottom: 40px;
  }

  .post-title {
    font-size: 50px;
    line-height: 58px;
  }

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

  .bg-circle-2, .bg-circle-3, .bg-circle {
    width: auto;
    height: 100%;
    display: flex;
    inset: 0%;
  }

  .text-padding-right {
    padding-right: 0%;
  }

  .text-padding-left {
    padding-left: 0%;
  }

  .numbers-guy {
    width: 33%;
  }

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

  .h2 {
    font-size: 44px;
    line-height: 52px;
  }

  .h5-small {
    font-size: 34px;
    line-height: 42px;
  }

  .team-member-contact {
    margin-bottom: 20px;
  }

  ._3d-container {
    right: 9%;
  }

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

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

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

  .hero-subtitle-box.max-width {
    max-width: 420px;
  }

  .hero-services-section {
    padding-top: 120px;
  }

  .intro-mobile {
    bottom: 7%;
  }

  .numbers-title {
    font-size: 34px;
    line-height: 42px;
  }

  .hero-title-small {
    margin-top: 15px;
    font-size: 20px;
    line-height: 28px;
  }

  .home-subtitle-box {
    margin-top: 30px;
  }

  .bottom-curve {
    width: 67%;
    padding-left: 16%;
  }

  .side-hand {
    z-index: 0;
  }

  .author-left {
    width: 32%;
  }

  ._3d-container-imac {
    right: 9%;
  }

  .image-6 {
    width: 80%;
  }

  .columns-2 {
    margin-bottom: 0;
  }

  .column {
    height: 63.1876%;
  }

  .icon {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 60px;
  }

  .text-block-5 {
    color: #ffffff80;
    font-size: 70px;
  }

  .image-7 {
    height: 300px;
  }

  .lead {
    font-size: 28px;
  }

  .lead.bl {
    font-size: 32px;
  }

  .section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .subtitle-2 {
    font-size: 20px;
  }

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

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

  .text, .text.wh {
    font-size: 14px;
    line-height: 26px;
  }

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

  .heading-6.gr {
    font-size: 26px;
  }

  .text-3, .text-4, .text-5 {
    font-size: 16px;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .button-2, .button-3 {
    justify-content: center;
  }

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

  .div-block-13 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .lead01-cl.wh, .lead01-cl.bk {
    font-size: 24px;
    line-height: 36px;
  }

  .left-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
  }

  .container {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-div.small {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .paragraph-3.main {
    text-align: left;
    width: 100%;
    font-size: 16px;
  }

  .hero-section-2 {
    text-align: left;
    background-image: url('../images/68cd45412b1479d579317d5e41b7ce99.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 220px 20px 140px;
    display: block;
  }

  .page-title {
    color: #000;
    margin-top: 0;
  }

  .page-title.big {
    color: #f8f6f4;
    text-align: left;
    width: 100%;
    font-size: 30px;
    line-height: 46px;
  }

  .hero-image-div {
    width: 100%;
  }

  .button-circle.bl {
    background-color: #fff0;
  }

  .section-2 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .list-title, .list-title.wh {
    font-size: 14px;
    line-height: 26px;
  }
}

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

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

  h3, h4 {
    font-size: 28px;
    line-height: 34px;
  }

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

  h6 {
    font-size: 24px;
    line-height: 30px;
  }

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

  .hero-inner-box {
    margin-top: 40%;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .hero-inner-text.top-margin {
    font-size: 38px;
    line-height: 50px;
  }

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

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

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

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

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

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

  .content-section.inner-pages-top, .content-section.team-page {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

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

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

  .underline-hover {
    display: none;
  }

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

  .h3._2 {
    font-size: 37px;
    line-height: 46px;
  }

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

  .notice {
    margin-top: 0;
  }

  .inner-hero-section {
    min-height: 280px;
    position: relative;
  }

  .subtitle {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .social-icon-gray.facebook, .social-icon-gray.twittter {
    background-size: 12px;
  }

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

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

  .hero-flex.services {
    padding-top: 100px;
  }

  .hero-left {
    width: 100%;
    min-width: 100%;
  }

  .hero-left.service-mobile {
    flex-direction: column;
  }

  .hero-left.home {
    flex-direction: column;
    margin-bottom: 470px;
  }

  .hero-text {
    margin-top: 15px;
    font-size: 40px;
    line-height: 48px;
  }

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

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

  .hero-section {
    min-height: 1300px;
    padding-top: 120px;
  }

  .hero-section.home {
    min-height: 800px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section.about-us {
    min-height: 1080px;
    padding-bottom: 0;
  }

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

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

  .intro-top-box.center {
    align-items: center;
  }

  .intro-top-box._90-percent {
    padding-top: 33px;
  }

  .intro-thumbnail, .intro-thumbnail-2 {
    width: 80%;
  }

  .intro-box {
    width: 32%;
    max-width: 180px;
    margin-right: 4%;
  }

  .paragraph-gray {
    font-size: 20px;
    line-height: 30px;
  }

  .intro-text-box {
    margin-top: 0;
  }

  .block-link-text {
    font-size: 18px;
  }

  .heading-link {
    font-size: 32px;
    line-height: 40px;
  }

  .intro-guy {
    position: relative;
    top: 0;
  }

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

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

  .websites-arrow {
    width: 60px;
    height: 60px;
  }

  .figure {
    height: 70px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .big-words-container {
    max-width: 90%;
  }

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

  .bg-lines {
    padding-top: 38px;
  }

  .figure-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .big-words {
    margin-bottom: 20px;
    font-size: 19vw;
    line-height: 18vw;
  }

  .hi-there-text {
    margin-bottom: 20px;
  }

  .ball {
    width: 13vw;
  }

  .preview-link {
    font-size: 24px;
    line-height: 30px;
  }

  .text-box {
    padding-top: 10px;
  }

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

  .team-name-link {
    font-size: 22px;
    line-height: 28px;
  }

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

  .pricing-title {
    font-size: 36px;
    line-height: 42px;
  }

  .full-button {
    padding-left: 12%;
    padding-right: 12%;
  }

  .accordion-wrapper {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

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

  .accordion-item-content {
    margin-top: 10px;
  }

  .pricing-detail {
    font-size: 18px;
    line-height: 24px;
  }

  .pricing-faq {
    margin-top: 10px;
  }

  .checkbox-box {
    margin-right: 10px;
  }

  .pricing-overview {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

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

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

  .testimonials-left {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-text {
    font-size: 20px;
    line-height: 34px;
  }

  .post-text-box {
    padding-top: 10px;
    padding-left: 3%;
  }

  .link-block-button {
    margin-top: 10px;
  }

  .hover-icon {
    width: 30px;
  }

  .cta-left {
    width: 100%;
  }

  .cta-right {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h4 {
    font-size: 44px;
    line-height: 50px;
  }

  .h4.small {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 40px;
  }

  .h4.small-mobile {
    font-size: 34px;
    line-height: 40px;
  }

  .success-message.height {
    height: auto;
  }

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

  .scroll-down {
    z-index: 2;
    width: 51px;
    height: 76px;
  }

  .paragraph-spans {
    font-size: 50px;
    line-height: 60px;
  }

  .span {
    width: 90px;
    height: 45px;
  }

  .span._1 {
    background-size: 48px;
  }

  .span._2 {
    background-size: 35px;
    position: relative;
    bottom: -2px;
  }

  .span._3 {
    background-size: 33px;
  }

  .span._4 {
    background-size: 65px;
  }

  .numbers {
    width: 50%;
  }

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

  .number-item {
    width: 48%;
    margin-bottom: 20px;
  }

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

  .numbers-container {
    flex-wrap: wrap;
    width: 90%;
  }

  .slider-arrow {
    top: -51%;
  }

  .slide {
    margin-right: 20px;
  }

  .text-left-column {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .guy-column {
    width: 100%;
    margin-top: 70px;
  }

  .right-bg-container {
    width: 100%;
    height: 50%;
    padding-top: 0;
    inset: auto 0% 0%;
  }

  .column-left-flex {
    padding-left: 0%;
  }

  .features-list {
    max-width: 100%;
  }

  .text-gray.last {
    margin-bottom: 0;
  }

  .container-bottom-line {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .feature-list-line.last {
    padding-bottom: 0;
  }

  .text-left-padding {
    width: 100%;
    padding-top: 40px;
  }

  .options-list {
    margin-top: 30px;
  }

  .expand-image {
    background-size: 18px;
    width: 45px;
    height: 45px;
  }

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

  .play {
    width: 25px;
    height: 35px;
  }

  .service-sample-text {
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 46px;
  }

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

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

  .cta-right-column, .guy-column-empty {
    width: 100%;
  }

  .services-slider {
    margin-bottom: 10px;
  }

  .services-arrow {
    position: relative;
    bottom: -32px;
  }

  .services-arrow.right {
    bottom: 28px;
  }

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

  .classes-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .frame {
    height: 100%;
  }

  .contact-row {
    padding-left: 10px;
  }

  .link {
    font-size: 18px;
    line-height: 18px;
  }

  .contacts-row {
    width: 100%;
  }

  .text-left-scroll {
    width: 95%;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .guy-column-services {
    z-index: 0;
    width: 100%;
  }

  .bootm-bg {
    height: 60%;
  }

  .right-hand {
    z-index: 1;
  }

  .box-row {
    margin-bottom: 40px;
  }

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

  .grid-block {
    margin-bottom: 10px;
    padding: 45px 5%;
  }

  .grid-block-left {
    padding-top: 45px;
  }

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

  .grid-block-right {
    padding-top: 45px;
  }

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

  ._50-percent-column {
    justify-content: center;
  }

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

  .content-section-image {
    height: 350px;
  }

  .grid-block-bg {
    background-position: 50%;
  }

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

  .footer-about-left {
    margin-right: 15px;
  }

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

  .footer-1440-pixels {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-column {
    width: 46%;
    margin-bottom: 10px;
    margin-right: 0%;
  }

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

  .faq-column-left {
    width: 28%;
  }

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

  .post-item-grid {
    margin-bottom: 40px;
  }

  .post-hero {
    height: 400px;
  }

  .button-pagination, .full-button-copy {
    padding-left: 12%;
    padding-right: 12%;
  }

  .post-heading-box {
    margin-bottom: 50px;
  }

  .work-left-column {
    padding-right: 0;
  }

  .side-block {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

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

  .post-title {
    font-size: 42px;
    line-height: 48px;
  }

  .flex-work-page {
    margin-left: auto;
    margin-right: auto;
  }

  .work-right {
    width: 100%;
  }

  .bg-circle-3 {
    justify-content: center;
    align-items: center;
  }

  .rocks {
    width: 28vw;
  }

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

  .nmbers-right {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .numbers-guy {
    width: 100%;
  }

  .flex-box {
    flex-wrap: wrap;
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .h2 {
    font-size: 42px;
    line-height: 50px;
  }

  .team-member-left {
    width: 65%;
  }

  .h5-small {
    font-size: 32px;
    line-height: 40px;
  }

  ._3d-container {
    width: 100%;
    inset: auto 0% 0%;
  }

  .hero-subtitle.landscape {
    margin-top: 0;
  }

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

  .services-right {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0%;
    inset: auto 0% 0%;
  }

  .hero-services-section {
    min-height: 1120px;
  }

  .intro-mobile {
    bottom: -7%;
  }

  .numbers-title {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-title-small {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 27px;
  }

  .home-subtitle-box {
    margin-top: 0;
  }

  .brand-column {
    flex: 0 auto;
    width: 100%;
  }

  .brand-left {
    width: 100%;
    margin-bottom: 60px;
  }

  .services-list-left {
    width: 100%;
    margin-right: 0%;
    padding-right: 0;
  }

  .services-list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .services-list-right {
    width: 100%;
    margin-top: 60px;
  }

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

  .subtitle-contact, .subtitle-pricing, .pricing-plan {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .tags-text, .tag-links {
    font-size: 18px;
  }

  .author-left {
    width: 40%;
  }

  .hero-mini-title {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  ._3d-container-imac {
    width: 100%;
    inset: auto 0% -6%;
  }

  .column-2, .column-3, .column-4 {
    margin-bottom: 40px;
  }

  .text-block-5 {
    font-size: 54px;
  }

  .recycleimg {
    margin-top: 20px;
    padding-left: 20%;
    padding-right: 20%;
  }

  .recycleimg.blank {
    margin-top: -80px;
  }

  .column-12 {
    padding-right: 0;
  }

  .section, .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-14 {
    width: auto;
  }

  .image-9 {
    width: 100%;
  }

  .column-13, .column-9 {
    padding-left: 0;
  }

  .heading-6.gr {
    font-size: 24px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field-2.cc-contact-field, .text-field-2.cc-textarea, .text-field-3.cc-contact-field, .text-field-3.cc-textarea {
    text-align: left;
  }

  .column-17 {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .column-18 {
    padding-left: 0;
  }

  .column-22 {
    margin-bottom: 140px;
    padding-bottom: 100px;
    padding-left: 5%;
  }

  .div-block-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-14 {
    max-width: 80%;
  }

  .column-26 {
    text-align: center;
    margin-bottom: 40px;
  }

  .image-15, .image-16, .image-17, .image-18, .image-19, .image-20 {
    width: 100%;
  }

  .left-block {
    margin-bottom: 60px;
  }

  .container {
    height: auto;
    margin-top: 44px;
    padding-right: 0;
  }

  .paragraph-3.main {
    width: 100%;
  }

  .hero-section-2 {
    background-image: url('../images/68cd45412b1479d579317d5e41b7ce99.png');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
    height: auto;
    padding-top: 28%;
  }

  .page-title.big {
    width: 100%;
    font-size: 28px;
    line-height: 40px;
  }

  .button-circle.gr {
    background-color: #fff0;
  }

  .image-22 {
    width: 110px;
  }

  .section-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-23 {
    width: 100%;
  }
}

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

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

  h3, h4 {
    font-size: 26px;
    line-height: 32px;
  }

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

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

  .hero-bg {
    background-image: none;
    height: 100px;
    margin-top: 10px;
  }

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

  .gallery-item-4 {
    margin-bottom: 3%;
  }

  .navlink {
    color: #0f0f0f;
  }

  .hero-inner-box {
    margin-top: 3%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero-inner-text {
    font-size: 38px;
    line-height: 44px;
  }

  .hero-inner-text.top-margin {
    margin-top: 0;
    font-size: 26px;
    line-height: 32px;
  }

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

  .content-section.inner-pages {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-section.double {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-section.double.lbl {
    padding-left: 0;
    padding-right: 0;
  }

  .content-section.double.bl {
    padding-bottom: 0;
  }

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

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

  .content-section.works {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .content-section.top {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-section.top.lbl {
    padding-left: 0;
    padding-right: 0;
  }

  .content-section.top.bl {
    padding-bottom: 0;
  }

  .hidden {
    display: inline;
  }

  .go-up-button {
    background-size: 16px;
    width: 100%;
    height: 100px;
  }

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

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

  .content-wrapper {
    padding-right: 20px;
  }

  .content-wrapper.menu01 {
    height: 80px;
  }

  .h3 {
    font-size: 42px;
    line-height: 50px;
  }

  .nav-menu {
    margin-top: 0;
  }

  .inner-hero-section {
    min-height: 298px;
  }

  .subtitle {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .menu-button {
    padding-top: 20px;
    padding-right: 0;
    font-size: 50px;
  }

  .gallery-left-column {
    width: 100%;
    margin-bottom: 3%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .content {
    margin-top: 80px;
  }

  .gallery-right {
    flex: 0 auto;
    width: 100%;
  }

  .hero-inner-padding {
    margin-top: 30px;
  }

  .curve-bg {
    z-index: 10;
    width: 104%;
    padding-left: 36%;
  }

  .curve-text-box {
    margin-right: 3%;
  }

  .hero-flex, .hero-flex.services {
    padding-top: 70px;
  }

  .hero-left {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 550px;
    padding-right: 0;
  }

  .hero-left.service-mobile {
    margin-top: 40px;
    margin-bottom: 270px;
  }

  .hero-left.about-us {
    margin-bottom: 474px;
  }

  .hero-left.home {
    margin-top: 40px;
    margin-bottom: 400px;
  }

  .hero-text {
    font-size: 34px;
    line-height: 42px;
  }

  .hidden-4 {
    display: inline;
  }

  .subtitle-box._30-pixels, .subtitle-box._20-pixels {
    margin-top: 15px;
  }

  .hero-section {
    min-height: 1300px;
    padding-top: 0;
    overflow: hidden;
  }

  .hero-section.home {
    width: 100%;
    min-height: auto;
    margin-top: 96px;
  }

  .hero-section.about-us {
    min-height: auto;
  }

  .hero-bottom-bg, .hero-bottom-bg.services-landscape {
    height: 100px;
  }

  .heading {
    width: 90%;
  }

  .pricing {
    flex-wrap: wrap;
  }

  .intro-top-box._90-percent {
    padding-top: 0;
  }

  .intro-thumbnails-container {
    width: 75%;
  }

  .intro-box {
    width: 100%;
    max-width: 309px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-box.last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .paragraph-gray {
    font-size: 18px;
    line-height: 26px;
  }

  .intro-text-box {
    margin-top: 40px;
  }

  .link-block-box {
    margin-top: 10px;
  }

  .intro-guy {
    left: auto;
  }

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

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

  .heading-left.slider {
    width: 100%;
  }

  .website-slide {
    margin-right: 20px;
  }

  .websites-slider {
    margin-left: 20px;
    margin-right: 20px;
  }

  .websites-arrow {
    width: 55px;
    height: 55px;
    margin-left: -10px;
  }

  .websites-arrow.right {
    margin-right: -10px;
  }

  .figure {
    width: 28vw;
    height: auto;
    min-height: 40px;
    margin-top: 5px;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .big-words-container {
    max-width: 100%;
  }

  .figure-2 {
    width: 28vw;
    height: auto;
    min-height: 40px;
    margin-top: 5px;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .bg-lines {
    padding-top: 20px;
  }

  .mobile-line-2.hero {
    margin-top: 112px;
  }

  .mobile-line-2._3 {
    margin-top: 106px;
  }

  .mobile-only {
    display: block;
  }

  .figure-3 {
    width: 28vw;
    height: auto;
    min-height: 40px;
    margin-top: 5px;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .big-words {
    margin-top: 0;
    font-size: 20vw;
    line-height: 20vw;
  }

  .hi-there-text {
    font-size: 22px;
    line-height: 28px;
  }

  .ball {
    width: 13vw;
  }

  .work-item {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .work-item.no-bottom-margin {
    margin-bottom: 50px;
  }

  .bottom-work-margin {
    margin-bottom: 40px;
  }

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

  .text-box {
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-box-white {
    width: 90%;
    padding: 40px 7%;
  }

  .team-item {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

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

  .client-logo {
    width: 100%;
    margin-bottom: 40px;
  }

  .client-logo.last {
    margin-bottom: 0;
  }

  .pricing-left {
    width: 100%;
    padding: 20px 7%;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 40px;
  }

  .pricing-right {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .full-button {
    min-width: 160px;
  }

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

  .accordion-wrapper {
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-wrapper.faq {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
  }

  .accordion-wrapper.last {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 15px;
  }

  .open-close-box {
    height: 100%;
    margin-left: 5px;
  }

  .faq-arrow {
    width: 18px;
    margin-top: 10px;
  }

  .pricing-detail {
    font-size: 18px;
    line-height: 20px;
  }

  .checkbox-box {
    margin-right: 5px;
    padding-top: 12px;
  }

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

  .need-help-box {
    margin-right: 3%;
  }

  .faq-left {
    width: 100%;
  }

  .faq-right {
    width: 100%;
    margin-top: 30px;
  }

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

  .testimonials-right {
    width: 100%;
    height: 350px;
  }

  .testimonials-left {
    width: 100%;
    padding: 40px 5%;
  }

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

  .testimonial {
    padding-left: 10px;
  }

  .testimonial-right-arrow {
    margin-right: 0%;
  }

  .insta-pic {
    width: 50%;
  }

  .heading-full {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .post-item:last-child {
    margin-bottom: 0;
  }

  .cta-left {
    width: 100%;
    margin-top: 40px;
  }

  .cta-right {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 0%;
  }

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

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

  .form {
    max-width: 350px;
  }

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

  .scroll-down {
    width: 48px;
    height: 73px;
    display: none;
  }

  .scroll-arrow {
    width: 18px;
  }

  .paragraph-spans {
    font-size: 32px;
    line-height: 47px;
  }

  .span {
    width: 68px;
    height: 35px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .span._1 {
    background-size: 38px;
  }

  .span._2 {
    background-size: 29px;
    position: relative;
    bottom: -8px;
  }

  .span._3 {
    background-size: 27px;
    bottom: -4px;
  }

  .span._4 {
    background-size: 49px;
  }

  .numbers {
    width: 100%;
    margin-right: 0%;
  }

  .number-item {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .bottom-bg {
    height: 41%;
  }

  .slider-arrow {
    width: 50px;
    height: 50px;
    margin-right: 55px;
    position: relative;
    bottom: -22px;
  }

  .slider-arrow.right {
    bottom: 29px;
  }

  .text-left-column {
    padding-top: 50px;
  }

  .guy-column {
    margin-top: 50px;
  }

  .column-center-flex, .column-left-flex {
    width: 100%;
  }

  .container-bottom-line {
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .feature-list-line {
    margin-bottom: 10px;
  }

  .feature-list-line.last {
    padding-bottom: 0;
  }

  .text-left-padding {
    padding-bottom: 50px;
  }

  .options-list {
    margin-top: 30px;
  }

  .flex-align-top {
    width: 40px;
    margin-right: 15px;
  }

  .play-button {
    width: 80px;
    height: 80px;
  }

  .service-sample-text {
    margin-bottom: 25px;
    font-size: 33px;
    line-height: 42px;
  }

  .span-small {
    width: 83px;
    height: 39px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    bottom: -2px;
  }

  .span-small.imac {
    background-size: 68px;
  }

  .span-small.girl {
    background-size: 45px;
  }

  .span-small.keyboard {
    background-size: 51px;
  }

  .span-small.headphones {
    background-size: 34px;
  }

  .span-small.cup {
    background-size: 41px;
  }

  .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-submit-button {
    border-left-style: none;
    border-radius: 2.5px;
    width: 100%;
    height: 52px;
    min-height: auto;
    margin-top: 20px;
    margin-left: 0;
  }

  .service-slide {
    width: 100%;
    margin-right: 0%;
  }

  .services-slider {
    margin-bottom: 0;
  }

  .classes-section {
    margin-left: 0;
  }

  .classes-block {
    width: 100%;
    height: auto;
  }

  .frame {
    height: 100%;
    min-height: auto;
  }

  .contact-row {
    padding-left: 10px;
  }

  .contact-row.last {
    flex-wrap: wrap;
  }

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

  .link {
    font-size: 16px;
  }

  .text-left-scroll {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }

  .image-column-scroll {
    width: 100%;
  }

  .guy-column-services {
    margin-bottom: 100px;
  }

  .bootm-bg {
    height: 59%;
  }

  .relative-box {
    padding-right: 6%;
  }

  .value-row {
    flex-wrap: wrap;
    width: 100%;
  }

  .values-item {
    width: 100%;
    margin-right: 0%;
    padding-right: 0%;
  }

  .right-hand {
    z-index: 0;
    width: 40%;
    display: none;
  }

  .half-column {
    width: 100%;
  }

  .box-row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .box-row.last {
    flex-wrap: wrap-reverse;
  }

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

  .grid-block {
    flex-wrap: wrap;
    padding: 40px 5%;
  }

  .image-inside-padding {
    width: 100%;
    margin-top: 20px;
  }

  .grid-block-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
    padding-top: 40px;
  }

  .bottom-padding {
    margin-bottom: 30px;
  }

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

  .column-image {
    width: 100%;
    height: 300px;
  }

  .text-padding-column {
    width: 100%;
    padding: 60px 5%;
  }

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

  .column-item {
    width: 100%;
    margin-bottom: 20px;
  }

  ._50-percent-column {
    width: 100%;
  }

  .column-item-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .stats-column {
    width: 100%;
    margin-top: 10px;
  }

  .content-section-image {
    height: 300px;
  }

  .footer-left {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .footer-about-left {
    width: 100%;
    margin-right: 0;
  }

  .menu {
    width: 50%;
    padding-right: 10px;
  }

  .menu._44-percent {
    margin-bottom: 0;
  }

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

  .footer {
    padding-top: 50px;
  }

  .footer-column {
    width: 100%;
    margin-right: 0%;
    padding-bottom: 0;
  }

  .footer-expand {
    margin-top: 10px;
  }

  .footer-expand.middle {
    width: 100%;
    margin-top: 10px;
  }

  .faq-column-left {
    width: 100%;
    margin-bottom: 30px;
  }

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

  .instructions-set.last {
    margin-bottom: 0;
  }

  .post-item-grid {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .hero-blog-left {
    width: 100%;
    height: 350px;
  }

  .hero-right-blog {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .post-heading-box {
    margin-bottom: 40px;
    padding-bottom: 10px;
  }

  .list-heading-left {
    margin-bottom: 0;
  }

  .work-left-column {
    margin-right: 0;
    padding-right: 0;
  }

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

  .post-title {
    font-size: 40px;
    line-height: 46px;
  }

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

  .work-right {
    margin-bottom: 20px;
  }

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

  .rocks {
    width: 40vw;
  }

  .text-padding-right {
    width: 100%;
  }

  .text-padding-left {
    width: 100%;
    padding-top: 0;
  }

  .text-padding-left.last {
    margin-top: 20px;
    padding-left: 3%;
    padding-right: 0%;
  }

  .nmbers-right, .flex-grid {
    flex-wrap: wrap;
  }

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

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

  .image-guy-column {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-brand, .flex-block, .flex-experience {
    flex-wrap: wrap;
  }

  .submit {
    width: 57%;
  }

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

  .contact-right-side {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0%;
  }

  .contact-right {
    width: 100%;
  }

  .checkbox-field {
    margin-right: 25px;
  }

  .team-member-left {
    width: 100%;
    padding-right: 0%;
  }

  .team-member-right {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0%;
  }

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

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

  ._3d-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    bottom: -10%;
  }

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

  .hidden-2, .hidden-3 {
    display: inline;
  }

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

  .hero-services-section {
    min-height: 950px;
    padding-top: 0;
  }

  .intro-mobile {
    bottom: 4%;
  }

  .numbers-title {
    margin-top: 10px;
  }

  .gallery-item-1 {
    margin-bottom: 3%;
  }

  .hero-title-small {
    font-size: 18px;
    line-height: 26px;
  }

  .home-subtitle-box {
    margin-top: 0;
  }

  .post-tile-box {
    margin-top: 5px;
  }

  .brand-left {
    margin-bottom: 20px;
  }

  .services-list-left {
    margin-right: 0;
    padding-right: 0;
  }

  .services-list {
    width: 100%;
  }

  .services-list-right {
    margin-top: 40px;
  }

  .bottom-curve {
    width: 104%;
    padding-left: 36%;
  }

  .hero-imac {
    width: 61%;
    margin-left: 92px;
  }

  .team-text-padding {
    padding-left: 5%;
  }

  .subtitle-contact, .subtitle-pricing, .pricing-plan {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .tags {
    flex-wrap: nowrap;
  }

  .about-the-author {
    flex-wrap: wrap;
  }

  .author-left {
    width: 100%;
  }

  .author-right {
    margin-top: 5%;
    margin-left: 0%;
  }

  .hero-mini-title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  ._3d-container-imac {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    bottom: -10%;
  }

  .text-block-2 {
    margin-top: 0;
    padding-left: 10px;
  }

  .image-6 {
    width: 90%;
  }

  .columns-2 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

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

  .heading-3, .heading-4 {
    font-size: 27px;
  }

  .heading-4.bl, .heading-4.wh, .heading-4.gr {
    font-size: 30px;
    line-height: 40px;
  }

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

  .column {
    margin-top: 20px;
  }

  .icon {
    font-size: 50px;
  }

  .column-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .column-3, .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-5 {
    font-size: 32px;
  }

  .image-7 {
    height: auto;
  }

  .heading-5 {
    font-size: 20px;
  }

  .list.no {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .recycleimg {
    margin-top: 20px;
  }

  .recycleimg.blank {
    margin-top: -72px;
  }

  .lead, .lead.bl, .lead.bl, .lead.bl {
    font-size: 24px;
    line-height: 36px;
  }

  .column-12 {
    padding-right: 10px;
  }

  .columns-4 {
    margin-top: 0;
  }

  .lead01 {
    font-size: 28px;
    line-height: 40px;
  }

  .lead01.bl {
    font-size: 24px;
    line-height: 36px;
  }

  .lead01.bl.iot {
    margin-top: 28px;
  }

  .subtitle-2 {
    margin-top: -10px;
    font-size: 16px;
  }

  .title-2.bl {
    font-size: 34px;
  }

  .text {
    width: auto;
    font-size: 14px;
    line-height: 24px;
  }

  .text.imgdc {
    font-size: 14px;
    line-height: 22px;
  }

  .text.wh {
    line-height: 24px;
  }

  .column-13 {
    padding-left: 10px;
  }

  .div-block-17 {
    margin-bottom: 20px;
  }

  .column-9 {
    padding-right: 0;
  }

  .text-2 {
    width: auto;
    font-size: 15px;
    line-height: 24px;
  }

  .profilel {
    padding-top: 4px;
    font-size: 16px;
  }

  .profiler, .historyr, .historyl {
    font-size: 16px;
  }

  .heading-6.gr {
    font-size: 22px;
  }

  .text-3, .text-4 {
    width: auto;
    font-size: 15px;
    line-height: 24px;
  }

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

  .image-8 {
    margin-top: 30px;
  }

  .text-5 {
    width: auto;
    font-size: 15px;
    line-height: 24px;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .contact-form-wrap {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .get-in-touch-form {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .button-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-6 {
    width: auto;
    font-size: 15px;
    line-height: 24px;
  }

  .column-22 {
    padding-right: 5%;
  }

  .column-22.rc {
    margin-bottom: 0;
  }

  .column-23, .column-24 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-recruit-left {
    font-size: 18px;
  }

  .text-recruit-right {
    font-size: 16px;
    line-height: 25px;
  }

  .list-2 {
    font-size: 16px;
  }

  .entry_btn {
    width: 100%;
  }

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

  .columns-6.bottom {
    margin-bottom: 100px;
  }

  .lead01-cl {
    font-size: 28px;
    line-height: 40px;
  }

  .lead01-cl.bl {
    font-size: 24px;
    line-height: 36px;
  }

  .lead01-cl.wh, .lead01-cl.bk {
    font-size: 22px;
    line-height: 32px;
  }

  .column-27 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-21 {
    width: 100%;
  }

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

  .container {
    justify-content: flex-end;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .hero-div.small {
    margin-left: 64px;
    display: block;
  }

  .paragraph-3.main {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
  }

  .hero-section-2 {
    background-image: url('../images/68cd45412b1479d579317d5e41b7ce99.png');
    background-position: 16% 0;
    background-repeat: no-repeat;
    background-size: 160%;
    height: auto;
    margin-top: 76px;
    padding-top: 30px;
    padding-bottom: 100px;
    padding-right: 0;
  }

  .page-title {
    font-size: 30px;
    line-height: 40px;
  }

  .page-title.big {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  .button-circle {
    width: 100%;
    min-width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
  }

  .button-circle.bl {
    text-align: center;
    padding-left: 0;
  }

  .button-circle.bl._50 {
    width: 80%;
  }

  .button-circle.gr {
    padding-left: 0;
  }

  .image-22 {
    width: 80px;
    max-width: none;
  }

  .column-29 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-27 {
    margin-bottom: 20px;
  }

  .column-30 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-title {
    font-size: 27px;
  }

  .heading-title.bl, .heading-title.wh, .heading-title.gr {
    font-size: 30px;
    line-height: 40px;
  }

  .list-3 {
    padding-left: 20px;
  }

  .list-title {
    width: auto;
    font-size: 17px;
    line-height: 24px;
  }

  .list-title.imgdc {
    font-size: 14px;
    line-height: 22px;
  }

  .list-title.wh {
    line-height: 24px;
  }

  .list-item {
    font-size: 16px;
  }

  .column-33, .column-34 {
    padding-left: 0;
    padding-right: 0;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sportinggrotesque';
  src: url('../fonts/SportingGrotesque-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sportinggrotesque';
  src: url('../fonts/SportingGrotesque-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}