:root {
  --body-bg: #e8e9ee;
  --lines: #a4aebe;
  --gray-bg: #d7d9df;
  --text-gray: #69707b;
  --girl-bg: #dce3e6;
  --title-link-hover: #33363c;
  --link-hover: #494949;
  --button: #3271ff;
  --blue-hover: #3169e5;
  --link: #427cff;
  --gainsboro: #dbdad3;
  --light-grey: #d3d8da;
  --green: #22be87;
  --purple: #b548dd;
  --orange: #f87625;
  --gray-hover: #e2e3e9;
  --white: white;
  --black: black;
  --shadow: #787d94;
}

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

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: var(--body-bg);
  color: #333;
  font-family: Karla, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

h1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

a {
  color: #427cff;
  cursor: pointer;
  text-decoration: none;
}

figcaption {
  text-align: right;
  margin-top: 5px;
  font-size: 13px;
}

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

.small-text.gray {
  background-color: #0000;
}

.set {
  margin-top: 40px;
}

.top-margin {
  position: relative;
}

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

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

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

.top-margin._50-pixels {
  margin-top: 50px;
}

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

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

.top-margin._135-pixels {
  margin-top: 135px;
}

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

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

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

.top-margin._70-pixels {
  margin-top: 70px;
}

.inner-wrapper {
  padding-left: 3%;
  padding-right: 3%;
}

.bottom-margin {
  border-bottom: 1px solid var(--lines);
}

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

.bottom-margin._30-pixels {
  border-bottom-style: none;
  margin-bottom: 20px;
}

.bottom-margin._50-pixels {
  z-index: 1;
  padding-bottom: 50px;
  position: relative;
}

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

.bottom-margin.tablet, .bottom-margin.services {
  z-index: 1;
  padding-bottom: 60px;
  position: relative;
}

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

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

.content-section {
  padding-top: 110px;
  position: relative;
}

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

.content-section.gray {
  background-color: var(--gray-bg);
  padding-top: 85px;
  padding-bottom: 85px;
}

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

.content-section.blog {
  margin-bottom: 30px;
  padding-top: 80px;
  padding-bottom: 0;
}

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

.content-section.iphone {
  background-color: var(--gray-bg);
  padding-top: 0;
  padding-bottom: 0;
}

.content-section.no-padding-visible {
  margin-bottom: 95px;
  padding-top: 0;
  overflow: visible;
}

.content-section.no-padding-black {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 70px;
  overflow: hidden;
}

.content-section.wallpaper {
  height: 470px;
  padding-top: 0;
  padding-bottom: 70px;
  overflow: hidden;
}

.content-section.double-hidden {
  padding-bottom: 140px;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
}

.content-section.hidden {
  overflow: hidden;
}

.title {
  color: var(--text-gray);
  margin-right: 0;
}

.title.white {
  color: #fff;
}

.title.intouch {
  text-align: center;
  font-size: 21px;
}

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

.link-dark {
  color: #333;
  text-decoration: none;
  transition: color .2s;
}

.link-dark:hover {
  color: #8f8f8f;
}

.link-gray {
  color: #a3a3a3;
  text-decoration: none;
}

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

.go-up-button {
  z-index: 20;
  background-color: var(--lines);
  color: #fff;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

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

.social-icons {
  display: none;
}

.social-icon {
  background-color: #000;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  transition: border .2s, background-color .2s;
}

.social-icon:hover {
  background-color: #0000;
  border: 2px solid #000;
}

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

.social-icon.facebook:hover {
  background-color: #0000;
  background-image: url('../images/facebook-logo-de-letra.svg');
}

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

.social-icon.twittter:hover {
  background-image: url('../images/gorjeo.svg');
}

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

.social-icon.instagram:hover {
  background-image: url('../images/instagram.svg');
}

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

.social-icon.pinterest:hover {
  background-image: url('../images/pinterest_1.svg');
}

.social-icon.linkedin {
  background-image: url('../images/logo-linkedin_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon.linkedin:hover {
  background-image: url('../images/logo-linkedin.svg');
}

.hero-section {
  padding-top: 250px;
  position: relative;
  overflow: hidden;
}

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

.hero-section.services {
  background-color: var(--gray-bg);
  min-height: 900px;
  padding-top: 0;
}

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

.hero-section.blog {
  background-color: var(--gray-bg);
  padding-top: 80px;
  padding-bottom: 80px;
}

.h1-large {
  backface-visibility: hidden;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  line-height: 100px;
  display: block;
}

.h1-large.word-1 {
  display: inline;
  position: absolute;
  inset: 0%;
}

.h1-large.word-4 {
  position: absolute;
  inset: 0%;
}

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

.subtitle {
  object-fit: fill;
  padding-left: 0;
  font-size: 21px;
  line-height: 30px;
}

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

.subtitle.white {
  color: #fff;
}

.center-box {
  z-index: 1;
  text-align: center;
  width: 68%;
  max-width: 925px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.center-box.large {
  width: 62%;
}

.heading-box {
  width: 70%;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-box._80-percent-width {
  width: 80%;
  max-width: 530%;
}

.h2-big {
  margin-left: 0;
  font-size: 45px;
  line-height: 55px;
}

.intro-features {
  background-image: linear-gradient(#2a2d2f, #010101);
  border-radius: 7.5px;
  flex-wrap: wrap;
  width: 32%;
  padding: 35px 25px 25px;
  display: flex;
}

.icon-border {
  margin-right: 7%;
}

.h3-margins {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
}

.link-block {
  color: #69707b;
  font-size: 15px;
  text-decoration: none;
}

.link-block.large {
  font-size: 19px;
  line-height: 28px;
}

.inline-block {
  display: inline-block;
}

.inline-block.right-border {
  margin-right: 5px;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.flex-space.mobile-center {
  width: 100%;
}

.flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: auto;
  display: flex;
  position: relative;
}

.flex.center {
  text-align: left;
  align-items: center;
}

.h3-big {
  font-size: 40px;
  line-height: 50px;
}

.h3-big.white-italic {
  color: #fff;
  font-style: italic;
  font-weight: 400;
}

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

.column-text-end {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 7%;
  display: flex;
}

._90-percent-column {
  width: 90%;
}

._90-percent-column.full {
  max-width: 440px;
  position: relative;
}

.button {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 25px;
  min-height: 42px;
  padding: 13px 20px 11px;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  transition: color .2s, background-color .2s;
}

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

.expand {
  flex: 1;
}

.display-none {
  display: none;
}

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

.center {
  text-align: center;
}

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

.right-arrow {
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.right-arrow:hover {
  transform: scale(1.1);
}

.arrow-circle {
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: transform .2s;
  display: flex;
}

.arrow-circle:hover {
  opacity: .8;
  transform: scale(1.1);
}

.arrow-circle.right {
  background-image: url('../images/Arrow-1_1Arrow (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

._36-percent-column {
  align-items: center;
  width: 36%;
  display: flex;
}

.background-image {
  background-image: url('../images/emily-karakis-1373701-unsplash.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.bg-section {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.bg-section.painting {
  height: auto;
  padding-top: 7%;
  padding-bottom: 7%;
}

._38-percent-column {
  background-color: #000;
  width: 50%;
  padding-top: 7%;
  padding-bottom: 7%;
  padding-left: 7%;
}

.button-white {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 25px;
  min-height: 42px;
  padding-top: 13px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 15px;
  transition: color .2s, background-color .2s;
}

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

.team-member {
  width: 31%;
}

.team-title {
  color: var(--text-gray);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
}

.team-title.white {
  color: #fff;
  text-transform: lowercase;
}

.feaature {
  background-image: linear-gradient(#2a2e31, #000);
  border-radius: 7.5px;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 45px;
  padding: 35px 21px 20px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  box-shadow: 0 16px 33px #4e4e4ebf;
}

.feaature:hover {
  box-shadow: none;
  transform: translate(0, 5px);
}

.h4-white {
  color: #fff;
  margin-top: 0;
  font-size: 21px;
}

.paragraph-white {
  color: #fff;
}

.quote-container {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.quote {
  color: #fff;
  font-size: 46px;
  font-style: italic;
  line-height: 61px;
}

.absolute {
  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;
  display: flex;
  position: absolute;
  inset: 0;
}

.absolute.orange-box {
  background-image: url('../images/4.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.product {
  background-image: url('../images/5.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.gallery-pic-1 {
  background-image: url('../images/1_1.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.gallery-pic-2 {
  background-image: url('../images/2.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.gallery-pic-3 {
  background-image: url('../images/3_1.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.gallery-pic-4 {
  background-image: url('../images/1_2.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.gallery-pic-5 {
  background-image: url('../images/2_1.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.gallery-pic-6 {
  background-image: url('../images/3_3.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.gallery-pic-7 {
  background-image: url('../images/1.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.gallery-pic-8 {
  background-image: url('../images/2_3.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.gallery-pic-9 {
  background-image: url('../images/3_2.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.product-2 {
  background-image: url('../images/f2f02678631843.5cab06d672f1d.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.product-3 {
  background-image: url('../images/9a308278631843.5caafd83c87cd.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.girl {
  background-color: var(--girl-bg);
  background-image: none;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-left: 17%;
  padding-right: 17%;
}

.absolute.color-green {
  background-color: #d3d8da;
  background-image: none;
  height: 100%;
  padding-left: 3%;
}

.absolute.quote-text {
  text-align: center;
  background-color: #d3d8da;
  background-image: none;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.absolute.profile-pic {
  background-image: url('../images/Pic-1.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.featured-work {
  background-position: 50% 0;
  height: 100%;
}

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

.footer {
  margin-top: 150px;
  padding-bottom: 23px;
  position: relative;
  overflow: hidden;
}

.footer-column {
  border-right: 1px solid var(--lines);
  align-items: center;
  width: 43%;
  margin-right: 7%;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-right: 20px;
  display: flex;
}

.footer-title {
  font-size: 32.5px;
  line-height: 35px;
}

.menu {
  width: 33.333%;
}

.footer-expand {
  flex-wrap: wrap;
  flex: 1;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-right: 20px;
  display: flex;
}

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

.menu-link {
  text-decoration: none;
}

.menu-link.black {
  color: #000;
}

.menu-link.black.w--current {
  color: var(--text-gray);
}

.underline-hover {
  background-color: #a4aebe;
  height: 1px;
  margin-top: -18px;
  position: absolute;
  inset: 73px 0 0;
}

.underline-hover.services {
  background-image: linear-gradient(to right, #51249b, #e057f9);
  width: 100%;
  height: 2px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.underline-hover.work {
  background-image: linear-gradient(to right, #fc3832, #f2c314);
  width: 100%;
  height: 2px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.underline-hover.faq {
  background-image: linear-gradient(to right, #bd0701, #fe5a5a);
  width: 100%;
  height: 2px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.underline-hover.blog {
  background-image: linear-gradient(to right, #fe3392, #fd931f);
  width: 100%;
  height: 2px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.underline-hover.contact-us {
  background-image: linear-gradient(to right, #183bd0, #2cb6ef);
  width: 100%;
  height: 2px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.underline-hover.about {
  background-image: linear-gradient(to right, #11998e, #33e47f);
  width: 100%;
  height: 2px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.underline-hover.social {
  background-image: linear-gradient(to right, #848b94, #c4cbd5);
  width: 100%;
  height: 2px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.underline-hover.home {
  background-image: linear-gradient(to right, #183bd0, #2cb6ef);
  width: 100%;
  height: 2px;
  margin-top: 0;
  position: relative;
  top: 0;
}

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

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

.notice {
  border-top: 1px solid var(--lines);
}

.notice-text {
  padding-top: 18px;
  font-size: 13px;
  line-height: 21px;
}

.bottom-line {
  z-index: 1;
  border-bottom: 1px solid var(--lines);
  margin-bottom: 50px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.bottom-line._70-pixels {
  margin-bottom: 70px;
}

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

.content-padding {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.post-preview {
  position: relative;
  overflow: hidden;
}

.post-preview-large {
  border-bottom: 1px solid var(--lines);
  width: 48%;
  padding-bottom: 30px;
}

.title-link {
  color: var(--text-gray);
  text-decoration: none;
  transition: color .2s;
}

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

.preview-title {
  color: #000;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: color .2s;
}

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

.preview-title.medium {
  font-size: 24px;
  line-height: 32px;
}

.turned-around-text {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 77px;
  font-family: Inconsolata, monospace;
  font-size: 15px;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(-90deg);
}

.turned-around-text.gray {
  color: var(--text-gray);
  bottom: 6%;
}

.blue-dot {
  color: #2897ea;
}

.work-preview {
  position: relative;
  overflow: hidden;
}

.work-preview.first {
  transform-style: preserve-3d;
  width: 100%;
  margin-bottom: 25px;
  transform: translate3d(0, 0, 220px);
}

.work-box {
  width: 48.5%;
}

.h1-medium {
  font-size: 50px;
  line-height: 63px;
}

.post-content {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.flex-end {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.team-picture-box {
  background-color: var(--gray-bg);
  border-radius: 7.5px;
  position: relative;
  overflow: hidden;
}

.preview-thumbnail {
  width: 30.3%;
  margin-bottom: 70px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.preview-thumbnail.no-margin {
  margin-bottom: 0;
}

.post-preview-thumbnail {
  position: relative;
}

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

.preview-title-medium {
  color: #000;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

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

.pagination-button {
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 1.5%;
  padding-left: 28px;
  padding-right: 28px;
}

.page-count {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.newsletter {
  background-color: var(--gray-bg);
  position: relative;
  overflow: hidden;
}

.left-newsletter {
  width: 50%;
  padding-top: 107px;
  padding-bottom: 80px;
}

.success-message {
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.success-message.height {
  height: 105px;
}

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

.input {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--lines);
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 50%;
  height: 53px;
  margin-bottom: 0;
  font-size: 15px;
}

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

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

.submit-button {
  background-color: var(--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(--blue-hover);
}

.right-newsletter {
  text-align: center;
  background-image: url('../images/Guy.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 481px;
  width: 50%;
}

.top-newsletter {
  background-color: var(--body-bg);
  height: 40px;
  position: absolute;
  inset: 0% 0% auto;
}

.final-dots {
  text-align: center;
  margin-top: 18px;
}

.figure-1 {
  width: 227px;
  height: 114px;
  margin-top: 20px;
  margin-left: 0%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.figure-1.logo-mobile.logo {
  width: 370px;
  max-width: 100%;
  height: 190px;
  margin-left: 0%;
  padding-left: 40px;
}

.figure-2 {
  background-image: url('../images/Blue.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 386px;
  width: 386px;
  height: 322px;
  margin-top: -267px;
  margin-right: -97px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.figure-3 {
  background-image: url('../images/Purple.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 303px;
  width: 309px;
  height: 490px;
  margin-top: 220px;
  margin-left: -182px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.figure-4 {
  background-image: url('../images/Orange.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 279px;
  width: 309px;
  height: 490px;
  margin-bottom: 440px;
  margin-right: -174px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.figure-5 {
  background-image: url('../images/Blue-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 282px;
  width: 309px;
  height: 490px;
  margin-top: 220px;
  margin-left: -165px;
  position: absolute;
  top: -13%;
  left: -16px;
}

.figure-6 {
  background-image: url('../images/Orange-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 282px;
  width: 309px;
  height: 490px;
  margin-top: 220px;
  margin-right: -17px;
  position: absolute;
  inset: auto -9% 5% auto;
}

._52-percent-width {
  max-width: 390px;
  padding-right: 20px;
}

.figure-7 {
  background-image: url('../images/7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 253px;
  width: 259px;
  height: 360px;
  margin-bottom: 14px;
  margin-right: -161px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.figure-8 {
  background-image: url('../images/8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 242px;
  width: 309px;
  height: 490px;
  margin-top: 220px;
  margin-left: -148px;
  position: absolute;
  top: -14%;
  left: -16px;
}

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

.tag {
  color: var(--link);
  margin-right: 8px;
  text-decoration: none;
}

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

.work-box-grid {
  width: 47%;
  margin-bottom: 30px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

._22-percent-column {
  width: 22%;
}

.h3-medium {
  font-size: 30px;
  line-height: 38px;
}

.full-width {
  width: 100%;
}

.hero-about-us {
  text-align: center;
  width: 61%;
  margin-bottom: 79px;
  margin-left: auto;
  margin-right: auto;
}

.h1-hero {
  font-size: 70px;
  line-height: 80px;
}

.figure-9 {
  background-image: url('../images/9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 280px;
  width: 290px;
  height: 280px;
  position: absolute;
  top: auto;
  bottom: 0%;
  right: auto;
}

.figure-10 {
  background-image: url('../images/10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 280px;
  width: 290px;
  height: 280px;
  position: absolute;
  inset: -10% 0% auto auto;
}

.about-features {
  border-radius: 7.5px;
  flex-wrap: wrap;
  width: 31.3%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.about-feature-image {
  border-radius: 7.5px;
  margin-bottom: 40px;
  overflow: hidden;
}

.about-text-box {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  padding: 30px 15px;
  display: flex;
}

.partial-left {
  z-index: 1;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.partial-right {
  background-color: var(--gainsboro);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 7%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.partial-right.justify-end {
  background-color: var(--light-grey);
  justify-content: flex-end;
  padding-left: 0%;
  padding-right: 7%;
}

.partial-right.justify-start {
  background-color: #000;
  justify-content: flex-start;
  padding-left: 7%;
}

.text-block {
  color: #cfcec7;
  margin-left: -45px;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 500px;
  line-height: 500px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.partial-section {
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 1139px;
  display: flex;
}

.numbers-box {
  border-bottom: 1px solid var(--lines);
  width: 45%;
  margin-bottom: 55px;
  padding-bottom: 10px;
}

.number {
  margin-right: 8px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  display: inline-block;
}

.percentage {
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 32.5px;
  font-weight: 600;
  line-height: 30px;
  display: inline-block;
  position: relative;
  bottom: 8px;
}

.numbers-right {
  align-items: center;
  width: 64%;
  display: flex;
}

.partial-bg-left {
  background-color: var(--light-grey);
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.partial-bg-left.wallpaper {
  background-image: url('../images/13c17478724205.5cad3250a68f5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab {
  background-color: #0000;
  width: 33.333%;
  margin-top: -1px;
  padding-top: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab:hover {
  padding-top: 24px;
}

.tab.w--current {
  border-top: 1px solid var(--green);
  background-color: #0000;
  padding-top: 23px;
}

.tab.w--current:hover {
  padding-top: 23px;
}

.tab.purple.w--current {
  border-top-color: var(--purple);
}

.tab.orange.w--current {
  border-top-color: var(--orange);
}

.lightbox-link {
  width: 31.7%;
  position: relative;
}

.tabs-menu {
  border-top: 1px solid var(--lines);
  margin-top: 40px;
}

.iphone-left {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.iphone-right {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 75px;
  padding-bottom: 30px;
  display: flex;
}

.box-feature {
  border: 1px solid var(--lines);
  border-radius: 7.5px;
  flex-wrap: wrap;
  display: flex;
}

.box-feature-icon {
  border-right: 1px solid var(--lines);
  justify-content: center;
  align-items: flex-start;
  width: 100px;
  padding-top: 20px;
  display: flex;
}

.box-feature-text {
  flex: 1;
  padding: 15px 35px 12px;
}

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

.features-set {
  border-right: 1px solid var(--lines);
  flex-wrap: wrap;
  width: 33.333%;
  padding: 37px 33px;
}

.features-set._3 {
  border-right-style: none;
}

.features-item {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: flex;
}

.features-item._2 {
  width: 100%;
  margin-bottom: 0;
}

.features-item._3 {
  width: 100%;
}

.features-item._4, .features-item._6 {
  width: 100%;
  margin-bottom: 0;
}

.first-section {
  z-index: 1;
  width: 38%;
  padding-top: 37px;
  padding-bottom: 37px;
  position: relative;
}

._2 {
  width: 33.3333%;
  position: relative;
}

.fixed-width-section {
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1350px;
  display: flex;
}

.second-section {
  width: 30%;
  position: relative;
}

.body {
  background-color: #e8e9ee;
}

.short-testimonial {
  font-size: 38px;
  font-style: italic;
  line-height: 56px;
  position: relative;
}

.quote-marks {
  z-index: 0;
  color: #c9d0d2;
  text-align: left;
  margin-top: -53px;
  margin-left: -22px;
  font-family: Droid Serif, serif;
  font-size: 500px;
  line-height: 500px;
  position: absolute;
}

.quote-marks.medium {
  color: #dadbdf;
  text-indent: 0;
  margin-left: -17px;
  font-size: 330px;
  line-height: 330px;
}

.quote-box {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  text-align: center;
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 11%;
}

.large-quote {
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 53px;
  font-style: italic;
  line-height: 65px;
}

.picture {
  background-image: url('../images/Pic.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 3px solid #bec4c7;
  border-radius: 50%;
  width: 67px;
  height: 67px;
  margin-left: auto;
  margin-right: auto;
}

.partial-bg {
  background-color: var(--gainsboro);
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.partial-bg.green {
  background-color: #d3d8da;
}

.third-section {
  width: 32%;
  position: relative;
}

.contact-button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 35px;
  min-height: 58px;
  padding-top: 17px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 23px;
  line-height: 23px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

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

.partial-left-center {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.iphone-offset {
  position: relative;
  bottom: -95px;
}

.service-feature {
  border: 1px solid var(--lines);
  border-radius: 7.5px;
  flex-wrap: wrap;
  width: 31%;
  display: flex;
}

.service-icon-box {
  border-radius: 7.5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  padding: 40px 25px;
  display: flex;
  overflow: hidden;
}

.service-icon-box._1 {
  background-image: url('../images/Icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.service-icon-box._2 {
  background-image: url('../images/Icon-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45%;
}

.service-icon-box._3 {
  background-image: url('../images/Icon-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  width: 100%;
}

.service-text-box {
  border-top: 1px solid var(--lines);
  padding: 33px 40px;
  display: flex;
}

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

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

.service-item {
  width: 90%;
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: flex;
}

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

._80-percent-column {
  width: 80%;
}

.column-text-start {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  padding-top: 150px;
  padding-bottom: 180px;
  display: flex;
}

.iphones-x-box {
  z-index: auto;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  display: flex;
  position: relative;
}

.iphone-x {
  width: 44%;
  max-width: 280px;
  margin-right: 6%;
  position: relative;
}

.iphone-x._2 {
  margin-right: 0;
  top: 47px;
  transform: rotate(6deg);
}

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

.figure-11 {
  margin-top: -37px;
  margin-left: -296px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.figure-12 {
  margin-right: -208px;
  position: absolute;
  inset: auto 0% 12% auto;
}

.tabs {
  display: flex;
}

.tabs-content {
  width: 100%;
}

.tabs-menu-flex {
  flex-direction: column;
  justify-content: center;
  width: 60%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.feature-tab {
  border-top: 1px solid var(--lines);
  background-color: #0000;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  transition: padding .2s;
  display: flex;
}

.feature-tab:hover, .feature-tab.w--current {
  background-color: var(--gray-hover);
  padding-left: 40px;
  padding-right: 20px;
}

.feature-tab.line {
  border-bottom: 1px solid var(--lines);
}

.tab-item {
  display: flex;
}

.tab-contentt {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.video {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.play-button {
  background-color: #3271ffcc;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 80px;
  display: flex;
}

.left-block {
  border-right: 1px solid var(--lines);
  width: 49%;
  padding: 45px 50px;
}

.block-item {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 40px;
  padding-bottom: 15px;
  display: flex;
}

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

._97-percent-column {
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}

.right-block {
  border-right-width: 1px;
  border-right-color: var(--lines);
  width: 49%;
  padding: 45px 50px;
}

.h4-italic {
  font-size: 35px;
  font-style: italic;
  line-height: 50px;
  position: relative;
}

.mini-item {
  border: 1px solid var(--lines);
  border-radius: 4px;
  width: 31.5%;
  padding: 20px 20px 10px;
  display: flex;
}

._60-percent-column {
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-left: 20px;
  display: flex;
}

._40-percent-column {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-hero-left {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  padding-top: 210px;
  padding-bottom: 170px;
  display: flex;
}

.hero-contact-us {
  width: 62%;
}

.figure-14 {
  background-image: url('../images/13.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 280px;
  width: 290px;
  height: 280px;
  position: absolute;
  inset: -17% auto auto 50%;
}

.text-field {
  width: 49%;
  height: 50px;
  margin-bottom: 20px;
}

._57-percent-column {
  width: 57%;
}

.textarea {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 90px;
}

.send-button {
  float: right;
  background-color: var(--button);
  width: 47%;
  height: 73px;
  margin-top: -83px;
  font-size: 15px;
  transition: background-color .2s;
}

.send-button:hover {
  background-color: var(--blue-hover);
}

.contact-details {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 43%;
  padding-top: 100px;
  padding-left: 7%;
  display: flex;
}

.contact-item {
  margin-bottom: 30px;
}

.work-sample {
  background-image: url('../images/image-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 450px;
  width: 360px;
  height: 256px;
  margin-bottom: 35px;
  margin-right: 35px;
}

.work-sample._1a {
  background-image: url('../images/image-10.jpg');
}

.work-sample._3a {
  background-image: url('../images/image-16.jpg');
  background-size: 360px;
}

.work-sample._4a {
  background-image: url('../images/image-12.jpg');
  background-size: 360px;
}

.work-sample._2a {
  background-image: url('../images/2a.jpg');
  background-size: 360px;
}

.work-sample._1b {
  background-image: url('../images/image-10.jpg');
  background-size: 360px;
}

.work-sample._2b {
  background-image: url('../images/image-14-1.jpg');
  background-size: 360px;
}

.work-sample._3b {
  background-image: url('../images/image-19.jpg');
  background-size: 360px;
}

.work-sample._4b {
  background-image: url('../images/image-12.jpg');
  background-size: 360px;
}

.work-sample._1c {
  background-image: url('../images/image-17.jpg');
  background-size: 360px;
}

.work-sample._2c {
  background-image: url('../images/image-15-1.jpg');
  background-size: 360px;
}

.work-sample._3c {
  background-image: url('../images/image-16.jpg');
  background-size: 360px;
}

.work-sample._4c {
  background-image: url('../images/image-14.jpg');
  background-size: 360px;
}

.work-sample._1d {
  background-image: url('../images/image-14-1.jpg');
  background-size: 360px;
}

.work-sample._2d {
  background-image: url('../images/image-13.jpg');
  background-size: 360px;
}

.work-sample._3d {
  background-image: url('../images/image-7-1.jpg');
  background-size: 360px;
}

.work-sample._4d {
  background-image: url('../images/image-15.jpg');
  background-size: 360px;
}

.work-sample._2 {
  background-image: url('../images/image-15-1.jpg');
}

.sample-set-2 {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.samples-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  min-width: 3380px;
  margin-top: -50%;
  margin-left: -22%;
  display: flex;
  position: relative;
  transform: rotate(-30deg);
}

.sample-set-1, .sample-set-4, .sample-set-3 {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.curve-bg {
  z-index: 20;
  background-image: url('../images/Curve.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32%;
  height: 66px;
  padding-top: 12px;
  padding-left: 140px;
  position: absolute;
  bottom: -2px;
  right: 0;
}

.slide-text-box {
  z-index: 110;
  width: 226px;
  margin-top: 20px;
  position: relative;
}

.works-section {
  background-color: #000;
  height: 550px;
  position: relative;
  overflow: hidden;
}

.mini-text {
  color: var(--text-gray);
  font-size: 13px;
  line-height: 13px;
}

.mini-title-link {
  color: #303643;
  text-align: right;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 12.5px;
}

.works-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.year {
  color: #fff;
  margin-left: 28%;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 70px;
  line-height: 70px;
  display: none;
}

.works {
  color: #fff;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 70px;
  line-height: 70px;
  display: none;
}

.hero-service {
  width: 88%;
  max-width: 576px;
  padding-right: 10%;
}

.service-hero-right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

.service-sample {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 312px;
  height: 542px;
  margin-bottom: 35px;
  margin-right: 35px;
}

.service-sample._1a {
  background-image: url('../images/1a.jpg');
  background-size: 312px;
}

.service-sample._2a {
  background-image: url('../images/1b_1.jpg');
  background-size: 312px;
}

.service-sample._3a {
  background-image: url('../images/3a_1.jpg');
  background-size: 312px;
}

.service-sample._4a {
  background-image: url('../images/4a.jpg');
  background-size: 312px;
}

.service-sample._1b {
  background-image: url('../images/2a_2.jpg');
  background-size: 312px;
}

.service-sample._2b {
  background-image: url('../images/2b_1.jpg');
  background-size: 312px;
}

.service-sample._3b {
  background-image: url('../images/3b_1.jpg');
  background-size: 312px;
}

.service-sample._4b {
  background-image: url('../images/4b_1.jpg');
  background-size: 312px;
}

.service-sample._1c {
  background-image: url('../images/1c_1.jpg');
  background-size: 312px;
}

.service-sample._2c {
  background-image: url('../images/2c_2.jpg');
  background-size: 312px;
}

.service-sample._3c {
  background-image: url('../images/3c.jpg');
  background-size: 312px;
}

.service-sample._4c {
  background-image: url('../images/4c.jpg');
  background-size: 312px;
}

.service-set {
  margin-top: 54px;
}

.sevice-absolute {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 1100px;
  margin-top: -440px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-set-2 {
  margin-top: 0;
}

.service-set-3 {
  margin-top: 54px;
}

.row {
  margin-bottom: 3%;
}

.row.line {
  border-bottom: 1px solid var(--lines);
  padding-bottom: 15px;
}

._20-percent-column {
  width: 20%;
  padding-top: 20px;
}

.accordion-item-content {
  margin-top: -1px;
  padding-top: 7px;
  padding-left: 22px;
  padding-right: 25px;
  overflow: hidden;
}

.answer {
  margin-bottom: 10px;
  font-size: 16px;
}

.accordion-item-trigger {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 22px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

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

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

.overflow-hidden {
  width: 100%;
  margin-top: 3px;
  overflow: hidden;
}

.accordion-wrapper {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 15px;
}

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

.plus {
  background-image: url('../images/Plus_1Plus.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  border: 1px solid #000;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  margin-top: 11px;
}

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

.faq-set.no-margin {
  margin-bottom: 0;
}

.hero-column {
  width: 60%;
  max-width: 580px;
}

.hero-column.hero-interwal {
  margin-top: 30px;
}

.slider-dots {
  display: none;
}

.navbar {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 60px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .85;
  transform: scale(1.03);
}

.brand.w--current {
  transition: transform .2s, opacity .2s;
}

.navlink {
  color: #000;
  height: 60px;
  margin-right: 15px;
  padding-top: 16px;
  padding-left: 7px;
  padding-right: 7px;
  overflow: hidden;
}

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

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

.mini-play {
  background-color: #677583;
  background-image: url('../images/Play_1Play.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 4px;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  transition: transform .2s;
  position: relative;
  right: 13px;
}

.mini-play:hover {
  transform: scale(1.1);
}

.slide-play-box {
  justify-content: center;
  align-items: center;
  margin-left: 20%;
  display: flex;
}

.testimonial {
  width: 89%;
}

.iphone-expand {
  flex: 1;
}

.subtitle-box {
  width: 63%;
}

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

.tab-pane {
  height: 100%;
}

.nav-menu {
  height: 60px;
  display: flex;
}

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

.page-center-flex {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.input-password {
  border: 1px solid var(--lines);
  width: 100%;
  height: 53px;
  margin-bottom: 10px;
  font-size: 15px;
}

.login-button {
  background-color: var(--button);
  width: 100%;
  height: 53px;
  transition: background-color .2s;
}

.login-button:hover {
  background-color: var(--blue-hover);
}

.image {
  width: auto;
}

.navbar-bg {
  background-color: var(--body-bg);
  position: absolute;
  inset: 0%;
}

.element {
  background-color: var(--gray-bg);
}

.element-2 {
  background-color: var(--body-bg);
}

.relative {
  position: relative;
  transform: rotate(0);
}

.client-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;
  display: flex;
  position: absolute;
  inset: 0;
}

.client-bg.facebook {
  background-image: url('../images/1c.jpg');
  background-size: cover;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.client-bg.google {
  background-image: url('../images/1b.jpg');
  background-size: cover;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.client-bg.spotify {
  background-image: url('../images/1a_1.jpg');
  background-size: cover;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.client-bg.audi {
  background-image: url('../images/2a_1.jpg');
  background-size: cover;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.client-bg.tc {
  background-image: url('../images/3a.jpg');
  background-size: cover;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.client-bg.uber {
  background-image: url('../images/2b.jpg');
  background-size: cover;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.client-bg.airbnb {
  background-image: url('../images/3b.jpg');
  background-size: cover;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.client-bg.esquire {
  background-image: url('../images/2c_1.jpg');
  background-size: cover;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.client-bg.nike {
  background-image: url('../images/3c_1.jpg');
  background-size: cover;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

._3 {
  width: 33.3333%;
  position: relative;
}

.second-word {
  backface-visibility: visible;
  height: 100px;
  position: relative;
  transform: rotate(0);
}

.first-row {
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.first-word {
  transform-style: preserve-3d;
  height: 100px;
  position: relative;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.sample-set-5, .sample-set-6 {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.slider-client {
  width: 33.3333%;
  height: 540px;
  position: relative;
  transform: rotate(0);
}

.mask {
  height: 100%;
}

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

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

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

.figure-service {
  background-image: url('../images/Purple.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 220px;
  width: 248px;
  height: 350px;
  position: absolute;
  inset: auto auto 6% -136px;
}

.absolute-bg {
  background-color: var(--gray-bg);
  display: none;
  position: absolute;
  inset: 0%;
}

.absolute-bg.black {
  background-color: #000;
}

.absolute-bg.gainsboro {
  background-color: var(--gainsboro);
}

.absolute-bg.light-gray {
  background-color: var(--light-grey);
}

.absolute-bg.girl-bg {
  background-color: var(--girl-bg);
}

.absolute-bg.gray {
  background-color: var(--body-bg);
}

.absolute-bg.snow {
  background-image: url('../images/ill2_2.png');
  background-position: 0 0;
  background-size: 125px;
}

.feature-block {
  width: 31%;
}

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

.scale-bg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.scale-bg.painting {
  background-image: url('../images/2927263.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  height: 100%;
}

.scale-bg.meeting {
  background-image: url('../images/austin-distel-1555607-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.slide-arrow {
  opacity: .4;
  transition: opacity .2s;
}

.slide-arrow:hover {
  opacity: .9;
}

._80-percent-column-copy {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.buy-template-button {
  border: 2px solid var(--green);
  color: var(--green);
  text-align: center;
  background-color: #0000;
  border-radius: 25px;
  height: 45px;
  padding-top: 9px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 15px;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  position: relative;
  top: 7px;
  overflow: hidden;
}

.buy-template-button:hover {
  background-color: var(--green);
  color: #fff;
  text-decoration: none;
}

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

.absolute-bg-2.gray {
  background-color: var(--gray-bg);
}

.absolute-bg-3, .absolute-bg-4 {
  background-color: var(--gray-bg);
  display: none;
  position: absolute;
  inset: 0%;
}

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

.video-instruction {
  width: 100%;
  margin-bottom: 20px;
}

.slide-nav {
  font-size: 13px;
}

.position-sticky {
  position: sticky;
  top: 80px;
}

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

.w_rotational_word {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate(0, 50px);
}

.w_rotational_word.cc_word1 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -50px);
}

.w_rotational_word.cc_word2 {
  transform-style: preserve-3d;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, 0, -50px);
}

.w_rotational_word.cc_word3 {
  transform-style: preserve-3d;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0)translate3d(0, 0, -50px);
}

.w_rotational_word.cc_word4 {
  transform-style: preserve-3d;
  transform: rotateX(-270deg)rotateY(0)rotateZ(0)translate3d(0, 0, -50px);
}

.navbar-2 {
  margin-top: 42px;
  position: absolute;
}

.paragraph {
  color: #fff;
}

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

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

.h3.tech {
  margin-top: 88px;
  margin-bottom: 31px;
}

.custom-center {
  text-align: center;
  padding-right: 0;
  font-size: 21px;
}

.custom-center.inlive-sustom-center {
  padding-left: 30px;
  padding-right: 30px;
}

.image-2 {
  padding-left: 0;
}

.image-3 {
  object-fit: fill;
}

.image-4 {
  text-align: right;
  position: relative;
}

.image-5 {
  z-index: 100;
  margin-top: -147px;
  position: relative;
  inset: auto auto 0% 0%;
}

.image-6 {
  z-index: 10;
  float: right;
  object-fit: contain;
  margin-bottom: 69px;
  position: static;
  inset: 0% 0% 0% auto;
}

.image-7 {
  position: absolute;
  inset: auto 0% 8% auto;
}

.image-8 {
  float: right;
}

.image-9 {
  position: absolute;
  inset: auto auto 0% 0%;
}

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

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

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.sample-set-7 {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .bottom-margin.tablet {
    padding-bottom: 30px;
  }

  .content-section {
    padding-bottom: 0;
  }

  .hero-section {
    padding-top: 200px;
  }

  .center-box {
    width: 78%;
  }

  .heading-box {
    width: 80%;
  }

  .intro-features {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .absolute.girl {
    padding-left: 3%;
    padding-right: 3%;
  }

  .work-preview.first {
    transform: translate3d(0, 0, 155px);
  }

  .left-newsletter {
    flex: 1;
    padding-right: 23px;
  }

  .right-newsletter {
    background-size: contain;
    width: 55%;
  }

  .figure-1 {
    margin-left: -44%;
  }

  .figure-2 {
    margin-top: -225px;
    margin-right: -175px;
  }

  .iphone-right {
    padding-bottom: 80px;
  }

  .top-bg {
    display: none;
  }

  .first-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .quote-box {
    padding: 45px 7%;
  }

  .service-icon-box._1, .service-icon-box._2, .service-icon-box._3 {
    background-size: 70%;
  }

  .center-flex {
    width: 50%;
  }

  .column-text-start {
    width: 37%;
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .iphone-x {
    width: 44%;
  }

  .feature-tab {
    padding-left: 20px;
    padding-right: 20px;
  }

  .send-button {
    float: left;
    width: 100%;
    margin-top: 5px;
  }

  .curve-bg {
    width: 41%;
    bottom: 0;
    right: 0;
  }

  .service-sample {
    width: 280px;
    height: 490px;
  }

  .sevice-absolute {
    margin-top: -432px;
  }

  .hero-column {
    width: 80%;
  }

  .navlink {
    text-align: left;
    width: 100%;
  }

  .testimonial {
    width: 100%;
  }

  .subtitle-box {
    width: 90%;
  }

  .menu-button {
    color: var(--text-gray);
    background-color: #0000;
    height: 60px;
  }

  .menu-button.w--open {
    background-color: var(--gray-bg);
    color: var(--green);
  }

  .nav-menu {
    background-color: var(--gray-bg);
    text-align: left;
    height: 100vh;
    overflow: auto;
  }

  .figure-service {
    left: -188px;
  }

  .buy-template-button {
    flex: 0 auto;
  }

  .left-border {
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .content-section, .content-section.top-padding {
    padding-top: 80px;
  }

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

  .content-section.wallpaper {
    height: 370px;
  }

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

  .social-icon {
    width: 30px;
    height: 30px;
  }

  .social-icon.facebook, .social-icon.twittter, .social-icon.instagram {
    background-size: 12px;
  }

  .hero-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .hero-section.services {
    min-height: auto;
  }

  .h1-large {
    font-size: 80px;
    line-height: 90px;
  }

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

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

  .center-box {
    width: 85%;
    margin-bottom: 50px;
  }

  .center-box.large {
    width: 80%;
  }

  .heading-box {
    width: 90%;
  }

  .h2-big {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 50px;
  }

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

  .h3-big {
    font-size: 37px;
    line-height: 44px;
  }

  .bg-section.painting {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  ._38-percent-column {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .quote {
    font-size: 45px;
    line-height: 60px;
  }

  .absolute.girl {
    padding-left: 8%;
    padding-right: 8%;
  }

  .footer {
    margin-top: 100px;
  }

  .footer-column {
    align-items: flex-start;
    width: 51%;
  }

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

  .footer-expand {
    flex-direction: row;
  }

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

  .post-preview-large {
    padding-bottom: 20px;
  }

  .work-preview.first {
    transform: translate3d(0, 0, 113px);
  }

  .left-newsletter {
    text-align: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 40px;
    display: flex;
  }

  .success-message.height {
    height: auto;
  }

  .right-newsletter {
    background-size: contain;
    width: 100%;
    height: 400px;
  }

  .top-newsletter {
    display: none;
  }

  .figure-1 {
    margin-left: -59%;
  }

  .figure-1.logo-mobile.logo {
    margin-bottom: 0;
    margin-left: -6%;
    padding-bottom: 80px;
    padding-left: 0;
  }

  .figure-6 {
    margin-right: -142px;
  }

  .work-box-grid {
    margin-bottom: 15px;
  }

  .hero-about-us {
    width: 80%;
  }

  .h1-hero {
    font-size: 65px;
    line-height: 74px;
  }

  .about-text-box {
    flex-direction: column;
  }

  .partial-right {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .numbers-right, .iphone-left {
    width: 100%;
  }

  .iphone-right {
    justify-content: flex-start;
    width: 100%;
  }

  .top-bg {
    display: block;
  }

  .features-set {
    border-bottom: 1px none var(--lines);
    border-right-style: none;
    width: 100%;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
  }

  .features-set._3 {
    width: 100%;
  }

  .features-item {
    text-align: center;
    flex-direction: column;
    width: 50%;
    padding-right: 10px;
  }

  .features-item._2 {
    width: 50%;
    padding-left: 10px;
    padding-right: 0;
  }

  .features-item._1 {
    margin-bottom: 0;
  }

  .features-item._3 {
    width: 50%;
    margin-bottom: 0;
  }

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

  .features-item._4, .features-item._6 {
    width: 50%;
    padding-left: 10px;
    padding-right: 0;
  }

  .first-section {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .second-section {
    width: 50%;
  }

  .short-testimonial {
    font-size: 35px;
    line-height: 54px;
  }

  .quote-marks {
    font-size: 410px;
    line-height: 460px;
  }

  .third-section {
    width: 50%;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .iphone-offset {
    bottom: -116px;
  }

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

  .column-text-start {
    width: 44%;
  }

  .iphones-x-box {
    width: 56%;
  }

  .iphone-x {
    width: 79%;
  }

  .iphone-x._2 {
    display: none;
  }

  .tabs {
    flex-wrap: wrap;
  }

  .tabs-menu-flex {
    width: 100%;
    margin-bottom: 25px;
  }

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

  .mini-item {
    flex-direction: column;
  }

  .service-hero-left {
    width: 60%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-contact-us {
    width: 80%;
  }

  .send-button {
    width: 100%;
  }

  .samples-container {
    margin-top: -168%;
    margin-left: -134%;
  }

  .curve-bg {
    background-image: url('../images/Curve.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 56%;
  }

  .works-section {
    height: 450px;
  }

  .year, .works {
    font-size: 65px;
  }

  .service-hero-right {
    width: 40%;
  }

  .service-sample {
    width: 230px;
    height: 380px;
  }

  .sevice-absolute {
    margin-top: -344px;
  }

  .accordion-item-content {
    padding-top: 2%;
    padding-left: 3.5%;
    padding-right: 3%;
  }

  .accordion-item-trigger {
    padding: 3% 3% 2% 3.5%;
  }

  .hero-column {
    width: 95%;
  }

  .hero-column.hero-interwal {
    padding-top: 0;
  }

  .navlink {
    height: 45px;
    padding-top: 6px;
  }

  .iphone-expand {
    flex: 0 auto;
    margin-bottom: 25px;
  }

  .second-word, .first-word {
    height: 87px;
  }

  .buy-template-button {
    height: 45px;
    padding-top: 6px;
  }

  .w_rotational_word.cc_word1 {
    transform: translate3d(0, 0, -43px);
  }

  .w_rotational_word.cc_word2 {
    transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, 0, -43px);
  }

  .w_rotational_word.cc_word3 {
    transform: rotateX(-180deg)rotateY(0)rotateZ(0)translate3d(0, 0, -43px);
  }

  .w_rotational_word.cc_word4 {
    transform: rotateX(-270deg)rotateY(0)rotateZ(0)translate3d(0, 0, -43px);
  }
}

@media screen and (max-width: 479px) {
  .bottom-margin._50-pixels, .bottom-margin.services {
    padding-bottom: 30px;
  }

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

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

  .content-section.wallpaper {
    height: 270px;
  }

  .title {
    text-align: center;
  }

  .h1-large {
    font-size: 50px;
    line-height: 50px;
  }

  ._50-percent-column {
    width: 100%;
  }

  .center-box {
    width: 90%;
    margin-bottom: 45px;
  }

  .heading-box {
    width: 100%;
  }

  .h2-big {
    font-size: 35px;
    line-height: 45px;
  }

  .intro-features {
    width: 100%;
    max-width: 350px;
    margin-bottom: 25px;
  }

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

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

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

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

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

  .column-text-end {
    width: 100%;
  }

  .column-text-end.mobile-margin {
    margin-bottom: 25px;
  }

  .right-arrow {
    display: none;
  }

  ._36-percent-column {
    width: 100%;
    margin-bottom: 25px;
  }

  .background-image {
    width: 100%;
    height: 300px;
  }

  .bg-section.painting {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  ._38-percent-column {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-member {
    width: 100%;
    max-width: 350px;
    margin-bottom: 25px;
  }

  .feaature {
    width: 100%;
    max-width: 350px;
  }

  .quote-container {
    width: 100%;
  }

  .quote {
    font-size: 40px;
    line-height: 55px;
  }

  .absolute.girl {
    padding-left: 42px;
    padding-right: 42px;
  }

  .insta-pic {
    width: 49%;
    margin-bottom: 2%;
  }

  .footer-column {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
    margin-right: 0%;
    padding-bottom: 40px;
  }

  .menu.no-margin {
    margin-bottom: 0;
  }

  .footer-expand {
    padding-bottom: 0;
  }

  .post-preview-large {
    width: 100%;
  }

  .post-preview-large.mobile-margin {
    margin-bottom: 40px;
  }

  .turned-around-text {
    display: none;
  }

  .work-preview.first {
    transform: translate3d(0, 0, 59px);
  }

  .work-box {
    width: 100%;
    margin-bottom: 25px;
  }

  .h1-medium {
    font-size: 40px;
    line-height: 60px;
  }

  .preview-thumbnail {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .left-newsletter {
    padding-bottom: 20px;
  }

  .form {
    max-width: 350px;
  }

  .right-newsletter {
    height: 200px;
  }

  .figure-1 {
    margin-left: -136%;
  }

  .figure-1.logo-mobile {
    margin-left: 0%;
  }

  .figure-1.logo-mobile.logo {
    max-width: 100%;
    height: 123px;
    margin-top: 41px;
    margin-bottom: 0;
    margin-left: -83px;
    padding-bottom: 57px;
    inset: 0% auto auto 0%;
  }

  .figure-2 {
    margin-right: -272px;
  }

  .work-box-grid {
    width: 100%;
  }

  ._22-percent-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-about-us {
    width: 90%;
  }

  .h1-hero {
    font-size: 50px;
    line-height: 60px;
  }

  .about-features {
    width: 100%;
    max-width: 350px;
  }

  .partial-left {
    width: 100%;
  }

  .partial-right {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .partial-right.justify-start {
    padding-bottom: 60px;
  }

  .numbers-box {
    width: 100%;
    margin-bottom: 35px;
  }

  .partial-bg-left.wallpaper, .tab {
    width: 100%;
  }

  .lightbox-link {
    width: 100%;
    margin-bottom: 25px;
  }

  .iphone-right {
    padding-top: 40px;
  }

  .box-feature-icon {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 35px;
  }

  .box-feature-text {
    flex: 0 auto;
  }

  .features-set {
    justify-content: center;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .features-item {
    width: 100%;
    max-width: 350px;
    padding-right: 0;
  }

  .features-item._2 {
    width: 100%;
    padding-left: 0;
  }

  .features-item._1 {
    margin-bottom: 40px;
  }

  .features-item._3 {
    width: 100%;
    margin-bottom: 40px;
  }

  .features-item._5 {
    margin-bottom: 40px;
  }

  .features-item._4, .features-item._6 {
    width: 100%;
    padding-left: 0;
  }

  .first-section {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .fixed-width-section {
    width: 100%;
  }

  .second-section {
    width: 100%;
    padding-top: 63px;
  }

  .short-testimonial {
    font-size: 36px;
    line-height: 53px;
  }

  .quote-box {
    width: 90%;
  }

  .large-quote {
    font-size: 48px;
    line-height: 58px;
  }

  .partial-bg.green {
    display: none;
  }

  .third-section {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-button {
    font-size: 19px;
    line-height: 25px;
  }

  .partial-left-center {
    width: 100%;
  }

  .iphone-offset {
    bottom: -105px;
  }

  .service-feature {
    width: 100%;
    max-width: 350px;
    margin-bottom: 25px;
  }

  .service-icon-box._1, .service-icon-box._2, .service-icon-box._3 {
    background-size: 50%;
  }

  .center-flex {
    width: 100%;
  }

  .center-start {
    flex: 0 auto;
    width: 100%;
    padding-top: 35px;
  }

  .service-item.no-margin {
    padding-bottom: 0;
  }

  .column-text-start {
    width: 100%;
    padding-bottom: 50px;
  }

  .iphones-x-box {
    width: 100%;
  }

  .iphone-x {
    width: 40%;
  }

  .iphone-x._2 {
    display: block;
  }

  .tabs-menu-flex {
    align-items: center;
  }

  .feature-tab {
    max-width: 350px;
  }

  .left-block {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
    padding-top: 0;
  }

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

  .right-block {
    width: 100%;
    padding-bottom: 0;
  }

  .mini-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .mini-item.mobile-margin {
    margin-bottom: 0;
  }

  ._60-percent-column {
    width: 100%;
    padding-left: 0;
  }

  ._40-percent-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .service-hero-left {
    width: 80%;
  }

  ._57-percent-column {
    width: 100%;
  }

  .send-button {
    width: 100%;
    height: 50px;
    margin-top: 3px;
    display: inline-block;
  }

  .contact-details {
    width: 100%;
    padding-left: 0%;
  }

  .work-sample {
    width: 260px;
    height: 160px;
    margin-bottom: 40px;
    margin-right: 40px;
  }

  .samples-container {
    margin-top: -185%;
    margin-left: -126%;
  }

  .curve-bg {
    width: 110%;
    left: 7px;
  }

  .service-hero-right {
    width: 20%;
  }

  .service-set-3 {
    display: none;
  }

  ._20-percent-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .accordion-item-content {
    padding-bottom: 2%;
  }

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

  .slider-dots {
    display: block;
    position: relative;
  }

  .navbar {
    display: block;
  }

  .testimonial {
    width: 90%;
    max-width: 346px;
  }

  .subtitle-box {
    width: 100%;
  }

  .slider-copy {
    height: 500px;
  }

  .menu-button.w--open {
    color: var(--purple);
  }

  .nav-menu {
    background-color: #d7d9df;
    padding-top: 40px;
  }

  .second-word, .first-word {
    height: 50px;
  }

  .slider-client {
    width: 100%;
    max-width: 350px;
  }

  .figure-service {
    left: -201px;
  }

  .feature-block {
    width: 100%;
  }

  .scale-bg.painting {
    background-position: 0 0;
  }

  .w_rotational_word.cc_word1 {
    transform: translate3d(0, 0, -25px);
  }

  .w_rotational_word.cc_word2 {
    transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, 0, -25px);
  }

  .w_rotational_word.cc_word3 {
    transform: rotateX(-180deg)rotateY(0)rotateZ(0)translate3d(0, 0, -25px);
  }

  .w_rotational_word.cc_word4 {
    transform: rotateX(-270deg)rotateY(0)rotateZ(0)translate3d(0, 0, -25px);
  }

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

  .custom-center {
    padding-bottom: 40px;
    padding-right: 0;
  }

  .image-2 {
    padding-left: 0%;
  }

  .image-5, .image-7 {
    max-width: 70%;
  }

  .image-9 {
    max-width: 50%;
  }

  .custom-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto max-content;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .recaptcha {
    margin-left: -18px;
  }

  .our-service {
    margin-top: 44px;
  }

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

  .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
    text-align: left;
  }
}

#w-node-_4b05b6c5-3177-e1a0-8816-21a9f87f04c9-a26e99a9, #w-node-_4b05b6c5-3177-e1a0-8816-21a9f87f04ca-a26e99a9, #w-node-_4b05b6c5-3177-e1a0-8816-21a9f87f04cb-a26e99a9, #w-node-_4b05b6c5-3177-e1a0-8816-21a9f87f04cc-a26e99a9, #w-node-_4b05b6c5-3177-e1a0-8816-21a9f87f04ce-a26e99a9, #w-node-_4b05b6c5-3177-e1a0-8816-21a9f87f04cf-a26e99a9, #w-node-_4b05b6c5-3177-e1a0-8816-21a9f87f04d2-a26e99a9, #w-node-_4b05b6c5-3177-e1a0-8816-21a9f87f04d4-a26e99a9, #w-node-_4b05b6c5-3177-e1a0-8816-21a9f87f04d6-a26e99a9, #w-node-_4b05b6c5-3177-e1a0-8816-21a9f87f04da-a26e99a9 {
  justify-self: center;
}

#w-node-_4b05b6c5-3177-e1a0-8816-21a9f87f04d0-a26e99a9 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_4b05b6c5-3177-e1a0-8816-21a9f87f04dc-a26e99a9, #w-node-_2cf44625-ea78-1f2c-cf1b-620bc66a0862-a26e99a9, #w-node-_2cf44625-ea78-1f2c-cf1b-620bc66a0863-a26e99a9, #w-node-_2cf44625-ea78-1f2c-cf1b-620bc66a0864-a26e99a9, #w-node-_2cf44625-ea78-1f2c-cf1b-620bc66a0865-a26e99a9, #w-node-_2cf44625-ea78-1f2c-cf1b-620bc66a0866-a26e99a9, #w-node-_2cf44625-ea78-1f2c-cf1b-620bc66a0868-a26e99a9, #w-node-_2cf44625-ea78-1f2c-cf1b-620bc66a0869-a26e99a9, #w-node-_2cf44625-ea78-1f2c-cf1b-620bc66a086b-a26e99a9, #w-node-_2cf44625-ea78-1f2c-cf1b-620bc66a086d-a26e99a9, #w-node-_2cf44625-ea78-1f2c-cf1b-620bc66a086f-a26e99a9, #w-node-_2cf44625-ea78-1f2c-cf1b-620bc66a0871-a26e99a9, #w-node-_2cf44625-ea78-1f2c-cf1b-620bc66a0875-a26e99a9 {
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_4b05b6c5-3177-e1a0-8816-21a9f87f04c9-a26e99a9 {
    align-self: auto;
  }

  #w-node-_4b05b6c5-3177-e1a0-8816-21a9f87f04d2-a26e99a9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4b05b6c5-3177-e1a0-8816-21a9f87f04d4-a26e99a9 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_4b05b6c5-3177-e1a0-8816-21a9f87f04d6-a26e99a9 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_4b05b6c5-3177-e1a0-8816-21a9f87f04da-a26e99a9 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_4b05b6c5-3177-e1a0-8816-21a9f87f04d0-a26e99a9 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
  }

  #w-node-_2cf44625-ea78-1f2c-cf1b-620bc66a0869-a26e99a9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2cf44625-ea78-1f2c-cf1b-620bc66a086b-a26e99a9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2cf44625-ea78-1f2c-cf1b-620bc66a086d-a26e99a9 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_27eb1ae2-9e85-110a-902d-522ad72a59bc-a26e99a9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3deb381c-bf5c-2503-8c4d-a40d07e01338-a26e99a9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d941643e-f9c8-ebfe-b5dd-d4ecdb10957e-a26e99a9 {
    grid-area: 2 / 3 / 3 / 4;
  }
}


