:root {
  --medium-slate-blue: #7567f8;
  --orange: #ffa535;
  --light-slate-grey: #9096a4;
  --black-2: #2e323c;
  --white: white;
  --ghost-white: #edeff4;
  --gradient-color-1: #ff753e;
  --gradient-color-2: #ffb731;
  --white-2: white;
  --dark-grey: #a5aab6;
  --white-smoke: #f5f6f9;
  --black: black;
  --dim-grey: #5d6371;
  --gainsboro: #e1e3ea;
  --indian-red: #f34568;
  --deep-pink: #df4798;
  --dodger-blue: #329eff;
  --medium-aquamarine: #0dd290;
  --light-grey: #ccd0d9;
  --coral: #ff753e;
}

h1 {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

h2 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: block;
}

h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

h6 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

p {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
}

a {
  color: var(--medium-slate-blue);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 40px;
  display: block;
}

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

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

blockquote {
  border-left: 3px solid var(--orange);
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 8px 24px;
  font-size: 22px;
  line-height: 32px;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  color: var(--light-slate-grey);
  text-align: center;
  margin-top: 9px;
  font-size: 14px;
  line-height: 20px;
}

.body {
  color: var(--black-2);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.section {
  color: #111;
  text-align: left;
  background-color: rgba(255, 255, 255, .1);
  padding: 40px 24px;
  overflow: hidden;
}

.section.testimonials-color-image {
  background-color: var(--medium-slate-blue);
  background-image: linear-gradient(rgba(117, 103, 248, .85), rgba(117, 103, 248, .85)), url('../images/sergey-zolkin-192937.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.grey-section {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.no-side-paddings {
  padding-left: 0;
  padding-right: 0;
}

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

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

.section.no-top-padding.no-bottom-padding.a {
  background-image: none;
}

.section.testimonials-image {
  background-image: linear-gradient(rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url('../images/grovemade-239358_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.services-color-bg-section {
  background-color: var(--medium-slate-blue);
}

.section.color-3 {
  background-color: #035f40;
}

.section.no-paddings {
  padding: 0;
}

.section.contact-image {
  z-index: 2;
  background-image: linear-gradient(rgba(46, 50, 60, .2), rgba(46, 50, 60, .2)), url('../images/grovemade-239358_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
}

.section.contact-image.scroll-bg {
  background-image: linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/3.jpg');
  background-position: 0 0, 50%;
  background-attachment: scroll, scroll;
  padding-top: 220px;
  padding-bottom: 220px;
}

.section.contact-image.scroll-bg.sezione-paralasse {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/6.jpg');
  background-size: auto, cover;
}

.section.dark-grey-section {
  background-color: var(--ghost-white);
}

.section.a {
  flex-direction: row-reverse;
  display: flex;
}

.section.a.bb {
  background-image: url('../images/pesche.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.prod {
  background-image: url('../images/uva.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: scroll;
}

.wrapper {
  background-color: rgba(0, 0, 0, 0);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrapper.nav-bar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper.services-big-cards {
  flex-flow: wrap;
  justify-content: flex-start;
  margin-bottom: -120px;
  display: flex;
}

.wrapper.a {
  text-align: center;
}

.button {
  background-color: var(--orange);
  background-image: linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2));
  border-radius: 24px;
  height: 48px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: box-shadow .3s, transform .3s;
}

.button:hover {
  transform: translate(0, -1px);
  box-shadow: 0 5px 18px rgba(255, 165, 53, .5);
}

.button.testimonials-button {
  margin-top: 16px;
}

.button.contact-button {
  margin-top: 16px;
  padding-top: 7px;
}

.button.contact-ready-button {
  margin-top: 24px;
  margin-bottom: -80px;
}

.button.footer-big-subscribe-button {
  margin-left: 24px;
  padding-top: 7px;
}

.button.hero-slider-button {
  margin-top: 24px;
}

.button.footer-subscribe-button {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.button.hero-side-button {
  margin-top: 20px;
}

.button.subscribe-button {
  margin-left: 24px;
}

.button.services-simple-button {
  margin-top: 72px;
}

.button.works-v3-button {
  margin-top: 64px;
}

.button.service-cards-button, .button.works-v4-button, .button.posts-v3-button {
  margin-top: 80px;
}

.button.works-v5-button {
  margin-top: 64px;
}

.button.form-button {
  padding-top: 7px;
}

.button.ghost-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  transition: box-shadow .3s, background-color .3s, color .3s;
  box-shadow: inset 0 0 0 2px #fff;
}

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

.button.ghost-button.hero-promo-button {
  margin: 40px;
}

.button.ghost-button.coming-soon-contact-button {
  position: absolute;
  bottom: 40px;
  right: 32px;
}

.button.sidebar-subscribe-button {
  padding-top: 8px;
}

.button.full-screen-button {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.button.pricing-table-button {
  margin-top: 40px;
}

.button._404-home-button {
  margin-top: 24px;
  margin-bottom: -64px;
}

.button.style-guide-button {
  margin-top: 64px;
}

.button.float-subscribe-button {
  margin-left: 16px;
}

.nav-bar {
  z-index: 200;
  background-color: var(--white-2);
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 9px rgba(46, 50, 60, .09);
}

.nav-bar.ghost-nav-bar {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
}

.logo {
  color: var(--black-2);
  margin-top: 2px;
  margin-bottom: 11px;
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
}

.logo-link {
  padding: 25px 16px 23px 14px;
}

.logo-link.full-screen-logo {
  position: absolute;
  top: 0;
  left: 25px;
}

.logo-line {
  background-color: var(--orange);
  background-image: linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2));
  width: 62%;
  height: 2px;
}

.logo-line.white-line {
  background-color: #fff;
  background-image: none;
}

.logo-text {
  float: left;
  color: var(--dark-grey);
  margin-left: 8px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.nav-link {
  color: var(--black-2);
  padding-top: 16px;
  padding-bottom: 18px;
  padding-left: 16px;
  font-size: 15px;
  line-height: 24px;
  transition: color .15s;
}

.nav-link:hover {
  color: var(--medium-slate-blue);
}

.nav-link.w--current {
  color: var(--black-2);
}

.nav-link.dropdown {
  padding-right: 36px;
}

.hero-table-section {
  background-color: var(--white-smoke);
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--white-2), var(--ghost-white));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-table-intro {
  color: var(--light-slate-grey);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  max-height: 300px;
  margin-top: 18%;
  font-size: 22px;
  display: flex;
}

.hero-intro-line {
  background-image: linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2));
  width: 70px;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 14px;
}

.service-side-text {
  color: var(--light-slate-grey);
  padding-right: 32px;
}

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

.paragraph-big.hero-split-text {
  color: var(--light-slate-grey);
  margin-top: 8px;
  margin-bottom: 36px;
}

.paragraph-big.kio {
  color: var(--black);
}

.scroll-down-link {
  opacity: .4;
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px 32px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  transition: opacity .3s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.scroll-down-link:hover {
  opacity: 1;
}

.hero-imac {
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
}

.hero-plant-small {
  z-index: 3;
  position: absolute;
  top: 18%;
  left: 4%;
}

.hero-headphones {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 6%;
  left: 0%;
  right: 1000px;
}

.hero-plant-big {
  position: absolute;
  top: 16%;
  right: -110px;
}

.hero-pencils {
  z-index: 7;
  position: absolute;
  top: 39%;
  right: 8%;
}

.hero-mouse {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 11%;
  left: 760px;
  right: 0;
  transform: rotate(7deg);
}

.hero-pencil {
  position: absolute;
  bottom: 25%;
  right: 5%;
  transform: rotate(16deg);
}

.hero-arrow-down-icon {
  margin-top: 6px;
}

.section-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: block;
}

.section-header-wrapper.subscribe-header-wrapper {
  padding-bottom: 40px;
}

.section-small-header {
  color: var(--orange);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.section-header {
  margin-top: 20px;
  margin-bottom: 8px;
}

.section-description {
  color: var(--black);
  text-align: center;
  font-family: Great Vibes, cursive;
  font-size: 29px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.section-description.white-text {
  text-align: center;
}

.section-description.a {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.service-card-big {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.service-card-big.reversed {
  flex-direction: row-reverse;
}

.service-image {
  background-color: var(--gainsboro);
  border-radius: 8px;
  flex: none;
  width: 66.6667%;
  height: 560px;
}

.service-image.service-image-1 {
  background-image: url('../images/domenico-loia-272251.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-image.service-image-2 {
  background-image: url('../images/kate-serbin-31030.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-image.service-image-3 {
  background-image: url('../images/autumn-goodman-242825.jpg');
  background-position: 50%;
  background-size: cover;
}

.service-image.service-image-4 {
  background-image: url('../images/william-iven-11250.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-color-card {
  z-index: 1;
  background-color: var(--medium-slate-blue);
  color: #fff;
  text-align: left;
  border-radius: 8px;
  flex: none;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 64px 100px 56px 64px;
  position: relative;
  left: 16.6667%;
  box-shadow: 0 8px 28px rgba(46, 50, 60, .27);
}

.service-color-card.service-card-right {
  left: auto;
  right: 16.6667%;
}

.link-arrow-icon {
  margin-top: -3px;
  margin-left: 8px;
}

.link-arrow-text {
  display: inline-block;
}

.link-arrow-text.white-text {
  line-height: 16px;
}

.white-text {
  color: #fff;
}

.service-color-card-icon {
  margin-bottom: -8px;
  margin-left: -2px;
}

.color-2 {
  background-color: var(--indian-red);
}

.color-3 {
  background-color: var(--medium-slate-blue);
}

.color-4 {
  background-color: var(--deep-pink);
}

.color-5 {
  background-color: var(--dodger-blue);
}

.color-6 {
  background-color: var(--medium-aquamarine);
}

.service-simple {
  text-align: left;
  width: 33.3333%;
  padding-bottom: 24px;
  padding-left: 15px;
  padding-right: 32px;
}

.paragraph-small {
  color: var(--black);
  font-size: 14px;
  line-height: 24px;
}

.service-simple-header {
  color: var(--black-2);
  margin-top: 12px;
}

.service-color-card-text {
  color: #fff;
}

.section-header-icon {
  margin-top: -4px;
}

.service-simple-icon {
  float: left;
}

.service-simple-info {
  color: var(--light-slate-grey);
  padding-left: 16px;
  position: relative;
  overflow: hidden;
}

.services-simple {
  flex-wrap: wrap;
  margin-top: -8px;
  margin-bottom: -32px;
  display: flex;
}

.grey-section {
  background-color: var(--white-smoke);
  text-align: center;
}

.works-v1 {
  flex-wrap: wrap;
  margin-bottom: -32px;
  display: flex;
}

.work-v1 {
  width: 50%;
}

.work-card-v1 {
  color: var(--light-slate-grey);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin: 0 15px 32px;
  padding: 40px;
  transition: background-color .3s, box-shadow .3s, transform .3s;
  display: block;
}

.work-card-v1:hover {
  background-color: #fff;
  transform: translate(0, -4px);
  box-shadow: 0 8px 28px rgba(46, 50, 60, .09);
}

.work-card-v1-image {
  border-radius: 8px;
}

.work-card-v1-category {
  z-index: 1;
  background-color: var(--black-2);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: -40px auto -8px;
  display: block;
  position: relative;
  box-shadow: 0 5px 18px rgba(46, 50, 60, .18);
}

.work-card-v1-header {
  color: var(--black-2);
  margin-bottom: 20px;
}

.work-card-v1-description {
  padding-left: 40px;
  padding-right: 40px;
}

.testimonials-color-cards {
  display: flex;
}

.review-color-card {
  color: #fff;
  border-radius: 8px;
  flex-basis: 40%;
  margin-bottom: 32px;
  padding: 40px;
  box-shadow: 0 8px 28px rgba(46, 50, 60, .18);
}

.testimonials-color-cards-content {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 66.6667%;
  margin-bottom: -32px;
  display: flex;
}

.tesimonials-color-cards-info {
  text-align: left;
  flex: 1;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 55px;
}

.image {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin-bottom: 4px;
}

.review-color-card-author {
  font-size: 13px;
  line-height: 24px;
}

.testimonials-color-cards-colomn-1 {
  width: 50%;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonials-color-cards-column-2 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.team {
  display: flex;
}

.team-member {
  text-align: center;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.team-member-photo {
  background-color: var(--light-grey);
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  margin-bottom: -10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-photo.team-member-1 {
  background-image: url('../images/team-member-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-photo.team-member-2 {
  background-image: url('../images/team-member-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-photo.team-member-3 {
  background-image: url('../images/team-member-03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-photo.team-member-4 {
  background-image: url('../images/team-member-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-role {
  color: var(--light-slate-grey);
  margin-top: -12px;
  font-size: 14px;
  line-height: 24px;
}

.rich-text-content {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.team-member-links {
  background-color: #fff;
  border-radius: 6px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(46, 50, 60, .27);
}

.team-member-link {
  box-shadow: -1px 0 0 0 var(--gainsboro), 1px 0 0 0 var(--gainsboro);
  background-color: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.contact-section {
  flex-direction: row;
  display: flex;
}

.contact-split-image {
  background-color: var(--light-grey);
  background-image: linear-gradient(rgba(46, 50, 60, .15), rgba(46, 50, 60, .15)), url('../images/grovemade-239358.jpg');
  background-position: 0 0, 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  min-height: 600px;
}

.contact-split-info {
  flex: 1;
  max-width: 570px;
  margin-bottom: 0;
  margin-left: 15px;
  padding: 80px 7% 120px;
}

.form-label {
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 16px;
}

.input {
  border-color: black black var(--light-grey);
  background-color: rgba(0, 0, 0, 0);
  border-top-style: none;
  border-top-width: 1px;
  border-left-style: none;
  border-left-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
  border-radius: 0;
  height: 48px;
  margin-bottom: 32px;
  padding-top: 7px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .3s;
}

.input:hover {
  border-bottom-color: var(--light-slate-grey);
}

.input:focus {
  border-bottom-color: var(--orange);
}

.input.text-area {
  height: auto;
  min-height: 112px;
}

.input.footer-big-subscribe-input {
  background-image: url('../images/subscribe-icon_1subscribe-icon.png');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 32px;
  flex: 1;
  margin-bottom: 0;
  padding-left: 56px;
  display: inline-block;
}

.input.footer-subscribe-input {
  margin-bottom: 24px;
}

.input.subscribe-input {
  background-image: url('../images/subscribe-icon_1subscribe-icon.png');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 32px;
  flex: 1;
  margin-bottom: 0;
  padding-left: 56px;
}

.input.password-input {
  text-align: center;
}

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

.contact-split-form {
  padding-top: 0;
}

.clients-section {
  background-color: var(--white-smoke);
  padding-top: 64px;
  padding-bottom: 64px;
}

.clients-section.clients-color-section {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.clients-section.clients-small-padding {
  padding-top: 48px;
  padding-bottom: 48px;
}

.clients-section.white {
  background-color: #fff;
}

.clients-logotypes {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-logo {
  opacity: .7;
  margin-left: 16px;
  margin-right: 16px;
  padding: 16px;
  transition: opacity .3s;
}

.client-logo:hover, .client-logo.color-logo {
  opacity: 1;
}

.footer-v1 {
  text-align: left;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 28px;
  display: flex;
}

.footer-v1-column {
  flex: 0 auto;
  width: 25%;
  padding: 8px 60px 64px 15px;
  font-size: 14px;
  line-height: 24px;
}

.footer-v1-column-text {
  color: var(--light-slate-grey);
}

.footer-logo {
  margin-top: 10px;
  margin-bottom: -16px;
  padding: 24px 15px 24px 0;
  display: block;
}

.footer-bottom {
  border-top: 1px solid var(--gainsboro);
  color: var(--light-slate-grey);
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 24px;
  display: flex;
}

.footer-bottom-text-left {
  text-align: left;
  flex: 1;
}

.footer-bottom-link {
  color: var(--black-2);
}

.footer-bottom-link:hover {
  text-decoration: underline;
}

.footer-bottom-link-right {
  color: var(--black-2);
  margin-left: 24px;
}

.footer-bottom-link-right:hover {
  text-decoration: underline;
}

.footer-grey-link {
  color: var(--light-slate-grey);
}

.footer-grey-link:hover {
  text-decoration: underline;
}

.hero-video-section {
  background-color: rgba(117, 103, 248, .75);
  height: 100vh;
}

.hero-video-wrapper {
  align-items: center;
  display: flex;
}

.hero-video-info {
  flex: 1;
  margin-top: 56px;
  margin-left: 9%;
  padding-bottom: 10px;
  position: relative;
}

.hero-video-header {
  color: #fff;
  letter-spacing: 8px;
  font-size: 200px;
  font-weight: 900;
  line-height: 180px;
}

.hero-video-play {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  padding-top: 72px;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.video-play-button {
  background-color: var(--orange);
  background-image: url('../images/play-icon.svg'), linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-left: 24px;
  margin-right: 24px;
  transition: transform .3s;
}

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

.hero-video-vertical-wrapper {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  margin-top: 118px;
  margin-left: -100px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0%;
  transform: rotate(-90deg);
}

.hero-video-vertical-line {
  background-color: #fff;
  width: 54px;
  height: 2px;
  margin-right: 16px;
}

.about-side-info {
  text-align: left;
  flex-direction: row-reverse;
  margin-top: -8px;
  display: flex;
}

.about-side-info.chi-siamo {
  flex-direction: row;
}

.about-side-header-wrapper {
  align-items: flex-start;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.about-side-line {
  float: left;
  background-color: var(--orange);
  background-image: linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2));
  width: 12%;
  height: 3px;
  margin-top: 25px;
  margin-right: 32px;
  display: inline-block;
}

.about-side-header {
  flex: 1;
  margin-top: 0;
  padding-right: 40px;
}

.about-side-text {
  color: var(--black);
  text-align: left;
  flex: 1;
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 17px;
}

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

.work-v2 {
  width: 33.3333%;
}

.work-card-v2 {
  background-color: var(--light-grey);
  position: relative;
  overflow: hidden;
}

.work-card-v2-info {
  color: #fff;
  text-align: left;
  padding-right: 64px;
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
}

.work-card-v2-category {
  margin-top: -15px;
  margin-bottom: -3px;
  font-size: 13px;
  line-height: 24px;
}

.work-card-v2-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.service-side-block {
  align-items: center;
  padding-bottom: 168px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.service-side-block.reversed {
  flex-direction: row-reverse;
}

.service-side-info {
  text-align: left;
  width: 50%;
  padding-bottom: 16px;
  padding-left: 8%;
  padding-right: 8%;
}

.service-side-content {
  flex: 1;
  justify-content: flex-end;
  padding-left: 4.6%;
  display: flex;
}

.service-side-content.service-side-content-reversed {
  justify-content: flex-start;
  padding-left: 0%;
  padding-right: 6%;
}

.service-side-icon {
  margin-bottom: -8px;
  margin-left: -8px;
}

.link-arrow {
  color: var(--black-2);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
}

.link-arrow.more-link-center {
  padding-left: 16px;
}

.service-side-image {
  background-color: var(--light-grey);
  border-radius: 8px;
  width: 91.6667%;
  height: 320px;
  position: relative;
}

.service-side-image.service-side-image-2 {
  background-image: url('../images/kate-serbin-31030.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-side-image.service-side-image-1 {
  background-image: url('../images/domenico-loia-272251.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-side-image.service-side-image-3 {
  background-image: url('../images/autumn-goodman-242825.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-side-image.service-side-image-4 {
  background-image: url('../images/william-iven-11250.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-side-image-text {
  color: #fff;
  text-align: left;
  border-radius: 8px;
  width: 86%;
  margin: 0 -30px;
  padding: 24px 32px;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  bottom: -48px;
  left: 0;
  box-shadow: 0 8px 28px rgba(46, 50, 60, .18);
}

.service-side-image-text.image-text-reversed {
  left: auto;
  right: 0;
}

.service-side-blocks {
  margin-bottom: auto;
  padding-bottom: 20px;
}

.more-services-header-wrapper {
  text-align: left;
  max-width: 370px;
  margin-left: 8.33333%;
  padding-left: 15px;
}

.more-services {
  align-items: flex-start;
  margin-top: -20px;
  padding-top: 140px;
  display: flex;
}

.more-service-card {
  background-color: var(--dodger-blue);
  color: #fff;
  text-align: left;
  border-radius: 8px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px 40px 48px;
  position: relative;
  box-shadow: 0 8px 28px rgba(46, 50, 60, .18);
}

.more-service-card.service-card-2 {
  background-color: var(--indian-red);
  margin-top: -80px;
}

.more-service-card.service-card-3 {
  background-color: var(--orange);
  margin-top: -160px;
}

.small-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 16px;
  height: 32px;
  margin-top: 16px;
  padding-top: 6px;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  transition: background-color .3s, color .3s;
}

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

.more-service-card-icon {
  margin-bottom: -8px;
}

.more-service-card-number {
  opacity: .6;
  text-align: right;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 32px;
  position: relative;
  top: 0;
  right: 0;
}

.testimonials-slider-cards {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
}

.testimonials-slider-nav {
  height: 12px;
  margin-top: 80px;
  padding-top: 0;
  font-size: 11px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.review-slide-card-wrapper {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.review-slide-card {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 56px;
  box-shadow: 0 5px 18px rgba(46, 50, 60, .27);
}

.review-slide-card-avatar {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.review-slide-card-author {
  color: var(--light-slate-grey);
  margin-top: 24px;
  font-size: 13px;
  line-height: 24px;
}

.slider-arrow-button {
  border-radius: 50px;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 9px rgba(46, 50, 60, .09);
}

.testimonials-slider-cards-arrow {
  margin-bottom: 90px;
}

.side-video-section {
  background-color: #fff;
  display: flex;
  overflow: hidden;
}

.side-video-content {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.side-video-preview {
  background-color: var(--light-grey);
  background-image: linear-gradient(rgba(46, 50, 60, .1), rgba(46, 50, 60, .1)), url('../images/gabriel-beaudry-93842.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 680px;
  display: flex;
}

.side-video-info {
  max-width: 600px;
  margin-left: 24px;
  padding-left: 15px;
  padding-right: 25%;
}

.clients-header {
  text-align: center;
  max-width: 570px;
  margin: 8px auto 40px;
  display: block;
}

.post-v2 {
  width: 33.3333%;
  padding-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
}

.post-v2.width-50 {
  width: 50%;
}

.blog-posts-v2 {
  flex-wrap: wrap;
  margin-bottom: -48px;
  display: flex;
}

.category {
  background-color: var(--black-2);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 12px;
  height: 24px;
  padding-top: 4px;
  padding-left: 13px;
  padding-right: 12px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.category.post-card-v2-category {
  z-index: 2;
  position: relative;
  box-shadow: 0 3px 9px rgba(46, 50, 60, .18);
}

.category.work-v4-category, .category.post-card-v3-category {
  margin: 32px;
  position: absolute;
  top: 0;
  left: 0;
}

.category.work-card-v5-category {
  z-index: 5;
  margin: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.category.post-card-v1-category {
  z-index: 1;
  margin: 32px;
  position: absolute;
  top: 0;
  right: 0;
}

.category.work-category {
  margin-bottom: 8px;
}

.category.pricing-table-category {
  margin-bottom: 24px;
}

.category.pricing-table-category.website {
  background-color: var(--indian-red);
}

.category.pricing-table-category.mobile {
  background-color: var(--medium-slate-blue);
}

.category.pricing-table-category.branding {
  background-color: var(--orange);
}

.category.home-preview-label {
  background-color: var(--light-slate-grey);
  margin-bottom: 24px;
}

.post-card-v2-header {
  margin-top: 22px;
  margin-bottom: 14px;
  padding-left: 24px;
  padding-right: 24px;
}

.post-card-v2-link {
  color: var(--light-slate-grey);
  font-size: 14px;
  line-height: 24px;
}

.post-card-v2-link:hover {
  text-decoration: underline;
}

.post-card-v2-image-wrapper {
  z-index: 1;
  background-color: var(--black-2);
  border-radius: 8px;
  margin-bottom: -16px;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer-v2-logo {
  width: 16.6667%;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-v2 {
  text-align: left;
  flex-wrap: wrap;
  padding-top: 100px;
  display: flex;
}

.footer-v2.intro-footer {
  padding-top: 24px;
}

.footer-v2-about {
  color: var(--light-slate-grey);
  flex: 1;
  padding: 19px 32px 40px 15px;
}

.footer-v2-contact {
  width: 25%;
  padding: 35px 15px 40px;
  font-size: 14px;
  line-height: 24px;
}

.footer-v2-contact-header {
  color: var(--black-2);
  font-weight: 700;
}

.footer-v2-social {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.social-button {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 4px;
  margin-right: 4px;
  display: flex;
  box-shadow: 0 1px 2px rgba(46, 50, 60, .09);
}

.float-subscribe-header {
  margin-top: 0;
  margin-bottom: 4px;
}

.footer-big-subscribe {
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  height: 96px;
  margin: -48px auto 0;
  padding-top: 24px;
  padding-left: 48px;
  padding-right: 24px;
  display: block;
  position: relative;
  bottom: -48px;
  box-shadow: 0 8px 28px rgba(46, 50, 60, .09);
}

.footer-big-subscribe-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-slider-section {
  background-color: var(--black-2);
  height: 100vh;
}

.hero-slider-nav {
  display: none;
}

.hero-slider-arrow {
  width: 128px;
  margin-top: 88px;
}

.hero-slide {
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.hero-slide.hero-slide-1 {
  background-image: linear-gradient(rgba(26, 31, 46, .5), rgba(26, 31, 46, .5)), url('../images/uva-italia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-slide.hero-slide-2 {
  background-image: url('../images/1.jpg'), linear-gradient(rgba(26, 31, 46, .5), rgba(26, 31, 46, .5));
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.hero-slide-info {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.works-v3 {
  flex-wrap: wrap;
  margin-bottom: -56px;
  display: flex;
}

.work-v3 {
  width: 33.3333%;
  padding-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
}

.work-card-v3-image {
  z-index: 1;
  background-color: var(--light-grey);
  border-radius: 8px;
  display: block;
  position: relative;
  overflow: hidden;
}

.work-card-v3-category {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 11px;
  font-weight: 700;
  line-height: 24px;
}

.work-card-v3-header {
  margin-top: 6px;
}

.about-side-media {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.about-side-media.about-side-reversed {
  flex-direction: row-reverse;
}

.about-side-media.a, .about-side-media.x {
  flex-direction: row;
}

.about-side-image-info {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.3333%;
  margin-left: 8.33333%;
  margin-right: 8.33333%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.about-side-image-wrapper {
  flex: 0 auto;
  width: 39%;
  margin-left: 15px;
  margin-right: 15px;
}

.about-side-image {
  border-radius: 8px;
}

.video-section {
  background-color: var(--medium-slate-blue);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-image: linear-gradient(rgba(46, 50, 60, .4), rgba(46, 50, 60, .4)), url('../images/WhatsApp-Image-2019-11-05-at-10.57.523.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.video-text-left {
  text-align: right;
  flex: 1;
}

.video-text-right {
  flex: 1;
}

.service-cards {
  flex-wrap: wrap;
  margin-bottom: -30px;
  display: flex;
}

.service-card {
  color: var(--light-slate-grey);
  background-color: #fff;
  border-radius: 8px;
  flex-grow: 1;
  flex-basis: 20%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 56px 32px 40px;
  box-shadow: 0 8px 28px rgba(46, 50, 60, .09);
}

.service-card._33-width {
  flex-basis: 30%;
}

.service-card-header {
  color: var(--black-2);
  margin-top: 22px;
}

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

.contact-side-map {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.contact-side-map.contact-side-map-reversed {
  flex-direction: row-reverse;
}

.side-map-wrapper {
  border-radius: 8px;
  flex: 1;
  width: 41.33%;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.side-map {
  height: 640px;
}

.contact-side-info {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: 33.3333%;
  margin-bottom: 0;
  margin-left: 8.33333%;
  margin-right: 8.33333%;
  padding-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v3-about {
  color: var(--light-slate-grey);
  flex-direction: column;
  align-items: flex-start;
  width: 33.3333%;
  padding-bottom: 56px;
  padding-left: 15px;
  padding-right: 9%;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.footer-v3 {
  text-align: left;
  flex-wrap: wrap;
  padding-top: 30px;
  display: flex;
}

.footer-v3-social {
  align-items: center;
  margin-left: -8px;
  display: flex;
}

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

.footer-v3-nav {
  width: 16.6667%;
  padding-bottom: 56px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-v3-link {
  color: var(--light-slate-grey);
  font-size: 14px;
  line-height: 32px;
  display: block;
}

.footer-v3-link:hover {
  text-decoration: underline;
}

.footer-v3-subscribe {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-big-subscribe-wrapper {
  background-color: #fff;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
}

.hero-side-section {
  background-color: var(--medium-slate-blue);
  background-image: url('../images/hero-text-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.hero-side-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-side-content {
  color: #fff;
  flex: 1;
  margin-top: 24px;
  padding: 40px 7% 40px 15px;
}

.hero-side-image-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  padding-top: 88px;
  display: flex;
}

.hero-side-image {
  transform: scale(1.3)translate(-3%);
}

.works-v4 {
  flex-wrap: wrap;
  margin-bottom: -15px;
  display: flex;
}

.work-v4 {
  width: 50%;
  padding: 15px;
}

.work-card-v4 {
  background-color: var(--light-grey);
  border-radius: 8px;
  display: block;
  position: relative;
  overflow: hidden;
}

.work-card-v4-info {
  color: var(--light-slate-grey);
  text-align: left;
  background-color: #fff;
  border-radius: 6px;
  margin: 32px;
  padding: 0 32px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 9px rgba(46, 50, 60, .18);
}

.work-card-v4-header {
  color: var(--black-2);
  margin-top: 24px;
  margin-bottom: -8px;
}

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

.services-color-bg {
  color: #fff;
  text-align: left;
  margin-top: -5px;
  margin-bottom: -48px;
  display: flex;
}

.services-color-bg-info {
  flex-direction: column;
  align-items: flex-start;
  width: 33.3333%;
  padding-bottom: 56px;
  padding-left: 15px;
  padding-right: 40px;
  display: flex;
}

.services-color-bg-header {
  flex: 1;
  padding-bottom: 32px;
}

.services-color-bg-content {
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

.service-color-bg {
  width: 50%;
  padding-bottom: 32px;
  padding-left: 15px;
  padding-right: 32px;
}

.service-color-bg-info {
  padding-left: 24px;
  overflow: hidden;
}

.service-color-bg-icon {
  float: left;
}

.service-color-bg-header {
  margin-top: 0;
  margin-bottom: -8px;
}

.side-feature {
  align-items: stretch;
  margin-bottom: 120px;
  display: flex;
}

.side-feature-content {
  align-items: center;
  width: 50%;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
  display: flex;
}

.side-feature-info {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.side-feature-image {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.side-feature-video-link {
  float: left;
  color: var(--dark-grey);
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.side-feature-video-button {
  float: left;
  background-color: var(--orange);
  background-image: url('../images/play-icon.svg'), linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  display: inline-block;
}

.subscribe-form {
  align-items: center;
  padding: 24px 8.33333% 8px;
  display: flex;
}

.subscribe-info {
  color: var(--light-slate-grey);
  text-align: left;
  width: 41.6667%;
  padding: 20px 24px 20px 15px;
  font-size: 14px;
  line-height: 24px;
}

.subscribe-header {
  color: var(--black-2);
  margin-top: 7px;
  margin-bottom: 1px;
}

.team-color-cards {
  justify-content: space-around;
  display: flex;
}

.team-member-color-card {
  border-radius: 8px;
  width: 22.4%;
  position: relative;
}

.team-member-color-photo {
  z-index: 5;
  background-color: var(--light-grey);
  border-radius: 8px;
  height: 360px;
  position: relative;
  left: 40px;
  box-shadow: 0 5px 18px rgba(46, 50, 60, .27);
}

.team-member-color-photo.team-member-1 {
  background-image: url('../images/team-member-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-color-photo.team-member-2 {
  background-image: url('../images/team-member-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-color-photo.team-member-3 {
  background-image: url('../images/team-member-03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-color-role {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 280px;
  font-size: 11px;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
  top: 140px;
  left: -120px;
  overflow: hidden;
  transform: rotate(-90deg);
}

.team-member-color-links {
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  margin-left: 40px;
  padding-right: 8px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-member-color-link {
  color: #fff;
  padding: 7px 8px 9px;
  font-size: 12px;
  line-height: 24px;
}

.team-member-color-link:hover {
  text-decoration: underline;
}

.color-1 {
  background-color: var(--orange);
}

.testimonials-slider {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  width: 83.3333%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
  display: block;
}

.review-slide {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 14px;
  line-height: 24px;
}

.review-logo {
  margin-bottom: 24px;
}

.review-line {
  opacity: .29;
  background-color: #fff;
  width: 30px;
  height: 2px;
  margin: 36px auto 24px;
  display: block;
}

.review-line.grey-line {
  background-color: var(--dark-grey);
}

.testimonials-slider-arrow {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.wide-map {
  height: 440px;
}

.blog-posts-v3 {
  flex-wrap: wrap;
  margin-bottom: -40px;
  display: flex;
}

.post-v3 {
  width: 33.33%;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.post-card-v3 {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  transition: box-shadow .3s;
  display: flex;
  position: static;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(46, 50, 60, .09);
}

.post-card-v3:hover {
  box-shadow: 0 8px 28px rgba(46, 50, 60, .09);
}

.post-card-v3-image {
  background-color: var(--light-grey);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  position: relative;
}

.post-card-v3-info {
  color: var(--black-2);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  padding: 24px 32px;
  display: flex;
  position: relative;
}

.post-card-v3-header {
  flex: 1;
  margin-top: 2px;
  margin-bottom: 24px;
}

.post-card-v3-bottom {
  border-top: 1px solid var(--ghost-white);
  color: var(--light-slate-grey);
  align-items: center;
  padding-top: 24px;
  padding-bottom: 8px;
  font-size: 13px;
  line-height: 24px;
  display: flex;
}

.post-card-v3-avatar {
  background-color: var(--gainsboro);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.post-card-v3-author {
  flex: 1;
  margin-left: 12px;
  font-weight: 700;
}

.hero-split-section {
  background-color: #fff;
  justify-content: flex-end;
  display: flex;
}

.hero-split-image {
  background-color: var(--light-grey);
  background-image: url('../images/dane-deaner-272375.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
}

.hero-split-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  margin-left: 24px;
  padding-left: 15px;
  padding-right: 8.33%;
  display: flex;
}

.works-v5 {
  flex-wrap: wrap;
  margin-bottom: -48px;
  display: flex;
}

.work-v5 {
  width: 33.33%;
  padding: 15px 15px 43px;
}

.work-card-v5 {
  color: var(--black-2);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.work-card-v5-header {
  margin-top: 14px;
  padding-left: 24px;
  padding-right: 24px;
}

.team-cards {
  display: flex;
}

.team-member-card {
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding: 48px 32px 40px;
  box-shadow: 0 8px 28px rgba(46, 50, 60, .09);
}

.team-member-card-avatar {
  border-radius: 50%;
  width: 96px;
  height: 96px;
  margin-bottom: -10px;
}

.team-member-card-text {
  color: var(--light-slate-grey);
  margin-top: -7px;
  font-size: 14px;
  line-height: 24px;
}

.team-member-card-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-member-card-link {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.testimonials-cards {
  align-items: flex-start;
  display: flex;
}

.testimonials-cards-column {
  width: 33.33%;
  margin-bottom: -30px;
  padding-left: 15px;
  padding-right: 15px;
}

.review-card {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 16px 32px 32px;
  box-shadow: 0 8px 28px rgba(46, 50, 60, .09);
}

.review-card-info {
  border-top: 1px solid var(--ghost-white);
  color: var(--light-slate-grey);
  align-items: center;
  margin-top: 24px;
  padding-top: 24px;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.review-card-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.big-map {
  border-radius: 8px;
  width: 83.33%;
  height: 440px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contacts {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 56px;
  display: flex;
}

.contacts-column {
  color: var(--light-slate-grey);
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 24px;
}

.contacts-column-header {
  color: var(--black-2);
  margin-top: 0;
}

.contacts-link {
  color: var(--light-slate-grey);
}

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

.footer-v4 {
  text-align: left;
  flex-wrap: wrap;
  padding-top: 32px;
  display: flex;
}

.footer-v4-about {
  color: var(--light-slate-grey);
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  padding-bottom: 56px;
  padding-left: 15px;
  padding-right: 9%;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.footer-v4-column {
  flex: 1;
  padding-bottom: 56px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-v4-link {
  color: var(--light-slate-grey);
  font-size: 14px;
  line-height: 32px;
  display: block;
}

.footer-v4-link:hover {
  text-decoration: underline;
}

.hero-promo-section {
  background-image: linear-gradient(rgba(39, 51, 81, .7), rgba(39, 51, 81, .7)), url('../images/joel-filipe-260016.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.hero-promo-intro {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-top: 48px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.hero-promo-small-header {
  letter-spacing: 12px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
}

.hero-intro-image {
  margin-top: 50px;
  margin-bottom: 32px;
}

.hero-promotext {
  width: 82%;
  font-size: 22px;
  line-height: 40px;
}

.work-v6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-promo-social {
  align-items: center;
  padding: 32px;
  display: flex;
}

.hero-promo-social-link {
  opacity: .7;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .3s;
  display: flex;
}

.hero-promo-social-link:hover {
  opacity: 1;
}

.menu-button.white-menu-button {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 0 12px 12px 0;
}

.menu-button.white-menu-button.w--open {
  z-index: 110;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.mouse-icon {
  border: 2px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 24px;
  height: 38px;
  padding-top: 6px;
  display: flex;
}

.scroll-mouse-link {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 24px 40px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.mouse-wheel-icon {
  background-color: #fff;
  border-radius: 2px;
  width: 4px;
  height: 8px;
}

.work-card-v6 {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 470px;
  margin: 80px;
  padding: 0 40px 32px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 28px rgba(46, 50, 60, .27);
}

.work-v6-dark-overlay {
  background-color: rgba(46, 50, 60, .2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.work-card-v6-text {
  color: var(--light-slate-grey);
  margin-top: -4px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
}

.contact-window {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  width: 500px;
  margin-bottom: 0;
  margin-left: 9%;
  margin-right: 9%;
  padding-top: 0;
  padding-bottom: 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(46, 50, 60, .27);
}

.contact-window.popup-window {
  z-index: 1000;
  margin-left: 0%;
  margin-right: 0%;
  transform: scale(.86);
}

.contact-window-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-window-form {
  text-align: center;
  margin-left: 56px;
  margin-right: 56px;
  padding-top: 32px;
}

.contact-window-header {
  background-image: linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2));
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 28px 56px;
}

.preloader {
  z-index: 1000;
  background-color: var(--white);
  background-image: url('../images/preloader.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 46px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-wrapper {
  overflow: hidden;
}

.work-card-v6-category {
  background-color: var(--black-2);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-bottom: -12px;
  box-shadow: 0 5px 18px rgba(46, 50, 60, .18);
}

.footer-v1-logo-column {
  width: 25%;
  padding-bottom: 64px;
  padding-left: 15px;
  padding-right: 64px;
}

.nav-dropdown-link {
  color: var(--black-2);
  background-color: #fff;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 24px;
  transition: background-color .1s, color .1s;
}

.nav-dropdown-link:hover {
  background-color: var(--medium-slate-blue);
  color: #fff;
}

.nav-dropdown-link.w--current {
  color: var(--medium-slate-blue);
}

.nav-dropdown-link.w--current:hover {
  color: #fff;
}

.nav-dropdown-icon {
  color: var(--dark-grey);
  margin-right: 18px;
  font-size: 13px;
}

.nav-dropdown-list {
  margin-left: -5px;
}

.nav-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(46, 50, 60, .09);
}

.hero-promo-bottom {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-side-header {
  margin-bottom: 48px;
}

.hero-slide-header {
  color: var(--white);
  margin-bottom: 8px;
}

.hero-slide-header.nero {
  color: var(--black);
}

.page-header-section {
  background-color: var(--medium-slate-blue);
  color: #fff;
  background-image: url('../images/albicocche.jpeg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section.about-1 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.page-header-section.about-3 {
  background-image: linear-gradient(rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url('../images/pesche_1.jpg');
  background-position: 0 0, 50% 69%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.about-3.albicocche {
  background-image: linear-gradient(to bottom, null, null), url('../images/albicocche.jpeg');
}

.page-header-section.blog {
  background-image: linear-gradient(rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url('../images/grovemade-239370.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.about-2 {
  background-image: linear-gradient(rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url('../images/vadim-sherbakov-277610.jpg');
  background-position: 0 0, 50% 28%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.works-1 {
  background-image: linear-gradient(rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url('../images/pesche-.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.works-2 {
  background-image: linear-gradient(rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url('../images/autumn-goodman-242822_1.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.works-3 {
  background-image: linear-gradient(rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url('../images/crew-22256.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.works-4 {
  background-image: linear-gradient(rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url('../images/fabian-irsara-92113.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.works-5 {
  background-image: linear-gradient(rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url('../images/patrick-tomasso-88398.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.contact-1 {
  background-image: linear-gradient(rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url('../images/contatti.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.contact-2 {
  background-image: linear-gradient(rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url('../images/bench-accounting-49026.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.services {
  background-image: linear-gradient(rgba(4, 4, 5, .5), rgba(4, 4, 5, .5)), url('../images/MAGAZZINO-DG-FRUIT.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.faq {
  background-image: linear-gradient(rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url('../images/Workspace-Top-Down-View-with-MacBook-Pro.jpg');
  background-position: 0 0, 50% -42px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.pricing-header-section {
  background-image: linear-gradient(rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url('../images/sylwia-pietruszka-218363.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.licensing-header-section {
  background-image: linear-gradient(rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url('../images/jesus-kiteque-224069.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.intro-header-section {
  background-color: var(--medium-slate-blue);
}

.page-header-section.style-guide-header-section {
  background-image: linear-gradient(rgba(46, 50, 60, .4), rgba(46, 50, 60, .4)), url('../images/alice-achterhof-85968.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.uva {
  background-image: url('../images/uva_1.png');
  background-position: 50%;
  background-size: cover;
}

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

.review-slide-author {
  font-weight: 700;
}

.gallery {
  flex-wrap: wrap;
  margin-left: 8.33%;
  margin-right: 8.33%;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
}

.gallery-vertical-column {
  flex-flow: column wrap;
  flex: 1;
  display: flex;
}

.gallery-photo {
  background-color: var(--light-grey);
  border-radius: 6px;
  margin: 4px;
  position: relative;
  overflow: hidden;
}

.gallery-photo.gallery-photo-1 {
  z-index: 1;
  background-image: url('../images/breather-163391.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 62%;
  height: 560px;
}

.gallery-photo.gallery-photo-2 {
  background-image: url('../images/grovemade-239370.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  flex: 1;
  display: flex;
}

.gallery-photo.gallery-photo-3 {
  background-image: url('../images/grovemade-239358_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.gallery-photo.gallery-photo-4 {
  background-image: url('../images/gabriel-beaudry-253369.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 360px;
}

.gallery-photo.gallery-photo-5 {
  background-image: url('../images/dane-deaner-272375.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.utility-page-section {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 48px;
  display: flex;
}

.password-window {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  width: 370px;
  margin-top: 48px;
  padding: 56px;
  display: flex;
  box-shadow: 0 8px 28px rgba(46, 50, 60, .09);
}

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

.about-us {
  flex-flow: column wrap;
  justify-content: center;
  align-items: stretch;
  width: 83.33%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.about-image {
  border-radius: 8px;
}

.about-text {
  color: var(--light-slate-grey);
  text-align: left;
  column-count: 2;
  column-gap: 30px;
  margin-top: 72px;
  margin-bottom: -24px;
}

.blog-posts-and-sidebar {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.blog-posts-v1-wrapper {
  width: 66.66%;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-sidebar {
  text-align: left;
  width: 27.5%;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-posts-v1 {
  flex-direction: column;
  margin-bottom: -56px;
  display: flex;
}

.post-card-v1 {
  text-align: left;
  flex-direction: column;
  margin-bottom: 56px;
  display: flex;
}

.post-card-v1-bottom {
  border-top: 1px solid var(--gainsboro);
  color: var(--light-slate-grey);
  align-items: center;
  margin-top: 8px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 4px;
  font-size: 13px;
  line-height: 24px;
  display: flex;
}

.post-card-v1-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.post-card-v1-author {
  color: var(--light-slate-grey);
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.post-card-v1-author:hover {
  text-decoration: underline;
}

.zoom-on-hover {
  transition: transform .45s;
}

.zoom-on-hover:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  transform: scale(1.06);
}

.post-card-v1-image {
  z-index: 1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 424px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card-v1-text {
  color: var(--light-slate-grey);
  margin-top: 0;
}

.blog-card-v1-dot {
  background-color: var(--dark-grey);
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.text-block-5 {
  flex: 1;
}

.sidebar-subscribe {
  margin-bottom: 56px;
}

.sidebar-subscribe-header {
  margin-top: 0;
  margin-bottom: 24px;
}

.blog-sidebar-block {
  margin-bottom: 56px;
}

.sidebar-header {
  border-bottom: 1px solid var(--gainsboro);
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 16px;
}

.blog-category-dot {
  background-color: var(--black-2);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-top: 1px;
  margin-right: 16px;
}

.sidebar-category {
  color: var(--black-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.sidebar-category:hover {
  text-decoration: underline;
}

.sidebar-featured-post-image {
  z-index: 1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar-featured-post-category {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 32px;
}

.sidebar-featured-post-header {
  text-align: center;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar-tags {
  flex-wrap: wrap;
  display: flex;
}

.sidebar-tag {
  color: var(--light-slate-grey);
  margin-right: 16px;
  font-size: 14px;
  line-height: 32px;
}

.sidebar-tag:hover {
  text-decoration: underline;
}

.blog-posts-v2-wrapper {
  flex: 0 auto;
  width: 66.66%;
}

.categories {
  display: flex;
}

.category-filter-link {
  color: var(--dim-grey);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  line-height: 32px;
  transition: color .1s;
  display: flex;
}

.category-filter-link:hover {
  color: var(--black-2);
}

.category-filter-link.w--current {
  box-shadow: inset 0 -2px 0 0 var(--orange);
  color: var(--black-2);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
  display: flex;
}

.categories-filter {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: -8px;
  margin-bottom: 80px;
  display: flex;
}

.hidden {
  display: none;
}

.gallery-horizontal-column {
  width: 100%;
  display: flex;
}

.gallery-hover {
  opacity: 0;
  background-image: url('../images/plus-circle-icon.png'), linear-gradient(rgba(46, 50, 60, .3), rgba(46, 50, 60, .3));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 66px, auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.work-card-v3 {
  color: var(--black-2);
  padding-bottom: 8px;
}

.work-card-v5-image {
  z-index: 1;
  border-radius: 8px;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}

.sidebar-author {
  color: var(--black-2);
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  display: flex;
}

.sidebar-author:hover {
  text-decoration: underline;
}

.sidebar-author-avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.sidebar-featured-post-card {
  color: var(--black-2);
  margin-top: 16px;
  margin-bottom: 16px;
}

.full-screen-menu {
  background-color: var(--black-2);
  background-image: linear-gradient(rgba(27, 33, 44, .93), rgba(27, 33, 44, .93)), url('../images/silvio-kundt-65518.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 16px 16px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}

.full-screen-menu-list {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.full-screen-nav-link {
  color: #fff;
  text-align: center;
  padding: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 80px;
}

.menu-line {
  background-color: #fff;
  width: 24px;
  height: 2px;
  display: block;
}

.menu-line.menu-top-line {
  width: 20px;
  margin-bottom: 4px;
}

.menu-line.menu-middle-line-2 {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-line.menu-bottom-line {
  width: 12px;
  margin-top: 4px;
  top: 12px;
  left: 12px;
}

.menu-top-line {
  width: 20px;
}

.menu-icon {
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-end;
  width: 24px;
  height: 24px;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.work-header-wrapper {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
  display: block;
}

.work-details {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(46, 50, 60, .09);
}

.work-details-column {
  box-shadow: -1px 0 0 0 var(--gainsboro), 1px 0 0 0 var(--gainsboro);
  background-color: #fff;
  flex: 1;
  padding-bottom: 20px;
  padding-left: 23px;
  padding-right: 23px;
}

.work-details-text {
  color: var(--light-slate-grey);
  font-size: 16px;
  line-height: 24px;
}

.link {
  color: var(--medium-slate-blue);
  font-size: 16px;
  line-height: 24px;
  display: block;
}

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

.work-details-header {
  margin-top: 22px;
  margin-bottom: 8px;
}

.work-presentation {
  text-align: left;
  margin-bottom: -16px;
}

.work-presentation h2, .work-presentation p, .work-presentation h4, .work-presentation h1, .work-presentation h3, .work-presentation h5, .work-presentation h6 {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.work-presentation img {
  border-radius: 8px;
}

.work-presentation figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.work-presentation blockquote, .work-presentation ol, .work-presentation ul {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.work-presentation a:hover {
  text-decoration: underline;
}

.work-main-image {
  border-radius: 8px;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 24px;
  display: block;
}

.work-content {
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.form-success {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.form-success.contact-split-form-success {
  text-align: left;
}

.form-success.window-success {
  margin-bottom: -40px;
  padding-left: 24px;
  padding-right: 24px;
}

.form-success.footer-big-subscribe-success {
  padding-top: 8px;
}

.form-error {
  color: var(--indian-red);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
}

.form-error.window-error {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.form-error.footer-big-subscribe-error {
  margin-top: 24px;
}

.post-header-section {
  background-color: var(--black-2);
  color: #fff;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  min-height: 640px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.post-header-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  margin-right: 12px;
}

.post-header-author {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  display: flex;
}

.post-header-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66.66%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.post-header-overlay {
  background-color: rgba(26, 31, 46, .5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.blog-post {
  text-align: left;
}

.blog-post h1, .blog-post p {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-post img {
  border-radius: 8px;
}

.blog-post h2, .blog-post blockquote, .blog-post ul, .blog-post ol, .blog-post h5 {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-post a:hover {
  text-decoration: underline;
}

.blog-post h6, .blog-post h3, .blog-post h4 {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-post figure {
  padding-left: 8.33%;
  padding-right: 8.33%;
}

.blog-post-content {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.post-date-wrapper {
  color: var(--light-slate-grey);
  align-items: center;
  width: 66.66%;
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.post-date {
  margin-left: 3px;
}

.post-author-profile {
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  align-items: flex-start;
  width: 66.66%;
  margin-top: 56px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.post-author-avatar {
  border-radius: 50%;
  width: 96px;
  height: 96px;
  margin-right: 24px;
}

.post-author-name {
  margin-top: 0;
  margin-bottom: 6px;
}

.post-author-bio {
  color: var(--light-slate-grey);
}

.post-author-link {
  margin-top: 7px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.post-author-link:hover {
  text-decoration: underline;
}

.coming-soon-section {
  background-color: var(--black-2);
  background-image: url('../images/derek-thomson-292172.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.coming-soon-logo {
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.coming-soon-social {
  justify-content: flex-end;
  align-items: center;
  padding: 40px 24px 32px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.coming-soon-copyright {
  color: rgba(255, 255, 255, .5);
  padding: 40px 32px;
  font-size: 11px;
  line-height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.coming-soon-info {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  width: 570px;
  padding: 24px 64px 64px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .27);
}

.coming-soon-form {
  justify-content: center;
  padding-top: 12px;
  display: flex;
}

.faq-list {
  width: 66.66%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.question-container {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(46, 50, 60, .09);
}

.question-container:hover {
  box-shadow: 0 3px 9px rgba(46, 50, 60, .09);
}

.question {
  color: var(--black-2);
  align-items: center;
  display: flex;
}

.question-text {
  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
}

.answer {
  color: var(--light-slate-grey);
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.question-arrow-icon {
  opacity: .51;
  margin-left: 24px;
  margin-right: 8px;
}

.answer-text {
  margin-top: 8px;
}

.pricing {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -30px;
  display: flex;
}

.pricing-table {
  color: var(--light-slate-grey);
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  max-width: 33.33%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 56px 48px;
  font-size: 14px;
  line-height: 24px;
  box-shadow: 0 8px 28px rgba(46, 50, 60, .09);
}

.pricing-table-price {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 32px;
}

.pricing-table-feature {
  box-shadow: inset 0 1px 0 0 var(--gainsboro), 0 1px 0 0 var(--gainsboro);
  background-color: #fff;
  padding-top: 13px;
  padding-bottom: 11px;
  font-size: 14px;
  line-height: 24px;
}

.popup-wrapper {
  z-index: 300;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.popup-overlay {
  background-color: rgba(26, 31, 46, .7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.password-icon {
  background-color: var(--indian-red);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.password-header {
  margin-top: 16px;
  margin-bottom: 32px;
}

.licence-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -24px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item {
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 66.66%;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(46, 50, 60, .09);
}

.licence-link {
  color: var(--light-slate-grey);
}

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

.licence-links-wrapper {
  color: var(--light-slate-grey);
  flex: 1;
  justify-content: space-between;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.hero-intro {
  text-align: center;
  width: 570px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  display: block;
}

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

.layout {
  flex: 0 auto;
  width: 33.33%;
  padding: 40px 30px 32px;
}

.layout-preview-wrapper {
  background-color: var(--gainsboro);
  border-radius: 4px;
  width: 100%;
  height: 520px;
  transition: box-shadow .3s;
  overflow: scroll;
  box-shadow: 0 1px 2px rgba(46, 50, 60, .12);
}

.layout-preview-wrapper:hover {
  box-shadow: 0 8px 28px rgba(46, 50, 60, .09);
}

.inner-pages {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 9%;
  padding-right: 9%;
  display: flex;
}

.inner-page-link {
  color: var(--black-2);
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 8px;
  flex-grow: 1;
  flex-basis: 28%;
  margin: 8px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  transition: background-color .3s, color .3s;
  box-shadow: 0 1px 2px rgba(46, 50, 60, .09);
}

.inner-page-link:hover {
  background-color: var(--medium-slate-blue);
  color: #fff;
}

.heading-styles {
  padding-left: 15px;
  padding-right: 15px;
}

.full-screen-social {
  padding: 32px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.float-card {
  z-index: 250;
  color: var(--light-slate-grey);
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 24px;
  font-size: 14px;
  line-height: 24px;
  position: fixed;
  bottom: 24px;
  left: 24px;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(46, 50, 60, .18);
}

.float-subscribe-form {
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 392px;
  margin-top: 16px;
  margin-bottom: 4px;
  display: flex;
}

.float-card-close {
  z-index: 1;
  opacity: .6;
  background-image: url('../images/close-small-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  right: 0;
}

.float-card-close:hover {
  opacity: 1;
}

.review-card-text {
  font-size: 16px;
  line-height: 28px;
}

.float-behance {
  width: 312px;
  display: flex;
}

.float-behance-icon {
  background-image: url('../images/behance-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 72px;
  min-height: 40px;
  margin-right: 24px;
}

.float-behance-content {
  flex: 1;
  margin-bottom: -8px;
}

.tabs-menu {
  margin-bottom: 80px;
}

.tab-link {
  box-shadow: inset 0 -1px 0 0 var(--gainsboro);
  color: var(--light-slate-grey);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 48px;
  transition: box-shadow .3s, color .3s;
}

.tab-link:hover {
  color: var(--black-2);
}

.tab-link.w--current {
  box-shadow: inset 0 -2px 0 0 var(--medium-slate-blue), inset 0 -1px 0 0 var(--gainsboro);
  color: var(--medium-slate-blue);
  background-color: rgba(0, 0, 0, 0);
}

.changelog {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 66.66%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.change-icon {
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.change-icon.new {
  background-color: var(--medium-aquamarine);
}

.change-icon.fix {
  background-color: var(--indian-red);
}

.change-icon.enhancement {
  background-color: var(--orange);
}

.change-icon.release {
  background-color: var(--medium-slate-blue);
}

.text-block-6 {
  font-weight: 700;
}

.tooltip {
  border: 1px solid var(--light-grey);
  color: var(--black-2);
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: absolute;
  bottom: 34px;
  box-shadow: 1px 1px 6px rgba(17, 17, 17, .1);
}

.tooltip.change-tooltip {
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 700;
  bottom: 50px;
}

.tooltip-arrow {
  border-right: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.change-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

.change {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 16px;
  padding: 32px;
  display: flex;
  box-shadow: 0 8px 28px rgba(46, 50, 60, .09);
}

.layout-preview {
  width: 100%;
}

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

.logo-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.works-v6 {
  z-index: 1;
  width: 100%;
  position: relative;
}

.menu-icon-line-top, .menu-icon-line-bottom {
  background-color: #151515;
  height: 2px;
}

.menu-icon-wrapper {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 20px;
  height: 20px;
  display: flex;
}

.menu-icon-line-middle {
  background-color: #151515;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.navbar {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.nav-link-2 {
  font-size: 13px;
}

.nav-link-2.w--current {
  color: var(--coral);
  font-size: 11px;
}

.nav-link-3, .nav-link-4, .nav-link-5, .nav-link-6, .nav-link-7 {
  font-size: 11px;
}

.grid-overlay {
  opacity: 0;
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.basketweave-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr) .5fr .25fr .25fr .5fr minmax(200px, 1fr) minmax(200px, 1fr);
  grid-template-columns: 1fr 1.5fr 1fr 1fr 1fr 1fr 1.5fr 1fr;
  margin-top: 10px;
}

.grid-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-img._7 {
  background-image: url('../images/WhatsApp-Image-2019-11-05-at-22.09.14.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._2 {
  background-image: url('../images/WhatsApp-Image-2019-11-05-at-22.14.36.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._3 {
  background-image: url('../images/WhatsApp-Image-2019-11-05-at-22.11.24.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._5 {
  background-image: url('../images/WhatsApp-Image-2019-11-05-at-22.11.17.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._8 {
  background-image: url('../images/WhatsApp-Image-2019-11-05-at-22.11.451.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._6 {
  background-image: url('../images/uva-vittoria.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._4 {
  background-image: url('../images/IMG_2040.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._1 {
  background-image: url('../images/DSC_1235.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.grid-animation {
  color: #444f55;
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
}

.mb-0 {
  margin-bottom: 0;
}

.fontawesome-icon._1x {
  font-size: 16px;
}

.basketweave-block {
  position: relative;
  overflow: hidden;
}

.icon-rounded {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.grid-img-wrapper {
  z-index: 1;
  padding: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.paragraph {
  text-align: left;
}

.heading {
  text-align: left;
  font-size: 40px;
}

.columns {
  flex-flow: row;
  align-content: space-around;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns.a {
  flex-direction: row;
}

.column {
  text-align: left;
}

.paragraph-2 {
  color: var(--white);
  font-size: 40px;
}

.nav-link-8 {
  color: var(--black);
  padding-left: 8px;
  padding-right: 8px;
}

.nav-link-8.w--current {
  color: #ce440e;
}

.nav-link-9 {
  color: var(--black);
  padding-left: 8px;
  padding-right: 8px;
}

.nav-link-9.w--current {
  color: var(--coral);
}

.nav-link-10 {
  color: var(--black);
  padding-left: 8px;
  padding-right: 8px;
}

.nav-link-10.w--current {
  color: var(--coral);
}

.nav-link-11 {
  color: var(--black);
  padding-left: 8px;
  padding-right: 8px;
}

.columns-2 {
  border-bottom: 1px solid #000;
  flex-direction: row;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.paragraph-3 {
  font-size: 20px;
  font-weight: 700;
}

.image-2, .image-3, .image-4, .image-5, .paragraph-4, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12 {
  border-radius: 100px;
}

.heading-2 {
  margin-top: 10px;
  font-size: 30px;
}

.columns-3, .columns-4 {
  border-bottom: 1px solid #000;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.heading-3 {
  font-size: 30px;
}

.text-block-7 {
  color: var(--black);
  font-size: 32px;
  font-weight: 700;
}

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

.nav-link-12.w--current {
  color: var(--coral);
  padding-left: 8px;
  padding-right: 8px;
}

.nav-link-13 {
  color: var(--black);
  padding-left: 8px;
  padding-right: 8px;
}

.nav-link-13.w--current {
  color: var(--coral);
}

.container-3 {
  margin-bottom: 60px;
  padding-bottom: 0;
}

.paragraph-5 {
  font-size: 23px;
}

.paragraph-5.nn {
  text-align: center;
  font-size: 19px;
}

.bold-text {
  color: var(--coral);
}

.text-block-8 {
  font-size: 32px;
  font-weight: 700;
}

.text-block-9 {
  font-size: 32px;
}

.paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
  font-size: 18px;
}

.paragraph-12 {
  text-align: left;
  font-size: 20px;
}

.section-2 {
  padding-top: 20px;
}

.paragraph-13 {
  text-align: left;
}

.wrapper-2 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.blog-thumbnail-container {
  border: 1px solid rgba(9, 106, 208, .2);
  border-radius: 6px;
  flex: 1;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
}

.blog-thumbnail-container:hover {
  transform: translate(0, -5px);
}

.padding {
  padding: 20px;
}

.paragraph-small-2 {
  color: var(--black);
  font-size: 15px;
  font-weight: 300;
}

.heading-4, .heading-5, .heading-6 {
  color: var(--black);
}

.columns-5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-14 {
  text-align: left;
}

.paragraph-15 {
  text-align: justify;
}

.slide {
  background-image: url('../images/albicocche.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.image-13 {
  background-image: url('../images/ifs.gif');
  background-position: 0 0;
  background-size: cover;
}

.div-block-40 {
  display: flex;
}

.div-block-39 {
  width: 33%;
  height: 700px;
}

.div-block-39._1 {
  background-image: url('../images/WhatsApp-Image-2024-07-01-at-08.35.59-1.jpeg');
  background-position: 50%;
  background-size: cover;
}

.div-block-39._2 {
  background-image: url('../images/WhatsApp-Image-2024-07-01-at-08.36.14-2.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-39._3 {
  background-image: url('../images/WhatsApp-Image-2024-07-01-at-08.36.14-4.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-41 {
  width: 33%;
  height: 700px;
}

.div-block-41._4 {
  background-image: url('../images/WhatsApp-Image-2024-07-01-at-08.36.14-2.jpeg');
  background-position: 100%;
  background-size: cover;
}

.div-block-41._5 {
  background-image: url('../images/WhatsApp-Image-2024-07-01-at-08.36.14-8.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-41._6 {
  background-image: url('../images/WhatsApp-Image-2024-07-01-at-08.35.59.jpeg');
  background-position: 0 0;
  background-size: cover;
}

html.w-mod-js [data-ix="fade-up-1"], html.w-mod-js [data-ix="fade-up-2"], html.w-mod-js [data-ix="fade-up-3"], html.w-mod-js [data-ix="fade-up-4"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="fade-left"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="fade-right"] {
  opacity: 0;
  transform: translate(-60px);
}

html.w-mod-js [data-ix="tabs-content"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="float-subcribe-card"] {
  opacity: 0;
  transform: translate(-60px);
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 46px;
    line-height: 56px;
  }

  h2 {
    margin-top: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    width: auto;
    font-size: 24px;
    line-height: 32px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

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

  h6 {
    width: auto;
    font-size: 15px;
    line-height: 24px;
  }

  p {
    font-size: 15px;
  }

  figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .section {
    padding: 100px 8px;
  }

  .button.contact-ready-button {
    margin-bottom: -56px;
  }

  .button.hero-side-button {
    margin-top: 12px;
  }

  .button.subscribe-button {
    margin-left: 16px;
  }

  .button.works-v3-button {
    margin-top: 48px;
  }

  .button.works-v4-button {
    margin-top: 72px;
  }

  .button.posts-v3-button {
    margin-top: 64px;
  }

  .button.ghost-button.hero-promo-button {
    margin: 24px;
  }

  .button.ghost-button.coming-soon-contact-button {
    bottom: 32px;
  }

  .button.full-screen-button {
    bottom: 24px;
    right: 24px;
  }

  .button.pricing-table-button {
    margin-top: 32px;
  }

  .nav-bar {
    padding-left: 2px;
    padding-right: 0;
  }

  .nav-bar.ghost-nav-bar {
    padding-left: 8px;
    padding-right: 8px;
  }

  .logo {
    margin-bottom: 9px;
  }

  .logo-link {
    padding-top: 21px;
    padding-bottom: 19px;
  }

  .logo-link.full-screen-logo {
    left: 8px;
  }

  .nav-link {
    background-color: #fff;
  }

  .nav-link:hover {
    color: var(--black-2);
  }

  .hero-table-section {
    justify-content: flex-end;
    height: 560px;
  }

  .hero-table-intro {
    max-width: 66.66%;
    padding-bottom: 60px;
    position: relative;
  }

  .hero-intro-line {
    width: 50px;
    height: 2px;
    margin-top: 0;
    margin-bottom: 6px;
  }

  .service-side-text {
    padding-right: 8px;
    font-size: 15px;
  }

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

  .scroll-down-link {
    display: none;
  }

  .hero-imac {
    top: 18%;
  }

  .hero-plant-small {
    max-width: 120px;
    left: -60px;
  }

  .hero-headphones {
    max-width: 240px;
    bottom: 4%;
    left: -110px;
    right: auto;
  }

  .hero-plant-big {
    max-width: 320px;
    top: 14%;
    right: -160px;
  }

  .hero-pencils {
    max-width: 110px;
    top: 40%;
    right: 6%;
  }

  .hero-mouse {
    max-width: 50px;
    bottom: 8%;
    left: auto;
    right: 5%;
  }

  .hero-pencil {
    display: none;
  }

  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

  .section-description {
    font-size: 15px;
  }

  .service-card-big {
    padding-left: 8px;
    padding-right: 8px;
  }

  .service-image {
    width: 75%;
    height: 440px;
  }

  .service-color-card {
    padding: 40px 40px 32px;
    left: 25%;
  }

  .service-color-card.service-card-right {
    right: 25%;
  }

  .service-simple {
    padding-left: 8px;
    padding-right: 16px;
  }

  .service-color-card-text {
    font-size: 15px;
  }

  .service-simple-icon {
    width: 56px;
    display: block;
  }

  .grey-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .works-v1 {
    margin-bottom: -32px;
  }

  .work-card-v1 {
    margin: 8px;
    padding: 0 0 32px;
  }

  .work-card-v1:hover {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
  }

  .work-card-v1-image {
    height: 240px;
  }

  .work-card-v1-category {
    width: 72px;
    height: 72px;
    margin-top: -36px;
  }

  .work-card-v1-description {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 15px;
  }

  .testimonials-color-cards {
    flex-wrap: wrap;
  }

  .review-color-card {
    margin-bottom: 16px;
  }

  .testimonials-color-cards-content {
    width: 100%;
    margin-bottom: -16px;
    padding-top: 64px;
  }

  .tesimonials-color-cards-info {
    text-align: center;
    flex: 0 auto;
    width: 100%;
    padding-top: 0;
    padding-left: 16%;
    padding-right: 16%;
  }

  .testimonials-color-cards-colomn-1 {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonials-color-cards-column-2, .team-member {
    padding-left: 8px;
    padding-right: 8px;
  }

  .team-member-photo {
    height: 260px;
  }

  .rich-text-content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .team-member-links {
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .contact-split-image {
    width: 33.33%;
  }

  .contact-split-info {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .clients-section {
    padding: 40px 16px;
  }

  .clients-section.clients-small-padding {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .client-logo {
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-v1 {
    padding-top: 12px;
  }

  .footer-v1-column {
    padding-bottom: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-bottom {
    margin-left: 8px;
    margin-right: 8px;
  }

  .hero-video-section {
    height: auto;
  }

  .hero-video-header {
    font-size: 132px;
    line-height: 120px;
  }

  .hero-video-play {
    letter-spacing: 3px;
    height: 560px;
    font-size: 13px;
  }

  .video-play-button {
    background-size: 20px, auto;
    width: 64px;
    height: 64px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .hero-video-vertical-wrapper {
    margin-top: 92px;
    margin-left: -81px;
    font-size: 14px;
  }

  .hero-video-vertical-line {
    width: 38px;
    margin-right: 12px;
  }

  .about-side-header-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-side-line {
    height: 2px;
    margin-top: 24px;
    margin-right: 24px;
  }

  .about-side-header {
    padding-right: 16px;
  }

  .about-side-text {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
  }

  .work-card-v2-info {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .service-side-block {
    align-items: center;
    padding-bottom: 88px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .service-side-info {
    padding: 0 3%;
  }

  .service-side-content {
    padding-left: 0%;
  }

  .service-side-content.service-side-content-reversed {
    padding-right: 0%;
  }

  .service-side-image {
    height: 248px;
    margin-bottom: 32px;
  }

  .service-side-image-text {
    width: 97%;
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px 24px;
    bottom: -40px;
  }

  .service-side-blocks {
    margin-bottom: -100px;
  }

  .more-services-header-wrapper {
    padding-left: 8px;
  }

  .more-services {
    margin-top: -64px;
  }

  .more-service-card {
    margin-left: 8px;
    margin-right: 8px;
    padding: 32px 24px;
  }

  .more-service-card.service-card-2 {
    margin-top: -56px;
  }

  .more-service-card.service-card-3 {
    margin-top: -112px;
  }

  .small-button {
    margin-top: 8px;
  }

  .more-service-card-number {
    margin-bottom: -24px;
    font-size: 18px;
    line-height: 24px;
  }

  .testimonials-slider-cards {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 72px;
    padding-right: 72px;
  }

  .testimonials-slider-nav {
    margin-top: 64px;
  }

  .review-slide-card-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .review-slide-card {
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0 5px 18px rgba(46, 50, 60, .18);
  }

  .side-video-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .side-video-preview {
    min-height: 520px;
  }

  .side-video-info {
    margin-left: 8.33%;
    margin-right: 8.33%;
    padding-left: 8px;
    padding-right: 8%;
  }

  .clients-header {
    margin-bottom: 32px;
  }

  .post-v2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .category {
    height: 20px;
    padding-top: 2px;
    padding-left: 11px;
    padding-right: 10px;
    font-size: 8px;
  }

  .category.work-v4-category, .category.post-card-v3-category, .category.post-card-v1-category {
    margin: 24px;
  }

  .post-card-v2-header {
    margin-top: 18px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card-v2-image-wrapper {
    margin-bottom: -18px;
  }

  .footer-v2-logo, .footer-v2-about, .footer-v2-contact {
    padding-bottom: 32px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-social {
    margin-bottom: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-slider-section {
    height: 560px;
  }

  .hero-slider-arrow {
    width: 80px;
  }

  .hero-slide-info {
    max-width: 66.66%;
  }

  .work-v3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-side-media {
    flex-direction: row;
  }

  .about-side-image-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-side-image-wrapper {
    width: 41.66%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .video-section {
    letter-spacing: 3px;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 13px;
    font-weight: 700;
  }

  .service-cards {
    margin-bottom: -16px;
  }

  .service-card {
    flex-basis: 40%;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .service-card._33-width {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-side-map {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .side-map-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-map {
    height: 536px;
  }

  .contact-side-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v3-about {
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 4%;
  }

  .footer-v3 {
    padding-top: 14px;
  }

  .footer-v3-nav {
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v3-subscribe {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-big-subscribe-wrapper {
    margin-left: -8px;
    margin-right: -8px;
  }

  .hero-side-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-side-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-side-image-wrapper {
    height: 560px;
    padding-top: 64px;
  }

  .work-v4 {
    padding: 8px;
  }

  .work-card-v4-info {
    margin: 24px;
    padding-bottom: 4px;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .work-card-v4-header {
    margin-top: 20px;
  }

  .services-color-bg-info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .service-color-bg {
    padding-left: 8px;
    padding-right: 16px;
  }

  .service-color-bg-info {
    padding-left: 16px;
  }

  .service-color-bg-icon {
    width: 40px;
  }

  .side-feature {
    margin-bottom: 100px;
  }

  .side-feature-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-feature-image {
    flex: 0 auto;
    width: 41.33%;
  }

  .subscribe-form {
    padding-left: 0;
    padding-right: 0;
  }

  .subscribe-info {
    padding-left: 24px;
  }

  .team-color-cards {
    flex-wrap: wrap;
    justify-content: center;
  }

  .team-member-color-card {
    flex: 0 auto;
    width: 32%;
    margin: 20px 60px 40px 20px;
    padding-bottom: 40px;
  }

  .team-member-color-photo {
    height: 42vw;
    margin-top: -16px;
  }

  .team-member-color-role {
    width: 200px;
    top: 100px;
    left: -80px;
  }

  .wide-map {
    height: 360px;
  }

  .blog-posts-v3 {
    margin-bottom: -16px;
  }

  .post-v3 {
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card-v3 {
    display: flex;
  }

  .post-card-v3-image {
    height: 176px;
    position: relative;
  }

  .post-card-v3-info {
    padding: 16px 24px;
  }

  .post-card-v3-header {
    margin-bottom: 16px;
  }

  .post-card-v3-bottom {
    padding-top: 16px;
  }

  .hero-split-image {
    height: 560px;
  }

  .hero-split-content {
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .work-v5 {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .work-card-v5-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .team-cards {
    flex-wrap: wrap;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .team-member-card {
    flex: 45%;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .testimonials-cards-column {
    margin-bottom: -16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .review-card {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .big-map {
    height: 320px;
    margin-bottom: 64px;
    display: block;
  }

  .footer-v4-about, .footer-v4-column {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-promo-intro {
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .hero-promo-small-header, .hero-promotext {
    font-size: 18px;
    line-height: 32px;
  }

  .hero-promo-social {
    padding: 24px;
  }

  .menu-button {
    color: var(--black-2);
    width: 64px;
    height: 64px;
    padding: 22px;
  }

  .menu-button.w--open {
    color: var(--black-2);
    background-color: rgba(0, 0, 0, 0);
  }

  .scroll-mouse-link {
    padding-bottom: 24px;
    display: none;
  }

  .work-card-v6 {
    width: 50%;
  }

  .contact-window.popup-window {
    width: 100%;
    max-width: 500px;
    transform: scale(.8);
  }

  .footer-v1-logo-column {
    padding-bottom: 48px;
    padding-left: 8px;
    padding-right: 32px;
  }

  .nav-dropdown-link {
    background-color: var(--white-smoke);
    padding-left: 32px;
  }

  .nav-dropdown-link:hover {
    background-color: var(--white-smoke);
    color: var(--black-2);
  }

  .nav-dropdown-list.w--open {
    border-radius: 0;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }

  .text-block-3 {
    font-size: 12px;
  }

  .text-block-4 {
    display: none;
  }

  .nav-menu {
    border-bottom: 1px solid var(--gainsboro);
    max-height: 80vh;
    overflow: scroll;
  }

  .page-header-section {
    height: 320px;
    padding-top: 48px;
  }

  .gallery {
    margin-left: 0%;
    margin-right: 0%;
  }

  .utility-page-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .password-window {
    margin-top: 40px;
  }

  .about-us {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-text {
    margin-top: 48px;
  }

  .blog-posts-and-sidebar {
    padding-top: 0;
  }

  .blog-posts-v1-wrapper {
    padding-left: 8px;
    padding-right: 16px;
  }

  .blog-sidebar {
    width: 33.33%;
    padding-left: 16px;
    padding-right: 8px;
  }

  .post-card-v1 {
    margin-bottom: 32px;
  }

  .zoom-on-hover:hover {
    transform: none;
  }

  .post-card-v1-image {
    max-height: none;
  }

  .post-card-v1-header {
    margin-top: 24px;
  }

  .category-filter-link {
    margin-left: 16px;
    margin-right: 16px;
  }

  .categories-filter {
    margin-bottom: 64px;
  }

  .full-screen-menu {
    max-height: 100vh;
  }

  .full-screen-nav-link {
    font-size: 36px;
    line-height: 72px;
  }

  .work-details {
    width: 83.33%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .work-presentation h2, .work-presentation p, .work-presentation h4, .work-presentation h1, .work-presentation h3, .work-presentation h5, .work-presentation h6 {
    width: 83.33%;
  }

  .work-presentation figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .work-presentation blockquote, .work-presentation ol, .work-presentation ul {
    width: 83.33%;
  }

  .work-main-image {
    margin-top: 100px;
  }

  .work-content {
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-header-section {
    height: 75vh;
    min-height: 520px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .post-header-wrapper {
    width: 100%;
  }

  .blog-post h1 {
    width: 83.33%;
  }

  .blog-post p {
    width: 83.33%;
    font-size: 16px;
  }

  .blog-post h2, .blog-post blockquote, .blog-post ul, .blog-post ol, .blog-post h5, .blog-post h6, .blog-post h3 {
    width: 83.33%;
  }

  .blog-post h4 {
    width: 83.33%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-post figure {
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-post-content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-date-wrapper, .post-author-profile {
    width: 83.33%;
  }

  .post-author-avatar {
    width: 88px;
    height: 88px;
  }

  .coming-soon-social {
    padding-top: 36px;
    padding-bottom: 24px;
  }

  .coming-soon-copyright {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .faq-list {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-table {
    margin-left: 8px;
    margin-right: 8px;
    padding: 40px 24px;
  }

  .pricing-table-price {
    margin-bottom: 24px;
  }

  .popup-wrapper {
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .licence-items {
    padding-left: 8px;
    padding-right: 8px;
  }

  .licence-item {
    width: 83.33%;
  }

  .licence-links-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .hero-intro {
    width: 440px;
  }

  .layouts {
    padding-left: 8px;
    padding-right: 8px;
  }

  .layout {
    padding-left: 16px;
    padding-right: 16px;
  }

  .layout-preview-wrapper {
    height: 400px;
    overflow: hidden;
  }

  .inner-page-link {
    padding: 12px 28px;
  }

  .inner-page-link:hover {
    color: var(--black-2);
    background-color: #fff;
  }

  .heading-styles {
    padding-left: 8px;
    padding-right: 8px;
  }

  .full-screen-social {
    padding: 24px;
  }

  .change {
    flex-basis: 40%;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .menu-icon-line-top, .menu-icon-line-bottom, .menu-icon-line-middle {
    background-color: var(--black-2);
  }

  .menu-button-2 {
    width: 72px;
    height: 72px;
    margin-left: 16px;
    padding: 26px;
  }

  .menu-button-2.w--open {
    color: #161a25;
    background-color: rgba(0, 0, 0, 0);
  }

  .basketweave-grid {
    grid-template-rows: minmax(100px, 1fr) minmax(100px, 1fr) .5fr .5fr .5fr .5fr minmax(100px, 1fr) minmax(100px, 1fr);
  }

  .wrapper-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row.no-bottom-margins {
    margin-bottom: 0;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-4 {
    width: 50%;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 34px;
    line-height: 44px;
  }

  h2 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  h3 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  h4 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }

  h5, h6 {
    margin-top: 24px;
    margin-bottom: 8px;
  }

  p {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }

  blockquote {
    font-size: 20px;
  }

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

  .wrapper.nav-bar-wrapper {
    display: block;
  }

  .wrapper.services-big-cards {
    margin-bottom: -80px;
  }

  .button.contact-ready-button {
    margin-bottom: -40px;
  }

  .button.services-simple-button, .button.service-cards-button {
    margin-top: 64px;
  }

  .button.works-v5-button {
    margin-top: 48px;
  }

  .button.ghost-button.hero-promo-button {
    margin: 16px;
  }

  .button.ghost-button.coming-soon-contact-button {
    bottom: 24px;
    right: 24px;
  }

  .button.services-color-bg-button {
    display: none;
  }

  .button.full-screen-button {
    bottom: 16px;
    right: 16px;
  }

  .nav-bar.ghost-nav-bar {
    display: block;
  }

  .logo-link {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .logo-link.full-screen-logo {
    left: 8px;
  }

  .logo-text {
    margin-left: 0;
    font-size: 13px;
    display: none;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .hero-table-section {
    height: 400px;
  }

  .hero-table-intro {
    padding-bottom: 32px;
  }

  .hero-intro-line {
    margin-top: 8px;
  }

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

  .paragraph-big.hero-split-text {
    margin-bottom: 20px;
  }

  .hero-imac {
    max-width: 90%;
  }

  .hero-plant-small, .hero-headphones, .hero-plant-big, .hero-pencils, .hero-mouse {
    display: none;
  }

  .section-header-wrapper {
    padding-bottom: 40px;
  }

  .section-small-header {
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 16px;
  }

  .section-header {
    margin-top: 16px;
  }

  .section-description {
    font-size: 14px;
    line-height: 24px;
  }

  .service-card-big {
    flex-direction: column-reverse;
    margin-bottom: 80px;
  }

  .service-card-big.reversed {
    flex-direction: column-reverse;
  }

  .service-image {
    width: 100%;
    height: 400px;
  }

  .service-color-card {
    z-index: 1;
    text-align: center;
    width: auto;
    margin-top: -72px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 24px;
    position: relative;
    left: 0%;
  }

  .service-color-card.service-card-right {
    right: auto;
  }

  .service-simple {
    width: 83.33%;
    padding-bottom: 16px;
    padding-right: 8px;
  }

  .service-simple-header {
    margin-top: 8px;
  }

  .service-color-card-text {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }

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

  .works-v1 {
    margin-bottom: -16px;
  }

  .work-card-v1 {
    padding-bottom: 24px;
  }

  .work-card-v1-image {
    height: 176px;
  }

  .work-card-v1-header {
    margin-bottom: 12px;
  }

  .work-card-v1-description {
    font-size: 14px;
  }

  .review-color-card {
    padding: 32px 24px;
  }

  .team {
    flex-wrap: wrap;
    margin-bottom: -32px;
  }

  .team-member {
    width: 50%;
    padding-bottom: 32px;
  }

  .team-member-photo {
    height: 360px;
  }

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

  .contact-split-image {
    width: 100%;
    height: 240px;
    min-height: 0;
    display: none;
  }

  .contact-split-info {
    text-align: center;
    margin-left: 0;
    padding: 54px 8.33% 80px;
  }

  .input.footer-subscribe-input {
    text-align: center;
    margin-top: 16px;
  }

  .contact-split-form {
    padding-top: 0;
  }

  .client-logo {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-video-header {
    font-size: 100px;
    line-height: 92px;
  }

  .hero-video-play {
    letter-spacing: 2px;
    height: 440px;
    font-size: 12px;
    line-height: 20px;
  }

  .hero-video-vertical-wrapper {
    margin-top: 74px;
    margin-left: -72px;
  }

  .about-side-info {
    flex-wrap: wrap;
  }

  .about-side-header-wrapper {
    width: 100%;
  }

  .about-side-line {
    width: 42px;
    margin-top: 18px;
    margin-left: 2px;
  }

  .about-side-header {
    padding-right: 0;
  }

  .about-side-text {
    padding-left: 76px;
  }

  .service-side-block {
    flex-direction: column-reverse;
    padding-bottom: 48px;
  }

  .service-side-block.reversed {
    flex-direction: column-reverse;
  }

  .service-side-info {
    text-align: center;
    width: 100%;
    padding: 48px 8.33% 0;
  }

  .service-side-content {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .service-side-content.service-side-content-reversed {
    justify-content: center;
  }

  .link-arrow {
    font-size: 11px;
    line-height: 32px;
  }

  .service-side-image {
    width: 83.33%;
    height: 280px;
  }

  .service-side-image-text {
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }

  .service-side-image-text.image-text-reversed {
    left: 0;
  }

  .service-side-image-text.color-3 {
    display: block;
  }

  .service-side-blocks {
    margin-bottom: -60px;
  }

  .more-services-header-wrapper {
    text-align: center;
    width: 66.66%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .more-services {
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: -24px;
    padding-top: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .more-service-card {
    width: 83.33%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .more-service-card.service-card-2, .more-service-card.service-card-3 {
    margin-top: 0;
  }

  .testimonials-slider-nav {
    margin-top: 40px;
    font-size: 9px;
  }

  .review-slide-card-wrapper {
    width: 100%;
  }

  .testimonials-slider-cards-arrow {
    margin-bottom: 52px;
  }

  .side-video-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .side-video-preview {
    min-height: 400px;
  }

  .side-video-info {
    padding-right: 8px;
  }

  .post-v2 {
    width: 66.66%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 32px;
  }

  .post-v2.width-50 {
    width: 100%;
  }

  .blog-posts-v2 {
    margin-bottom: -32px;
  }

  .footer-v2-about {
    padding-top: 27px;
  }

  .footer-big-subscribe {
    max-width: 100%;
  }

  .hero-slider-section {
    height: 400px;
  }

  .hero-slider-arrow {
    margin-top: 56px;
  }

  .hero-slide.hero-slide-1 {
    background-image: linear-gradient(to bottom, null, null), url('../images/grovemade-239360.jpg');
    background-attachment: scroll, fixed;
  }

  .works-v3 {
    margin-bottom: -24px;
  }

  .work-v3 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;
  }

  .about-side-image-info {
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-side-image-wrapper {
    flex: 1;
    width: 50%;
  }

  .video-section {
    letter-spacing: 2px;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 12px;
    line-height: 20px;
  }

  .service-card._33-width {
    flex-basis: 40%;
  }

  .contact-side-map {
    margin-top: 0;
    margin-bottom: 0;
  }

  .side-map-wrapper {
    width: 50%;
  }

  .contact-side-info {
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-v3-about {
    width: 50%;
  }

  .footer-v3-nav {
    width: 25%;
  }

  .footer-v3-subscribe {
    flex: 0 auto;
    order: -1;
    width: 100%;
    padding-left: 16.66%;
    padding-right: 16.66%;
  }

  .footer-subscribe-form {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero-side-image-wrapper {
    height: 400px;
  }

  .services-color-bg {
    flex-direction: column;
  }

  .services-color-bg-info {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
  }

  .services-color-bg-header {
    width: 100%;
  }

  .service-color-bg-header {
    margin-bottom: 0;
  }

  .side-feature {
    margin-top: 0;
    margin-bottom: 80px;
  }

  .side-feature-content {
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-feature-info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .side-feature-image {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .subscribe-form {
    flex-wrap: wrap;
    padding-bottom: 32px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .subscribe-info {
    text-align: center;
    width: 100%;
  }

  .testimonials-slider {
    width: 100%;
  }

  .review-slide {
    padding-left: 12%;
    padding-right: 12%;
  }

  .wide-map {
    height: 240px;
  }

  .blog-posts-v3 {
    flex-wrap: wrap;
    margin-bottom: -24px;
  }

  .post-v3 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;
  }

  .hero-split-image {
    height: 400px;
  }

  .hero-split-content {
    text-align: left;
  }

  .works-v5 {
    justify-content: center;
    margin-bottom: -20px;
  }

  .work-v5 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    display: block;
  }

  .work-card-v5 {
    padding-bottom: 8px;
  }

  .team-cards {
    padding-left: 0;
    padding-right: 0%;
  }

  .testimonials-cards {
    flex-direction: column;
  }

  .testimonials-cards-column {
    width: 100%;
    margin-bottom: 0;
    padding-left: 9%;
    padding-right: 9%;
  }

  .big-map {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-v4 {
    padding-top: 8px;
  }

  .footer-v4-about {
    width: 100%;
    padding-bottom: 16px;
  }

  .footer-v4-column {
    padding-bottom: 40px;
  }

  .hero-promo-section {
    height: 100vh;
    max-height: 440px;
    position: relative;
  }

  .hero-promo-intro {
    margin-top: 0;
    padding-left: 16%;
    padding-right: 16%;
  }

  .hero-promo-small-header {
    letter-spacing: 6px;
    font-size: 14px;
  }

  .hero-intro-image {
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .hero-promotext {
    width: 100%;
  }

  .work-v6 {
    height: 100vh;
    max-height: 440px;
  }

  .hero-promo-social {
    padding: 16px;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    margin-right: 4px;
    padding: 18px;
  }

  .menu-button.white-menu-button {
    margin-right: 0;
  }

  .scroll-mouse-link {
    display: none;
  }

  .work-card-v6 {
    width: 66.66%;
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-promo-bottom {
    position: absolute;
  }

  .page-header-section {
    height: 240px;
    padding-top: 40px;
  }

  .page-header-section.blog {
    height: 240px;
  }

  .page-header-section.works-2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/autumn-goodman-242822_1.jpg');
    background-position: 0 0, 50% 0;
  }

  .gallery-photo.gallery-photo-1 {
    width: 60%;
    height: 320px;
  }

  .gallery-photo.gallery-photo-4, .gallery-photo.gallery-photo-5 {
    height: 280px;
  }

  .utility-page-section {
    min-height: 480px;
  }

  .password-window {
    margin-top: 32px;
  }

  .about-text {
    column-gap: 24px;
    margin-top: 40px;
  }

  .blog-posts-v1-wrapper {
    padding-right: 12px;
  }

  .blog-sidebar {
    padding-left: 12px;
  }

  .post-card-v1-author {
    flex: 1;
  }

  .post-card-v1-header {
    margin-top: 16px;
  }

  .blog-card-v1-dot, .text-block-5 {
    display: none;
  }

  .category-filter-link {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 14px;
  }

  .categories-filter {
    margin-bottom: 48px;
  }

  .gallery-horizontal-column {
    height: 320px;
  }

  .full-screen-nav-link {
    font-size: 32px;
    line-height: 64px;
  }

  .work-details {
    width: 100%;
  }

  .work-presentation figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .work-main-image {
    margin-top: 80px;
  }

  .work-content {
    padding-top: 48px;
  }

  .post-header-section {
    height: auto;
    min-height: 0;
  }

  .post-header-author {
    font-size: 14px;
    line-height: 24px;
  }

  .post-header-wrapper {
    margin-top: 56px;
  }

  .blog-post p {
    line-height: 28px;
  }

  .coming-soon-section {
    min-height: 440px;
  }

  .coming-soon-logo {
    padding-left: 8px;
  }

  .coming-soon-social {
    padding-top: 28px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .coming-soon-info {
    width: 83.33%;
    padding: 16px 48px 48px;
  }

  .faq-list {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-container {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-text {
    margin-top: 8px;
  }

  .pricing-table {
    flex: 0 auto;
    width: 66.66%;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-table-price {
    font-size: 24px;
    line-height: 32px;
  }

  .licence-items {
    margin-bottom: -16px;
  }

  .licence-item {
    width: 100%;
    margin-bottom: 16px;
  }

  .hero-intro {
    width: 400px;
  }

  .layout {
    width: 50%;
  }

  .inner-pages {
    padding-left: 0%;
    padding-right: 0%;
  }

  .full-screen-social {
    padding: 16px;
  }

  .float-card {
    display: none;
  }

  .tab-link {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 15px;
    line-height: 40px;
  }

  .logo-wrapper {
    float: left;
    display: inline-block;
  }

  .menu-button-2 {
    width: 60px;
    height: 60px;
    padding: 20px;
  }

  .row {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 12px;
  }

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

  figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .section {
    padding-bottom: 20px;
  }

  .section.a.bb {
    background-position: 0 100%;
    background-size: auto 10%;
  }

  .section.prod {
    background-position: 0 100%;
    background-size: 140px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .button.footer-big-subscribe-button {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.subscribe-button {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .button.ghost-button.coming-soon-contact-button {
    text-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: 80px;
    left: 30%;
    right: 30%;
  }

  .hero-table-intro {
    max-width: 100%;
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-imac {
    max-width: 100%;
    top: 24%;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-description {
    font-size: 20px;
    line-height: 30px;
  }

  .section-description.a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .service-image {
    height: 240px;
  }

  .service-color-card {
    margin-top: -48px;
  }

  .service-simple, .work-v1 {
    width: 100%;
  }

  .work-card-v1-image {
    height: 216px;
  }

  .tesimonials-color-cards-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonials-color-cards-colomn-1, .testimonials-color-cards-column-2 {
    width: 100%;
  }

  .team-member {
    width: 100%;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .team-member-photo {
    height: 400px;
  }

  .contact-split-info {
    padding-left: 16px;
    padding-right: 16px;
  }

  .input.footer-big-subscribe-input {
    text-align: center;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .contact-split-form {
    text-align: center;
  }

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

  .footer-v1 {
    padding-top: 0;
  }

  .footer-v1-column {
    width: 100%;
    margin-top: -24px;
    padding-top: 0;
    padding-bottom: 32px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-bottom-text-left {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 8px;
  }

  .footer-bottom-link-right {
    margin-left: 16px;
  }

  .hero-video-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-video-info {
    margin-top: 80px;
    margin-left: 16.66%;
  }

  .hero-video-play {
    width: 100%;
    height: auto;
    padding-top: 24px;
    padding-bottom: 80px;
  }

  .about-side-text {
    padding-left: 4px;
  }

  .work-v2 {
    width: 100%;
  }

  .service-side-info {
    padding-left: 0%;
    padding-right: 0%;
  }

  .service-side-image {
    width: 100%;
    height: 200px;
  }

  .service-side-image-text {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    bottom: -48px;
  }

  .more-service-card {
    width: 100%;
  }

  .testimonials-slider-cards {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .review-slide-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .testimonials-slider-cards-arrow {
    display: none;
  }

  .side-video-section {
    flex-direction: column;
  }

  .side-video-content {
    width: 100%;
    padding-bottom: 72px;
  }

  .side-video-preview {
    width: 100%;
    min-height: 320px;
  }

  .side-video-info {
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
  }

  .post-v2 {
    width: 100%;
  }

  .blog-posts-v2 {
    margin-bottom: 0;
  }

  .footer-v2-logo {
    width: 33.33%;
  }

  .footer-v2-about {
    flex: 0 auto;
    width: 66.66%;
  }

  .footer-v2-contact {
    width: 50%;
    padding-top: 8px;
    padding-bottom: 48px;
  }

  .footer-v2-social {
    flex-wrap: wrap;
  }

  .social-button {
    margin: 4px;
  }

  .footer-big-subscribe {
    border-radius: 8px;
    height: auto;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .footer-big-subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-slider-nav {
    font-size: 9px;
    display: block;
  }

  .hero-slider-arrow {
    display: none;
  }

  .hero-slide-info {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .work-v3 {
    width: 100%;
  }

  .about-side-media {
    flex-direction: column-reverse;
  }

  .about-side-image-info {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .about-side-image-wrapper {
    width: 100%;
  }

  .service-card {
    flex-basis: 80%;
    padding-top: 48px;
  }

  .service-card._33-width {
    flex-basis: 80%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .contact-side-map {
    flex-direction: column-reverse;
    margin-top: -56px;
    margin-bottom: 0;
  }

  .contact-side-map.contact-side-map-reversed {
    flex-direction: column-reverse;
  }

  .side-map-wrapper {
    width: 100%;
    padding-top: 48px;
    padding-right: 8px;
  }

  .side-map {
    height: 440px;
  }

  .contact-side-info {
    flex-wrap: nowrap;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .footer-v3-about {
    width: 100%;
    padding-bottom: 16px;
  }

  .footer-v3-nav {
    width: 50%;
  }

  .footer-v3-subscribe {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-subscribe-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-big-subscribe-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-side-wrapper {
    flex-direction: column-reverse;
  }

  .hero-side-content {
    text-align: center;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .hero-side-image-wrapper {
    width: 100%;
    height: auto;
    padding-top: 120px;
  }

  .hero-side-image {
    transform: none;
  }

  .work-v4 {
    width: 100%;
  }

  .service-color-bg {
    width: 100%;
    padding-right: 8px;
  }

  .side-feature {
    flex-direction: column-reverse;
  }

  .side-feature.mobile-reverse {
    flex-direction: column;
  }

  .side-feature-content {
    width: 100%;
  }

  .side-feature-info {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .side-feature-image {
    width: 100%;
  }

  .side-feature-video-link {
    flex-direction: column;
  }

  .side-feature-video-button {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .subscribe-form {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .subscribe-info {
    padding-left: 0;
    padding-right: 0;
  }

  .team-color-cards {
    flex-flow: wrap;
    margin-bottom: -24px;
  }

  .team-member-color-card {
    flex: 0 auto;
    width: 83.33%;
    margin-bottom: 24px;
  }

  .team-member-color-photo {
    height: 92vw;
  }

  .testimonials-slider {
    margin-bottom: -16px;
    padding-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .review-slide {
    padding-left: 0%;
    padding-right: 0%;
  }

  .review-line {
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .testimonials-slider-arrow {
    display: none;
  }

  .post-v3 {
    width: 100%;
  }

  .post-card-v3-image {
    height: 240px;
  }

  .hero-split-section {
    flex-direction: column-reverse;
  }

  .hero-split-image {
    width: 100%;
    height: 240px;
    margin-top: 56px;
  }

  .hero-split-content {
    text-align: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 64px;
  }

  .work-v5 {
    width: 100%;
  }

  .team-member-card {
    flex-basis: 80%;
  }

  .contacts {
    flex-direction: column;
    padding-bottom: 24px;
  }

  .contacts-column {
    padding-bottom: 32px;
  }

  .footer-v4-about {
    padding-bottom: 40px;
  }

  .footer-v4-column {
    flex: 0 auto;
    width: 50%;
    margin-top: -32px;
  }

  .hero-promo-section {
    height: 100vh;
    max-height: none;
  }

  .hero-promo-intro {
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .work-v6 {
    max-height: none;
  }

  .hero-promo-social {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .work-card-v6 {
    width: 83.33%;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-window {
    flex: 1;
    margin-left: 8px;
    margin-right: 8px;
  }

  .contact-window-form {
    margin-left: 16px;
    margin-right: 16px;
  }

  .contact-window-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-v1-logo-column {
    width: 100%;
    padding-bottom: 32px;
  }

  .text-block-4 {
    display: block;
  }

  .slide-nav {
    font-size: 7px;
    display: block;
  }

  .page-header-section {
    height: 200px;
  }

  .page-header-section.intro-header-section {
    height: 280px;
  }

  .review-slide-author {
    margin-bottom: 32px;
  }

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

  .gallery-vertical-column {
    height: 560px;
  }

  .gallery-photo.gallery-photo-1 {
    width: 100%;
    height: 280px;
  }

  .password-window {
    width: 100%;
  }

  .about-text {
    column-count: 1;
    margin-bottom: 0;
  }

  .blog-posts-and-sidebar {
    flex-direction: column;
  }

  .blog-posts-v1-wrapper {
    width: 100%;
    padding-right: 8px;
  }

  .blog-sidebar {
    width: 100%;
    margin-bottom: -56px;
    padding-top: 24px;
    padding-left: 8px;
  }

  .blog-posts-v1 {
    margin-bottom: -16px;
  }

  .blog-posts-v2-wrapper {
    width: 100%;
  }

  .gallery-horizontal-column {
    flex-direction: column;
    height: 560px;
  }

  .work-details {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .work-details-column {
    box-shadow: 0 -1px 0 0 var(--gainsboro), 0 1px 0 0 var(--gainsboro);
  }

  .work-presentation h2, .work-presentation p, .work-presentation h4, .work-presentation h1, .work-presentation h3, .work-presentation h5, .work-presentation h6, .work-presentation blockquote, .work-presentation ol {
    width: 100%;
  }

  .form-error.footer-big-subscribe-error {
    margin-top: 0;
  }

  .blog-post h1, .blog-post p, .blog-post h2, .blog-post blockquote, .blog-post ul, .blog-post ol, .blog-post h5, .blog-post h6, .blog-post h3, .blog-post h4, .post-date-wrapper {
    width: 100%;
  }

  .post-author-profile {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .post-author-avatar {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .coming-soon-section {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .coming-soon-copyright {
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .coming-soon-info {
    width: 100%;
    padding: 8px 24px 40px;
  }

  .coming-soon-form {
    flex-direction: column;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 16px;
  }

  .answer {
    padding-left: 56px;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .pricing {
    margin-bottom: -24px;
  }

  .pricing-table {
    width: 100%;
    margin-bottom: 24px;
  }

  .popup-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .licence-link {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }

  .licence-links-wrapper {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-intro {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .layout {
    width: 100%;
    max-width: 340px;
    padding-left: 0;
    padding-right: 0;
  }

  .layout-preview-wrapper {
    height: auto;
    overflow: visible;
  }

  .inner-pages {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .inner-page-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .full-screen-social {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tab-link {
    text-align: center;
  }

  .change {
    flex-basis: 80%;
    padding-top: 48px;
  }

  .columns, .columns.a, .columns-2, .columns-3, .columns-4 {
    flex-direction: column;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-4 {
    width: 100%;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .div-block-40 {
    flex-flow: column;
  }

  .div-block-39, .div-block-39._1, .div-block-41 {
    width: 100%;
    height: 400px;
  }
}


