:root {
  --font: black;
  --link: #4a97cf;
  --white: #fff;
  --lines: #b6b9af;
  --bg-3: #edf3f6;
  --undeline-bg-orange: #907d38;
  --line-gray: #c6ccd2;
  --gray-text: #86888b;
  --bg-4: #f4d57e;
  --lines-2: #c6ccd2;
  --button-bg: #d6e0e3;
  --button-circle-bg: #c8d4d7;
  --benefit-2: #f0e9db;
  --benefit-3: #f5e9c7;
  --bg-button: #c8d7d3;
  --khaki: #ffe292;
  --hover: #f1714f;
  --bg-blue: #d6e0e3;
  --login: #3898ec;
  --peach-puff: #f7d7c2;
  --green-yellow: #cfff8a;
  --old-lace: #d9caa8;
  --bg-green: #bbcb70;
  --bg-pink: #fbd5db;
  --bg-2: #e9ebe3;
  --bg-2-3: #f0e9db;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inner-wrapper.blog {
  max-width: 900px;
}

.hero-subtitle {
  color: var(--font);
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 300;
  line-height: 27px;
}

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

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

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

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

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

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

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

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

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

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

.content-section {
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  position: relative;
}

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

.content-section.intro {
  z-index: 3;
  background-color: var(--white);
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  margin-top: -220px;
  padding-top: 80px;
}

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

.content-section.post {
  z-index: 3;
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  margin-top: -60px;
  padding-top: 60px;
}

.content-section.intro-about-us {
  padding-top: 0;
}

.content-section.pricing-page {
  z-index: 3;
  background-color: var(--white);
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  margin-top: -60px;
  padding-top: 60px;
}

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

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

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

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

.go-up-button {
  z-index: 8;
  color: var(--link);
  background-color: #907d38;
  background-image: url('../images/arrow-down-sign-to-navigate_1arrow-down-sign-to-navigate.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.inner-hero-section {
  background-color: var(--bg-3);
  background-image: url('../images/Screenshot-2024-01-11-at-7.35.29-PM.png');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

.change-this-image.licensing-1 {
  background-image: url('../images/Front.png');
  background-position: 50%;
  background-size: cover;
}

.change-this-image.licensing-2 {
  background-image: url('../images/vertical-shot-pretty-black-businesswoman-examines-charts-papers.jpg');
  background-position: 50%;
  background-size: cover;
}

.change-this-image.licensing-3 {
  background-image: url('../images/Service-2-1.png');
  background-position: 50%;
  background-size: contain;
}

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

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

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

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

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

.change-this-image.team-2 {
  background-image: url('../images/Team-2.jpg');
  background-size: cover;
}

.change-this-image.team {
  background-image: url('../images/Team-1.jpg');
  background-size: cover;
  overflow: visible;
}

.change-this-image.insta-2 {
  background-image: url('../images/post-4.png');
}

.change-this-image.insta-4 {
  background-image: url('../images/post-5.png');
}

.change-this-image.insta {
  background-image: url('../images/post-1.png');
}

.change-this-image.insta-3 {
  background-image: url('../images/post-2.png');
}

.change-this-image._2 {
  background-image: url('../images/empleada-cafeteria-usan.jpeg');
}

.change-this-image._3 {
  background-image: url('../images/vista-frontal-articulos-oficina-hucha-1.jpeg');
}

.change-this-image._4 {
  background-image: url('../images/empresarios-trabajando-juntos.jpg');
}

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

.change-this-image._6 {
  background-image: none;
}

.change-this-image._7 {
  background-image: url('../images/vertical-shot-pretty-black-businesswoman-examines-charts-papers.jpg');
}

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

.nav-menu {
  display: flex;
}

.navbar {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .85);
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
  width: 100%;
}

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

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

.navlink:hover {
  color: #7f7f7f;
  text-decoration: none;
}

.navlink.w--current {
  color: var(--undeline-bg-orange);
  font-weight: 600;
}

.navigation {
  z-index: 5;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

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

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

.hero {
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}

.hero.about {
  background-image: none;
  min-height: auto;
}

.hero-flex {
  z-index: 1;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1228px;
  min-height: 800px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6% 260px;
  display: flex;
  position: relative;
}

.hero-flex.about-us {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 630px;
  padding-bottom: 202px;
  padding-left: 3%;
  padding-right: 0%;
}

.hero-flex.contact-us {
  flex-direction: column;
  align-items: center;
  min-height: auto;
  margin-bottom: 20px;
  padding: 63px 0% 60px;
}

.hero-left-column {
  align-items: center;
  width: 57%;
  display: flex;
}

.hero-text {
  color: var(--undeline-bg-orange);
  text-align: right;
  margin-bottom: 5px;
  font-size: 70px;
  line-height: 70px;
}

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

.hidden {
  text-align: center;
  display: block;
  overflow: hidden;
}

.arrow-box {
  text-align: right;
  margin-top: 20px;
  overflow: hidden;
}

.front {
  z-index: 1;
  background-image: url('../images/front-2.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.figure-bg-box {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-figure-bg {
  width: 500px;
  margin-left: 92px;
}

.outline-title {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 90px;
  padding: 4px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
  display: inline-block;
}

.outline-title.dark {
  border-color: var(--font);
  color: var(--font);
  font-size: 16px;
  line-height: 16px;
}

.fill-title {
  background-color: var(--undeline-bg-orange);
  color: var(--font);
  border-radius: 90px;
  padding: 5px 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
  display: inline-block;
}

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

.h2 {
  margin-top: 15px;
  margin-bottom: 2px;
  font-size: 48px;
  line-height: 52px;
}

.heading-full {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.heading-full.space {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.divider-line {
  background-color: var(--line-gray);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subtitle {
  color: var(--gray-text);
  margin-top: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.subtitle-box {
  width: 100%;
  max-width: 800px;
}

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

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

.tag {
  background-color: var(--bg-3);
  text-align: center;
  border-radius: 15.5px;
  margin-top: 15px;
  padding: 2px 13px;
  font-weight: 500;
  display: inline-block;
}

.intro-box {
  width: 23.5%;
  margin-right: 2%;
  padding-top: 40px;
  position: relative;
}

.intro-box-2 {
  width: 23.5%;
  margin-right: 2%;
}

.intro-box-4 {
  width: 23.5%;
}

.heading-box {
  text-align: center;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.subtitle-box-center {
  width: 100%;
  max-width: 517px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

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

.heading-center {
  z-index: 1;
  text-align: center;
  width: 47%;
  min-width: 525px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rounded-pic {
  background-color: var(--bg-4);
  background-image: url('../images/Mini-pic.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 77px;
  border-radius: 25px;
  width: 75px;
  height: 43px;
}

.column-center-flex {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 44px 3%;
  display: flex;
  position: relative;
}

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

.max-516-pixels.margin {
  margin-bottom: 90px;
  padding-left: 3%;
  padding-right: 3%;
}

.h3 {
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 36px;
  line-height: 42px;
}

.counter-2 {
  color: #1d1e20;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  width: 193px;
  height: 60px;
  margin-bottom: 5px;
  margin-right: auto;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.number {
  z-index: 0;
  border-right: 1px solid var(--lines-2);
  text-align: left;
  width: 42%;
  padding-bottom: 10px;
  padding-left: 0%;
  padding-right: 4%;
  position: relative;
  overflow: hidden;
}

.number._2 {
  border-right-style: none;
  width: 50%;
  padding-left: 4%;
}

.divider-line-mobile {
  background-color: #bbbbb6;
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

.counter-1 {
  color: #1d1e20;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  height: 60px;
  margin-bottom: 5px;
  margin-right: auto;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.counter-numbers.left {
  transform: translate(0);
}

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

.flex-top-margin {
  z-index: 1;
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
  position: relative;
}

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

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

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

.button {
  background-color: var(--button-bg);
  color: var(--font);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 50px;
  align-items: center;
  min-width: 167px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.button-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.button-arrow-container {
  width: 80px;
  height: 35px;
  margin-top: 5px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-arrow-left, .button-arrow-right {
  background-image: url('../images/Button-arrow_1Button-arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 40px;
  height: 33px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

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

.button-box.center {
  text-align: center;
}

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

.relative.bottom-padding {
  padding-bottom: 10px;
}

.relative.full-height {
  height: 100%;
}

.flex-icons {
  flex-wrap: wrap;
  margin-top: 30px;
  display: flex;
}

.icon-left {
  width: 50%;
  padding-right: 5%;
}

.icon-right {
  width: 50%;
}

.side-figure {
  width: 204px;
  position: absolute;
  top: auto;
  bottom: 18%;
  left: auto;
  right: 0%;
}

.slider-right {
  flex: 1;
  width: 69%;
  padding-bottom: 46px;
  position: relative;
  overflow: hidden;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  width: 600px;
  height: 100%;
  margin-bottom: 15px;
}

.slide {
  margin-right: 1.8%;
  padding-top: 20px;
}

.benefit {
  background-color: var(--button-bg);
  border-radius: 30px;
  align-items: flex-end;
  height: 286px;
  padding-left: 4.5%;
  display: flex;
}

.benefit._2 {
  background-color: var(--benefit-2);
}

.benefit._3 {
  background-color: var(--benefit-3);
}

.display-none {
  display: none;
}

.benefit-left {
  text-align: center;
  width: 50%;
  margin-right: 2%;
}

.benefit-right {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-right: 4%;
  display: flex;
}

.title-big {
  margin-top: 13px;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.link-block {
  color: var(--font);
  font-weight: 600;
  text-decoration: none;
}

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

.mini-button-arrow {
  border-radius: 50%;
  width: 14px;
  height: 9px;
  display: inline-block;
  position: relative;
  top: -1px;
}

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

.team-title {
  color: var(--gray-text);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

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

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

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

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

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

.team-flex {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  position: relative;
}

.link-preview-hidden {
  border-radius: 60px;
  position: relative;
  overflow: hidden;
}

.hover-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: rgba(255, 226, 146, .93);
  border-radius: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

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

.team-item {
  width: 26%;
  margin-bottom: 50px;
  margin-right: 4%;
  display: inline-block;
}

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

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

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

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

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

.title-utility {
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.social-icon-up {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

.team-text-box {
  text-align: center;
  margin-top: 15px;
}

.social-icons {
  display: flex;
}

._37-percent-column {
  align-items: center;
  width: 37%;
  display: flex;
}

.capsule-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  display: flex;
  position: relative;
}

.capsule-yellow {
  background-color: var(--bg-4);
  color: var(--font);
  text-align: center;
  letter-spacing: 0;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  min-width: 235px;
  height: 64px;
  padding-top: 20px;
  padding-left: 37px;
  padding-right: 37px;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 48%;
  left: 0%;
  right: auto;
  overflow: hidden;
  transform: rotate(-20deg);
}

.capsules-box {
  width: 100%;
  height: 194px;
  position: relative;
}

.pricing-title {
  position: relative;
}

.pricing-button-margins {
  padding: 18px 7% 10px;
}

.pricing-button {
  background-color: var(--bg-4);
  color: var(--font);
  text-align: center;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 390px;
  min-height: 45px;
  padding-top: 13px;
  padding-left: 13%;
  padding-right: 13%;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.pricing-button.gray {
  background-color: var(--bg-button);
  color: var(--font);
}

.pricing-button.orange {
  background-color: var(--undeline-bg-orange);
}

.pricing-header {
  z-index: 2;
  background-color: var(--white);
  text-align: center;
  justify-content: center;
  padding: 25px 2% 5px;
  display: flex;
  position: relative;
}

.text-big {
  color: var(--font);
  font-size: 34.5px;
  font-weight: 600;
  line-height: 32px;
}

.pricing-title-box {
  width: 80%;
}

.price-number {
  margin-right: 10px;
}

.pricing {
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.medium-text {
  color: var(--gray-text);
  font-size: 16px;
  line-height: 20px;
}

.medium-text.line-height {
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
}

.pricing-icon {
  margin-bottom: 5px;
}

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

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

.pricing-box {
  z-index: 4;
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 20px;
  width: 32%;
  margin-right: 2%;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}

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

.pricing-box.middle {
  width: 100%;
  margin-right: 0%;
}

.button-bg {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.pricing-details {
  padding: 5px 20px 10px;
}

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

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

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

.question {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

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

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

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

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

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

.horizontal {
  background-color: var(--gray-text);
  width: 12px;
  height: 1.5px;
}

.vertical {
  background-color: var(--gray-text);
  width: 1.5px;
  height: 13px;
  position: absolute;
}

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

.items-container {
  border-top: 1px solid var(--line-gray);
  padding: 10px 5px;
}

.side-figure-2 {
  width: 240px;
  position: absolute;
  top: 13%;
  bottom: auto;
  left: -6%;
  right: auto;
}

.top-notice {
  z-index: 3;
  border-top: 1px solid var(--lines);
  border-right: 1px solid var(--lines-2);
  border-left: 1px solid var(--lines);
  background-color: var(--bg-button);
  text-align: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 70px;
  margin-top: -32px;
  padding: 9px 16px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pricing-middle {
  background-color: #fff;
  border-radius: 20px;
  width: 32%;
  margin-right: 2%;
  position: relative;
}

.faq-center {
  width: 57%;
  margin-right: 7%;
  padding-bottom: 7px;
}

.faq-item {
  position: relative;
  overflow: hidden;
}

.faq-arrow-box {
  border-left: 1px solid var(--line-gray);
  justify-content: center;
  align-items: center;
  width: 10%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.faq-category {
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  display: flex;
}

.faq-question {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

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

.title-all-caps.gray {
  color: #a2a2a2;
}

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

.faq-answer-box {
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-center-box {
  align-items: center;
  width: 59%;
  margin-right: 7%;
  padding-top: 32px;
  padding-bottom: 25px;
  display: flex;
}

.faq-container {
  width: 100%;
  display: flex;
}

.faq-block-left {
  width: 24%;
}

.faq-trigger {
  cursor: pointer;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-left: 25px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

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

.h3-big {
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 15px;
  margin-bottom: 3px;
  font-size: 52px;
  line-height: 56px;
}

.h4 {
  letter-spacing: -.5px;
  margin-top: 15px;
  font-size: 42px;
  line-height: 42px;
}

.h4.no-top-margin {
  text-align: center;
  margin-top: 0;
  display: block;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
}

.preview-link-image {
  border-radius: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preview-link-image.box {
  border-radius: 0;
}

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

.collection-item {
  width: 31.3%;
  margin-right: 2%;
}

.heading-simple {
  width: 100%;
  max-width: 710px;
  margin-bottom: 25px;
}

.category-button {
  background-color: var(--undeline-bg-orange);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--font);
  text-align: center;
  border-radius: 60px;
  min-width: 90px;
  height: 34px;
  margin-bottom: 13px;
  margin-left: 10px;
  margin-right: 13px;
  padding: 10px 15px 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
  transition: background-color .2s, transform .2s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.category-button:hover {
  background-color: var(--bg-4);
  transform: scale(1.05);
}

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

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

.inner-padding {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.block-link-text {
  color: var(--font);
  height: auto;
  padding-bottom: 5px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
  position: relative;
}

.block-link-text.all-caps {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

.underline {
  background-color: var(--undeline-bg-orange);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.inside-underline {
  background-color: var(--bg-4);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.inside-underline.yellow {
  background-color: var(--khaki);
}

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

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

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

.cta-box {
  text-align: center;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.h5-cta {
  letter-spacing: -.5px;
  margin-top: 15px;
  font-size: 70px;
  line-height: 70px;
}

.inline-button-text {
  margin-right: 10px;
  display: inline-block;
}

.button-arrow {
  position: relative;
  top: -1px;
}

.big-words-2 {
  background-color: var(--bg-4);
  align-items: center;
  width: 4160px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
  left: -57%;
  transform: rotate(-5deg);
}

.text-big-2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
}

.big-words-1 {
  background-color: var(--button-circle-bg);
  align-items: center;
  width: 4160px;
  padding-top: 16px;
  padding-bottom: 18px;
  position: relative;
  left: -100%;
  transform: rotate(6deg);
}

.strip-container {
  margin-top: 90px;
  padding-top: 48px;
  padding-bottom: 62px;
  overflow: hidden;
}

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

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

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

.interaction-slide {
  background-color: var(--benefit-3);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.h6 {
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
}

.hover-overlay {
  background-color: rgba(255, 255, 255, .75);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.footer-menu-link.w--current {
  color: #907d38;
  font-weight: 600;
}

.footer-menu-link.blue {
  color: var(--link);
  font-weight: 600;
}

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

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

.dark-link:hover {
  color: #7f7f7f;
}

.text-field {
  border: 1px solid #1f1f20;
  border-right-style: none;
  border-radius: 10px 0 0 10px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 20px;
  transition: border .2s;
}

.text-field:hover {
  border-style: solid;
  border-color: #1084e3;
}

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

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

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

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

.footer-notice-link:hover, .footer-notice-link.w--current {
  color: var(--undeline-bg-orange);
}

.newsletter {
  width: 25%;
}

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

.footer {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

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

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

.footer-text-medium {
  font-size: 15px;
  line-height: 20px;
}

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

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

.form {
  display: flex;
}

.success-message {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 13px 0;
  font-size: 16px;
}

.menu {
  width: 40%;
}

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

.footer-title {
  color: var(--font);
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
}

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

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

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

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

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

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

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

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

.hero-capsule-container {
  color: var(--font);
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-left {
  align-items: center;
  width: 42%;
  display: flex;
}

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

.slider-left-column {
  justify-content: flex-end;
  align-items: center;
  width: 33%;
  padding-bottom: 30px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

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

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

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

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

.intro-about {
  background-color: var(--button-bg);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  margin-right: 2%;
  display: flex;
  overflow: hidden;
}

.intro-image-box {
  text-align: center;
}

.intro-text-box {
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 25px 10px;
  display: flex;
}

.intro-about-3 {
  background-color: var(--benefit-3);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  display: flex;
  overflow: hidden;
}

.intro-about-2 {
  background-color: var(--benefit-2);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  margin-right: 2%;
  display: flex;
  overflow: hidden;
}

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

.max-247-pixels {
  width: 100%;
  max-width: 247px;
  display: inline;
  overflow: hidden;
}

.right-column {
  width: 50%;
}

.h4-big {
  letter-spacing: -.5px;
  margin-top: 15px;
  margin-bottom: 3px;
  font-size: 50px;
  line-height: 54px;
}

.title-bold {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

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

.image-column-left {
  border-radius: 30px;
  justify-content: flex-end;
  width: 48%;
  margin-right: 2.5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-images {
  margin-top: 20px;
  display: flex;
}

.image-column-right {
  border-radius: 30px;
  justify-content: flex-end;
  width: 48%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-medium {
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
}

.left-column-padding {
  justify-content: flex-start;
  width: 50%;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 3%;
}

.paragraph-medium {
  color: var(--gray-text);
  font-size: 18px;
  line-height: 26px;
}

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

.paragraph-box.less-margin, .paragraph-box._5-pixels {
  margin-top: 5px;
}

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

.scroll-item {
  background-color: var(--benefit-2);
  width: 100%;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-item._2 {
  background-color: var(--benefit-3);
}

.scroll-item._3 {
  background-color: var(--button-bg);
}

.scroll-item._4 {
  background-color: #fff1e5;
}

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

.classes-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, .29);
}

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

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

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

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

.classes-sticky-wrapper {
  background-color: rgba(255, 255, 255, .51);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.scroll-item-container {
  justify-content: flex-start;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.name {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 600;
}

.name.no-margin {
  margin-top: 5px;
}

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

.job {
  color: var(--gray-text);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.scroll-bg-1 {
  margin-top: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.top-white {
  background-color: var(--white);
  height: 40px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.scroll-bg-2 {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.scroll-bg-3 {
  margin-top: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.scroll-bg-4 {
  margin-top: 12%;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

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

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

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

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

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

.right-white-bg {
  background-color: var(--white);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.left-column-text {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding-top: 75px;
  display: flex;
  position: relative;
}

.blue-bg-box {
  background-color: var(--bg-blue);
  justify-content: flex-end;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.bottom-text-box {
  width: 42%;
  margin-right: 13%;
  position: relative;
}

.utility-title {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.bottom-item {
  justify-content: center;
  padding-right: 28%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.feature-item {
  text-align: center;
  width: 20%;
  padding-left: 3%;
  padding-right: 3%;
}

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

.mini-feature-text {
  font-weight: 600;
  line-height: 21px;
}

.mini-feature {
  margin-top: 20px;
  margin-bottom: 20px;
}

.flex-feature {
  border: 1px solid var(--line-gray);
  border-radius: 5px;
  display: flex;
}

.feature-icon-left {
  border-right: 1px solid var(--line-gray);
  background-image: url('../images/bath_2965506.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 70px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.feature-icon-left._2 {
  background-image: url('../images/comb_1871746.png');
}

.feature-icon-right {
  flex: 1;
  padding: 13px 15px 3px;
}

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

.why-us-left {
  border-right: 1px solid var(--line-gray);
  flex-direction: column;
  width: 50%;
  padding: 25px 30px 25px 5px;
  display: flex;
}

.why-us-checkmark {
  width: 25px;
  margin-right: 15px;
}

.why-us-item {
  border-bottom: 1px solid var(--line-gray);
  margin-bottom: 25px;
  display: flex;
}

.why-us-item.last {
  margin-bottom: 0;
}

.why-us-right {
  flex-direction: column;
  width: 50%;
  padding: 25px 5px 25px 30px;
  display: flex;
}

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

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

.on-scroll-bg.play-video {
  background-image: url('../images/professional-it-developer-working-home.jpg');
}

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

.play-button {
  background-color: rgba(255, 255, 255, .9);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding-left: 6px;
  display: flex;
}

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

.preview-text-box {
  justify-content: space-between;
  margin-top: 15px;
  display: flex;
}

.preview-left {
  width: 100%;
  max-width: 376px;
  padding-left: 10px;
  display: flex;
  overflow: hidden;
}

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

.preview-link-text:hover {
  color: #69707b;
}

.mobile-left-margin.top-margin {
  margin-top: 0;
}

.work-preview {
  margin-bottom: 60px;
}

.work-preview.last {
  margin-bottom: 0;
}

.work-item {
  width: 48.5%;
  margin-bottom: 60px;
  margin-right: 3%;
}

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

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

.blur-hover-overlay {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--font);
  background-color: rgba(255, 255, 255, .85);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 14.5px;
  display: flex;
  position: relative;
}

.contact-left {
  justify-content: center;
  align-items: flex-end;
  width: 55%;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.submit:hover {
  background-color: #2f2f31;
}

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

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

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

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

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

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

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

.field:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #3e87e7;
}

.field:active, .field:focus {
  background-color: rgba(0, 0, 0, 0);
}

.field::placeholder {
  background-color: rgba(0, 0, 0, 0);
}

.contact-form {
  margin-bottom: 0;
}

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

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

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

.block {
  width: 80%;
}

.flex-contact {
  background-image: linear-gradient(360deg, var(--button-circle-bg), white);
  border-radius: 30px;
  display: flex;
}

.contact-right {
  justify-content: center;
  width: 45%;
  display: flex;
  position: relative;
}

.contact-bg {
  width: 410px;
  position: absolute;
  bottom: 10%;
}

.contact-girl {
  position: relative;
}

.preview-block {
  border-radius: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.item-hover-overlay {
  background-color: rgba(26, 26, 26, .1);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preview-box-text {
  margin-bottom: 25px;
  margin-left: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.preview {
  width: 48%;
  margin-right: 2%;
}

.preview.bottom-margin {
  margin-bottom: 60px;
}

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

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

.paragraph-subtitle {
  color: #86888b;
  font-size: 18px;
  line-height: 23px;
  position: relative;
}

.inner-pages-bg {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer-social-icons {
  margin-top: 15px;
  display: flex;
}

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

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

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

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

.hero-left-box {
  z-index: 1;
  width: 100%;
  max-width: 570px;
  margin-right: auto;
  text-decoration: none;
  position: relative;
}

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

.rich-text-block {
  margin-left: 20px;
  margin-right: 20px;
}

.category-button-relative {
  background-color: var(--undeline-bg-orange);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--font);
  text-align: center;
  border-radius: 60px;
  min-width: 90px;
  height: 34px;
  margin-bottom: 13px;
  padding: 10px 15px 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
  transition: background-color .2s, transform .2s;
  display: inline-block;
}

.category-button-relative:hover {
  background-color: var(--bg-4);
  transform: scale(1.05);
}

.h1 {
  letter-spacing: -.5px;
  margin-top: 10px;
  font-size: 52px;
  line-height: 56px;
}

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

.button-rounded {
  background-color: var(--button-bg);
  color: var(--font);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-style: none;
  border-radius: 50px;
  align-items: center;
  min-width: 120px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.list-heading-left {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.work-right {
  width: 72%;
}

.button-utitlity {
  width: 100%;
  margin-top: 10px;
}

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

.flex-work-page {
  flex-wrap: wrap;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-fill {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #ff5532;
  border-style: none;
  border-radius: 909px;
  height: 45px;
  padding-top: 14px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  transition: transform .2s, color .2s;
}

.button-fill:hover {
  transform: scale(1.05);
}

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

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

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

.side-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.work-item-grid {
  width: 47%;
  margin-bottom: 80px;
  margin-right: 3%;
}

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

.heading-center-simple {
  z-index: 1;
  text-align: center;
  width: 100%;
  max-width: 710px;
  margin: 70px auto;
  position: relative;
}

.h1-inner-pages {
  letter-spacing: -.5px;
  margin-top: 10px;
  font-size: 48px;
  line-height: 52px;
}

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

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

._42-percent-column {
  text-align: center;
  align-items: center;
  width: 42%;
  display: flex;
}

.side-bg {
  width: 340px;
  display: block;
  position: absolute;
  left: -107px;
}

.full-width {
  width: 100%;
}

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

.h4-large {
  color: var(--white);
  font-size: 70px;
  line-height: 70px;
}

.h4-large.dark {
  color: var(--font);
  font-size: 62px;
  line-height: 62px;
}

.hero-text-2, .hero-text-3 {
  color: var(--font);
  text-align: right;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 70px;
  line-height: 70px;
}

.button-big {
  background-color: var(--undeline-bg-orange);
  color: var(--font);
  border-radius: 32px;
  min-width: 235px;
  height: 64px;
  padding-top: 20px;
  padding-left: 37px;
  padding-right: 37px;
  font-size: 25px;
  line-height: 25px;
}

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

.intro-box-3 {
  width: 23.5%;
  margin-right: 2%;
  padding-top: 40px;
}

.hero-dark, .hero-dark-2 {
  color: var(--font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5vw;
  line-height: 6vw;
}

.hero-dark-3 {
  color: var(--font);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 5.5vw;
  line-height: 6vw;
}

.right-column-narrow {
  width: 41%;
}

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

.hero-left-about {
  z-index: 1;
  width: 100%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.arrow-link {
  width: 60px;
  height: 47.5px;
  position: relative;
  overflow: hidden;
}

.arrow-link.w--current {
  height: 47.5px;
}

.arrow-link-box {
  width: 130px;
  height: 47.5px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.arrow-hover-left {
  margin-right: 10px;
}

.contact-faq {
  flex-wrap: wrap;
  margin-bottom: 20px;
  display: flex;
}

.rich-text {
  margin-left: 20px;
  margin-right: 20px;
}

.utility-page-wrap {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-content.center {
  width: 100%;
}

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

.input {
  border: 1px solid var(--line-gray);
  width: 100%;
  height: 50px;
  transition: border .2s;
}

.input:hover {
  border-color: var(--login);
}

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

.login-button:hover {
  background-color: #308cdd;
}

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

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

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

.front-card {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.front-card._4 {
  background-image: url('../images/IMG_8764.jpg');
}

.front-card._1 {
  background-image: url('../images/IMG_8763.jpg');
}

.front-card._2 {
  background-image: url('../images/IMG_8768.jpg');
}

.front-card._3 {
  background-image: url('../images/IMG_8766.jpg');
}

.card {
  position: relative;
  overflow: hidden;
}

.back-card {
  background-color: var(--undeline-bg-orange);
  height: auto;
  padding: 25px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.overview {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.block-4 {
  background-color: var(--bg-4);
  border-radius: 45px;
  width: 66%;
  min-height: 162px;
  margin-bottom: 20px;
  padding-left: 2%;
  display: flex;
  position: relative;
}

.block-1 {
  background-color: #f4eee1;
  border-radius: 45px;
  flex-direction: column;
  justify-content: space-between;
  width: 64%;
  height: auto;
  margin-bottom: 2%;
  margin-right: 2%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-4-right {
  z-index: 2;
  flex: 1;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 2%;
  display: flex;
  position: relative;
}

.block-2 {
  background-color: var(--peach-puff);
  border-radius: 45px;
  width: 34%;
  margin-bottom: 2%;
  padding-bottom: 4%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  position: relative;
}

.block-3 {
  background-color: var(--peach-puff);
  border-radius: 45px;
  flex-direction: column;
  align-items: flex-start;
  width: 32%;
  margin-bottom: 20px;
  margin-right: 2%;
  padding: 3% 2.5% 0;
  display: flex;
  position: relative;
}

.block-text {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.number-gradinet {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(217deg, #c23f2e, #f0b58e 89%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 62px;
  font-weight: 600;
  line-height: 52px;
  display: inline-block;
}

.large-text {
  margin-top: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

.oink {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  height: 226px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.image {
  width: 186px;
}

.button-outline {
  border: 1px solid var(--font);
  color: var(--font);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 19px;
  height: 38.5px;
  padding-top: 9px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-outline:hover {
  background-color: var(--font);
  color: #fdfbf3;
}

.block-1-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 430px;
  margin-top: 0;
  padding-bottom: 5%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.top-block-1 {
  width: 100%;
  height: 100%;
  position: relative;
}

.fixed-size {
  width: 647px;
  height: 100%;
  padding-left: 4%;
  display: flex;
}

.circle-column {
  align-items: flex-end;
  width: 25%;
  padding-bottom: 20px;
  display: flex;
}

.circle-1 {
  background-color: var(--bg-4);
  background-image: url('../images/circles-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 162px;
  border: 3px solid #b9a761;
  border-radius: 50%;
  width: 160px;
  height: 160px;
}

.circle-2 {
  background-color: var(--green-yellow);
  background-image: url('../images/circles-2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 129px;
  border: 3px solid #b9a761;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  margin-bottom: 10px;
}

.circle-column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.circle-3 {
  background-color: var(--old-lace);
  background-image: url('../images/circles-3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 91px;
  border: 3px solid #b9a761;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.circle-4 {
  background-color: var(--bg-4);
  background-image: url('../images/circles-4.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 162px;
  border: 3px solid #b9a761;
  border-radius: 50%;
  width: 160px;
  height: 160px;
}

.circle-5 {
  background-color: var(--button-circle-bg);
  background-image: url('../images/circles-5.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 129px;
  border: 3px solid #b9a761;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  margin-bottom: 10px;
}

.circle-column-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.circle-column-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

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

.guy-block {
  border-radius: 0 0 45px 45px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 187px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

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

.half-column-center.padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.max-386-pixels {
  z-index: 1;
  width: 100%;
  max-width: 386px;
  position: relative;
}

.preview-text-link {
  color: #000;
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
  text-decoration: none;
  transition: color .2s;
}

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

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

.flex-item:nth-child(odd) {
  flex-direction: row-reverse;
}

.cost-box {
  margin-top: 8px;
  overflow: hidden;
}

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

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

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

.click-arrow {
  position: relative;
  bottom: -26px;
  left: 9px;
}

.intro-relative {
  position: relative;
}

.click-box {
  z-index: 1;
  align-items: center;
  margin-right: 3%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.click {
  color: var(--gray-text);
  letter-spacing: -.5px;
  font-family: Kalam, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

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

.hero-capsule-yellow {
  background-color: var(--bg-4);
  color: var(--font);
  text-align: center;
  letter-spacing: 0;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  min-width: 235px;
  height: 64px;
  padding-top: 20px;
  padding-left: 37px;
  padding-right: 37px;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  transition: transform .2s;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 48%;
  left: 0%;
  right: auto;
  overflow: hidden;
  transform: rotate(-20deg);
}

.hero-capsule-yellow:hover {
  transform: scale(1.05)rotate(-20deg);
}

.hero-capsule-green {
  background-color: var(--bg-green);
  color: var(--font);
  text-align: center;
  letter-spacing: 0;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  min-width: 235px;
  height: 64px;
  padding-top: 20px;
  padding-left: 37px;
  padding-right: 37px;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  transition: transform .2s;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.hero-capsule-green:hover {
  transform: scale(1.05);
}

.hero-capsule-pink {
  z-index: 1;
  background-color: var(--bg-pink);
  color: var(--font);
  text-align: center;
  letter-spacing: 0;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  min-width: 235px;
  height: 64px;
  margin-left: 227px;
  padding-top: 20px;
  padding-left: 37px;
  padding-right: 37px;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  transition: transform .2s;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 48%;
  left: 0%;
  right: auto;
  overflow: hidden;
  transform: rotate(11deg);
}

.hero-capsule-pink:hover {
  transform: scale(1.05)rotate(11deg);
}

.hero-capsule-blue {
  background-color: var(--link);
  color: var(--font);
  text-align: center;
  letter-spacing: 0;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  min-width: 235px;
  height: 64px;
  margin-left: 227px;
  padding-top: 20px;
  padding-left: 37px;
  padding-right: 37px;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  transition: transform .2s;
  display: inline-block;
  position: relative;
  bottom: -128px;
  overflow: hidden;
  transform: rotate(19deg);
}

.hero-capsule-blue:hover {
  transform: scale(1.05)rotate(19deg);
}

.hero-capsule-orange {
  background-color: var(--undeline-bg-orange);
  text-align: center;
  letter-spacing: 0;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  min-width: 235px;
  height: 64px;
  padding-top: 20px;
  padding-left: 37px;
  padding-right: 37px;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  transition: transform .2s;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 65%;
  right: auto;
  overflow: hidden;
  transform: rotate(-17deg);
}

.hero-capsule-orange:hover {
  transform: scale(1.05)rotate(-17deg);
}

.hero-capsule-gray {
  background-color: var(--button-circle-bg);
  color: var(--font);
  text-align: center;
  letter-spacing: 0;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  min-width: 235px;
  height: 64px;
  margin-right: 5%;
  padding-top: 20px;
  padding-left: 37px;
  padding-right: 37px;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  transition: transform .2s;
  display: inline-block;
  position: absolute;
  top: 72%;
  bottom: 0%;
  left: 66%;
  right: auto;
  overflow: hidden;
}

.hero-capsule-gray:hover {
  transform: scale(1.05);
}

.hero-fill-title {
  background-color: var(--bg-4);
  color: var(--font);
  border-radius: 90px;
  padding: 5px 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
  display: inline-block;
}

.hero-inner-fill {
  background-color: var(--undeline-bg-orange);
  color: var(--font);
  border-radius: 90px;
  padding: 5px 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
  display: inline-block;
}

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

.button-fill-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #907d38;
  border-style: none;
  border-radius: 909px;
  height: 40px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  transition: transform .2s, color .2s;
}

.button-fill-copy:hover {
  transform: scale(1.05);
}

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

.max-392-pixels-copy {
  width: 100%;
  max-width: 330px;
}

.guy-desk {
  width: 350px;
}

.block-4-girl {
  background-image: url('../images/Service-3_1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 250px;
  align-items: flex-end;
  width: 36%;
  margin-right: 2%;
  display: flex;
}

.show-last-hide {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.sticky-container {
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
  position: static;
}

.show-last {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.show-second-hide {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.show-second {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.sticky-content-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

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

.sticky-left {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  max-width: 6400px;
  padding: 5% 2% 5% 3%;
  display: flex;
  position: static;
}

.mini-details {
  flex-wrap: wrap;
  margin-top: 30px;
  display: flex;
}

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

.show-first {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.show-first-hide {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.mini-details-left {
  width: 50%;
}

.sticky-right {
  justify-content: center;
  align-items: center;
  width: 55%;
  min-height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  bottom: auto;
}

.mini-text-2 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.fill-title-2 {
  color: #000;
  background-color: #907d38;
  border-radius: 90px;
  padding: 5px 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
  display: inline-block;
}

.why-us {
  width: 25px;
  margin-right: 10px;
  display: inline-block;
}

.max-365-pixels-2 {
  width: 100%;
  margin-top: 30px;
}

.mini-details-right-2 {
  width: 50%;
}

.job-2 {
  color: #86888b;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.scroll-pic {
  background-image: url('../images/250x250.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-bottom: 20px;
  margin-right: 10px;
}

.fill-title-3 {
  color: #000;
  background-color: #907d38;
  border-radius: 90px;
  padding: 5px 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
  display: inline-block;
}

.h3-title {
  margin-top: 15px;
  margin-bottom: 2px;
  font-size: 52px;
  line-height: 57px;
}

.image-2 {
  margin-top: -20px;
  padding-top: 0;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(270deg, var(--undeline-bg-orange), #d7c47c);
  grid-template-rows: 500px;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 16px;
  display: grid;
}

.button-fill-about {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #907d38;
  border-style: none;
  border-radius: 909px;
  height: 40px;
  margin-left: -161px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  transition: transform .2s, color .2s;
}

.button-fill-about:hover {
  transform: scale(1.05);
}

.hero-left-about-us {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 75%;
  display: block;
  position: static;
}

.background-video {
  background-image: linear-gradient(rgba(0, 0, 0, .11), rgba(0, 0, 0, .11));
}

.h4-big-about {
  letter-spacing: -.5px;
  margin-top: 15px;
  margin-bottom: 3px;
  font-size: 50px;
  line-height: 54px;
}

.heading-center-about {
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 525px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.subtitle-box-center-copy {
  width: 100%;
  max-width: 517px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.background-video-2 {
  width: 100%;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-heading-right, .hero-heading-left, .team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  text-align: center;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}

.team-member-text {
  text-align: center;
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.container-2 {
  background-image: url('../images/style.png');
  background-position: 50%;
  background-size: cover;
  width: 120px;
  max-width: 100%;
  height: 120px;
}

.container-3 {
  background-image: url('../images/van-pet.png');
  background-position: 0 0;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.container-icon {
  background-image: url('../images/appointment.png');
  background-position: 50%;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.h1-inner-pages-2 {
  letter-spacing: -.5px;
  margin-top: 10px;
  font-size: 42px;
  line-height: 52px;
  display: block;
}

.background-about {
  background-image: linear-gradient(270deg, #93803c, #d8c67d);
}

.hero-right {
  justify-content: flex-end;
  align-items: center;
  width: 57%;
  display: flex;
}

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

.button-fill-copy-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #907d38;
  border-style: none;
  border-radius: 909px;
  height: 40px;
  margin-top: 12px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  transition: transform .2s, color .2s;
}

.button-fill-copy-2:hover {
  transform: scale(1.05);
}

.div-block {
  text-align: right;
}

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

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

.button-landing {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #907d38;
  border-style: none;
  border-radius: 909px;
  height: 40px;
  margin-top: 12px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  transition: transform .2s, color .2s;
}

.button-landing:hover {
  transform: scale(1.05);
}

.heading-center-landing {
  z-index: 1;
  text-align: center;
  width: 100%;
  max-width: 710px;
  margin: 30px auto;
  position: relative;
}

.body {
  background-color: #907d38;
}

.image-5 {
  text-align: center;
  max-width: 15%;
  margin-top: -20px;
  padding-top: 0;
}

.container-4 {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

.paragraph-2 {
  font-size: 20px;
}

.paragraph-3 {
  padding-top: 16px;
  font-size: 22px;
}

.content-section-home {
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  position: relative;
}

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

.content-section-home.intro {
  z-index: 3;
  background-color: var(--white);
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  margin-top: -220px;
  padding-top: 80px;
}

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

.content-section-home.post {
  z-index: 3;
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  margin-top: -60px;
  padding-top: 60px;
}

.content-section-home.hidden {
  background-color: #907d38;
  margin-top: 30px;
  padding-top: 0;
  display: block;
}

.content-section-home.intro-about-us {
  padding-top: 0;
}

.content-section-home.pricing-page {
  z-index: 3;
  background-color: var(--white);
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  margin-top: -60px;
  padding-top: 60px;
}

._37-percent-column-copy {
  justify-content: flex-end;
  align-items: center;
  width: 37%;
  padding-right: 100px;
  display: flex;
}

.flex-list-copy {
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

.image-6 {
  text-align: left;
  max-width: 30%;
  margin-left: 0;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 0;
}

.background-video-3 {
  margin-top: 24px;
}

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

.dark-link-copy:hover {
  color: #7f7f7f;
}

.content-banner {
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  position: relative;
}

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

.content-banner.intro {
  z-index: 3;
  background-color: var(--white);
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  margin-top: -220px;
  padding-top: 80px;
}

.content-banner.double {
  padding-bottom: 160px;
}

.content-banner.post {
  z-index: 3;
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  margin-top: -60px;
  padding-top: 60px;
}

.content-banner.intro-about-us {
  padding-top: 0;
}

.content-banner.pricing-page {
  z-index: 3;
  background-color: var(--white);
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  margin-top: -60px;
  padding-top: 60px;
}

.background-family-pic {
  background-image: url('../images/IMG_6272.JPEG');
  background-position: 50%;
  background-size: auto;
  width: 100%;
}

.image-7 {
  background-image: url('../images/IMG_6272.JPEG');
  background-position: 50%;
  background-size: auto;
}

.column-center-family {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 44px 3%;
  display: flex;
  position: relative;
}

.h3-family {
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 5.5vw;
  line-height: 75px;
}

.page-404 {
  background-image: url('../images/page-not-found.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

  .go-up-button {
    background-image: url('../images/arrow-down-sign-to-navigate_1arrow-down-sign-to-navigate.png');
  }

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

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

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

  .hero {
    max-width: 100%;
  }

  .hero-flex {
    margin-left: auto;
    margin-right: auto;
  }

  .big-words-2 {
    left: -28%;
  }

  .big-words-1 {
    left: -94%;
  }

  .button-hover {
    font-size: 13px;
  }

  .hero-dark, .hero-dark-2, .hero-dark-3 {
    font-size: 70px;
    line-height: 70px;
  }

  .sticky-left {
    padding-right: 0%;
  }

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

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

  .hover-bg {
    display: none;
  }

  .big-words-2 {
    left: -27%;
  }

  .big-words-1 {
    left: -59%;
  }

  .strip-container {
    padding-bottom: 175px;
  }

  .hero-left {
    width: 43%;
  }

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

  .hero-left-about-us {
    width: 43%;
  }
}

@media screen and (max-width: 991px) {
  .social-links-mobile {
    justify-content: flex-start;
    margin-top: 15px;
    display: block;
  }

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

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

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

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

  .content-section.post, .content-section.pricing-page {
    padding-top: 50px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .navlink.w--current {
    color: #7f7f7f;
  }

  .menu-button {
    color: #1f1f20;
    height: 75px;
    padding-top: 27px;
  }

  .menu-button.w--open {
    color: #7f7f7f;
    background-color: rgba(0, 0, 0, 0);
    border-top-right-radius: 76px;
  }

  .underline-hover {
    display: none;
  }

  .hero {
    min-height: 600px;
  }

  .hero-flex {
    max-width: 100%;
    min-height: 600px;
  }

  .hero-flex.about-us {
    min-height: 500px;
  }

  .hero-left-column {
    width: 100%;
  }

  .hero-text {
    font-size: 66px;
    line-height: 66px;
  }

  .hero-figure-bg {
    margin-left: 29px;
  }

  .h2 {
    font-size: 44px;
    line-height: 52px;
  }

  .heading-full {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .intro-box {
    padding-top: 30px;
  }

  .heading-center {
    width: 70%;
    min-width: auto;
    margin-bottom: 30px;
  }

  .column-center-flex {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-center-flex.mobile-margin {
    padding-right: 0%;
  }

  .max-516-pixels.margin {
    margin-bottom: 60px;
    padding-left: 4%;
  }

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

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

  .number, .number._2 {
    padding-bottom: 5px;
  }

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

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

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

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

  .side-figure {
    width: 180px;
  }

  .slider {
    width: 500px;
  }

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

  .team-item {
    width: 31%;
    margin-bottom: 30px;
    margin-right: 3%;
  }

  .title-utility {
    font-size: 22px;
    line-height: 24px;
  }

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

  ._37-percent-column {
    padding-left: 0%;
  }

  .capsule-container {
    align-items: flex-end;
    padding-left: 3%;
  }

  .capsule-yellow {
    min-width: 170px;
    height: 60px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 22px;
    line-height: 22px;
  }

  .text-big {
    font-size: 30px;
    line-height: 28px;
  }

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

  .side-figure-2 {
    width: 220px;
    left: -12%;
  }

  .faq-arrow-box {
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .faq-center-box {
    padding-top: 27px;
    padding-bottom: 20px;
  }

  .faq-trigger {
    padding-left: 20px;
  }

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

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

  .category-button {
    font-size: 14px;
    line-height: 14px;
  }

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

  .big-words-2 {
    left: -162%;
  }

  .text-big-2 {
    font-size: 34px;
    line-height: 34px;
  }

  .big-words-1 {
    left: -165%;
  }

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

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

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

  .notice {
    margin-top: 40px;
  }

  .footer {
    max-width: 100%;
  }

  .footer-column {
    width: 25%;
    margin-right: 0%;
  }

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

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

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

  .menu {
    width: 50%;
  }

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

  .footer-1440-pixels {
    padding-top: 60px;
  }

  .hero-capsule-container {
    flex: 0 auto;
    width: 56%;
    padding-left: 3%;
  }

  .hero-left {
    width: 52%;
  }

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

  .right-column {
    flex: 1;
  }

  .h4-big {
    margin-bottom: 3px;
    font-size: 44px;
    line-height: 48px;
  }

  .title-bold {
    font-size: 17px;
    line-height: 17px;
  }

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

  .classes-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .scroll-item {
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .classes-section {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .classes-block {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .classes-hidden-mask {
    height: auto;
    overflow: visible;
  }

  .classes-scrollable {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .classes-sticky-wrapper {
    height: auto;
  }

  .top-white {
    display: none;
  }

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

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

  .blue-bg-box {
    padding-top: 20px;
  }

  .bottom-text-box {
    width: 50%;
    margin-right: 5%;
  }

  .utility-title {
    font-size: 22px;
    line-height: 29px;
  }

  .why-us-checkmark {
    width: 45px;
    margin-right: 10px;
  }

  .video {
    height: 400px;
  }

  .play-button {
    width: 100px;
    height: 100px;
  }

  .preview-text-box {
    margin-top: 15px;
  }

  .preview-left {
    width: 70%;
  }

  .preview-link-text {
    font-size: 26px;
    line-height: 32px;
  }

  .button-hover {
    width: 80px;
    height: 80px;
  }

  .contact-right {
    width: 60%;
  }

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

  .preview-text-container {
    margin-top: 10px;
  }

  .preview-link-box {
    margin-top: 6px;
  }

  .inner-pages-bg {
    width: 450px;
  }

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

  .utility-hero {
    height: 600px;
  }

  .category-button-relative {
    height: 37px;
    font-size: 14px;
    line-height: 14px;
  }

  .h1 {
    font-size: 48px;
    line-height: 52px;
  }

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

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

  .side-block {
    margin-bottom: 10px;
  }

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

  .side-title {
    margin-top: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .h1-inner-pages {
    font-size: 46px;
    line-height: 52px;
  }

  ._42-percent-column {
    width: 60%;
  }

  .side-bg {
    width: 300px;
  }

  .h4-large.dark {
    font-size: 58px;
    line-height: 58px;
  }

  .hero-text-2, .hero-text-3 {
    font-size: 66px;
    line-height: 66px;
  }

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

  .intro-box-3 {
    padding-top: 30px;
  }

  .hero-dark {
    margin-top: 15px;
    font-size: 6vw;
    line-height: 7vw;
  }

  .hero-dark-2, .hero-dark-3 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .rich-text {
    margin-left: 15px;
    margin-right: 15px;
  }

  .back-card {
    padding-top: 13px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-4 {
    overflow: hidden;
  }

  .block-2 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .block-3 {
    padding-top: 4%;
    padding-bottom: 2%;
  }

  .block-text {
    font-size: 22px;
    line-height: 28px;
  }

  .number-gradinet {
    font-size: 66px;
    line-height: 66px;
  }

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

  .oink {
    margin-bottom: 10px;
  }

  .image {
    width: 170px;
  }

  .button-outline {
    height: 37px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .block-1-bottom {
    width: 100%;
    padding-bottom: 6%;
  }

  .half-column-center {
    padding-left: 3%;
    padding-right: 3%;
  }

  .half-column-center.padding {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 4%;
  }

  .preview-text-link {
    font-size: 30px;
    line-height: 38px;
  }

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

  .hero-capsule-yellow, .hero-capsule-green {
    min-width: 170px;
    height: 60px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 22px;
    line-height: 22px;
  }

  .hero-capsule-pink {
    min-width: 170px;
    margin-left: 180px;
    font-size: 22px;
    line-height: 22px;
  }

  .hero-capsule-blue {
    min-width: 203px;
    height: 60px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 22px;
    line-height: 22px;
    bottom: 47px;
    left: -35px;
  }

  .hero-capsule-orange {
    min-width: 170px;
    height: 60px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 22px;
    line-height: 22px;
    top: -34%;
    bottom: auto;
    left: 0%;
    right: auto;
    transform: rotate(13deg);
  }

  .hero-capsule-gray {
    min-width: 170px;
    height: 60px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 22px;
    line-height: 22px;
    top: auto;
    bottom: 11%;
    left: 45%;
    right: auto;
    transform: rotate(-6deg);
  }

  .buy-template-container {
    justify-content: flex-start;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
  }

  .block-4-girl {
    background-size: 204px;
  }

  .why-us {
    margin-right: 10px;
  }

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

  .hero-left-about-us {
    width: 52%;
  }

  .h4-big-about {
    margin-bottom: 3px;
    font-size: 44px;
    line-height: 48px;
  }

  .heading-center-about {
    width: 70%;
    min-width: auto;
    margin-bottom: 30px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .h1-inner-pages-2 {
    font-size: 46px;
    line-height: 52px;
  }

  .hero-right {
    width: 100%;
  }

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

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

  .content-section-home.inner-pages {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

  .content-section-home.post, .content-section-home.pricing-page {
    padding-top: 50px;
  }

  ._37-percent-column-copy {
    padding-left: 0%;
  }

  .content-banner {
    padding-top: 100px;
  }

  .content-banner.inner-pages {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-banner.intro {
    padding-top: 60px;
  }

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

  .content-banner.post, .content-banner.pricing-page {
    padding-top: 50px;
  }

  .column-center-family {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-center-family.mobile-margin {
    padding-right: 0%;
  }

  .h3-family {
    font-size: 36px;
    line-height: 42px;
  }
}

@media screen and (max-width: 767px) {
  .hero-subtitle {
    font-size: 18px;
    line-height: 24px;
  }

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

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

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

  .content-section.post, .content-section.pricing-page {
    padding-top: 40px;
  }

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

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

  .inner-hero-section {
    min-height: 400px;
    position: relative;
  }

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

  .underline-hover {
    display: none;
  }

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

  .hero-flex {
    min-height: 600px;
    padding-bottom: 50px;
  }

  .hero-flex.about-us {
    flex-wrap: wrap;
    padding-top: 40px;
  }

  .hero-flex.contact-us {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

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

  .figure-bg-box {
    width: 60%;
  }

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

  .heading-full {
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .subtitle-box-center {
    max-width: 85%;
  }

  .heading-center {
    width: 80%;
    margin-bottom: 25px;
  }

  .column-center-flex {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-center-flex.mobile-margin {
    padding-left: 2.5%;
  }

  .max-516-pixels.margin {
    padding-left: 4%;
  }

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

  .number {
    width: 49%;
  }

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

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

  .sign-small.m {
    font-size: 36px;
    line-height: 36px;
  }

  .numbers {
    flex-wrap: wrap;
  }

  .relative.bottom-padding {
    padding-bottom: 5px;
  }

  .side-figure {
    width: 150px;
  }

  .slider-right {
    flex: 0 auto;
    width: 100%;
    margin-left: 3%;
  }

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

  .team-title {
    font-size: 15px;
    line-height: 25px;
  }

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

  .team-item {
    width: 46%;
  }

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

  .team-item._3 {
    margin-right: 4%;
  }

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

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

  .capsule-container {
    padding-left: 0%;
  }

  .capsule-yellow {
    bottom: 50%;
  }

  .capsules-box {
    height: 192px;
    margin-bottom: 15px;
  }

  .pricing-button-margins {
    padding-top: 10px;
  }

  .text-big {
    font-size: 28px;
  }

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

  .pricing-details {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .faq-arrow-box {
    width: 14%;
  }

  .faq-answer-box {
    padding-left: 13px;
  }

  .faq-trigger {
    padding-left: 15px;
  }

  .h3-big {
    font-size: 42px;
    line-height: 46px;
  }

  .h4 {
    font-size: 34px;
  }

  .category-button {
    margin-bottom: 9px;
    margin-right: 8px;
  }

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

  .big-words-2 {
    padding-top: 14px;
    padding-bottom: 5px;
    left: -195%;
  }

  .text-big-2 {
    padding-bottom: 7px;
    font-size: 30px;
    line-height: 30px;
  }

  .big-words-1 {
    padding-top: 14px;
    padding-bottom: 5px;
    left: -278%;
  }

  .strip-container {
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 87px;
  }

  .hover-icon {
    width: 30px;
  }

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

  .newsletter {
    width: 50%;
    margin-left: 30%;
  }

  .notice {
    margin-top: 0;
  }

  .footer-column {
    width: 30%;
  }

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

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

  .hero-capsule-container {
    width: 100%;
    padding-left: 0%;
  }

  .hero-left {
    width: 100%;
  }

  .slider-left-column {
    justify-content: flex-start;
    width: 100%;
  }

  .intro-text-box {
    padding-bottom: 5px;
  }

  .h4-big {
    margin-bottom: 5px;
    font-size: 42px;
    line-height: 46px;
  }

  .scroll-item {
    min-height: 350px;
  }

  .classes-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .classes-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .name.no-margin, .name.no-margin-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .scroll-bg-1 {
    width: 90%;
    bottom: 9%;
  }

  .scroll-bg-2 {
    width: 74%;
    bottom: -15%;
  }

  .scroll-bg-3 {
    width: 60%;
    bottom: 4%;
  }

  .scroll-bg-4 {
    width: 70%;
    top: 16%;
  }

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

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

  .blue-bg-box {
    padding-top: 20px;
  }

  .bottom-text-box {
    width: 100%;
    margin-bottom: 85px;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .utility-title {
    font-size: 21px;
    line-height: 28px;
  }

  .bottom-item {
    padding-right: 0%;
  }

  .feature-item {
    width: 33%;
    margin-bottom: 30px;
  }

  .why-us-checkmark {
    width: 65px;
  }

  .play-button {
    width: 90px;
    height: 90px;
  }

  .play {
    width: 25px;
    height: 35px;
  }

  .preview-text-box {
    flex-direction: column;
    margin-bottom: 6px;
  }

  .preview-text-box.full {
    flex-direction: row;
  }

  .preview-left {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
  }

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

  .button-hover {
    font-size: 13px;
  }

  .contact-left {
    width: 100%;
  }

  .contact-form {
    margin-top: 0;
  }

  .block {
    width: 100%;
  }

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

  .contact-right {
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .preview-box-text {
    margin-bottom: 15px;
    margin-left: 15px;
  }

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

  .utility-hero {
    height: 500px;
  }

  .h1 {
    font-size: 44px;
    line-height: 48px;
  }

  .work-right {
    width: 64%;
  }

  .button-utitlity {
    margin-top: 10px;
  }

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

  .flex-work-page {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

  .h1-inner-pages {
    font-size: 40px;
    line-height: 46px;
  }

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

  .side-bg {
    width: 250px;
  }

  .h4-large.dark {
    font-size: 52px;
    line-height: 52px;
  }

  .hero-text-2, .hero-text-3 {
    font-size: 62px;
    line-height: 62px;
  }

  .column-center-right {
    padding-right: 0%;
  }

  .hero-dark, .hero-dark-2, .hero-dark-3 {
    font-size: 62px;
    line-height: 62px;
  }

  .hero-left-about {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .back-card {
    padding-top: 13px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-4 {
    width: 100%;
  }

  .block-1 {
    width: 100%;
    margin-bottom: 3%;
    margin-right: 0%;
  }

  .block-2 {
    width: 48%;
    margin-bottom: 3%;
    margin-right: 3%;
    padding-top: 3%;
  }

  .block-3 {
    width: 49%;
    margin-bottom: 3%;
    margin-right: 0%;
    padding-top: 6%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .block-text {
    line-height: 26px;
  }

  .number-gradinet {
    font-size: 63px;
    line-height: 64px;
  }

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

  .oink {
    height: 180px;
    margin-bottom: 5px;
  }

  .image {
    width: 150px;
  }

  .guy-block {
    height: auto;
  }

  .half-column-center.padding {
    padding-left: 5%;
  }

  .preview-text-link {
    font-size: 28px;
    line-height: 36px;
  }

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

  .click-box {
    bottom: -8%;
  }

  .hero-capsule-yellow {
    bottom: 50%;
  }

  .hero-capsule-pink {
    bottom: 48%;
  }

  .hero-capsule-blue {
    margin-left: 439px;
    bottom: -116px;
    transform: rotate(11deg);
  }

  .hero-capsule-orange {
    margin-bottom: 101px;
    margin-left: 374px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    transform: rotate(-10deg);
  }

  .hero-capsule-gray {
    margin-bottom: 7px;
    margin-left: 214px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

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

  .block-4-girl {
    background-size: 110%;
  }

  .show-last-hide {
    margin-top: 20px;
    display: block;
    position: relative;
  }

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

  .show-last {
    display: none;
  }

  .show-second-hide {
    margin-top: 20px;
    display: block;
    position: relative;
  }

  .show-second {
    display: none;
  }

  .sticky-content-block {
    width: 90%;
    max-width: 100%;
    min-height: 100%;
    margin-bottom: 80px;
  }

  .sticky-content-block.last {
    flex-direction: column-reverse;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .scroll-text-box {
    width: 100%;
  }

  .sticky-left {
    width: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .show-first {
    display: none;
  }

  .show-first-hide {
    margin-top: 20px;
    display: block;
    position: relative;
  }

  .sticky-right {
    width: 100%;
    min-height: 600px;
    display: none;
  }

  .h3-title {
    font-size: 42px;
    line-height: 50px;
  }

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

  .hero-left-about-us {
    width: 100%;
  }

  .h4-big-about {
    margin-bottom: 5px;
    font-size: 42px;
    line-height: 46px;
  }

  .heading-center-about {
    width: 80%;
    margin-bottom: 25px;
  }

  .subtitle-box-center-copy {
    max-width: 85%;
  }

  .hero-heading-center, .hero-heading-right, .hero-heading-left, .team-slider {
    padding: 60px 15px;
  }

  .h1-inner-pages-2 {
    font-size: 40px;
    line-height: 46px;
  }

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

  .hero-landing {
    min-height: 400px;
    position: relative;
  }

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

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

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

  .content-section-home.post, .content-section-home.pricing-page {
    padding-top: 40px;
  }

  ._37-percent-column-copy {
    width: 100%;
  }

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

  .content-banner.inner-pages {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-banner.post, .content-banner.pricing-page {
    padding-top: 40px;
  }

  .column-center-family {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-center-family.mobile-margin {
    padding-left: 2.5%;
  }

  .h3-family {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero-subtitle {
    margin-top: 5px;
    font-size: 17px;
  }

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

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

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

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

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

  .content-section.pricing-page {
    padding-top: 10px;
  }

  .go-up-button {
    background-size: 16px, auto;
  }

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

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

  .navlink {
    color: #0f0f0f;
  }

  .brand {
    height: 75px;
  }

  .menu-button {
    padding-top: 28px;
  }

  .hero {
    min-height: 500px;
    padding-top: 90px;
    padding-bottom: 10px;
  }

  .hero.about {
    padding-top: 90px;
  }

  .hero-flex {
    min-height: 500px;
  }

  .hero-text {
    font-size: 12.5vw;
    line-height: 12.5vw;
  }

  .figure-bg-box {
    width: 100%;
  }

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

  .heading-full {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-full.space {
    flex-direction: column;
    align-items: flex-start;
  }

  .intro-box {
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 40px;
    padding-top: 0;
  }

  .intro-box-2, .intro-box-4 {
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle-box-center {
    max-width: 90%;
  }

  .column-center {
    width: 100%;
    height: 230px;
  }

  .heading-center {
    width: 100%;
  }

  .column-center-flex {
    width: 100%;
    padding: 20px 5% 0;
  }

  .column-center-flex.mobile-margin {
    margin-top: 20px;
  }

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

  .number {
    border-bottom-style: none;
    border-right-style: none;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 3%;
  }

  .number._2 {
    width: 100%;
    margin-bottom: 0;
    padding-left: 3%;
  }

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

  .numbers {
    flex-wrap: wrap;
  }

  .flex-top-margin.mobile-reverse {
    flex-wrap: wrap-reverse;
  }

  .column-text {
    width: 100%;
  }

  .image-column {
    width: 100%;
    min-height: 250px;
    margin-top: 20px;
  }

  .button-flex {
    padding-bottom: 0;
  }

  .button-box {
    margin-bottom: 10px;
  }

  .button-box._30-pixels.mobile-no-margin {
    margin-top: 0;
  }

  .icon-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .icon-right {
    width: 100%;
  }

  .side-figure {
    width: 135px;
    bottom: 26%;
  }

  .slider {
    width: 94%;
    margin-right: 5%;
  }

  .slide {
    padding-top: 0;
  }

  .benefit {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
    padding-top: 24px;
    padding-left: 6%;
    padding-right: 5%;
  }

  .benefit-left {
    width: 100%;
  }

  .benefit-right {
    padding-right: 0%;
  }

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

  .team-item {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0%;
    position: relative;
  }

  .team-item._4 {
    margin-bottom: 30px;
  }

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

  .team-item._5 {
    margin-bottom: 30px;
  }

  .capsule-container {
    padding-left: 0%;
  }

  .pricing {
    width: 100%;
  }

  .pricing-box {
    width: 100%;
    max-width: 350px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-box.last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .pricing-box.middle {
    margin-bottom: 10px;
  }

  .pricing-middle {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-center {
    width: 100%;
    margin-right: 0%;
  }

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

  .faq-arrow-box {
    border-left-style: none;
    justify-content: flex-start;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 20px;
  }

  .faq-category {
    width: 100%;
  }

  .faq-answer-box {
    padding-left: 15px;
  }

  .faq-center-box {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }

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

  .faq-block-left {
    width: 0%;
  }

  .h4.no-top-margin {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 34px;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

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

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

  .big-words-2 {
    top: -61px;
    left: -416%;
    transform: rotate(-10deg);
  }

  .big-words-1 {
    bottom: 59px;
    left: -552%;
    transform: rotate(3deg);
  }

  .strip-container {
    margin-top: 0;
    padding-top: 133px;
    padding-bottom: 36px;
  }

  .insta-pic {
    width: 50%;
  }

  .h6 {
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 36px;
    line-height: 36px;
  }

  .newsletter {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
    padding-right: 10px;
  }

  .notice {
    margin-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0%;
    padding-bottom: 0;
  }

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

  .footer-expand {
    margin-top: 10px;
  }

  .footer-expand.middle {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
  }

  .menu {
    width: 50%;
    padding-right: 10px;
  }

  .menu._44-percent {
    margin-bottom: 0;
  }

  .footer-1440-pixels {
    padding-top: 50px;
  }

  .slider-left-column {
    margin-bottom: 20px;
    padding-left: 5%;
  }

  .intro-about {
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-about-3 {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-about-2 {
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-column {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0%;
  }

  .right-column {
    width: 100%;
  }

  .image-column-left {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0%;
  }

  .flex-images {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .image-column-right {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0%;
  }

  .left-column-padding {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0%;
  }

  .scroll-item {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .classes-section {
    margin-left: 0;
  }

  .classes-block {
    width: 100%;
    height: auto;
  }

  .scroll-item-container {
    flex-direction: column-reverse;
  }

  .image-center {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll-bg-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .top-white {
    display: none;
  }

  .scroll-bg-2 {
    width: 100%;
    top: auto;
    bottom: 9%;
    left: 0%;
    right: 0%;
  }

  .scroll-bg-3 {
    width: 100%;
  }

  .scroll-bg-4 {
    width: 100%;
    margin-bottom: 0;
    top: auto;
    bottom: 9%;
    left: 0%;
    right: 0%;
  }

  .curve-bg {
    width: 104%;
    padding-left: 36%;
  }

  .curve-text-box {
    margin-right: 3%;
  }

  .left-column-text {
    width: 100%;
    padding-top: 0;
  }

  .bottom-item {
    padding-right: 0%;
  }

  .feature-item {
    width: 50%;
  }

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

  .why-us-left {
    border-right-style: none;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .why-us-left.first {
    padding-top: 0;
  }

  .why-us-checkmark {
    width: 55px;
  }

  .why-us-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .video {
    height: 300px;
  }

  .play-button {
    width: 80px;
    height: 80px;
  }

  .preview-text-box {
    flex-wrap: wrap;
  }

  .preview-left {
    width: 100%;
    padding-left: 5px;
  }

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

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

  .work-item, .client-logo {
    width: 100%;
    margin-bottom: 40px;
  }

  .button-hover {
    display: none;
  }

  .contact-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .checkbox-field {
    margin-right: 25px;
  }

  .textarea {
    margin-bottom: 0;
  }

  .field {
    width: 48.8%;
  }

  .contact-form {
    margin-top: 0;
  }

  .block {
    width: 100%;
  }

  .contact-right {
    width: 85%;
  }

  .preview-box-text {
    margin-bottom: 12px;
    margin-left: 12px;
  }

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

  .utility-hero {
    height: 450px;
  }

  .rich-text-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .category-button-relative {
    margin-bottom: 10px;
    margin-right: 10px;
  }

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

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

  .work-right {
    width: 100%;
    margin-bottom: 20px;
  }

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

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

  .side-block {
    padding-bottom: 10px;
  }

  .work-item-grid {
    width: 100%;
    margin-right: 0%;
  }

  .work-item-grid.no-margin {
    margin-bottom: 30px;
  }

  .heading-center-simple {
    max-width: 100%;
  }

  .h1-inner-pages {
    font-size: 36px;
    line-height: 42px;
  }

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

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

  .side-bg {
    width: 230px;
  }

  .h4-large.dark {
    font-size: 42px;
    line-height: 42px;
  }

  .hero-text-2, .hero-text-3 {
    font-size: 12.5vw;
    line-height: 12.5vw;
  }

  .column-center-right {
    width: 100%;
    margin-bottom: 20px;
  }

  .intro-box-3 {
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-dark, .hero-dark-2, .hero-dark-3 {
    font-size: 40px;
    line-height: 40px;
  }

  .right-column-narrow {
    width: 100%;
  }

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

  .rich-text {
    margin-left: 13px;
    margin-right: 13px;
  }

  .column-center-image {
    width: 100%;
  }

  .back-card {
    text-align: left;
    padding: 20px;
  }

  .block-4 {
    flex-wrap: wrap-reverse;
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .block-1 {
    width: 100%;
    margin-bottom: 7%;
    margin-right: 0%;
  }

  .block-4-right {
    padding-top: 9%;
    padding-bottom: 0%;
  }

  .block-2 {
    width: 100%;
    margin-bottom: 7%;
    padding-bottom: 7%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .block-3 {
    width: 100%;
    min-height: 320px;
    margin-bottom: 7%;
    margin-right: 0%;
    padding: 8% 7% 5%;
  }

  .large-text {
    font-size: 22px;
    line-height: 24px;
  }

  .block-1-bottom {
    padding: 0% 7% 8%;
  }

  .link-box-preview {
    width: 100%;
  }

  .half-column-center {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .half-column-center.padding {
    padding: 20px 3% 40px;
  }

  .preview-text-link {
    font-size: 26px;
    line-height: 34px;
  }

  .click-box {
    margin-right: -4%;
  }

  .footer-notice-text {
    margin-left: 10px;
    margin-right: 10px;
  }

  .guy-desk {
    width: 250px;
  }

  .block-4-girl {
    background-size: contain;
    width: 100%;
    height: 250px;
    margin-right: 0%;
  }

  .show-last-hide, .show-second-hide {
    margin-top: 0;
  }

  .sticky-content-block {
    flex-wrap: wrap-reverse;
  }

  .scroll-text-box {
    margin-top: 20px;
  }

  .sticky-left {
    flex-direction: column;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .show-first-hide {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sticky-right {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .why-us {
    width: 55px;
  }

  .h3-title {
    font-size: 38px;
    line-height: 46px;
  }

  .heading-center-about {
    width: 100%;
  }

  .subtitle-box-center-copy {
    max-width: 90%;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .h1-inner-pages-2 {
    font-size: 36px;
    line-height: 42px;
  }

  .image-3 {
    margin-bottom: 40px;
  }

  .button-fill-copy-2 {
    text-align: center;
  }

  .heading-center-landing {
    max-width: 100%;
  }

  .paragraph-3 {
    padding-top: 10px;
    font-size: 16px;
  }

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

  .content-section-home.inner-pages {
    padding-bottom: 20px;
  }

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

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

  .content-section-home.pricing-page {
    padding-top: 10px;
  }

  ._37-percent-column-copy {
    padding-right: 0;
  }

  .flex-list-copy {
    margin-top: 20px;
  }

  .image-6 {
    text-align: center;
    border: 4px solid #cdbb73;
    max-width: 72%;
    margin-right: 36px;
    padding-top: 0;
    padding-right: 0;
  }

  .background-video-3 {
    aspect-ratio: 1;
    margin-left: -140px;
    margin-right: 0;
    display: block;
  }

  .section {
    text-align: left;
  }

  .dark-link-copy {
    font-size: 14px;
  }

  .content-banner {
    padding-top: 60px;
    overflow: hidden;
  }

  .content-banner.inner-pages {
    padding-bottom: 20px;
  }

  .content-banner.intro {
    margin-top: -117px;
    padding-top: 50px;
  }

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

  .content-banner.pricing-page {
    padding-top: 10px;
  }

  .column-center-family {
    width: 100%;
    padding: 20px 5% 0;
  }

  .column-center-family.mobile-margin {
    margin-top: 20px;
  }

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


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kalam';
  src: url('../fonts/Kalam-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}