:root {
  --bg: #f0eeea;
  --font-color: #1f1f20;
  --primary-text-underline-hover: #00214d;
  --bg-text-white: #eeede9;
  --white: white;
  --bg-2: #e9ebe3;
  --lines: #bbbbb6;
  --text-grey: #7f7f7f;
  --secondary-text: #2f3a4a;
  --orange-hover: #00214d;
  --input-hover: #1084e3;
  --bg-3: #dadbd1;
  --button: #ecedec;
  --black-hover: #2f2f31;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.content {
  background-color: var(--white);
  padding-bottom: 0;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.content-section.login {
  background-color: var(--font-color);
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074b0f_pexels-karolina-grabowska-4195501.avif");
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 190px;
  display: flex;
}

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

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

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

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

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

.content-section.double {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 140px;
  overflow: hidden;
}

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

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

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

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

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

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

.go-up-button {
  z-index: 3;
  background-color: var(--primary-text-underline-hover);
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074a65_proximo.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

.navlink.w--current {
  color: var(--primary-text-underline-hover);
  font-weight: 700;
}

.navlink.login {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074a99_Padlock.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 18px;
}

.nav-menu {
  display: flex;
}

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

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

.brand.w--current {
  vertical-align: middle;
}

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

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

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

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

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

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

.dark-link {
  color: var(--primary-text-underline-hover);
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: color .2s;
}

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

.footer {
  z-index: 0;
  background-color: var(--bg);
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  width: 100%;
  max-width: 100%;
  margin-top: -18px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

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

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

.footer-text-medium {
  color: var(--primary-text-underline-hover);
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

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

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

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

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

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

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

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

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

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

.menu {
  -webkit-text-stroke-color: var(--primary-text-underline-hover);
  width: 50%;
}

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

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

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

.notice-text {
  color: var(--text-grey);
  font-family: Generalsans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
}

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

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

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

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

.divider-line.dark {
  background-color: var(--primary-text-underline-hover);
  color: var(--primary-text-underline-hover);
}

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

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

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

.hero-box-subtitle {
  width: 100%;
  max-width: 436px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

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

.parallax-bg.newsletter {
  background-image: linear-gradient(#1f1f20f2, #1f1f20f2), url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074b0f_pexels-karolina-grabowska-4195501.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
}

.parallax-bg._2 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074acc_Bg.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

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

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

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

.h2 {
  letter-spacing: -1.5px;
  margin-top: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 40px;
  line-height: 46px;
  position: relative;
}

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

.flex {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex.wrap {
  flex-wrap: wrap;
  align-items: stretch;
}

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

.intro-feature {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 370px;
  margin-bottom: 20px;
  margin-right: 2%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.intro-feature.last {
  justify-content: space-between;
  align-items: center;
}

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

.h5 {
  color: var(--primary-text-underline-hover);
  margin-top: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
}

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

.h5.medium {
  color: var(--primary-text-underline-hover);
  font-size: 25px;
  line-height: 25px;
}

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

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

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

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

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

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

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

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

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

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

.h3 {
  color: var(--primary-text-underline-hover);
  letter-spacing: -1.55px;
  font-size: 70px;
  line-height: 56px;
}

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

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

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

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

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

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

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

.subtitle {
  color: var(--secondary-text);
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

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

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

.expand {
  flex: 1;
}

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

.horizontal {
  background-color: var(--primary-text-underline-hover);
  width: 20px;
  height: 1.5px;
}

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

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

.vertical {
  background-color: var(--primary-text-underline-hover);
  width: 1.5px;
  height: 20px;
  position: absolute;
}

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

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

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

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

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

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

.change-this-image.laptop {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074a8d_Macbook.png");
  background-position: 125%;
  background-size: 900px;
}

.change-this-image._4 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/696dc150f957e045712dcaa2_pexels-capture-crew-2153847797-33827304.webp");
}

.change-this-image.tab-1 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074ad3_pexels-cottonbro-studio-4325450.jpg");
}

.change-this-image.tab-2 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074aef_surface-4Tq5115sleE-unsplash.jpg");
}

.change-this-image.tab-3 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074af2_lasse-jensen-84mFDd6bZG4-unsplash.jpg");
}

.change-this-image.tab-4 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074ad4_tyler-nix-XMZyQQv6Aqg-unsplash.jpg");
}

.change-this-image.team {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074af5_team_optimized.jpg");
}

.change-this-image.team-2 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074af8_team-2_optimized.jpg");
}

.change-this-image.team-3 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074af4_team-3_optimized.jpg");
}

.change-this-image.team-4 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074af6_team-4_optimized.jpg");
}

.change-this-image.team-5 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074b0b_team-5_optimized.jpg");
}

.change-this-image.team-6 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074b0a_team-6_optimized.jpg");
}

.change-this-image.team-7 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074af3_team-7_optimized.jpg");
}

.change-this-image._6 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074a96_Image-2.jpg");
}

.change-this-image._7 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/696dc14ed6206a1f990e82fa_annie-spratt-QckxruozjRg-unsplash%20(1).webp");
  background-size: cover;
}

.change-this-image._8 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074b0e_pexels-cottonbro-studio-4098199.jpg");
}

.change-this-image._5 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074af1_pexels-pavel-danilyuk-7658388.webp");
}

.change-this-image.license {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074a89_pexels-cottonbro-studio-4100672.jpg");
}

.change-this-image.license-2 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074ab5_pexels-vlada-karpovich-7433879.jpg");
}

.change-this-image.license-3 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074b2d_pexels-mikhail-nilov-6592735.jpg");
}

.change-this-image._1 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/696dc14dc737633faad0021a_pexels-shkrabaanthony-5816299.webp");
  background-size: cover;
}

.change-this-image._2 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695f4fa3b2c5b8e2e0248817_pexels-edmond-dantes-4342493.jpg");
  background-position: 50% 75%;
}

.change-this-image.slide-side {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074ad0_pexels-mikhail-nilov-8871903.jpg");
}

.change-this-image.slider-side-2 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074ac8_pexels-edmond-dante%CC%80s-4342498.jpg");
}

.change-this-image.slide-side-3 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074ac7_pexels-cottonbro-studio-7437499.jpg");
}

.change-this-image.slide-side-4 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074ab3_christina-spoerer-IDihFjpf3-g-unsplash.jpg");
}

.change-this-image._3 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074a8a_pexels-pavel-danilyuk-6405783.jpg");
}

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

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

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

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

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

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

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

.half-column {
  background-color: var(--bg);
  width: 50%;
  display: flex;
  position: relative;
}

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

.half-column.right {
  background-color: var(--white);
  justify-content: flex-start;
}

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

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

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

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

.h4 {
  color: var(--primary-text-underline-hover);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 40px;
  line-height: 45px;
}

.h4.white {
  color: var(--primary-text-underline-hover);
}

.h4.no-top-margin {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
}

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

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

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

.curve-bg {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074ac9_Curve.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 464px;
  width: 500px;
  height: 66px;
  margin-bottom: -1px;
  padding-top: 17px;
  padding-left: 134px;
  position: absolute;
  inset: auto 0% -1px auto;
}

.right-white-bg {
  z-index: 0;
  background-color: #fdfcf6;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% -41% 0% auto;
}

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

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

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

.display-none {
  display: none;
}

.slide {
  margin-right: 2%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover-image.about-us {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074ad2_about-intro_optimized.jpg");
}

.hover-image.about-us-2 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074ad1_about-intro-2_optimized.jpg");
}

.hover-image.about-us-3 {
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074ad6_about-intro-3_optimized.jpg");
}

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

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

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

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

.right-margin {
  color: var(--primary-text-underline-hover);
  margin-right: 3px;
  display: inline-block;
}

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

.circle-arrow {
  background-color: var(--font-color);
  color: var(--primary-text-underline-hover);
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074a79_Mini-arrow.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 4px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-image-scale.about-us {
  background-image: linear-gradient(360deg, var(--font-color), #00000080 42%, transparent), url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/696dc14df5d026a7a33144a4_pexels-fauxels-3184418.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-image-scale.services {
  background-image: linear-gradient(360deg, #000, #00000094 42%, #0000), url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074af1_pexels-pavel-danilyuk-7658388.webp");
  background-position: 0 0, 50% 85%;
  background-repeat: repeat, no-repeat;
}

.hero-image-scale.pricing {
  background-image: linear-gradient(360deg, #000, #00000094 42%, #0000), url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074b2c_pexels-alena-darmel-7641863.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-image-scale.faq {
  background-image: linear-gradient(360deg, #000, #00000094 42%, #0000), url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074b2d_pexels-mikhail-nilov-6592735.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-image-scale.home-overlay {
  background-image: linear-gradient(360deg, #1a1a1a, #1010109e 38%, #0000), url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074a89_pexels-cottonbro-studio-4100672.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-image-scale.home {
  background-image: linear-gradient(90deg, #1a1a1a, #1010109e 38%, #0000), url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/696d998f1517436b64deada7_pexels-arina-krasnikova-6016352.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

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

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

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

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

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

.hidden-hero {
  flex-direction: column;
  height: 92px;
  font-family: Generalsans, sans-serif;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

.image-9 {
  position: relative;
  top: -9px;
}

.body {
  color: var(--primary-text-underline-hover);
  letter-spacing: 0;
  font-family: Generalsans, sans-serif;
}

.text-block-3 {
  overflow-wrap: normal;
  overflow: visible;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  color: var(--primary-text-underline-hover);
}

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

.content-section-trial.double {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 140px;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.content-section-trial.login {
  background-color: var(--font-color);
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074b0f_pexels-karolina-grabowska-4195501.avif");
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 190px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content-section-copy.login {
  background-color: var(--font-color);
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074b0f_pexels-karolina-grabowska-4195501.avif");
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 190px;
  display: flex;
}

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

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

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

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

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

.content-section-copy.double {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 140px;
  overflow: hidden;
}

.content-section-copy-copy-hero {
  background-color: var(--white);
  border-radius: 45px 45px 0 0;
  width: 100%;
  max-width: 100%;
  padding-top: 50px;
  position: relative;
  top: -80px;
  overflow: hidden;
}

.content-section-copy-copy-hero.double {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 140px;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.content-section-copy-copy-hero.login {
  background-color: var(--font-color);
  background-image: url("https://cdn.prod.website-files.com/695e24da9dc32127260749e7/695e24dc9dc3212726074b0f_pexels-karolina-grabowska-4195501.avif");
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 190px;
  display: flex;
}

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

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

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

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

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

.content-section-copy-copy-hero.intro {
  margin-top: 700px;
  padding-top: 60px;
  padding-bottom: 50px;
}

.text-block-14, .text-block-15 {
  color: var(--primary-text-underline-hover);
}

@media screen and (min-width: 1280px) {
  .hero-subtitle.center {
    font-family: Montserrat, sans-serif;
  }

  .title-small {
    color: #69707b;
  }

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

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

  .hero-inner-text.white {
    font-family: Montserrat, sans-serif;
  }

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

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

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

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

  .footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -142px;
    padding-top: 50px;
    font-family: Generalsans, sans-serif;
  }

  .footer-text-medium {
    color: var(--secondary-text);
    font-weight: 500;
  }

  .notice-text {
    color: var(--secondary-text);
  }

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

  .h2.no-top-margin {
    font-family: Generalsans, sans-serif;
  }

  .button, .paragraph-medium {
    color: var(--secondary-text);
  }

  .subtitle {
    color: var(--secondary-text);
    font-family: Generalsans, sans-serif;
  }

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

  .full-section {
    top: -82px;
  }

  .circle-arrow {
    background-color: var(--primary-text-underline-hover);
    color: var(--primary-text-underline-hover);
  }

  .content-bg {
    background-color: var(--bg);
    margin-left: auto;
    margin-right: auto;
  }

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

  .tooltip-text {
    position: absolute;
  }

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

  .category-link {
    color: var(--primary-text-underline-hover);
  }

  .feature-box-colored {
    background-color: var(--bg);
  }

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

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

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

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

  .submit {
    background-color: var(--primary-text-underline-hover);
  }

  .bottom-word {
    font-family: Generalsans, sans-serif;
  }

  .top-1, .top-2, .top-3, .bottom-1, .bottom-2, .bottom-3 {
    font-family: Montserrat, sans-serif;
  }

  .body-2 {
    color: var(--primary-text-underline-hover);
    font-family: Generalsans, sans-serif;
  }

  .paragraph-2, .paragraph-3, .paragraph-4, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
    color: var(--secondary-text);
  }

  .section {
    position: relative;
    top: -30px;
  }

  .content-section-trial.less-top-margin {
    top: 0;
  }

  .content-section-trial.more-padding {
    top: -40px;
  }

  .content-section-trial-2.less-top-margin {
    top: 0;
  }

  .content-section-trial-2.more-padding {
    top: -40px;
  }

  .content-section-trial-3.less-top-margin {
    top: 0;
  }

  .content-section-trial-3.more-padding {
    top: -40px;
  }

  .heading {
    color: var(--primary-text-underline-hover);
  }

  .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .paragraph-15, .paragraph-17, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30 {
    margin-bottom: 20px;
  }

  .content-section-copy.offset-margin-visible {
    padding-bottom: 104px;
  }

  .content-section-copy.less-top-margin {
    top: 0;
  }

  .content-section-copy.more-padding {
    top: -40px;
  }

  .section-copy-4 {
    background-color: var(--white);
    position: relative;
    top: -30px;
  }

  .subtitle-copy, .subtitle-pronounciation, .subtitle-mission, .subtitle-vision {
    color: var(--secondary-text);
    font-family: Generalsans, sans-serif;
  }

  .content-section-copy-blog.less-top-margin {
    top: 0;
  }

  .content-section-copy-blog.more-padding {
    top: -40px;
  }

  .content-section-copy-copy-hero.less-top-margin {
    top: 0;
  }

  .content-section-copy-copy-hero.more-padding {
    top: -40px;
  }

  .content-section-about.less-top-margin {
    top: 0;
  }

  .content-section-about.more-padding {
    top: -40px;
  }

  .content-section-services.less-top-margin {
    top: 0;
  }

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

  .content-section-cms-blog.less-top-margin {
    top: 0;
  }

  .content-section-cms-blog.more-padding {
    top: -40px;
  }

  .content-section-services-each.less-top-margin {
    top: 0;
  }

  .content-section-services-each.more-padding {
    top: -40px;
  }
}

@media screen and (min-width: 1440px) {
  .content-section.page-offset-visible {
    color: var(--primary-text-underline-hover);
  }

  .navbar {
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #f0eeea5e;
    box-shadow: 0 8px 24px #00000026;
  }

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

  .button {
    color: var(--primary-text-underline-hover);
  }

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

  .hover-bg {
    display: none;
  }

  .feature-item {
    border-width: 0;
    box-shadow: 0 3px 5px #0003;
  }

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

  .content-section-trial {
    top: -149px;
  }

  .content-section-copy.offset-margin-services {
    top: -136px;
  }

  .content-section-copy.top-margin {
    top: -151px;
  }

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

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: contain;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .content-section-copy.double {
    background-color: var(--bg);
  }

  .content-section-copy.page-offset-visible {
    color: var(--primary-text-underline-hover);
  }

  .section-copy-4 {
    background-color: var(--white);
  }

  .div-block-4 {
    text-align: center;
  }

  .subtitle-copy {
    font-size: 20px;
  }

  .subtitle-pronounciation {
    font-size: 18px;
  }

  .content-section-copy-blog.page-offset-visible {
    color: var(--primary-text-underline-hover);
  }

  .content-section-copy-copy-hero.intro {
    padding-top: 50px;
  }

  .content-section-about.page-offset-visible {
    color: var(--primary-text-underline-hover);
  }

  .content-section-services.offset-margin-services {
    top: -136px;
  }

  .content-section-cms-blog.top-margin {
    top: -151px;
  }

  .content-section-services-each.page-offset-visible {
    color: var(--primary-text-underline-hover);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .underline-hover {
    display: none;
  }

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

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

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

  .footer-column {
    width: 17%;
  }

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

  .menu {
    width: 50%;
  }

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

  .notice {
    margin-top: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .testimonials-slider {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .background-video {
    height: 700px;
  }

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

  .contact-block {
    width: 50%;
  }

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

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

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

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

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

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

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

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

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

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

  .faq-section {
    width: 78%;
  }

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

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

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

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

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

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

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

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

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

  .hidden-hero {
    height: 76px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .subtitle-copy, .subtitle-pronounciation, .subtitle-mission, .subtitle-vision {
    font-size: 24px;
    line-height: 31px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .underline-hover {
    display: none;
  }

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

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

  .notice {
    margin-top: 0;
  }

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

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

  .hero-column {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tooltip-text {
    display: none;
  }

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

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

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

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

  .testimonial-slide {
    width: 49%;
  }

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

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

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

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

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

  .hover-icon {
    width: 30px;
  }

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

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

  .numbers {
    flex-wrap: wrap;
  }

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

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

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

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

  .team-item {
    width: 31%;
  }

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

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

  .background-video {
    height: 610px;
  }

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

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

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

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

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

  .contact-details-box {
    margin-top: 10px;
  }

  .side-block {
    padding-bottom: 10px;
  }

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

  .utility-right {
    width: 65%;
  }

  .flex-work-page {
    margin-left: auto;
    margin-right: auto;
  }

  .less-top-margin {
    font-size: 32px;
    line-height: 38px;
  }

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

  .hero-section-bg {
    min-height: 280px;
    position: relative;
  }

  .hero-works-title {
    font-size: 38px;
    line-height: 44px;
  }

  .works-hero-box, .blog-hero-box {
    width: 90%;
  }

  .hero-link-title {
    font-size: 44px;
    line-height: 50px;
  }

  .hero-top-bg {
    min-height: 380px;
    padding-top: 100px;
  }

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

  .logo-2 {
    width: 50%;
    max-width: 69px;
  }

  .logo-3 {
    width: 90%;
    max-width: 117px;
  }

  .logo-1 {
    width: 100%;
    max-width: 125px;
  }

  .newsletter {
    width: 50%;
  }

  .hero-section-blog {
    height: 550px;
    position: relative;
  }

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

  .expand-contact {
    flex-direction: column;
  }

  .hero-image-scale.home, .hero-image-scale.home-overlay, .hero-image-scale.home, .hero-image-scale.home-overlay {
    background-position: 0 0, 50%;
  }

  .bottom-word {
    font-size: 74px;
    line-height: 81px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .subtitle-copy, .subtitle-pronounciation, .subtitle-mission, .subtitle-vision {
    font-size: 23px;
    line-height: 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .content-section-services-each.offset-bottom-padding, .content-section-services-each.offset-margin-services {
    margin-top: 380px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }

  h2 {
    font-size: 28px;
    line-height: 34px;
  }

  h3 {
    font-size: 26px;
    line-height: 30px;
  }

  h4 {
    font-size: 24px;
    line-height: 28px;
  }

  h5 {
    font-size: 20px;
    line-height: 24px;
  }

  h6 {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-subtitle {
    margin-top: 5px;
    font-size: 17px;
    line-height: 23px;
  }

  .hero-inner-padding {
    margin-top: 30px;
  }

  .title-small {
    font-size: 13px;
    line-height: 13px;
  }

  .content-section {
    padding-top: 60px;
    overflow: hidden;
  }

  .content-section.double {
    padding-bottom: 60px;
  }

  .content-section.offset {
    padding-top: 50px;
  }

  .content-section.less-top-margin {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .content-section.video {
    margin-top: 380px;
  }

  .content-section.offset-margin {
    padding-bottom: 20px;
  }

  .content-section.page-offset {
    margin-top: 450px;
    padding-top: 40px;
  }

  .content-section.inner-pages-offset {
    margin-top: 340px;
    padding-bottom: 20px;
  }

  .content-section.offset-margin-visible {
    padding-bottom: 20px;
  }

  .content-section.page-offset-visible {
    margin-top: 450px;
    padding-top: 35px;
  }

  .content-section.offset-bottom-padding {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .content-section.offset-margin-services {
    padding-bottom: 20px;
  }

  .content-section.more-padding {
    padding-bottom: 48px;
  }

  .go-up-button {
    background-size: 16px, auto;
  }

  .go-up-button.w--current {
    z-index: 8;
  }

  .hero-inner-text {
    font-size: 42px;
    line-height: 50px;
  }

  .social-mini-icon {
    width: 30px;
    height: 30px;
  }

  .inner-hero-section {
    min-height: 370px;
    padding-top: 70px;
    padding-bottom: 10px;
  }

  .hero-inner-box {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navlink {
    color: #0f0f0f;
  }

  .menu-button {
    padding-top: 28px;
  }

  .nav-menu {
    height: auto;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .brand {
    height: 75px;
  }

  .footer-expand {
    margin-top: 10px;
  }

  .footer-expand.middle {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0%;
    padding-bottom: 0;
  }

  .footer {
    padding-top: 0;
  }

  .menu {
    width: 50%;
    padding-right: 10px;
  }

  .menu._44-percent {
    margin-bottom: 0;
  }

  .notice {
    margin-top: 20px;
  }

  .footer-container {
    padding-left: 10px;
  }

  .divider-line.show-only-mobile {
    display: block;
  }

  .footer-notice-text {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-column {
    width: 100%;
  }

  .hero-box-subtitle {
    margin-top: 10px;
  }

  .h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .flex {
    flex-wrap: wrap;
  }

  .flex.buttons {
    margin-top: 20px;
  }

  .intro-feature {
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .intro-feature.last {
    margin-bottom: 0;
  }

  .button {
    padding-left: 21px;
    padding-right: 21px;
  }

  .button-box {
    margin-top: 10px;
  }

  .intro-flex {
    flex-wrap: wrap;
  }

  .column-center-flex {
    width: 100%;
  }

  .column-center-flex.right-padding {
    width: 100%;
    padding-top: 28px;
    padding-right: 0%;
  }

  .h3 {
    font-size: 47px;
    line-height: 46px;
  }

  .subtitle-box.mobile-10-pixels {
    margin-top: 10px;
  }

  .subtitle {
    font-size: 18px;
  }

  .question {
    font-size: 21px;
    line-height: 21px;
  }

  .accordion.last {
    margin-bottom: 30px;
  }

  .full-section {
    overflow: hidden;
  }

  .image-column {
    width: 100%;
    min-height: 300px;
  }

  .image-column.flex {
    width: 100%;
    min-height: 250px;
  }

  .half-column {
    width: 100%;
  }

  .half-column.laptop {
    justify-content: center;
  }

  .half-column-text {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .half-column-text.right {
    padding: 20px 5% 40px;
  }

  .half-column-text.newsletter {
    padding-top: 0;
    padding-left: 9%;
  }

  .half-column-text.left {
    padding-bottom: 50px;
    padding-right: 0%;
  }

  .curve-bg {
    width: 104%;
    padding-left: 36%;
  }

  .curve-text-box {
    margin-right: 3%;
  }

  .slider-column-left {
    width: 100%;
  }

  .slider-column {
    flex: 0 auto;
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
  }

  .text-block {
    font-size: 26px;
    line-height: 35px;
  }

  .services-grid {
    width: 100%;
    margin-bottom: 20px;
  }

  .pricing-section {
    padding-top: 60px;
    overflow: hidden;
  }

  .flex-center {
    flex-wrap: wrap;
  }

  .pricing-detail-item {
    margin-bottom: 0;
  }

  .faq-arrow {
    margin-top: 10px;
  }

  .open-close {
    height: 100%;
  }

  .accordion-wrapper {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .pricing-heading {
    margin-bottom: 30px;
  }

  .accordion-item-content {
    margin-top: 0;
  }

  .pricing-box {
    width: 100%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .tooltip-text {
    display: none;
  }

  .checkmark-box {
    text-align: center;
    flex: 0 auto;
    width: 25%;
    height: 40px;
    padding-top: 5px;
  }

  .checkmark-box.title {
    text-align: left;
    text-align: left;
    flex: 0 auto;
    width: 50%;
    height: 30px;
    padding-left: 5px;
  }

  .pricing-row-title {
    margin-bottom: 20px;
  }

  .pricing-description {
    width: 100%;
    padding-right: 5px;
  }

  .flex-2.mobile-wrap {
    flex-wrap: wrap;
  }

  .client-logo {
    width: 100%;
    margin-bottom: 40px;
  }

  .client-logo.last {
    margin-bottom: 0;
  }

  .testimonial-slide {
    width: 100%;
    margin-right: 0%;
  }

  .testimonial {
    font-size: 15px;
    line-height: 24px;
  }

  .mask-testimonials {
    padding-left: 0;
  }

  .testimonial-box {
    margin-left: 2%;
    margin-right: 2%;
  }

  .cta-form-rounded {
    border-radius: 5px;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    padding: 10px 15px 20px;
  }

  .form-rounded {
    flex-wrap: wrap;
  }

  .name-input {
    border-radius: 0;
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 45px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .email-input {
    border-top-style: none;
    border-top-color: #fff;
    border-bottom-style: solid;
    border-left-style: none;
    border-left-color: #bdc9d6;
    border-right-color: #bdc9d6;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    height: 45px;
  }

  .newsletter-button {
    border-left-style: none;
    border-radius: 2.5px;
    width: 100%;
    height: 52px;
    min-height: auto;
    margin-top: 20px;
    margin-left: 0;
  }

  .bottom-bg {
    height: 50%;
  }

  .posts-preview {
    width: 100%;
    margin-bottom: 40px;
  }

  .bottom-line.no-padding {
    padding-bottom: 0;
  }

  .insta-pic {
    width: 50%;
  }

  .heading-full {
    flex-direction: column;
    align-items: flex-start;
  }

  ._80-percent-column {
    width: 100%;
  }

  .about-hero-text {
    font-size: 48px;
    line-height: 58px;
  }

  .intro-about-us {
    margin-bottom: 30px;
  }

  .intro-about-us.last {
    margin-bottom: 0;
  }

  .tabs-menu {
    align-items: flex-start;
    width: 100%;
    padding-right: 0;
  }

  .tab-pane {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab {
    padding-left: 0%;
    font-size: 32px;
    line-height: 44px;
  }

  .tabs-content {
    width: 100%;
    margin-top: 20px;
  }

  .numbers {
    flex-wrap: wrap;
  }

  .number {
    border-bottom-style: none;
    border-right-style: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .number.last {
    border-right-style: none;
    margin-bottom: 0;
  }

  .social-icons.flex {
    margin-top: 5px;
  }

  .team-item {
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-item.last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .team-item._5 {
    margin-bottom: 40px;
  }

  .column-justify-left {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 0;
  }

  .side-image-2 {
    padding-bottom: 0;
  }

  .background-video {
    height: 600px;
  }

  .feature-box-colored {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .collection-item {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-block {
    width: 100%;
  }

  .contact-block.last {
    margin-bottom: 0;
  }

  .left-logo-block {
    border-right-style: none;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .utility-hero {
    min-height: 450px;
  }

  .contact-details-box {
    margin-top: 0;
  }

  .utility-right {
    width: 100%;
    margin-bottom: 20px;
  }

  .flex-work-page {
    flex-wrap: wrap-reverse;
  }

  .work-overview {
    margin-bottom: 0;
  }

  .utility-left-column {
    margin-right: 0;
    padding-right: 0;
  }

  .posts-grid {
    width: 100%;
  }

  .hero-works-title {
    font-size: 34px;
    line-height: 40px;
  }

  .works-hero-box, .blog-hero-box {
    width: 100%;
  }

  .hero-link-title {
    font-size: 40px;
    line-height: 46px;
  }

  .hero-top-bg {
    padding-top: 80px;
  }

  .faq-section {
    width: 88%;
  }

  .sign-in {
    padding-left: 7%;
    padding-right: 7%;
  }

  .feature-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .feature-item._4, .feature-item._5 {
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .feature-item.green {
    padding-left: 5%;
    padding-right: 5%;
  }

  .feature-item._4, .feature-item._5 {
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .faq-container {
    padding-right: 0%;
  }

  .column-justify-right {
    width: 100%;
    padding-right: 0%;
  }

  .newsletter {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
    padding-right: 10px;
  }

  .hero-section-blog {
    height: 670px;
  }

  .textarea {
    margin-bottom: 0;
  }

  .checkbox-field {
    margin-right: 25px;
  }

  .contact-right {
    width: 100%;
  }

  .field {
    width: 48.8%;
  }

  .contact-right-side {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0%;
  }

  .expand-contact {
    flex-wrap: wrap;
  }

  .bottom-word {
    margin-bottom: 0;
    font-size: 45px;
    line-height: 57px;
  }

  .item {
    flex-wrap: wrap;
  }

  .hidden-hero {
    height: 58px;
  }

  .scroll-down-container {
    display: flex;
  }

  .scroll-down {
    margin-top: 13px;
    font-size: 32px;
    line-height: 32px;
  }

  .flex-contact-us {
    flex-wrap: wrap;
  }

  .content-section-trial {
    padding-top: 60px;
    overflow: hidden;
  }

  .content-section-trial.double {
    padding-bottom: 60px;
  }

  .content-section-trial.offset {
    padding-top: 50px;
  }

  .content-section-trial.less-top-margin {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .content-section-trial.video {
    margin-top: 380px;
  }

  .content-section-trial.offset-margin {
    padding-bottom: 20px;
  }

  .content-section-trial.page-offset {
    margin-top: 450px;
    padding-top: 40px;
  }

  .content-section-trial.inner-pages-offset {
    margin-top: 340px;
    padding-bottom: 20px;
  }

  .content-section-trial.offset-margin-visible {
    padding-bottom: 20px;
  }

  .content-section-trial.page-offset-visible {
    margin-top: 450px;
    padding-top: 35px;
  }

  .content-section-trial.offset-bottom-padding {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .content-section-trial.offset-margin-services {
    padding-bottom: 20px;
  }

  .content-section-trial.more-padding {
    padding-bottom: 48px;
  }

  .content-section-trial-2 {
    padding-top: 60px;
    overflow: hidden;
  }

  .content-section-trial-2.double {
    padding-bottom: 60px;
  }

  .content-section-trial-2.offset {
    padding-top: 50px;
  }

  .content-section-trial-2.less-top-margin {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .content-section-trial-2.video {
    margin-top: 380px;
  }

  .content-section-trial-2.offset-margin {
    padding-bottom: 20px;
  }

  .content-section-trial-2.page-offset {
    margin-top: 450px;
    padding-top: 40px;
  }

  .content-section-trial-2.inner-pages-offset {
    margin-top: 340px;
    padding-bottom: 20px;
  }

  .content-section-trial-2.offset-margin-visible {
    padding-bottom: 20px;
  }

  .content-section-trial-2.page-offset-visible {
    margin-top: 450px;
    padding-top: 35px;
  }

  .content-section-trial-2.offset-bottom-padding {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .content-section-trial-2.offset-margin-services {
    padding-bottom: 20px;
  }

  .content-section-trial-2.more-padding {
    padding-bottom: 48px;
  }

  .content-section-trial-3 {
    padding-top: 60px;
    overflow: hidden;
  }

  .content-section-trial-3.double {
    padding-bottom: 60px;
  }

  .content-section-trial-3.offset {
    padding-top: 50px;
  }

  .content-section-trial-3.less-top-margin {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .content-section-trial-3.video {
    margin-top: 380px;
  }

  .content-section-trial-3.offset-margin {
    padding-bottom: 20px;
  }

  .content-section-trial-3.page-offset {
    margin-top: 450px;
    padding-top: 40px;
  }

  .content-section-trial-3.inner-pages-offset {
    margin-top: 340px;
    padding-bottom: 20px;
  }

  .content-section-trial-3.offset-margin-visible {
    padding-bottom: 20px;
  }

  .content-section-trial-3.page-offset-visible {
    margin-top: 450px;
    padding-top: 35px;
  }

  .content-section-trial-3.offset-bottom-padding {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .content-section-trial-3.offset-margin-services {
    padding-bottom: 20px;
  }

  .content-section-trial-3.more-padding {
    padding-bottom: 48px;
  }

  .flex-contact-us-copy {
    flex-wrap: wrap;
  }

  .image-10 {
    margin-bottom: 20px;
  }

  .button-box-copy {
    margin-top: 10px;
  }

  .content-section-copy {
    padding-top: 60px;
    overflow: hidden;
  }

  .content-section-copy.double {
    padding-bottom: 60px;
  }

  .content-section-copy.offset {
    padding-top: 50px;
  }

  .content-section-copy.less-top-margin {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .content-section-copy.video {
    margin-top: 380px;
  }

  .content-section-copy.offset-margin {
    padding-bottom: 20px;
  }

  .content-section-copy.page-offset {
    margin-top: 450px;
    padding-top: 40px;
  }

  .content-section-copy.inner-pages-offset {
    margin-top: 340px;
    padding-bottom: 20px;
  }

  .content-section-copy.offset-margin-visible {
    padding-bottom: 20px;
  }

  .content-section-copy.page-offset-visible {
    margin-top: 450px;
    padding-top: 35px;
  }

  .content-section-copy.offset-bottom-padding {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .content-section-copy.offset-margin-services {
    padding-bottom: 20px;
  }

  .content-section-copy.more-padding {
    padding-bottom: 48px;
  }

  .subtitle-copy {
    font-size: 18px;
    line-height: 28px;
  }

  .subtitle-pronounciation {
    font-size: 20px;
    line-height: 28px;
  }

  .subtitle-mission, .subtitle-vision {
    font-size: 18px;
    line-height: 28px;
  }

  .content-section-copy-blog {
    padding-top: 60px;
    overflow: hidden;
  }

  .content-section-copy-blog.double {
    padding-bottom: 60px;
  }

  .content-section-copy-blog.offset {
    padding-top: 50px;
  }

  .content-section-copy-blog.less-top-margin {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .content-section-copy-blog.video {
    margin-top: 380px;
  }

  .content-section-copy-blog.offset-margin {
    padding-bottom: 20px;
  }

  .content-section-copy-blog.page-offset {
    margin-top: 450px;
    padding-top: 40px;
  }

  .content-section-copy-blog.inner-pages-offset {
    margin-top: 340px;
    padding-bottom: 20px;
  }

  .content-section-copy-blog.offset-margin-visible {
    padding-bottom: 20px;
  }

  .content-section-copy-blog.page-offset-visible {
    margin-top: 450px;
    padding-top: 35px;
  }

  .content-section-copy-blog.offset-bottom-padding {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .content-section-copy-blog.offset-margin-services {
    padding-bottom: 20px;
  }

  .content-section-copy-blog.more-padding {
    padding-bottom: 48px;
  }

  .content-section-copy-copy-hero {
    padding-top: 60px;
    overflow: hidden;
  }

  .content-section-copy-copy-hero.double {
    padding-bottom: 60px;
  }

  .content-section-copy-copy-hero.offset {
    padding-top: 50px;
  }

  .content-section-copy-copy-hero.less-top-margin {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .content-section-copy-copy-hero.video {
    margin-top: 380px;
  }

  .content-section-copy-copy-hero.offset-margin {
    padding-bottom: 20px;
  }

  .content-section-copy-copy-hero.page-offset {
    margin-top: 450px;
    padding-top: 40px;
  }

  .content-section-copy-copy-hero.inner-pages-offset {
    margin-top: 340px;
    padding-bottom: 20px;
  }

  .content-section-copy-copy-hero.offset-margin-visible {
    padding-bottom: 20px;
  }

  .content-section-copy-copy-hero.page-offset-visible {
    margin-top: 450px;
    padding-top: 35px;
  }

  .content-section-copy-copy-hero.offset-bottom-padding {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .content-section-copy-copy-hero.offset-margin-services {
    padding-bottom: 20px;
  }

  .content-section-copy-copy-hero.more-padding {
    padding-bottom: 48px;
  }

  .content-section-about {
    padding-top: 60px;
    overflow: hidden;
  }

  .content-section-about.double {
    padding-bottom: 60px;
  }

  .content-section-about.offset {
    padding-top: 50px;
  }

  .content-section-about.less-top-margin {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .content-section-about.video {
    margin-top: 380px;
  }

  .content-section-about.offset-margin {
    padding-bottom: 20px;
  }

  .content-section-about.page-offset {
    margin-top: 450px;
    padding-top: 40px;
  }

  .content-section-about.inner-pages-offset {
    margin-top: 340px;
    padding-bottom: 20px;
  }

  .content-section-about.offset-margin-visible {
    padding-bottom: 20px;
  }

  .content-section-about.page-offset-visible {
    margin-top: 450px;
    padding-top: 35px;
  }

  .content-section-about.offset-bottom-padding {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .content-section-about.offset-margin-services {
    padding-bottom: 20px;
  }

  .content-section-about.more-padding {
    padding-bottom: 48px;
  }

  .content-section-services {
    padding-top: 60px;
    overflow: hidden;
  }

  .content-section-services.double {
    padding-bottom: 60px;
  }

  .content-section-services.offset {
    padding-top: 50px;
  }

  .content-section-services.less-top-margin {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .content-section-services.video {
    margin-top: 380px;
  }

  .content-section-services.offset-margin {
    padding-bottom: 20px;
  }

  .content-section-services.page-offset {
    margin-top: 450px;
    padding-top: 40px;
  }

  .content-section-services.inner-pages-offset {
    margin-top: 340px;
    padding-bottom: 20px;
  }

  .content-section-services.offset-margin-visible {
    padding-bottom: 20px;
  }

  .content-section-services.page-offset-visible {
    margin-top: 450px;
    padding-top: 35px;
  }

  .content-section-services.offset-bottom-padding {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .content-section-services.offset-margin-services {
    padding-bottom: 20px;
  }

  .content-section-services.more-padding {
    padding-bottom: 48px;
  }

  .content-section-cms-blog {
    padding-top: 60px;
    overflow: hidden;
  }

  .content-section-cms-blog.double {
    padding-bottom: 60px;
  }

  .content-section-cms-blog.offset {
    padding-top: 50px;
  }

  .content-section-cms-blog.less-top-margin {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .content-section-cms-blog.video {
    margin-top: 380px;
  }

  .content-section-cms-blog.offset-margin {
    padding-bottom: 20px;
  }

  .content-section-cms-blog.page-offset {
    margin-top: 450px;
    padding-top: 40px;
  }

  .content-section-cms-blog.inner-pages-offset {
    margin-top: 340px;
    padding-bottom: 20px;
  }

  .content-section-cms-blog.offset-margin-visible {
    padding-bottom: 20px;
  }

  .content-section-cms-blog.page-offset-visible {
    margin-top: 450px;
    padding-top: 35px;
  }

  .content-section-cms-blog.offset-bottom-padding {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .content-section-cms-blog.offset-margin-services {
    padding-bottom: 20px;
  }

  .content-section-cms-blog.more-padding {
    padding-bottom: 48px;
  }

  .content-section-services-each {
    padding-top: 60px;
    overflow: hidden;
  }

  .content-section-services-each.double {
    padding-bottom: 60px;
  }

  .content-section-services-each.offset {
    padding-top: 50px;
  }

  .content-section-services-each.less-top-margin {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .content-section-services-each.video {
    margin-top: 380px;
  }

  .content-section-services-each.offset-margin {
    padding-bottom: 20px;
  }

  .content-section-services-each.page-offset {
    margin-top: 450px;
    padding-top: 40px;
  }

  .content-section-services-each.inner-pages-offset {
    margin-top: 340px;
    padding-bottom: 20px;
  }

  .content-section-services-each.offset-margin-visible {
    padding-bottom: 20px;
  }

  .content-section-services-each.page-offset-visible {
    margin-top: 450px;
    padding-top: 35px;
  }

  .content-section-services-each.offset-bottom-padding {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .content-section-services-each.offset-margin-services {
    padding-bottom: 20px;
  }

  .content-section-services-each.more-padding {
    padding-bottom: 48px;
  }
}
