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

@font-face {
  font-family: Geomanist;
  src: url('../fonts/geomanist-extralight-webfont.woff') format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/geomanist-black-webfont.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/geomanist-bold-webfont.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/geomanist-light-webfont.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/geomanist-thin-webfont.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: #151515;
  --grey-1: #666;
  --grey-4: #e3e3e3;
  --white-smoke: #f2f4f7;
  --white: white;
  --haze: whitesmoke;
  --royal-blue: #4e6cf1;
  --coral: #fa876c;
  --grey-3: #d1d1d1;
  --cadet-blue: #00a4ad;
  --instagram: #f83f5a;
  --red: #ee3e54;
  --grey-2: #999;
  --green: #88ae45;
  --midnight-blue: #122b46;
  --medium-sea-green: #00c875;
  --primary-4: #665ba2;
  --twitter: #2aa3f0;
  --facebook: #3b5998;
}

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

body {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Geomanist, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

h2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Geomanist, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Lora;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

h4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Geomanist, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Gotham;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Lora;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

p {
  color: var(--grey-1);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
}

a {
  color: #f77e46;
  text-decoration: none;
}

ul, ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  font-family: Montserrat, sans-serif;
}

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

label {
  color: var(--black);
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  display: block;
}

blockquote {
  border-left: 3px solid #f77e46;
  margin-bottom: 24px;
  padding: 16px 32px;
  font-size: 20px;
  line-height: 28px;
}

figure {
  margin-bottom: 24px;
}

figcaption {
  border-bottom: 1px solid var(--grey-4);
  color: var(--grey-1);
  text-align: left;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  font-size: 13px;
  line-height: 20px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
  position: relative;
}

.section.haze {
  background-color: var(--white-smoke);
  border-radius: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.border-top {
  border-top: 1px solid var(--grey-4);
}

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

.section.no-padding {
  display: block;
}

.section.top-image-section {
  color: var(--white);
  background-color: #000;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.section.mask {
  overflow: hidden;
}

.section.hero-v1-section {
  z-index: 3;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 104px;
  display: flex;
}

.section.hero-v2-section {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vw;
  display: flex;
  overflow: hidden;
}

.section.mask {
  color: #fff;
  background-color: #000;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

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

.section.anchor-padding-top {
  background-color: #0000;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.top-section-v2 {
  background-color: var(--haze);
  color: var(--black);
  padding-top: 104px;
  padding-bottom: 104px;
  overflow: hidden;
}

.section.post-section {
  background-color: var(--haze);
  padding-top: 0;
  padding-bottom: 0;
}

.section.post-image-section {
  height: 80vh;
  max-height: 55vw;
  display: flex;
  overflow: hidden;
}

.section.anchor-paddings {
  background-color: #0000;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.anchor-testimonials {
  color: #fff;
  background-color: #000;
  padding-top: 160px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section.subheader {
  padding-top: 0;
  padding-bottom: 120px;
}

.section.blueaction {
  background-color: var(--royal-blue);
}

.wrapper {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.wrapper.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.wrapper.logos {
  margin-top: 80px;
  padding-bottom: 10px;
}

.wrapper.header {
  margin-top: 100px;
}

.wrapper.videohead {
  margin-top: 80px;
  padding-bottom: 0;
}

.button {
  background-color: var(--coral);
  color: #fff;
  text-align: center;
  border-style: none;
  border-radius: 7px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: box-shadow .3s, color .2s, background-color .3s, border-color .3s;
  display: flex;
  position: static;
}

.button:hover {
  background-color: var(--royal-blue);
  box-shadow: 0 18px 30px -14px #0003;
}

.button.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button.white {
  color: var(--black);
  background-color: #fff;
  font-weight: 300;
}

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

.button.ghost {
  border: 1px solid var(--grey-3);
  color: var(--black);
  background-color: #0000;
}

.button.ghost:hover {
  background-color: var(--royal-blue);
  box-shadow: none;
  color: var(--white);
  border-color: #0000;
}

.button.tiny {
  height: 32px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.button.pricing-cell-button {
  width: 100%;
  margin-top: 20px;
}

.button.color-2 {
  background-color: var(--cadet-blue);
}

.button.color-2:hover {
  background-color: var(--coral);
}

.button.dark {
  background-color: var(--royal-blue);
}

.button.dark:hover {
  background-color: var(--coral);
}

.button.nav-button {
  border: 1px solid var(--coral);
  color: var(--coral);
  background-color: #0000;
  border-radius: 7.5px;
  flex: 0 auto;
  padding-left: 13px;
  padding-right: 13px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
}

.button.nav-button:hover {
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
  color: var(--white);
}

.button.input-button {
  z-index: 1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -6px;
  position: relative;
}

.button.big {
  height: 60px;
  font-size: 17px;
  line-height: 24px;
}

.button.input-arrow-button {
  z-index: 1;
  background-image: url('../images/right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 60px;
  margin-left: -6px;
  position: relative;
}

.button.inline-button {
  border: 1px solid var(--royal-blue);
  color: var(--royal-blue);
  background-color: #0000;
  transition: box-shadow .3s, color .2s, background-color .3s, border-color .3s;
  display: flex;
}

.button.inline-button:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.button.deal {
  background-color: var(--coral);
}

.button.deal:hover {
  background-color: #00b4b7;
}

.button.lifetimedeal {
  background-color: var(--royal-blue);
}

.button.lifetimedeal:hover {
  background-color: var(--coral);
}

.style-block {
  text-align: left;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.text-small {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}

.text-small.text-grey.featurebox {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
}

.sg-button-box {
  border-right: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 48px 16%;
  display: flex;
}

.sg-button-box.dark-bg {
  background-color: var(--black);
  color: var(--grey-4);
  border-color: #0000;
}

.nav-bar {
  z-index: 9;
  background-color: var(--white);
  opacity: 1;
  filter: blur();
  border: 1px solid #0000;
  border-radius: 0 0 24px 24px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: 80px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 40px #00000026;
}

.nav-bar.second-nav {
  display: block;
}

.nav-link {
  color: var(--black);
  text-transform: uppercase;
  border-radius: 7px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .4s;
}

.nav-link:hover {
  background-color: var(--white-smoke);
}

.nav-link.w--current {
  background-color: var(--white-smoke);
  color: var(--black);
  font-family: Roboto;
  font-weight: 700;
}

.nav-link.w--current:hover {
  background-color: var(--white-smoke);
}

.nav-link.nav-dropdown {
  padding-right: 26px;
  display: none;
}

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

.text-link:hover {
  color: #f77e46;
  text-decoration: underline;
}

.utility-page-wrapper {
  background-color: var(--black);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 570px;
  display: flex;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 8px;
  display: flex;
}

.tooltip {
  z-index: 5;
  color: var(--white);
  text-align: center;
  background-color: #452c48;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 200px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-size: 11px;
  line-height: 14px;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.tooltip.hidden {
  display: none;
}

.tooltip.change-tooltip {
  width: auto;
  margin-bottom: 26px;
  padding: 8px 12px;
  display: block;
}

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

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

.haze {
  background-color: var(--haze);
}

.text-grey {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.text-grey.action {
  margin-bottom: 30px;
  font-size: 17px;
}

.no-margin {
  margin: 0;
  font-family: Lora;
}

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

.intro {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro.no-margin-bottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.intro.wide {
  max-width: 770px;
}

.intro.wide.case {
  margin-top: 97px;
}

.intro.left {
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.intro.left.margin-bottom {
  margin-bottom: 48px;
}

.intro.left.sticky {
  position: sticky;
  top: 160px;
}

.intro.margin-bottom {
  margin-top: 100px;
  margin-bottom: 100px;
}

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

.text-label {
  color: var(--grey-1);
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 12px;
  font-family: Geomanist, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
  position: static;
}

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

.link-white {
  color: #fff;
  text-decoration: none;
}

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

.footer-link {
  color: var(--white);
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

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

.footer-link.w--current {
  font-family: Geomanist, sans-serif;
}

.brand {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.brand.w--current {
  flex: 0 auto;
  margin-left: 20px;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 0;
}

.changelog {
  flex-direction: column;
  width: 66.66%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.change {
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  margin-bottom: 24px;
  padding: 32px;
  display: flex;
  box-shadow: 0 15px 40px #0000001c;
}

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

.change-icon.release {
  background-color: #f77e46;
}

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

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

.info-text {
  color: var(--black);
  text-align: center;
  max-width: 350px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  line-height: 20px;
}

.nav-menu {
  color: #0000;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto;
  display: flex;
}

.hidden {
  margin-left: 0;
  display: none;
}

.no-padding {
  padding: 0;
}

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

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

.page-wrapper {
  color: var(--grey-1);
  margin-top: 0;
  font-family: Gotham;
  font-size: 17px;
  font-weight: 300;
  position: relative;
}

.page-wrapper.sg-wrapper {
  width: auto;
  margin-left: 300px;
}

.page-wrapper.overflow-visible {
  overflow: visible;
}

.navigation {
  flex-direction: row;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  font-family: Nunito;
  display: flex;
}

.text-big {
  line-height: 1.5;
}

.text-big.text-grey {
  font-size: 17px;
}

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

.bg-elements {
  z-index: 0;
  opacity: .05;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  height: 100%;
  min-height: 640px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.sg-sidebar {
  z-index: 10;
  background-color: var(--royal-blue);
  color: #fff;
  width: 300px;
  padding-bottom: 104px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.sg-sidebar-heading {
  border-bottom: 1px solid #ffffff26;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.sg-sidebar-menu {
  flex-direction: column;
  align-items: stretch;
  padding: 32px 24px;
  display: flex;
}

.sg-sidebar-link {
  color: #fff;
  border-radius: 7px;
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.sg-sidebar-link:hover {
  background-color: #ffffff0a;
}

.sg-sidebar-link.w--current {
  background-color: #00000026;
  background-image: url('../images/right-white_1.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.pricing-v1-feature {
  color: var(--grey-1);
  cursor: help;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
}

.pricing-v1-feature:hover {
  background-color: var(--haze);
  color: #452c48;
}

.info {
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  padding: 4px;
  transition: border .3s;
  display: flex;
  position: relative;
}

.info:hover {
  border-color: red;
}

.info.pricing-v3-info {
  margin-right: 16px;
  position: absolute;
  right: 0;
}

.pricing-tabs-menu {
  background-color: var(--white);
  border-radius: 40px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-tab {
  color: var(--black);
  background-color: #0000;
  border-radius: 22px;
  padding: 10px 24px;
  font-weight: 700;
  transition: color .4s, background-color .4s;
}

.pricing-tab:hover {
  color: #452c48;
}

.pricing-tab.w--current {
  color: var(--white);
  background-color: #f77e46;
}

.sidebar {
  flex: 0 auto;
  width: 100%;
  padding-top: 8px;
}

.form-error {
  color: var(--red);
  text-align: center;
  background-color: #ee3e541f;
  border: 1px solid #ee3e5480;
  border-radius: 7px;
  margin-top: 16px;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 20px;
}

.form-error.white {
  background-color: var(--white);
  border-color: #0000;
}

.input {
  background-color: var(--haze);
  border: 1px solid #0000;
  border-radius: 7px;
  height: 48px;
  margin-bottom: 0;
  padding: 7px 20px 8px;
  font-family: Roboto;
  font-weight: 300;
  transition: box-shadow .4s, opacity .2s, color .4s, background-color .4s, border-color .4s;
}

.input:hover, .input:focus {
  background-color: var(--white);
  border-color: #f77e46;
}

.input::placeholder {
  color: var(--grey-2);
}

.input.text-area {
  height: auto;
  min-height: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.input.password-input {
  text-align: center;
  margin-bottom: 16px;
}

.input.white {
  background-color: var(--white);
}

.input.nav-search-input {
  width: 160px;
  padding-left: 44px;
  transition: width .4s, color .4s, background-color .4s, border-color .4s;
}

.input.nav-search-input:focus {
  width: 216px;
}

.input.white-simple {
  background-color: var(--white);
  border-style: none;
}

.input.icon-padding {
  padding-left: 48px;
}

.input.search-input {
  background-color: var(--white);
  padding-left: 48px;
}

.form-success {
  color: var(--green);
  background-color: #88ae451f;
  border: 1px solid #88ae4580;
  border-radius: 7px;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 20px;
}

.form-success.white {
  background-color: #fff;
  border-color: #0000;
}

.sidebar-block {
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.post-card-v3-info {
  color: var(--grey-2);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 11px 12px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.sidebar-post-card {
  background-color: var(--white);
  color: #452c48;
  border-radius: 12px;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  transition: transform .4s, box-shadow .4s, background-color .4s;
  display: flex;
  box-shadow: 0 6px 20px #0000001c;
}

.sidebar-post-card:hover {
  z-index: 1;
  background-color: var(--white);
  box-shadow: 0 0 0 1px var(--grey-4);
  position: relative;
  transform: translate(0, 3px);
}

.sidebar-post-image {
  background-color: var(--haze);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 96px;
  height: 72px;
}

.sidebar-post-info {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 8px;
  padding-right: 16px;
  display: flex;
}

.sidebar-tags {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -4px;
  margin-right: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.tag-link {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 4px;
  margin: 4px;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .2s, border-color .2s, color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 2px 6px #00000014;
}

.tag-link:hover {
  color: var(--white);
  background-color: #452c48;
  text-decoration: none;
}

.link {
  box-shadow: inset 0 -2px 0 0 var(--grey-4);
  color: var(--black);
  text-align: left;
  align-items: center;
  margin-top: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Gotham;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link.blog-intro-link {
  margin-top: 0;
  margin-right: 8px;
}

.link.square-box {
  color: var(--midnight-blue);
  margin-top: 20px;
  font-family: Geomanist, sans-serif;
  font-weight: 500;
}

.post-card-v3 {
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 16px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, box-shadow .4s, transform .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px #0000001c;
}

.post-card-v3:hover {
  background-color: var(--white);
  box-shadow: 0 0 0 1px var(--grey-4);
  border-color: #eaeaea00;
  transform: translate(0, 3px);
}

.post-card-v3-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 40px 16px 0;
  display: flex;
}

.post-card-v3-image {
  z-index: 2;
  background-color: var(--haze);
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 240px;
  max-height: 18vw;
  transition: filter .2s;
  display: flex;
  position: relative;
}

.nav-dropdown-icon {
  color: var(--black);
  margin-right: 10px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-left: -4px;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0;
  box-shadow: 0 6px 24px #30364d38;
}

.dropdown-list.components-list.w--open {
  width: 420px;
  margin-left: -48px;
  padding: 12px;
  display: flex;
}

.dropdown-list.big-list {
  margin-left: -80px;
}

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

.nav-dropdown-link:hover {
  background-color: var(--haze);
}

.nav-dropdown-link.w--current {
  color: var(--black);
  font-weight: 700;
}

.nav-dropdown-link.dropdown-grid-link {
  border-radius: 7px;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 16px;
  padding-right: 16px;
}

.dropdown-corner {
  z-index: 1;
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: -4px;
  left: 33px;
  transform: rotate(45deg);
}

.dropdown-corner.padding {
  left: 89px;
}

.dropdown-bridge {
  z-index: 1;
  height: 8px;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
}

.sg-color {
  background-color: var(--coral);
  box-shadow: none;
  border-radius: 4px;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 25%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 144px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sg-color.primary-2 {
  background-color: var(--royal-blue);
}

.sg-color.dark {
  color: var(--black);
  background-color: #452c48;
}

.sg-color.primary-3 {
  background-color: var(--medium-sea-green);
}

.sg-color.black {
  background-color: var(--black);
}

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

.sg-color.grey-2 {
  background-color: var(--grey-2);
}

.sg-color.grey-3 {
  background-color: var(--white-smoke);
}

.sg-color.grey-4 {
  background-color: var(--white);
}

.sg-color.primary-4 {
  background-color: var(--cadet-blue);
}

.sg-color-name {
  margin-top: 12px;
  margin-bottom: 4px;
  margin-left: 8px;
  font-weight: 700;
}

.cta-card {
  color: var(--white);
  text-align: center;
  background-color: #853f71;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 74px;
  display: flex;
  position: relative;
}

.cta-card-info {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.inline-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.inline-links.margin-top {
  margin-top: 80px;
}

.breadcrumbs {
  color: var(--white);
  text-transform: capitalize;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Nunito;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.breadcrumbs.dark {
  color: var(--black);
}

.link-grey {
  color: var(--grey-1);
  text-decoration: none;
}

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

.review-v7 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.mini-blocks {
  border: 1px solid var(--grey-4);
  background-color: var(--white);
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mini-blocks.dark {
  background-color: #0000;
  border-color: #ffffff4d;
}

.mini-blocks.hero-features {
  max-width: 970px;
  margin-bottom: -114px;
  top: -74px;
}

.mini-block {
  box-shadow: 1px 0 0 0 var(--grey-4);
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 12px 15px;
  display: flex;
}

.mini-block.dark {
  color: var(--white);
  box-shadow: 1px 0 #ffffff4d;
}

.review-v9 {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: relative;
}

.icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  display: flex;
}

.pricing-v2-card {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 25px;
  transition: box-shadow .5s;
  display: flex;
  position: relative;
  box-shadow: 0 15px 40px #0000001c;
}

.pricing-v2-card:hover {
  box-shadow: 0 15px 40px #00000040;
}

.pricing-v2-tag {
  z-index: 1;
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  color: var(--grey-1);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 21px;
  line-height: 28px;
  display: flex;
  position: relative;
}

.pricing-v2-card-info {
  color: var(--black);
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.pricing-v2-features {
  text-align: left;
  flex: 1;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 18px;
}

.pricing-feature {
  color: var(--black);
  align-items: center;
  margin-bottom: 2px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.pricing-feature.twoliner {
  margin-top: 8px;
  margin-bottom: 5px;
  line-height: 22px;
}

.pricing-feature-icon {
  background-image: url('../images/checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  flex: none;
  align-self: auto;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  margin-right: 8px;
}

.pricing-feature-icon.all-icon {
  background-image: url('../images/cube.svg');
  background-size: 20px;
  margin-bottom: -2px;
}

.pricing-bottom-info {
  color: var(--grey-1);
  text-align: center;
  max-width: 570px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 20px;
}

.video-link {
  border: 1px solid var(--grey-3);
  color: #452c48;
  border-radius: 17px;
  align-items: center;
  height: 34px;
  margin-top: 24px;
  padding-left: 4px;
  padding-right: 13px;
  text-decoration: none;
  display: flex;
}

.feature-centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-v1-block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.social-icons-small {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-link-small {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: background-color .4s;
  display: flex;
}

.social-link-small:hover {
  background-color: var(--coral);
}

.social-icon-small {
  width: 16px;
}

.top-bar {
  z-index: 10;
  color: var(--white);
  background-color: #452c48;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 40px;
  padding: 6px 32px;
  font-size: 12px;
  line-height: 24px;
  display: none;
  position: relative;
  overflow: visible;
}

.small-message-text {
  margin-right: 12px;
}

.text-emoji-1 {
  color: #0000;
  background-image: url('../images/emoji-point-right-icon_1emoji-point-right-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 20px;
  display: inline-block;
}

.text-emoji-1.big {
  background-size: 24px;
  width: 28px;
}

.text-emoji-2 {
  color: #0000;
  background-image: url('../images/emoji-hi-icon_1emoji-hi-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 20px;
  display: inline-block;
}

.text-emoji-4 {
  color: #0000;
  background-image: url('../images/emoji-boom-icon_1emoji-boom-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 20px;
  display: inline-block;
}

.side-tabs {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.side-tab {
  background-color: #0000;
  border-radius: 20px;
  align-items: flex-start;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 24px;
  transition: box-shadow .4s, background-color .2s;
  display: flex;
}

.side-tab:hover {
  background-color: var(--white);
}

.side-tab.w--current {
  z-index: 1;
  background-color: var(--white);
  box-shadow: 0 15px 40px #0000001c;
}

.message {
  color: var(--white);
  background-color: #452c48;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.message-text {
  margin-right: 20px;
  font-size: 16px;
  line-height: 24px;
}

.post-header {
  z-index: 1;
  border-bottom: 1px solid var(--grey-4);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding: 0 6% 24px;
  display: flex;
}

.post-heading {
  text-transform: capitalize;
  margin-bottom: 0;
}

.post-rich-text {
  width: 100%;
}

.post-rich-text p {
  color: var(--grey-1);
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 28px;
}

.post-rich-text a {
  color: #f77e46;
  text-decoration: none;
}

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

.post-rich-text img {
  border-radius: 12px;
}

.footer-bottom {
  color: #ffffff80;
  border-top: 1px solid #ffffff29;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.text-highlighted {
  color: #f77e46;
  background-color: #f77e461a;
  border-radius: 3px;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 700;
  display: inline-block;
}

.text-highlighted.dark-bg {
  background-color: #0000;
}

.testimonials-v5 {
  background-color: #0000;
  width: 100%;
  max-width: 88vw;
  height: auto;
  margin: -40px auto;
  padding: 0 72px 40px;
}

.testimonials-v5-slide {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

.slider-nav {
  opacity: 1;
  height: 30px;
  font-size: 8px;
  line-height: 16px;
}

.slider-nav.testimonials-v5-nav {
  display: none;
}

.review-v5 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feature-icon-left {
  text-align: left;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.info-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 24px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.logotypes {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.logo-link {
  text-align: center;
  margin: 0 10px;
  padding: 0;
  transition: opacity .4s, transform .4s;
}

.logo {
  opacity: .4;
  object-fit: fill;
  width: 35%;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 25px;
  padding-top: 0;
}

.layouts {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective: 1000px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1600px;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.layout-box {
  flex-direction: column;
  align-items: center;
  padding: 40px 8%;
  display: flex;
}

.layout {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px #0000001c;
}

.layout:hover {
  box-shadow: 0 0 0 1px var(--grey-4);
  transform: translate(0, 4px);
}

.sidebar-banner {
  color: var(--white);
  text-align: center;
  background-color: #452c48;
  background-image: url('../images/coffee-creative-cup-space-3803974.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 72px 36px 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar-card-info {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.big-message {
  background-color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  padding: 48px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.big-message-text {
  color: var(--white);
  margin-right: 24px;
  font-family: Geomanist, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.button-icon {
  float: left;
  width: 20px;
  margin-right: 10px;
}

.faq-question {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 8px;
  display: flex;
}

.licence-item {
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  margin-bottom: 32px;
  padding: 32px;
  display: flex;
  box-shadow: 0 15px 40px #0000001c;
}

.licence-item-info {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
}

.licence-link-divider {
  background-color: #dce0e9;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-bottom: 4px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.components {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.components-link {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 12px;
  flex-grow: 1;
  flex-basis: 40%;
  padding: 36px;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: transform .4s, box-shadow .4s;
  box-shadow: 0 9px 24px #0000001c;
}

.components-link:hover {
  background-color: var(--white);
  box-shadow: 0 0 0 1px var(--grey-4);
  border-color: #0000;
  transform: translate(0, 4px);
}

.password-card {
  z-index: 1;
  color: var(--black);
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 370px;
  margin-top: 40px;
  padding: 56px;
  display: flex;
  position: relative;
  box-shadow: 0 15px 40px #2c33401c;
}

.heading-margin-28 {
  margin-bottom: 28px;
}

.heading-margin-28.action {
  color: var(--black);
}

.heading-margin-28.special-pricing {
  color: var(--black);
  margin-top: 15px;
  margin-bottom: 15px;
}

.scroll-mouse {
  border: 1px solid var(--white);
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  width: 19px;
  height: 29px;
  display: flex;
}

.scroll-mouse-wheel {
  background-color: var(--white);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-top: 5px;
}

.faq-nav-link {
  z-index: 1;
  color: var(--grey-1);
  border-radius: 7px;
  padding: 12px 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: block;
  position: relative;
}

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

.faq-nav-link.w--current {
  background-color: var(--white);
  color: var(--black);
  font-weight: 700;
  box-shadow: 0 6px 20px #0000001c;
}

.faq-block {
  padding-top: 80px;
}

.faq-block.first {
  margin-top: -80px;
}

.faq-top-link {
  color: var(--grey-3);
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
}

.faq-top-link:hover {
  color: #452c48;
  text-decoration: underline;
}

.subscribe-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.subscribe-input {
  background-color: #0000;
  border: 1px solid #000;
  flex: 1;
  height: 100%;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 17px;
}

.subscribe-input:hover, .subscribe-input:focus {
  border-color: #f77e46;
}

.subscribe-input::placeholder {
  color: var(--grey-2);
}

.search-result-url {
  background-color: var(--haze);
  opacity: 1;
  color: var(--black);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 4px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.search-result-url:hover {
  text-decoration: underline;
}

.search-result {
  color: var(--black);
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
  box-shadow: 0 15px 40px #0000001c;
}

.search-result:hover {
  z-index: 1;
}

.sg-logo-link {
  color: #fff;
  align-items: center;
  padding-left: 2px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
}

.contact-v1 {
  background-color: #fff;
  border-radius: 24px;
  flex-direction: row;
  order: 0;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  box-shadow: 0 15px 40px #0000001c;
}

.contact-form {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.nav-dropdown-link-v2 {
  color: var(--black);
  background-color: #0000;
  border-radius: 7px;
  align-items: center;
  width: 50%;
  padding: 8px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.nav-dropdown-link-v2:hover {
  background-color: var(--haze);
}

.nav-dropdown-link-v2.w--current {
  font-weight: 700;
}

.nav-dropdown-box {
  border: 1px solid var(--grey-4);
  background-color: var(--haze);
  color: #452c48;
  background-image: url('../images/cube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-link-info {
  flex: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
}

.pricing-v3 {
  border: 1px solid var(--grey-4);
  background-color: #fff;
  min-height: 400px;
  top: 0;
}

.pricing-plan-cell {
  box-shadow: -1px 0 0 0 var(--grey-4);
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 56px 20px 20px;
  display: flex;
}

.pricing-v3-billing {
  color: var(--grey-1);
  font-size: 11px;
  line-height: 16px;
}

.pricing-v3-tag {
  color: #20b49b;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Caladea;
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.pricing-v3-category-header {
  z-index: 2;
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  background-color: var(--haze);
  color: var(--black);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 8px 20px 8px 24px;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.pricing-v3-row {
  border-top: 1px solid var(--grey-4);
  width: 100%;
  display: flex;
}

.pricing-v3-row.header-row {
  z-index: 10;
  border-bottom: 1px solid var(--grey-4);
  background-color: var(--white);
  border-top-style: none;
  position: sticky;
  top: 80px;
}

.pricing-v3-row.bottom-row {
  display: none;
}

.pricing-v3-row-header {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  padding: 9px 56px 9px 24px;
  display: flex;
  position: relative;
}

.pricing-v3-cells {
  flex: 1;
}

.pricing-v3-cell {
  box-shadow: -1px 0 0 0 var(--grey-4);
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 56px;
  padding: 10px 24px;
  font-weight: 500;
  display: flex;
}

.pricing-cell-icon {
  background-image: url('../images/checkmark.svg');
  background-position: 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
}

.pricing-v3-category {
  width: 100%;
}

.pricing-v3-cell-description {
  color: var(--grey-2);
  width: 100%;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.menu-icon-line-top, .menu-icon-line-bottom {
  background-color: var(--black);
  height: 2px;
}

.menu-icon {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-dropdown-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-icon-line-middle {
  background-color: var(--black);
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.testimonials-v1-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.review-v1 {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  padding-top: 32px;
  display: flex;
  box-shadow: 0 15px 40px #0000001c;
}

.review-v1-text {
  color: var(--black);
  flex: 1;
  margin: 12px 32px 24px;
  font-size: 17px;
  line-height: 28px;
}

.review-v1-author {
  border-top: 1px solid var(--grey-4);
  flex-direction: column;
  align-items: center;
  margin: 28px 0 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.review-v1-avatar {
  border: 8px solid var(--white);
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 72px;
  height: 72px;
  margin-top: -36px;
}

.review-v1-info {
  flex: 1;
}

.review-v1-name {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.review-v1-company {
  color: var(--grey-2);
  font-size: 13px;
  line-height: 20px;
}

.review-star {
  background-image: url('../images/star-color.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
}

.review-star.small {
  width: 15px;
  height: 14px;
}

.review-star.white {
  background-image: url('../images/star-white.svg');
}

.logo-text {
  color: var(--black);
  flex: 0 auto;
  font-family: Roboto Slab;
  font-size: 23px;
  font-weight: 600;
  line-height: 28px;
}

.slider-button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 14px;
  font-size: 20px;
  transition: box-shadow .2s;
  display: flex;
  left: -48px;
  box-shadow: 0 1px 2px #00000024;
}

.slider-button:hover {
  box-shadow: 0 0 0 4px #00000026, 0 8px 16px #0000001a;
}

.slider-button.right {
  left: auto;
  right: -48px;
}

.testimonials-v3 {
  z-index: 1;
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  max-width: 670px;
  height: auto;
  margin: 40px auto;
  padding: 40px 60px;
  box-shadow: 0 12px 32px -10px #00000029;
}

.review-v3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.review-v3-avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 88px;
  height: 88px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.review-v3-text {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 20px;
  font-family: Caladea;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
}

.review-v3-name {
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.main-grid {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 40px;
  display: grid;
  position: relative;
}

.dots {
  opacity: .12;
  background-image: url('../images/circle-pattern-white.svg');
  background-position: 0 0;
  background-size: 12px;
  width: 297px;
  height: 118px;
  position: absolute;
  inset: 25% auto auto 3%;
}

.circle-small {
  opacity: .08;
  width: 8vw;
  position: absolute;
  inset: 12% 7% auto auto;
}

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

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

.breadcrumbs-arrow {
  background-image: url('../images/right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-right: 4px;
}

.breadcrumbs-arrow.dark {
  background-image: url('../images/right.svg');
}

.pricing-v2-header {
  color: var(--black);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.info-icon {
  opacity: .2;
  background-image: url('../images/info.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: none;
}

.info-icon:hover {
  opacity: 1;
}

.pricing-v2-billing {
  border-left: 1px solid var(--grey-4);
  margin-left: 16px;
  padding-top: 4px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.simple-questions {
  grid-column-gap: 30px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  width: 83.33%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-grid-v1 {
  grid-column-gap: 60px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 320px;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.posts-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.sidebar-heading {
  border-bottom: 1px solid var(--grey-4);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 12px;
}

.post-card-v3-heading {
  text-transform: capitalize;
  flex: 1;
  margin-bottom: 12px;
}

.post-card-category {
  color: var(--black);
}

.sidebar-post-heading {
  color: var(--black);
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.sidear-post-category {
  color: var(--grey-1);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.sidebar-author-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.card-button {
  background-color: var(--white);
  box-shadow: inset 0 1px 0 0 var(--grey-4);
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding-bottom: 1px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.card-button:hover {
  color: var(--white);
}

.post-tags {
  border-top: 1px solid var(--grey-3);
  align-items: flex-start;
  margin-top: 16px;
  padding-top: 32px;
  padding-bottom: 8px;
  display: flex;
}

.post-tags-heading {
  flex: none;
  margin-top: 2px;
  margin-right: 12px;
  font-size: 15px;
  line-height: 20px;
}

.posts-3-cols {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.posts-3-cols.margin-buttom {
  margin-bottom: 24px;
}

.tab-info-right {
  flex: 1;
  padding-left: 20px;
}

.sidebar-video {
  background-image: url('../images/woman-in-blue-long-sleeve-shirt-sitting-at-the-table-working-3767388.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 22%;
  padding-bottom: 22%;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.sidebar-video-info {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
  padding: 12px;
  display: flex;
}

.accordion-header {
  color: #222;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  min-height: 72px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.accordion-item {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  text-align: left;
  margin-bottom: -1px;
  font-family: Montserrat, sans-serif;
  transition: box-shadow .4s, background-color .4s;
  display: block;
  overflow: hidden;
}

.accordion-text {
  color: var(--grey-1);
  padding-bottom: 32px;
}

.accordion-heading {
  color: var(--midnight-blue);
  flex: 1;
  margin-top: 4px;
  margin-bottom: 0;
  margin-right: 16px;
  font-family: Geomanist, sans-serif;
  font-weight: 500;
}

.team-v2-card {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  transition: transform .4s, box-shadow .4s, border-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px #0000001c;
}

.team-v2-card:hover {
  box-shadow: 0 0 0 1px var(--grey-4);
  border-color: #0000;
  transform: translate(0, 3px);
}

.team-v2-card.team-contact {
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 80px;
  overflow: hidden;
}

.team-v2-social {
  z-index: 3;
  border-top: 1px solid var(--grey-4);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-bottom: 0;
  padding-bottom: 1px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.team-v2-role {
  color: #853f71;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #853f711a;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 1px;
  padding: 4px 8px;
  font-size: 9px;
  font-weight: 700;
  line-height: 11px;
}

.breadcrumbs-link {
  color: var(--white);
  text-decoration: none;
}

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

.breadcrumbs-link.dark {
  color: var(--black);
}

.text-quote {
  color: var(--black);
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

.side-accordion {
  width: 100%;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.accordion-plus {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  display: flex;
  position: absolute;
  right: 0;
}

.person {
  flex-direction: row;
  align-items: center;
  padding-right: 4%;
  display: flex;
}

.person-avatar {
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 64px;
  height: 64px;
  margin-right: 16px;
}

.person-info {
  flex-direction: row;
  flex: 1;
  align-items: center;
}

.person-bio {
  color: var(--grey-1);
  letter-spacing: .8px;
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
}

.question-simple {
  border-bottom: 1px solid var(--grey-4);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 4%;
  display: flex;
}

.question-simple.first {
  border-top: 1px solid var(--grey-4);
}

.empty-state {
  border: 1px solid var(--grey-3);
  color: var(--grey-1);
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 16px;
}

.mini-gallery {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: 80px 80px 80px 80px 80px;
  grid-template-columns: 1fr 1fr;
}

.gallery-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.gallery-photo._1 {
  background-image: url('../images/woman-wearing-purple-shirt-holding-smartphone-white-sitting-826349.jpg');
}

.gallery-photo._4 {
  background-image: url('../images/photo-of-people-looking-on-laptop-3182801.jpg');
}

.gallery-photo._3 {
  background-image: url('../images/people-woman-coffee-desk-4050453.jpg');
}

.gallery-photo._2 {
  background-image: url('../images/man-standing-beside-people-sitting-beside-table-with-laptops-3184395.jpg');
}

.gallery-hover {
  z-index: 2;
  color: var(--white);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.gallery-zoom-icon {
  background-image: url('../images/search-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.tab-link {
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .4s;
  display: flex;
}

.tab-link.w--current {
  border-bottom-color: var(--coral);
  color: var(--black);
  background-color: #0000;
}

.tabs-horisontal {
  box-shadow: inset 0 -1px 0 0 var(--grey-4);
  justify-content: center;
  align-items: stretch;
  margin: 5px auto 72px;
  display: flex;
}

.feature-image-big {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 28px;
}

.feature-card {
  z-index: 1;
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  padding: 20px 20px 32px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 24px #0000001a;
}

.feature-card.small {
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 0 0 32px;
  transition: box-shadow .3s ease-out;
  overflow: hidden;
}

.feature-card.small:hover {
  box-shadow: 0 8px 20px #0000004d;
}

.feature-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 24px;
  display: block;
}

.hero-video-big {
  background-color: #000;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 680px;
  max-height: 60vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.search-result-info {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-top: 4px;
  padding-left: 32px;
  padding-right: 16px;
  display: flex;
}

.search-result-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex: none;
  width: 240px;
  height: 184px;
}

.search-result-heading {
  margin-bottom: 8px;
}

.pagination-arrow {
  width: 20px;
  height: 20px;
}

.pagination {
  margin-top: 40px;
}

.pricing-tab-pane {
  padding-top: 24px;
  padding-bottom: 60px;
}

.sidebar-faq-links {
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.nav-right {
  z-index: 1;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.layout-name {
  margin: 15px 20px;
  padding-bottom: 2px;
  font-size: 15px;
  font-weight: 700;
}

.testimonials-v3-nav {
  height: 28px;
  font-size: 6px;
  line-height: 16px;
  bottom: -36px;
}

.info-message {
  color: #20b49b;
  background-color: #20b49b14;
  border: 1px solid #20b49b80;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.top-bar-close {
  cursor: pointer;
  background-color: #0003;
  background-image: url('../images/x-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 40px;
  height: 100%;
  transition: background-color .4s;
  position: absolute;
  right: 0;
}

.top-bar-close:hover {
  background-color: #f77e46;
}

.small-message {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 8px 20px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-button {
  background-color: var(--grey-4);
  background-image: url('../images/home-color.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 16px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 78px;
  height: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.coming-soon {
  color: var(--white);
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.coming-soon-info {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
  display: flex;
}

.dropdown-header {
  border-top: 1px solid var(--grey-4);
  margin-top: 8px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 12px 24px 4px;
}

.dropdown-decription {
  color: var(--grey-1);
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
}

.back-to-top {
  height: 0;
  display: none;
}

.top {
  height: 0;
}

.top-button {
  z-index: 10;
  color: var(--white);
  cursor: pointer;
  background-color: #e59839;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 16px;
  transition: background-color .3s;
  display: flex;
  position: fixed;
  inset: auto 16px 16px auto;
}

.top-button:hover {
  background-color: #452c48;
}

.post-card-type {
  z-index: 2;
  border: 2px solid var(--white);
  background-color: #452c48;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.post-card-type.v3 {
  margin-bottom: -24px;
}

.post-card-type.v2 {
  margin-right: -24px;
}

.post-card-type.v1 {
  margin-bottom: -24px;
  margin-right: 32px;
}

.divider {
  background-color: var(--coral);
  border-radius: 1.5px;
  width: 88px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 16px;
}

.divider.animated {
  background-color: var(--coral);
}

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

.page-heading {
  margin-bottom: 20px;
}

.page-intro-left {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 570px;
  margin-top: -16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.page-intro-left.centered {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.big-form-button {
  background-color: #f77e46;
  border-radius: 6px;
  flex: none;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  transition: width .4s;
}

.big-form-icon {
  flex: none;
  height: 24px;
  margin-left: 16px;
}

.subscribe {
  width: 400px;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 8px;
}

.form-info {
  color: var(--grey-1);
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-bottom: -16px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.form-info.white {
  color: var(--white);
}

.form-info.centered {
  text-align: center;
  justify-content: center;
}

.dot-divider {
  background-color: var(--grey-3);
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-left: 6px;
  margin-right: 6px;
}

.dot-divider.white {
  background-color: #ffffff4d;
}

.pricing-v2-name {
  z-index: 3;
  border-bottom: 1px solid var(--grey-4);
  color: var(--black);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px;
  font-family: Geomanist, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.pricing-badge {
  z-index: 3;
  background-color: var(--royal-blue);
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 23px;
  margin: -23px 0;
  padding: 5px 10px;
  font-family: Nunito;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.pricing-badge.wide-badge {
  width: 100%;
}

.pricing-badge.lifetimedeal {
  background-color: var(--coral);
  color: var(--white);
  object-fit: fill;
  justify-content: center;
  width: 250px;
  height: 23px;
  margin-left: auto;
  margin-right: auto;
  inset: 0% 0% 0;
}

.pricing-badge-icon {
  background-image: url('../images/star-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

.search-link-icon {
  width: 13px;
  margin-right: 6px;
}

.footer-v1 {
  color: var(--white);
  background-color: #452c48;
  padding-top: 60px;
  display: block;
}

.footer-bottom-left {
  text-align: left;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-bottom-right {
  text-align: right;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.footer-contact-icon {
  height: 16px;
  margin-top: 3px;
  margin-right: 8px;
}

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

.play-button {
  z-index: 3;
  border: 2px solid var(--white);
  color: #e59839;
  background-color: #f77e46;
  background-image: url('../images/play-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  transition: transform .4s;
  position: relative;
  box-shadow: 0 2px 8px #0000001c;
}

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

.play-button.absolute {
  z-index: 3;
  background-color: var(--coral);
  color: var(--coral);
  border-color: #fff;
  position: absolute;
}

.play-button.tiny {
  background-size: 16px;
  border-width: 1px;
  width: 28px;
  height: 28px;
}

.play-button.small {
  background-size: 24px;
  width: 56px;
  height: 56px;
}

.review-v5-rating {
  border-radius: 14px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-top: 16px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.review-v5-avatar {
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 88px;
  height: 88px;
  margin-bottom: 16px;
}

.review-v5-name {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.pricing-features-left {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-right: 24px;
  display: grid;
}

.pricing-features-right {
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-left: 24px;
  display: grid;
}

.pricing-v2-description {
  z-index: 3;
  color: var(--black);
  margin: 20px auto 24px;
  padding-left: 12%;
  padding-right: 12%;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  position: relative;
}

.link-arrow {
  background-image: url('../images/right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
  margin-left: 3px;
  margin-right: -3px;
  padding-top: 0;
  font-family: Helvetica Neue LT Pro;
  font-size: 16px;
}

.team-v2-name {
  margin-top: 12px;
}

.tab-icon-left {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  margin-right: 12px;
  display: flex;
}

.mini-block-heading {
  z-index: 1;
  margin-bottom: 8px;
  position: relative;
}

.mini-block-description {
  z-index: 1;
  color: var(--grey-1);
  position: relative;
}

.mini-block-description.white {
  color: var(--white);
}

.hero-v5-intro {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.hero-slider {
  color: #fff;
  object-fit: fill;
  background-color: #000;
  height: 82vh;
  min-height: 680px;
  max-height: 56vw;
}

.hero-v4-nav {
  z-index: 4;
  justify-content: center;
  align-items: flex-start;
  height: 40px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  font-size: 7px;
  line-height: 12px;
  display: flex;
  inset: auto 0% 0%;
}

.hero-slide {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 80px 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-slide-heading {
  margin-bottom: 16px;
}

.sidebar-card-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  margin-bottom: 12px;
  display: flex;
}

.promo-card-heading {
  margin-bottom: 20px;
}

.side-video {
  z-index: 3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.sidebar-video-block {
  background-color: var(--white);
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 15px 40px #0000001c;
}

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

.list-dropdown {
  z-index: 30;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -8px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.list-dropdown-heading {
  color: #452c48;
  font-weight: 700;
  display: none;
}

.category-link {
  background-color: var(--white);
  color: var(--black);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 8px;
  padding: 4px 15px;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 3px 9px #0000001c;
}

.category-link:hover {
  color: var(--white);
  background-color: #452c48;
}

.category-link.w--current {
  color: var(--white);
  background-color: #f77e46;
  border-color: #0000;
}

.categories {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.post {
  background-color: var(--white);
  border-radius: 24px;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 8%;
  position: relative;
  top: -200px;
  box-shadow: 0 15px 40px #0000001c;
}

.top-message-content {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.quote {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.contact-v2 {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.contact-v2-media {
  object-fit: cover;
  border-radius: 10px;
  height: 368px;
}

.sg-logo {
  justify-content: center;
  align-items: center;
  height: 24px;
  font-family: Caladea;
  font-size: 19px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.faq-block-heading {
  margin-top: 32px;
  margin-bottom: 32px;
}

.search-mobile-button {
  border: 1px solid var(--grey-4);
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/search-dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, border-color .4s, transform .4s, box-shadow .4s;
  display: none;
}

.search-mobile {
  z-index: 100;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-bg-overlay {
  z-index: 1;
  background-color: #000000c7;
  position: fixed;
  inset: 0%;
}

.search-mobile-form {
  z-index: 3;
  background-color: var(--white);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 470px;
  max-width: 94vw;
  height: 60px;
  margin-top: 208px;
  padding: 6px;
  transition: box-shadow .4s;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 4px #0000004d;
}

.search-mobile-form:hover {
  box-shadow: 0 0 0 4px #00000080;
}

.modal-close-button {
  z-index: 3;
  border: 2px solid var(--white);
  cursor: pointer;
  background-color: #0000004d;
  background-image: url('../images/x-white_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: 24px;
  margin-right: 24px;
  transition: transform .4s, border-color .4s, background-color .4s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close-button:hover {
  background-color: #452c48;
  transform: scale(1.1);
}

.post-card-v2 {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s;
  display: flex;
  position: relative;
  box-shadow: 0 15px 40px #0000001c;
}

.post-card-v2:hover {
  background-color: var(--white);
  box-shadow: 0 0 0 1px var(--grey-4);
  transform: translate(0, 4px);
}

.post-list {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.post-card-v2-image {
  background-color: var(--haze);
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 288px;
  height: auto;
  min-height: 216px;
  transition: filter .2s;
  display: flex;
  position: relative;
}

.post-card-wide-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 5% 8px 48px;
  display: flex;
}

.post-card-v2-heading {
  text-transform: capitalize;
  margin-bottom: 8px;
}

.hero-intro {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.side-nav-link {
  border: 4px solid var(--white);
  background-color: #574b8a4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  transition: box-shadow .4s, border-color .4s, background-color .4s;
  display: flex;
  position: relative;
}

.side-nav-link:hover {
  background-color: #574b8a80;
}

.side-nav-link.w--current {
  background-color: #452c48;
  width: 16px;
  height: 16px;
  transition: border-radius .4s, border-color .4s, background-color .4s;
}

.sg-intro {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 570px;
  margin-bottom: 48px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.sg-colors {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 15px;
  padding-right: 15px;
}

.sg-colors.margin-top {
  margin-top: 64px;
}

.sg-color-card {
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 15px 40px #1e1e271c;
}

.sg-buttons {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.hero-slider-button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 20px;
  transition: box-shadow .2s;
  display: flex;
  left: 12px;
  box-shadow: 0 1px 2px #00000024;
}

.hero-slider-button:hover {
  box-shadow: 0 0 0 4px #00000026, 0 8px 16px #0000001a;
}

.hero-slider-button.right {
  left: auto;
  right: 12px;
}

.hero-slide-intro {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  max-width: 570px;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.hero-slide-intro.centered {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.nav-search-button {
  display: none;
}

.nav-search {
  align-items: flex-start;
  margin: 0 12px 0 0;
  display: flex;
}

.top-button-icon {
  margin: 0 auto 1px;
  position: relative;
  transform: rotate(180deg);
}

.bg-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 120%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.bg-image._1 {
  opacity: .95;
}

.icon-box {
  background-color: #122b46;
  border: 1px #122b46;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  display: flex;
}

.icon-box.color-1 {
  background-color: var(--coral);
}

.icon-box.color-3 {
  background-color: var(--midnight-blue);
}

.icon-box.color-4 {
  background-color: #75bbe7;
  background-color: var(--midnight-blue);
}

.icon-box.color-2, .icon-box.color-1 {
  background-color: var(--midnight-blue);
}

.input-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.input-wrapper.search-input-wrapper {
  flex: 1;
}

.input-icon {
  opacity: .5;
  width: 20px;
  margin-left: 16px;
  position: absolute;
  left: 0;
}

.logotypes-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--grey-4);
  object-fit: fill;
  border-radius: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: stretch stretch;
  margin-top: 100px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0 3%;
  display: grid;
  position: relative;
}

.logotypes-heading {
  background-color: var(--white-smoke);
  color: var(--black);
  text-align: center;
  margin: -12px auto 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Lora;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  inset: 0% 21% auto;
}

.hero-slide-form {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 370px;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.moving-bg {
  z-index: 0;
  filter: brightness(61%);
  object-fit: cover;
  flex: 0 auto;
  align-self: auto;
  width: 104%;
  max-width: none;
  height: 104%;
  display: block;
  position: absolute;
  inset: -2%;
}

.moving-bg.hero-v3-image {
  z-index: 0;
  opacity: .75;
  filter: brightness(80%);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #0000;
  background-clip: border-box;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 105%;
  height: 105%;
  inset: 0% 0% auto;
}

.moving-bg.page-header-image {
  opacity: .98;
}

.moving-bg.hero-slide-image-1 {
  opacity: .8;
}

.moving-bg.hero-slide-image-2 {
  opacity: .7;
}

.moving-bg.hero-slide-image-3 {
  opacity: .65;
}

.moving-bg.testimonials-v5-bg {
  opacity: .7;
}

.moving-bg.testimonials-v1-bg {
  opacity: .9;
}

.moving-bg.mini-blocks-bg {
  opacity: .5;
}

.moving-bg.logotypes-bg {
  opacity: .8;
}

.moving-bg.cta-image-1 {
  opacity: .5;
}

.moving-bg.pricing-image-1, .moving-bg.coming-soon-bg {
  opacity: 1;
}

.moving-bg._404-bg {
  opacity: .95;
}

.moving-bg.about-image {
  opacity: .7;
}

.moving-bg.hero-v3-image {
  opacity: .5;
  filter: saturate(45%) brightness(60%);
  align-self: auto;
  padding-top: 80px;
  padding-left: 0;
  inset: -2%;
}

.logo-reviews {
  align-items: flex-start;
  padding: 48px 15px;
  display: flex;
}

.logo-reviews.small-padding-bottom {
  padding-top: 15px;
}

.logo-reviews-info {
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
  display: flex;
}

.logo-reviews-stars {
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.logo-reviews-text {
  color: var(--grey-1);
  margin-top: 4px;
  font-size: 13px;
  line-height: 16px;
}

.logo-reviews-heading {
  color: var(--midnight-blue);
  letter-spacing: normal;
  margin-bottom: 8px;
  font-family: Geomanist, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.logo-slider {
  border: 1px solid var(--grey-4);
  background-color: #0000;
  border-radius: 12px;
  flex: 1;
  height: 128px;
  padding: 20px 32px;
}

.logo-slide {
  width: 25%;
  padding: 12px 0;
}

.logo-slide-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.logo-slide-brand {
  height: 45px;
}

.logo-slider-button {
  border: 1px solid var(--grey-4);
  background-color: var(--white);
  color: var(--black);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  transition: all .4s;
  left: -20px;
}

.logo-slider-button:hover {
  color: var(--white);
  background-color: #f77e46;
  border-color: #0000;
}

.logo-slider-button:active {
  transform: scale(.92);
}

.logo-slider-button.right {
  left: auto;
  right: -20px;
}

.logo-slider-nav {
  border: 1px solid var(--grey-4);
  background-color: var(--white);
  border-radius: 12px;
  width: 44px;
  height: 24px;
  margin-bottom: -12px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 6px;
}

.logo-reviews-rating {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.intro-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.intro-left.team-left-info {
  padding-top: 48px;
  padding-right: 8%;
  position: sticky;
  top: 104px;
}

.intro-left.sticky {
  position: sticky;
  top: 128px;
}

.simple-tab-link {
  background-color: #0000;
  border-bottom: 2px solid #0000;
  margin-bottom: -1px;
  margin-right: 24px;
  padding: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.simple-tab-link.w--current {
  color: #f77e46;
  background-color: #0000;
  border-bottom-color: #f77e46;
  font-family: Montserrat, sans-serif;
}

.simple-tabs-menu {
  border-bottom: 1px solid var(--grey-4);
  margin-bottom: 20px;
  display: flex;
}

.media-rounded {
  z-index: 2;
  filter: brightness(90%);
  border-radius: 24px;
  position: relative;
}

.media-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.media-decoration {
  z-index: 0;
  color: #dfe4eb;
  background-color: #dfe4eb;
  border-radius: 40px;
  width: 90%;
  height: 90%;
  position: absolute;
  inset: -32px -32px auto auto;
}

.media-decoration.bottom-left {
  inset: auto auto -50px -50px;
}

.media-decoration.bottom-right {
  background-color: var(--white-smoke);
  inset: auto -32px -32px auto;
}

.media-decoration.top-left {
  color: #fff;
  background-color: #dfe4eb;
  inset: -32px auto auto -32px;
}

.side-blocks {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.side-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 15%;
  display: flex;
}

.side-content.centered {
  text-align: center;
  align-items: center;
}

.media-side-left {
  z-index: 2;
  object-fit: cover;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
}

.side-media-right {
  z-index: 2;
  object-fit: cover;
  border-radius: 24px 0 0 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.media-decoraton-2 {
  z-index: 0;
  background-color: var(--haze);
  border-radius: 32px;
  width: 88%;
  height: 88%;
  position: absolute;
  inset: -32px auto auto -32px;
}

.link-underline {
  z-index: 1;
  background-color: #f77e46;
  width: 50%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.feature-cards-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-cards-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.feature {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.features-4 {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.features-5 {
  grid-column-gap: 32px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.features-5.compact {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-v3-button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding: 14px;
  font-size: 20px;
  transition: all .2s;
  display: flex;
  left: -28px;
  box-shadow: 0 1px 2px #0003;
}

.testimonials-v3-button:hover {
  box-shadow: none;
  color: var(--white);
  background-color: #f77e46;
  transform: scale(1.1);
}

.testimonials-v3-button.right {
  left: auto;
  right: -28px;
}

.review-v3-author {
  border-top: 1px solid var(--grey-4);
  flex-direction: column;
  align-items: center;
  width: 230px;
  max-width: 100%;
  margin-bottom: -8px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.review-v3-info {
  color: var(--grey-1);
  font-size: 13px;
  line-height: 20px;
}

.pricing-centered {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.pricing-card {
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  width: 100%;
  padding: 40px 40px 104px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px #0000001c;
}

.pricing-card-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price-box {
  border: 1px solid var(--grey-4);
  text-align: center;
  border-radius: 12px;
  flex: none;
  width: 108px;
  margin-bottom: 12px;
}

.price-tag {
  color: #853f71;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 16px 16px;
  font-family: Caladea;
  font-weight: 700;
  display: flex;
}

.currency {
  margin-left: -2px;
  margin-right: 3px;
  font-size: 24px;
  line-height: 16px;
}

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

.price-info {
  border-top: 1px solid var(--grey-4);
  padding: 8px 12px;
  font-size: 13px;
  font-style: italic;
  font-weight: 700;
  line-height: 16px;
}

.pricing-card-info {
  flex: 1;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 8%;
}

.pricing-card-description {
  color: var(--grey-1);
  font-size: 13px;
  line-height: 20px;
}

.pricing-card-heading {
  margin-bottom: 8px;
}

.pricing-card-list {
  grid-column-gap: 34px;
  grid-row-gap: 16px;
  width: 100%;
  margin-bottom: -12px;
}

.pricing-list-heading {
  font-weight: 700;
}

.icon-list {
  margin-top: 0;
  padding-left: 0;
}

.icon-list.pricing-list {
  margin-bottom: 0;
}

.icon-list-item {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 8px;
  display: flex;
}

.checkmark {
  background-image: url('../images/approval-color.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.card-button-hover {
  background-color: #f77e46;
  height: 6px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-button-text {
  z-index: 1;
  position: relative;
}

.video-section {
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 35vh;
  max-height: 50vw;
  margin-top: 55px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.video-preview {
  z-index: 2;
  border-radius: 32px;
  width: 100%;
  position: relative;
}

.sticky-menu {
  z-index: 3;
  border-bottom: 1px solid var(--grey-4);
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 88px;
  margin-bottom: -64px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 79px;
}

.sticky-links {
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.sticky-link {
  color: var(--black);
  text-align: center;
  border-bottom: 2px solid #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 2%;
  margin-right: 2%;
  padding-bottom: 1px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  transition: box-shadow .4s;
  display: flex;
  position: relative;
  bottom: -1px;
}

.sticky-link.w--current {
  color: #f77e46;
  border-bottom-color: #f77e46;
}

.sticky-content {
  z-index: 3;
  background-color: var(--haze);
}

.hero-v3 {
  z-index: 2;
  color: var(--white);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 65vh;
  max-height: 50vw;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-v3-intro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.anchor-sticky-info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 184px;
}

.counters-2 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
}

.counter {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.counter.centered {
  text-align: center;
  align-items: center;
  font-family: Nunito;
}

.counter-number {
  color: var(--cadet-blue);
  margin-bottom: 8px;
  font-family: Lora;
  font-size: 44px;
  font-weight: 700;
  line-height: 40px;
}

.counter-text {
  color: var(--black);
  font-family: Roboto;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

.counters-heading {
  color: var(--black);
  margin-bottom: 32px;
  font-family: Geomanist, sans-serif;
  font-weight: 500;
}

.first-letter {
  float: left;
  color: #f77e46;
  margin-right: 8px;
  font-family: Caladea;
  font-size: 56px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  bottom: -4px;
}

.text-image {
  border-radius: 8px;
  width: 100%;
  height: auto;
  display: block;
}

._2-images {
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.heading-margin-16 {
  float: none;
  text-align: left;
  margin-bottom: 16px;
  font-family: Geomanist, sans-serif;
}

.feature-side-cards-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

._3-blocks-intro {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 400px auto auto;
  margin-bottom: 60px;
}

.blog-intro-text {
  color: var(--grey-1);
  margin-top: 4px;
}

.hero-v3-heading {
  letter-spacing: normal;
  margin-top: 29px;
  margin-bottom: 45px;
  font-family: Lora;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.video-heading {
  margin-top: 40px;
}

.video-info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._3d-transform-box {
  perspective: 1000px;
  perspective-origin: 50%;
  transform: ;
  transform-origin: 50%;
}

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

.team-member-profile {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-member-photo {
  z-index: 2;
  border: 4px solid var(--white);
  object-fit: cover;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-bottom: 24px;
  position: relative;
}

.team-member-bio {
  color: var(--black);
  margin-top: 4px;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 28px;
}

.accordion-toggle {
  justify-content: space-between;
  align-items: flex-start;
  padding: 21px 0;
  transition: color .4s;
  display: flex;
}

.accordion-toggle:hover {
  color: #853f71;
}

.plus-line-h {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  position: absolute;
}

.plus-line-v {
  background-color: var(--black);
  width: 2px;
  height: 100%;
  position: absolute;
}

.heading-margin-24 {
  color: var(--black);
  margin-bottom: 24px;
}

.side-team-blocks {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.side-team-blocks.second {
  margin-left: 48px;
  padding-top: 48px;
}

.socical-icon {
  width: 20px;
}

.socical-icon.small {
  width: 18px;
}

.team-v2-social-link {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px 5px;
  transition: opacity .4s;
  display: flex;
}

.team-v2-social-link:hover {
  opacity: .6;
}

.team-v1-bio {
  color: var(--grey-1);
  font-size: 15px;
  line-height: 24px;
}

.team-v1-bio.small {
  font-size: 13px;
  line-height: 20px;
}

.team-contact-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  text-align: left;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 16px 8px;
  font-size: 13px;
  line-height: 20px;
  display: grid;
}

.mini-map {
  background-image: url('../images/mini-map.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  margin: 8px;
  transition: transform .4s;
  display: flex;
}

.mini-map:hover {
  transform: scale(1.04);
}

.side-team {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-list-icon {
  width: 20px;
  margin-right: 6px;
}

.contact-list-item {
  align-items: flex-start;
  display: flex;
}

.heading-margin-20 {
  z-index: 2;
  color: var(--white);
  margin-bottom: 20px;
  position: relative;
}

.contact-v2-card {
  border-radius: 20px;
  flex-direction: column;
  min-height: 480px;
  padding: 20px;
  display: flex;
  box-shadow: 0 15px 40px #0000001c;
}

.contact-v2-info {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  margin-top: 8px;
  padding: 16px 12px;
}

.contact-list {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  text-align: left;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4px;
  font-size: 13px;
  line-height: 20px;
  display: grid;
}

.contact-v2-form {
  width: 100%;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.team {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-v1-card {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 48px 10% 40px;
  transition: transform .4s, box-shadow .4s, border-color .4s;
  display: flex;
  position: relative;
  box-shadow: 15px 0 40px 1px #0000001c;
}

.team-v1-card:hover {
  box-shadow: 0 0 0 1px var(--grey-4);
  border-color: #0000;
  transform: translate(0, 3px);
}

.team-v1-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 144px;
  height: 144px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.team-v1-social {
  z-index: 3;
  border: 1px solid var(--grey-4);
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin-top: 16px;
  margin-bottom: -8px;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.team-v1-name {
  margin-top: 6px;
  margin-bottom: 8px;
}

.team-v1-role {
  border-bottom: 1px solid var(--grey-4);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 3px;
  font-size: 9px;
  font-weight: 700;
  line-height: 16px;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-v1 {
  grid-column-gap: 0px;
  background-color: var(--white-smoke);
  border-radius: 24px;
  grid-template-rows: auto;
  padding-top: 50px;
  padding-bottom: 51px;
  position: relative;
}

.hero-v1-intro {
  z-index: 1;
  margin-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.hero-v1-intro.video {
  padding-top: 0;
  padding-right: 0%;
}

.hero-v1-bg {
  background-color: var(--haze);
  border-radius: 24px;
  margin-top: 48px;
  margin-bottom: -104px;
  margin-right: 11%;
  position: absolute;
  inset: 0%;
}

.hero-v1-media {
  z-index: 2;
  filter: brightness(110%);
  background-image: url('../images/subscription-video.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 440px;
  display: flex;
  position: relative;
}

.hero-v1-media.hero-home {
  filter: saturate(80%) brightness(92%);
  background-image: none;
}

.hero-v1-heading {
  color: var(--midnight-blue);
  letter-spacing: normal;
  font-size: 33px;
  font-weight: 700;
  line-height: 33px;
}

.hero-v1-card {
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  align-items: stretch;
  display: flex;
  box-shadow: 0 15px 40px #0000001c;
}

.hero-v1-card-text {
  margin-top: -4px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 20px;
}

.hero-v1-rating {
  align-items: center;
  margin-left: -1px;
  display: flex;
}

.hero-v1-card-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px;
  display: flex;
}

.hero-v1-card-number {
  border-left: 1px solid var(--grey-4);
  color: #20b49b;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Caladea;
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.hero-v1-form {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 370px;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 8px;
  display: flex;
}

.hero-v1-scroll {
  z-index: 5;
  border: 4px solid var(--white);
  background-color: #853f71;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-bottom: -32px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .4s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-v1-scroll:hover {
  background-color: #452c48;
}

.faq-box {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  background-color: var(--haze);
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 330px 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 6%;
  display: grid;
}

.faq-box-info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.team-v2-info {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  margin-bottom: 44px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

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

.blog-promo-subscribe {
  border-top: 1px solid var(--grey-4);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 370px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-right: 10%;
  display: flex;
}

.blog-promo-heading {
  margin-bottom: 16px;
}

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

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

.blog-promo {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 144px;
}

.footer-v1-grid {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 370px 1fr 1fr 270px;
  margin-bottom: 64px;
}

.footer-v1-brand {
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -8px;
  padding: 8px 20px 8px 0;
  font-family: Caladea;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.footer-v1-description {
  margin-top: 16px;
  margin-bottom: 24px;
}

.footer-v1-info {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 12%;
  display: flex;
}

.footer-instagram {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 24px;
  display: grid;
}

.footer-insta-block {
  border-radius: 4px;
  width: 100%;
  padding: 50%;
  position: relative;
  overflow: hidden;
}

.footer-insta-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.footer-contact {
  color: var(--white);
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.footer-link-box {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link-badge {
  background-color: var(--coral);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left: 10px;
  padding: 4px 5px 4px 6px;
  font-family: Geomanist, sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  transition: background-color .2s;
  display: none;
}

.footer-link-badge:hover {
  background-color: var(--coral);
}

.gallery-slider {
  height: 35vw;
}

.gallery-slider-button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  font-size: 20px;
  transition: box-shadow .2s;
  display: flex;
  inset: auto 36px 36px auto;
  box-shadow: 0 1px 2px #00000024;
}

.gallery-slider-button:hover {
  box-shadow: 0 0 0 4px #00000026, 0 8px 16px #0000001a;
}

.gallery-slider-button.left {
  right: 96px;
}

.gallery-slide {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-slider-nav {
  height: 36px;
  font-size: 7px;
  display: none;
}

.gallery-slider-gradient {
  z-index: 1;
  opacity: .7;
  background-image: linear-gradient(#0000, #000);
  height: 240px;
  position: absolute;
  inset: auto 0% 0%;
}

.galley-slide-info {
  z-index: 2;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.gallery-slide-number {
  height: 100%;
  margin-right: 20px;
  font-family: Gotham;
  font-size: 44px;
  font-weight: 700;
  line-height: 36px;
}

.gallery-slider-text {
  border-left: 1px solid #ffffff80;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
}

.top-message-button {
  color: var(--white);
  text-align: left;
  background-color: #853f71;
  border-radius: 4px;
  align-items: center;
  margin-left: 8px;
  padding: 2px 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.top-message-button:hover {
  background-color: #f77e46;
}

.mini-map-marker {
  border: 4px solid var(--white);
  background-color: #f77e46;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  box-shadow: 1px 1px 1px #00000029;
}

.floating-element {
  z-index: 5;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
}

.floating-element.hero-v1-element {
  background-color: #0000;
  margin-bottom: -52px;
  margin-left: 9%;
  bottom: 0;
  left: 0;
}

.floating-element._2 {
  inset: auto 0 0 auto;
  margin-bottom: 12%;
  margin-right: -72px;
  inset: auto 0 0 auto;
}

.post-info {
  color: var(--grey-1);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 8px 20px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.post-first-letter {
  float: left;
  color: #f77e46;
  margin-right: 8px;
  font-family: Caladea;
  font-size: 64px;
  font-weight: 700;
  line-height: 48px;
  position: relative;
  bottom: -4px;
}

.post-card-icon {
  width: 20px;
}

.post-type {
  z-index: 2;
  background-color: #452c48;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.post-type-icon {
  width: 24px;
}

.engage-card {
  background-color: #853f71;
  border-radius: 24px;
  display: flex;
  overflow: hidden;
}

.engage-image {
  object-fit: cover;
  width: 36%;
}

.engage-content {
  color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 360px;
  padding: 72px;
  display: flex;
  position: relative;
}

.engage-links {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.engage-link-icon {
  width: 20px;
  margin-right: 10px;
}

.link-block {
  color: var(--white);
  border: 1px solid #ffffff40;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.link-block:hover {
  background-color: #f77e46;
  border-color: #0000;
}

.engage-heading {
  margin-bottom: 24px;
  font-family: Geomanist, sans-serif;
  position: static;
}

.engage-icon {
  background-color: #f77e46;
  background-image: url('../images/like-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin-top: 56px;
  margin-left: -32px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.engage {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.engage-subscribe {
  z-index: 1;
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  max-width: 570px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 8% 40px;
  position: relative;
  box-shadow: 0 15px 40px #0000001c;
}

.engage-form {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: -16px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: grid;
  position: relative;
}

.engage-form-heading {
  color: var(--midnight-blue);
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}

.nav-input-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.team-member-link {
  background-color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 4px;
  margin-right: 4px;
  transition: background-color .4s;
  display: flex;
}

.team-member-link:hover {
  background-color: #452c48;
}

.team-member-link.twitter {
  background-color: var(--twitter);
}

.team-member-link.twitter:hover {
  background-color: #452c48;
}

.team-member-link.facebook {
  background-color: var(--facebook);
}

.team-member-link.facebook:hover {
  background-color: #452c48;
}

.team-member-link.instagram {
  background-color: var(--instagram);
}

.team-member-link.instagram:hover {
  background-color: #452c48;
}

.team-member-role {
  color: var(--grey-1);
  margin-bottom: 12px;
}

.hero-v2-card {
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  align-items: stretch;
  width: 470px;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding: 48px;
  display: flex;
  box-shadow: 0 15px 40px #0000001c;
}

.hero-v2-heading {
  font-size: 26px;
  line-height: 32px;
}

.hero-v2-form {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox-field {
  text-align: left;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.checkbox {
  background-color: var(--haze);
  box-shadow: none;
  border-style: none;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-left: 0;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  box-shadow: none;
  background-color: #20b49b;
  background-position: 50%;
  background-size: 15px;
  border-color: #0000;
}

.counters-3 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.counters-3.margin-bottom {
  margin-bottom: 28px;
}

.side-video-preview {
  z-index: 2;
  width: 100%;
  position: relative;
}

.floating-review {
  text-align: right;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  box-shadow: 0 15px 40px #0000001c;
}

.floating-rating-info {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.floating-rating {
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.post-card-v2-description {
  color: var(--grey-1);
  margin-bottom: 4px;
}

.post-card-v2-info {
  color: var(--grey-2);
  letter-spacing: .6px;
  text-transform: uppercase;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 12px;
  padding-right: 12px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.posts-big-list {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-card-v1-image {
  z-index: 2;
  background-color: var(--haze);
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 420px;
  transition: filter .2s;
  display: flex;
  position: relative;
}

.post-card-v1-image.small-height {
  height: 360px;
  max-height: 29vw;
}

.post-card-v1 {
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 16px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, box-shadow .4s, transform .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px #0000001c;
}

.post-card-v1:hover {
  background-color: var(--white);
  box-shadow: 0 0 0 1px var(--grey-4);
  border-color: #eaeaea00;
  transform: translate(0, 2px);
}

.post-card-v1-content {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 32px 16px 0;
  display: flex;
}

.post-card-v1-heading {
  text-transform: capitalize;
  margin-bottom: 12px;
}

.post-card-v1-info {
  border-top: 1px solid var(--grey-4);
  color: var(--grey-2);
  letter-spacing: .6px;
  text-transform: uppercase;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 12px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.post-card-v1-description {
  color: var(--grey-1);
  flex: 1;
  margin-bottom: 20px;
}

.features-3 {
  grid-column-gap: 36px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.features-2 {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
}

.features-2.side-version {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-sidebar-subscribe {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  width: 370px;
  max-width: 100%;
  margin-bottom: 48px;
  display: flex;
}

.sidebar-sticky-box {
  padding-top: 8px;
  position: sticky;
  top: 120px;
}

.tabs-content {
  overflow: visible;
}

.sidebar-types {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sidebar-type {
  background-color: #452c48;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  transition: all .4s;
  display: flex;
}

.sidebar-type:hover {
  background-image: linear-gradient(#452c48, #452c48);
}

.sidebar-type-icon {
  width: 16px;
  margin-right: 8px;
}

.sidebar-type-text {
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.sidebar-subscribe-heading {
  margin-bottom: 16px;
}

.posts-2-cols {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.posts-2-cols.margin-bottom {
  margin-bottom: 24px;
}

.post-tag-link {
  border: 1px solid var(--grey-4);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 6px;
  padding: 3px 9px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  transition: border-color .2s, background-color .2s, color .2s;
  display: inline-block;
}

.post-tag-link:hover {
  color: #fff;
  background-color: #f77e46;
  border-color: #0000;
}

.post-tag-list {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: -4px;
  display: flex;
}

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

.quote-author {
  border-top: 1px solid var(--grey-4);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin-top: 24px;
  margin-bottom: -8px;
  padding: 16px 20px;
  display: flex;
}

.quote-author-name {
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-family: Geomanist, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.quote-author-info {
  color: var(--grey-1);
  font-size: 13px;
  line-height: 20px;
}

.quote-author-photo {
  object-fit: cover;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

.accordion-icon {
  color: var(--midnight-blue);
  width: 24px;
  margin-right: 12px;
}

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

.contact-v1-map {
  border-radius: 12px;
  width: 30%;
  height: 540px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.contact-v1-form-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 32px 3%;
  display: flex;
}

.contact-v1-info {
  border-right: 1px solid var(--grey-4);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 400px;
  padding: 32px 3% 56px;
  display: flex;
}

.contact-v1-text {
  color: var(--grey-1);
  text-align: center;
  margin-top: -8px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.inline-page-heading {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.search-form {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 500px;
  max-width: 100%;
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.protected-icon {
  width: 40px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.mini-video {
  background-color: var(--white);
  color: var(--black);
  border-radius: 11px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 8px;
  padding: 12px;
  transition: all .4s;
  display: flex;
  box-shadow: 0 6px 20px #0000001c;
}

.mini-video:hover {
  box-shadow: 0 0 0 1px var(--grey-4);
  transform: translate(0, 3px);
}

.mini-video-preview {
  background-color: var(--black);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.mini-video-preview-image {
  object-fit: cover;
  width: 80px;
  height: 60px;
}

.mini-video-text {
  margin-left: 8px;
  margin-right: 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.mini-review {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 370px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.mini-review.border-top {
  border-top: 1px solid var(--grey-4);
  text-align: left;
  margin-top: 8px;
  padding-top: 24px;
}

.mini-review-avatar {
  flex: none;
  justify-content: center;
  align-items: center;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.mini-review-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 64px;
  height: 64px;
}

.mini-review-icon {
  filter: hue-rotate(146deg);
  width: 24px;
  margin-top: -4px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.mini-review-content {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.mini-review-text {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.mini-review-author {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.link-dark {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

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

.counters-bricks {
  grid-column-gap: 0px;
  border: 1px solid var(--grey-4);
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 40px 6%;
  overflow: hidden;
}

.floating-review-avatar {
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 68px;
  height: 68px;
  margin-left: 4px;
}

.floating-review-author {
  color: var(--grey-1);
  font-size: 13px;
  line-height: 20px;
}

.price-v2 {
  color: #00b4b7;
  font-family: Geomanist, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  text-decoration: none;
}

.price-v2.discount {
  color: var(--coral);
}

.price-v2.old {
  color: #00b4b780;
  margin-right: 10px;
  text-decoration: line-through;
}

.price-v2.pricing-currency {
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 4px;
  font-size: 16px;
  font-weight: 400;
}

.pricing-3-blocks {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-3-blocks.personalplan {
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
}

.pricing-tab-content {
  width: 100%;
  overflow: visible;
}

.pricing-tabs {
  flex-direction: column;
  align-items: center;
  margin-bottom: -60px;
  display: flex;
}

.text-block-4 {
  border: 1px solid var(--grey-4);
  background-color: var(--white);
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-bottom: -10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.pricing-2-blocks {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.pricing-v3-name {
  z-index: 3;
  border-bottom: 1px solid var(--grey-4);
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  inset: 0% 0% auto;
}

.pricing-v3-badge {
  background-color: var(--primary-4);
  color: var(--white);
  text-transform: capitalize;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-left: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.review-v5-text {
  font-size: 17px;
  line-height: 28px;
}

.team-member-bg-wrapper {
  justify-content: center;
  align-items: center;
  height: 32vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-profile-text {
  color: var(--white);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.team-profile-text.v2 {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 11px;
  line-height: 16px;
}

.team-v2-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.review-v1-rating {
  border-top: 1px solid var(--grey-4);
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 14px 10px 16px;
  display: flex;
}

.side-testimonials {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.side-review-blocks {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.side-review-blocks.second {
  margin-left: 48px;
  padding-top: 48px;
}

.person-name {
  color: var(--black);
  margin-top: -2px;
  margin-bottom: 2px;
  font-family: Clearface itc;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.map-big {
  border-radius: 24px;
  width: 100%;
  height: 600px;
}

.sg-logo-text {
  border-left: 1px solid #ffffff26;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 13px;
}

.faq-sidebar {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 20%;
  display: grid;
  position: sticky;
  top: 128px;
}

.footer-v3-social-icon {
  width: 16px;
}

.footer-v3-links {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-right: 16px;
  display: flex;
}

.footer-v3-social-links {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-v3-nav {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 15px;
  display: flex;
}

.footer-v3-link {
  color: var(--white);
  text-transform: uppercase;
  border-radius: 7px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .2s;
  overflow: scroll;
}

.footer-v3-link:hover {
  background-color: #ffffff0f;
}

.footer-v3 {
  background-color: #452c48;
}

.footer-v3-brand {
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3px;
  padding: 8px 20px 8px 0;
  font-family: Caladea;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.footer-v3-content {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.footer-v3-social-link {
  background-color: #ffffff0f;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 3px;
  transition: background-color .2s;
  display: flex;
}

.footer-v3-social-link:hover {
  background-color: #f77e46;
}

.footer-v2 {
  background-color: var(--black);
  color: var(--white);
  padding-top: 60px;
}

.footer-v2-grid {
  grid-column-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: stretch;
  align-self: center;
  justify-items: stretch;
  margin-bottom: 64px;
}

.footer-v2-block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-v2-description {
  margin-bottom: 16px;
  font-family: Roboto;
  font-weight: 300;
}

.footer-v2-info {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 10%;
  display: flex;
}

.faq-nav-heading {
  border-bottom: 1px solid var(--grey-4);
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.faq-list {
  flex-direction: column;
  display: flex;
}

.sidebar-video-text {
  color: var(--grey-1);
  margin-top: -4px;
  font-size: 13px;
  line-height: 20px;
}

.sidebar-video-time {
  background-color: var(--haze);
  background-image: url('../images/play.svg');
  background-position: 4px;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 4px;
  margin-top: 12px;
  padding: 3px 8px 3px 20px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

.dropdown-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: grid;
}

.nav-dropdown-heading {
  border-bottom: 1px solid var(--grey-4);
  padding: 8px 28px 16px;
}

.feature-card-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-cards-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licence-images {
  object-fit: cover;
  border-radius: 10px;
  flex: none;
  width: 192px;
  height: 144px;
}

.licence-icons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #853f71;
  border-radius: 10px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 192px;
  height: 144px;
  padding: 32px;
  display: grid;
}

.licence-icon {
  width: 28px;
}

.page-intro {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-top: -16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.page-intro.about-v2-intro {
  justify-content: center;
  max-width: 770px;
  min-height: 22vw;
}

.side-tab-icon {
  width: 28px;
}

.side-tab-text {
  color: var(--grey-1);
}

.layout-thumb {
  border-bottom: 1px solid var(--grey-4);
  width: 100%;
}

.intro-hero {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  max-height: 56vw;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-author-block {
  color: var(--grey-1);
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.post-author {
  color: var(--black);
  border: 1px solid #0000;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1px;
  padding: 5px 16px 5px 5px;
  font-weight: 700;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.post-author:hover {
  border-color: var(--grey-4);
  background-color: var(--haze);
}

.post-author-photo {
  border-radius: 50%;
  flex: none;
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.instructions-video {
  margin-top: 20px;
}

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

.footer-instagram-hover {
  z-index: 1;
  background-color: #00000080;
  background-image: url('../images/instagram-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  height: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.pulsing {
  padding-left: 60px;
  position: static;
}

.second-nav {
  display: none;
  position: fixed;
}

.text-block-5 {
  align-self: auto;
}

.div-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._3-images-row {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
}

.image-row {
  border-radius: 15px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.imagerow1 {
  border-radius: 15px;
  flex: 0 auto;
}

.image-3 {
  border-radius: 15px;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  margin-bottom: 30px;
  margin-left: 120px;
  margin-right: 120px;
  position: static;
}

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

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

.heading {
  color: var(--black);
}

.heading-2 {
  color: var(--midnight-blue);
  position: static;
}

.heading-3 {
  color: var(--midnight-blue);
  font-family: Geomanist, sans-serif;
}

.heading-4 {
  color: var(--black);
  font-family: Geomanist, sans-serif;
}

.heading-5 {
  color: var(--midnight-blue);
  font-family: Geomanist, sans-serif;
}

.heading-6 {
  color: var(--black);
  font-family: Geomanist, sans-serif;
}

.heading-7 {
  color: var(--black);
}

.text-block-6 {
  color: var(--black);
  margin-bottom: 0;
}

.heading-8, .heading-9, .heading-10 {
  color: var(--black);
}

.heading-11 {
  color: var(--black);
  font-weight: 700;
}

.heading-12, .heading-13, .heading-14, .heading-15 {
  color: var(--black);
}

.heading-16 {
  color: var(--black);
  font-family: Lora;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.heading-17 {
  color: #050037;
  font-family: Domine;
  font-weight: 400;
}

.bold-text-2 {
  color: #050037;
}

.text-block-7, .text-block-8, .text-block-9 {
  font-family: Roboto;
}

.text-block-10 {
  font-family: Geomanist, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.text-block-10.lifetimo {
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
}

.text-block-11, .text-block-12, .text-block-13 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-14, .text-block-15 {
  font-family: Roboto;
  font-weight: 300;
}

.text-block-16 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.bold-text-3 {
  color: var(--black);
  font-family: Lora;
  font-weight: 700;
  line-height: 40px;
}

.bold-text-4 {
  color: var(--black);
  font-weight: 600;
}

.bold-text-5 {
  color: var(--coral);
  font-weight: 600;
}

.bold-text-6 {
  color: var(--black);
  font-family: Lora;
  font-weight: 700;
}

.inline-links-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: center stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wrapper-2 {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.hero-v3-heading-2 {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Gotham;
  line-height: 51px;
}

.text-label-2 {
  color: #666;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 12px;
  font-family: Gotham;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.text-label-2.white {
  color: #fff;
  margin-bottom: 0;
  font-family: Roboto;
  font-weight: 500;
}

.button-2 {
  background-color: var(--coral);
  color: #fff;
  text-align: center;
  border-style: none;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 15px 20px 13px;
  font-family: Gotham;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s, background-color .2s, border-color .2s;
  display: flex;
}

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

.button-2.w--current {
  text-align: center;
}

.button-2.white {
  color: #151515;
  background-color: #fff;
}

.button-2.white:hover {
  background-color: var(--royal-blue);
  color: #fff;
}

.hero-v3-intro-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-v3-2 {
  z-index: 2;
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 78vh;
  max-height: 50vw;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.heading-18 {
  font-family: Helvetica Neue LT Pro;
  font-weight: 900;
}

.heading-19, .heading-20, .heading-21, .heading-22, .heading-23 {
  font-family: Helvetica Neue LT Pro;
}

.heading-24, .heading-25, .heading-26 {
  font-family: Lora;
}

.wrapper-3 {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.play-button-2 {
  z-index: 3;
  border: 2px solid var(--white);
  color: #e59839;
  background-color: #f77e46;
  background-image: url('../images/play-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  transition: transform .4s;
  position: relative;
  box-shadow: 0 2px 8px #0000001c;
}

.play-button-2:hover {
  transform: scale(1.08);
}

.play-button-2.absolute {
  z-index: 2;
  background-color: var(--coral);
  filter: saturate(120%);
  color: var(--coral);
  border-color: #fff0;
  display: block;
  position: absolute;
}

.play-button-2.tiny {
  background-size: 16px;
  border-width: 1px;
  width: 28px;
  height: 28px;
}

.play-button-2.small {
  background-size: 24px;
  width: 56px;
  height: 56px;
}

.heading-27 {
  color: var(--midnight-blue);
}

.image-4 {
  filter: brightness(90%);
  object-fit: fill;
  border-radius: 20px 20px 0 0;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  overflow: visible;
}

.hero-gradient {
  z-index: 2;
  background-image: linear-gradient(#0000, #fff);
  height: 30vh;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-2 {
  z-index: 3;
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.image-5 {
  clear: none;
  perspective: none;
  transform-origin: 50% 72%;
  object-fit: fill;
  transform-style: preserve-3d;
  margin-bottom: -.1%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  inset: auto 0% 0%;
  overflow: visible;
  transform: scale3d(5.5, .4, 1)rotate(180deg);
}

.heading-28 {
  color: var(--midnight-blue);
}

.heading-29, .heading-30, .heading-31 {
  color: var(--coral);
}

.heading-32 {
  color: var(--coral);
  position: static;
}

.world-map {
  margin-top: -50px;
  margin-bottom: 100px;
  position: relative;
}

.australia {
  border: 2px solid var(--white);
  border-radius: 30px;
  width: 55px;
  height: 55px;
  position: static;
  inset: 68% 0% 0% 78%;
  box-shadow: 4px 4px 18px #00000080;
}

.avatar {
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
  top: 73%;
  left: 77%;
}

.avatar:hover {
  transform: skew(0deg);
}

.section-2 {
  background-color: #0000;
}

.custom-pricing {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.custom-pricing.no-margin-bottom {
  max-width: 850px;
  margin-top: 100px;
  margin-bottom: 10px;
}

.custom-pricing.wide {
  max-width: 770px;
}

.custom-pricing.left {
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.custom-pricing.left.margin-bottom {
  margin-bottom: 48px;
}

.custom-pricing.left.sticky {
  position: sticky;
  top: 160px;
}

.custom-pricing.margin-bottom {
  margin-top: 100px;
  margin-bottom: 110px;
}

.divider-2 {
  background-color: #f77e46;
  border-radius: 1.5px;
  width: 88px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 16px;
}

.wrapper-4 {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.person-name-2 {
  margin-top: -2px;
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.button-3 {
  background-color: var(--coral);
  color: #fff;
  text-align: center;
  border-style: none;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 15px 20px 13px;
  text-decoration: none;
  transition: color .2s, background-color .2s, border-color .2s;
  display: flex;
}

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

.button-3.white {
  border: 1px solid var(--royal-blue);
  color: var(--royal-blue);
  background-color: #0000;
}

.button-3.white:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.button-3.emailbutton {
  align-self: center;
  width: 50%;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
}

.person-bio-2 {
  color: #666;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
}

.text-grey-2 {
  color: #666;
  margin-bottom: 35px;
}

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

.text-link-2:hover {
  color: #f77e46;
  text-decoration: underline;
}

.tabs-horisontal-2 {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: inset 0 -1px #e3e3e3;
}

.tab-link-2 {
  color: #151515;
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .4s;
  display: flex;
}

.tab-link-2.w--current {
  background-color: #0000;
  border-bottom-color: #f77e46;
}

.section-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-3.haze {
  background-color: #f5f5f5;
}

.media-decoration-2 {
  z-index: 0;
  background-color: #f5f5f5;
  border-radius: 40px;
  width: 90%;
  height: 90%;
  position: absolute;
  inset: -32px -183px auto auto;
}

.media-decoration-2.bottom-right {
  inset: auto -32px -32px auto;
}

.media-decoration-2.bottom-left {
  inset: auto auto -32px -32px;
}

.main-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.counter-text-2 {
  font-family: Gotham;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.floating-review-author-2 {
  color: #666;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.counter-number-2 {
  color: var(--royal-blue);
  margin-bottom: 0;
  font-family: Gotham;
  font-size: 44px;
  font-weight: 700;
  line-height: 40px;
}

.background-white {
  background-image: linear-gradient(#0000, #fff);
  width: 100%;
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.logo-slider-nav-2 {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  width: 44px;
  height: 24px;
  margin-bottom: -12px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 6px;
}

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

.logo-slider-2 {
  background-color: #0000;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  flex: 1;
  height: 128px;
  padding: 20px 32px;
}

.logo-slider-button-2 {
  color: #151515;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  transition: all .4s;
  left: -20px;
}

.logo-slider-button-2:hover {
  color: #fff;
  background-color: #f77e46;
  border-color: #0000;
}

.logo-slider-button-2:active {
  transform: scale(.92);
}

.logo-slider-button-2.right {
  left: auto;
  right: -20px;
}

.logo-reviews-text-2 {
  color: #666;
  margin-top: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.client-logos {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin: 30px auto 60px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.gallery-slider-button-2 {
  color: #151515;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  font-size: 20px;
  transition: box-shadow .2s;
  display: none;
  inset: auto 36px 36px auto;
  box-shadow: 0 1px 2px #00000024;
}

.gallery-slider-button-2:hover {
  box-shadow: 0 0 0 4px #00000026, 0 8px 16px #0000001a;
}

.gallery-slider-button-2.left {
  display: none;
  right: 96px;
}

.galley-slide-info-2 {
  z-index: 2;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.text-label-3 {
  color: var(--white);
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 12px;
  font-family: Geomanist, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.quote-author-2 {
  border-top: 1px solid #e3e3e3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin-top: 24px;
  margin-bottom: -8px;
  padding: 16px 20px;
  display: flex;
}

.quote-author-info-2 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.counter-number-3 {
  color: #00a4ad;
  margin-bottom: 8px;
  font-family: Lora;
  font-size: 44px;
  font-weight: 700;
  line-height: 40px;
}

.counter-text-3 {
  color: #151515;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #fc744d;
  border-style: none;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 15px 20px 13px;
  font-family: Geomanist, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s, background-color .2s, border-color .2s;
  display: flex;
}

.button-4:hover {
  background-color: #4d67f4;
}

.button-4.inline-button {
  padding-top: 15px;
  font-family: Geomanist, sans-serif;
  font-weight: 300;
  display: inline-block;
}

.button-4.white {
  color: #151515;
  background-color: #fff;
  font-family: Geomanist, sans-serif;
  font-weight: 300;
}

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

.button-4.nav-button {
  color: #fc744d;
  background-color: #0000;
  border: 1px solid #fc744d;
  border-radius: 7.5px;
  flex: 0 auto;
  padding-top: 17px;
  padding-left: 13px;
  padding-right: 13px;
  font-family: Helvetica Neue LT Pro;
  font-size: 15px;
  font-weight: 400;
}

.button-4.nav-button:hover {
  color: #fff;
  background-color: #4d67f4;
  border-color: #4d67f4;
}

.mini-block-2 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 12px 15px;
  display: flex;
  box-shadow: 1px 0 #e3e3e3;
}

.mini-block-2.dark {
  color: #fff;
  box-shadow: 1px 0 #ffffff4d;
}

.mini-blocks-2 {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mini-blocks-2.dark {
  background-color: #0000;
  border-color: #ffffff4d;
  margin-top: 0;
}

.mini-block-description-2 {
  z-index: 1;
  color: #666;
  position: relative;
}

.mini-block-description-2.white {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.nav-link-2 {
  background-color: var(--white);
  color: var(--midnight-blue);
  text-transform: uppercase;
  border-radius: 7px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 8px 15px;
  font-size: 13px;
  line-height: 20px;
  transition: background-color .4s;
}

.nav-link-2:hover {
  background-color: #f2f4f7;
}

.nav-link-2.w--current {
  color: var(--royal-blue);
  background-color: #f2f4f7;
  font-family: Geomanist, sans-serif;
  font-weight: 500;
}

.nav-link-2.w--current:hover {
  background-color: #f2f4f7;
}

.nav-link-2.nav-dropdown {
  padding-right: 26px;
  display: inline-block;
}

.nav-link-2.login {
  color: #fc744d;
  font-weight: 700;
}

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

.search-mobile-button-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/search-dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, border-color .4s, transform .4s, box-shadow .4s;
  display: none;
}

.nav-dropdown-link-v2-2 {
  color: #151515;
  background-color: #0000;
  border-radius: 7px;
  align-items: center;
  width: 50%;
  padding: 8px;
  font-family: Gotham;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.nav-dropdown-link-v2-2:hover {
  background-color: #f5f5f5;
}

.nav-dropdown-link-v2-2.w--current {
  font-weight: 700;
}

.nav-menu-2 {
  color: #0000;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Geomanist, sans-serif;
  font-weight: 500;
  display: flex;
}

.search-mobile-form-2 {
  z-index: 3;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 470px;
  max-width: 94vw;
  height: 60px;
  margin-top: 208px;
  padding: 6px;
  transition: box-shadow .4s;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 4px #0000004d;
}

.search-mobile-form-2:hover {
  box-shadow: 0 0 0 4px #00000080;
}

.nav-dropdown-icon-2 {
  color: var(--black);
  margin-top: 10.5px;
  margin-bottom: 10.5px;
  margin-right: 10px;
}

.logo-text-2 {
  color: #151515;
  flex: 0 auto;
  font-family: Product Sans;
  font-size: 23px;
  font-weight: 600;
  line-height: 28px;
}

.dropdown-decription-2 {
  color: #666;
  margin-top: 4px;
  font-family: Gotham;
  font-size: 12px;
  line-height: 16px;
}

.subscribe-input-2 {
  background-color: #0000;
  border: 1px solid #000;
  flex: 1;
  height: 100%;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 17px;
}

.subscribe-input-2:hover, .subscribe-input-2:focus {
  border-color: #f77e46;
}

.subscribe-input-2::placeholder {
  color: #999;
}

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

.nav-dropdown-box-2 {
  color: #452c48;
  background-color: #f5f5f5;
  background-image: url('../images/cube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.modal-close-button-2 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000004d;
  background-image: url('../images/x-white_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: 24px;
  margin-right: 24px;
  transition: transform .4s, border-color .4s, background-color .4s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close-button-2:hover {
  background-color: #452c48;
  transform: scale(1.1);
}

.nav-dropdown-heading-2 {
  border-bottom: 1px solid #e3e3e3;
  padding: 8px 28px 16px;
}

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

.dropdown-header-2 {
  border-top: 1px solid #e3e3e3;
  margin-top: 8px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 12px 24px 4px;
}

.navigation-2 {
  flex-direction: row;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-left: -4px;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0;
  box-shadow: 0 6px 24px #30364d38;
}

.dropdown-list-2.components-list.w--open {
  width: 420px;
  margin-left: -48px;
  padding: 12px;
  display: flex;
}

.dropdown-list-2.big-list {
  margin-left: -80px;
}

.nav-dropdown-link-2 {
  color: #151515;
  padding: 7px 30px;
  font-family: Geomanist, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: color .1s, background-color .1s;
}

.nav-dropdown-link-2:hover {
  background-color: var(--white-smoke);
}

.nav-dropdown-link-2.w--current {
  color: #151515;
  font-weight: 700;
}

.nav-dropdown-link-2.dropdown-grid-link {
  border-radius: 7px;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 16px;
  padding-right: 16px;
}

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

.paragraph-header {
  color: var(--white);
  text-align: center;
  margin-top: -30px;
  margin-bottom: 30px;
}

.div-block-3 {
  z-index: 50;
  opacity: 1;
  object-fit: fill;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: block;
  position: absolute;
  inset: auto 0% -17%;
  transform: scale3d(3.2, 1, 1);
}

.image-6 {
  object-fit: cover;
  width: 100%;
}

.text-block-17, .text-block-18, .text-block-19, .text-block-20 {
  padding-top: 4px;
}

.bold-text-7 {
  font-family: Gotham;
}

.image-7 {
  color: #0000;
  width: 200px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-7.front {
  width: 180px;
  padding-left: 2px;
}

.text-block-21 {
  font-family: Gotham;
}

.play-button-3 {
  z-index: 3;
  background-color: var(--coral);
  filter: saturate(120%);
  background-image: url('../images/play-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 72px;
  height: 72px;
  padding: 0;
  transition: transform .4s;
  display: block;
  position: absolute;
  box-shadow: 0 2px 8px #0000001c;
}

.play-button-3:hover {
  transform: scale(1.08);
}

.play-button-3.underneath {
  border-width: 0;
}

.text-label-4 {
  color: #666;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
}

.button-5 {
  background-color: var(--coral);
  color: #fff;
  text-align: center;
  border-style: none;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 13px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s, background-color .2s, border-color .2s;
  display: flex;
}

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

.button-5.input-button {
  z-index: 1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -6px;
  position: relative;
}

.form-info-2 {
  color: #666;
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-bottom: -16px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.form-error-2 {
  color: #ee3e54;
  text-align: center;
  background-color: #ee3e541f;
  border: 1px solid #ee3e5480;
  border-radius: 7px;
  margin-top: 16px;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 20px;
}

.hero-v1-card-number-2 {
  color: #20b49b;
  text-align: center;
  border-left: 1px solid #e3e3e3;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.input-2 {
  background-color: #f5f5f5;
  border: 1px solid #0000;
  border-radius: 7px;
  height: 48px;
  margin-bottom: 0;
  padding: 7px 20px 8px;
  transition: box-shadow .4s, opacity .2s, color .4s, background-color .4s, border-color .4s;
}

.input-2:hover, .input-2:focus {
  background-color: #fff;
  border-color: #f77e46;
}

.input-2::placeholder {
  color: #999;
}

.input-2.white {
  background-color: #fff;
}

.text-color-5 {
  color: #f77e46;
}

.form-success-2 {
  color: #88ae45;
  background-color: #88ae451f;
  border: 1px solid #88ae4580;
  border-radius: 7px;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 20px;
}

.hero-v1-bg-2 {
  background-color: var(--white-smoke);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 24px;
  margin-top: 0;
  margin-bottom: -48px;
  margin-right: 11%;
  position: absolute;
  inset: 0%;
}

.hero-v1-card-2 {
  color: var(--black);
  background-color: #fff0;
  border-radius: 12px;
  align-items: stretch;
  display: flex;
  box-shadow: 0 15px 40px #0000001c;
}

.hero-v1-scroll-2 {
  z-index: 5;
  background-color: #853f71;
  border: 4px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-bottom: -32px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .4s;
  display: flex;
  position: absolute;
  inset: 510px 0% 0%;
}

.hero-v1-scroll-2:hover {
  background-color: #452c48;
}

.scroll-mouse-2 {
  border: 1px solid #fff;
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  width: 19px;
  height: 29px;
  display: flex;
}

.scroll-mouse-wheel-2 {
  background-color: #fff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-top: 5px;
}

.hero-buttons {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.wrapper-5 {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

.text-link-3:hover {
  color: #f77e46;
  text-decoration: underline;
}

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

.text-grey-3 {
  color: #666;
}

.counter-text-4 {
  font-family: Geomanist, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.media-container-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.floating-review-author-3 {
  color: #666;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.media-decoration-3 {
  z-index: 0;
  background-color: #dfe4eb;
  border-radius: 40px;
  width: 90%;
  height: 90%;
  position: absolute;
  inset: -32px -32px auto auto;
}

.heading-margin-33 {
  color: var(--midnight-blue);
  margin-bottom: 20px;
}

.counter-number-4 {
  color: var(--royal-blue);
  margin-bottom: 8px;
  font-family: Geomanist, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 40px;
}

.media-rounded-2 {
  z-index: 2;
  filter: brightness(90%);
  border-radius: 24px;
  align-self: flex-start;
  position: relative;
}

.text-block-22 {
  color: var(--royal-blue);
}

.text-label-5 {
  color: #666;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 12px;
  font-family: Geomanist, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
  position: static;
}

.divider-3 {
  background-color: #fc744d;
  border-radius: 1.5px;
  width: 88px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 16px;
}

.divider-3.animated {
  background-color: #fc744d;
}

.section-4 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
  position: relative;
}

.section-4.no-padding {
  display: block;
}

.section-4.mask {
  color: #fff;
  background-color: #000;
  display: flex;
  overflow: hidden;
}

.section-4.haze {
  background-color: #f2f4f7;
  border-radius: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-4.top-image-section {
  color: #fff;
  background-color: #000;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #fc744d;
  border-style: none;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: box-shadow .3s, color .2s, background-color .3s, border-color .3s;
  display: flex;
  position: static;
}

.button-6:hover {
  background-color: #4d67f4;
  box-shadow: 0 18px 30px -14px #0003;
}

.button-6.white {
  color: #151515;
  background-color: #fff;
  font-weight: 300;
}

.button-6.white:hover {
  color: #fff;
  background-color: #4d67f4;
}

.button-6.input-button {
  z-index: 1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -6px;
  position: relative;
}

.text-color-6 {
  color: #fc744d;
}

.input-3 {
  background-color: #f5f5f5;
  border: 1px solid #0000;
  border-radius: 7px;
  height: 48px;
  margin-bottom: 0;
  padding: 7px 20px 8px;
  font-weight: 300;
  transition: box-shadow .4s, opacity .2s, color .4s, background-color .4s, border-color .4s;
}

.input-3:hover, .input-3:focus {
  background-color: #fff;
  border-color: #f77e46;
}

.input-3::placeholder {
  color: #999;
}

.input-3.icon-padding {
  padding-left: 48px;
}

.engage-content-2 {
  color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 360px;
  padding: 72px;
  display: flex;
  position: relative;
}

.engage-form-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: -16px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: grid;
  position: relative;
}

.engage-subscribe-2 {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  max-width: 570px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 8% 40px;
  position: relative;
  box-shadow: 0 15px 40px #0000001c;
}

.link-block-2 {
  color: #fff;
  border: 1px solid #ffffff40;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.link-block-2:hover {
  background-color: #f77e46;
  border-color: #0000;
}

.text-block-23 {
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.text-block-24 {
  font-family: Montserrat, sans-serif;
}

.big-form-button-2 {
  background-color: #f77e46;
  border-radius: 6px;
  flex: none;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  transition: width .4s;
}

.search-mobile-button-3 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/search-dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, border-color .4s, transform .4s, box-shadow .4s;
  display: none;
}

.nav-menu-3 {
  color: #0000;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.breadcrumbs-link-2 {
  color: #fff;
  text-decoration: none;
}

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

.breadcrumbs-2 {
  color: #fff;
  text-transform: capitalize;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.heading-33 {
  color: #151515;
}

.quote-author-name-2 {
  color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.quote-author-info-3 {
  color: #666;
  font-size: 13px;
  line-height: 20px;
}

.link-arrow-2 {
  background-image: url('../images/right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-bottom: -1px;
  margin-left: 3px;
  margin-right: -3px;
  font-size: 16px;
}

.link-2 {
  color: #151515;
  text-align: left;
  align-items: center;
  margin-top: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Gotham;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -2px #e3e3e3;
}

.feature-card-2 {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  padding: 20px 20px 32px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 24px #0000001a;
}

.feature-card-2.v2 {
  width: 719px;
  height: 484px;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #fc744d;
  border-style: none;
  border-radius: 7px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: box-shadow .3s, color .2s, background-color .3s, border-color .3s;
  display: flex;
  position: static;
}

.button-7:hover {
  background-color: #4d67f4;
  box-shadow: 0 18px 30px -14px #0003;
}

.text-block-25 {
  font-family: Montserrat, sans-serif;
}

.mini-review-text-2 {
  color: var(--midnight-blue);
  margin-top: -4px;
  margin-bottom: 8px;
  font-family: Gotham;
  font-weight: 700;
  line-height: 1.5;
}

.link-dark-2 {
  color: #151515;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

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

.text-link-4 {
  color: #fc744d;
  text-decoration: none;
  transition: color .2s;
}

.text-link-4:hover {
  color: #f77e46;
  text-decoration: underline;
}

.bold-text-8 {
  font-family: Geomanist, sans-serif;
  font-weight: 500;
}

.nav-link-3 {
  color: #151515;
  text-transform: uppercase;
  border-radius: 7px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .4s;
}

.nav-link-3:hover {
  background-color: #f5f5f5;
}

.nav-link-3.w--current {
  color: #151515;
  font-weight: 700;
}

.nav-link-3.nav-dropdown {
  background-color: var(--white);
  color: var(--midnight-blue);
  padding-right: 26px;
  font-size: 13px;
  font-weight: 500;
}

.nav-link-3.nav-dropdown:hover {
  background-color: var(--white-smoke);
}

.html-embed {
  justify-content: center;
  align-items: center;
  width: 1280px;
  height: 720px;
  margin: 0 auto;
  display: block;
}

.html-embed-2 {
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  width: 1280px;
  height: 720px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.video {
  border-radius: 0;
  padding-left: 0;
  box-shadow: 0 70px 50px -60px #0000004d;
}

.html-embed-3 {
  width: 100%;
  height: 695px;
}

.html-embed-4 {
  width: 1200px;
}

.div-block-4 {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.play-button-5 {
  z-index: 3;
  background-color: var(--coral);
  background-image: url('../images/play-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 72px;
  height: 72px;
  transition: transform .4s;
  display: block;
  position: relative;
  box-shadow: 0 2px 8px #0000001c;
}

.play-button-5:hover {
  transform: scale(1.08);
}

.play-button-5.underneath {
  border-width: 0;
}

.heading-34 {
  font-weight: 500;
}

.text-block-26 {
  border: 1px solid var(--grey-3);
  padding: 40px;
}

.text-block-26.emailtemplate {
  color: var(--black);
  background-color: #f2f4f780;
  border-style: dashed;
  border-radius: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-27 {
  align-self: center;
  margin-bottom: 30px;
  padding-left: 0;
  font-family: Geomanist, sans-serif;
  font-weight: 500;
}

.text-label-6 {
  color: #666;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 12px;
  font-family: Geomanist, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
  position: static;
}

.text-label-6.white {
  color: #fff;
}

.slider-button-2 {
  color: #151515;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 14px;
  font-size: 20px;
  transition: box-shadow .2s;
  display: flex;
  left: -48px;
  box-shadow: 0 1px 2px #00000024;
}

.slider-button-2:hover {
  box-shadow: 0 0 0 4px #00000026, 0 8px 16px #0000001a;
}

.slider-button-2.right {
  left: auto;
  right: -48px;
}

.bold-text-9 {
  margin-right: 10px;
  font-size: 11px;
}

.heading-35 {
  color: var(--black);
  text-align: center;
  font-family: Geomanist, sans-serif;
  font-weight: 500;
}

.html-embed-5 {
  border-radius: 15px;
  overflow: hidden;
}

.div-block-5 {
  align-self: auto;
}

.text-span-4 {
  margin-left: -5px;
  padding-left: 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.div-block-6 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 1180px;
  max-width: 1180px;
  margin-top: 120px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.html-embed-6 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.body-2 {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.text-block-56 {
  color: #00b4b7;
  margin-bottom: 20px;
  font-weight: 700;
}

.heading-36, .heading-37, .heading-38, .heading-39, .heading-40, .heading-41, .heading-42 {
  color: var(--black);
}

.html-embed-7 {
  z-index: 999;
  margin-bottom: 0;
  margin-right: 0;
}

.costpermember {
  color: #272727;
  margin-top: 12px;
  margin-bottom: -35px;
  font-size: 11px;
  font-weight: 400;
}

.play-button-6 {
  z-index: 3;
  background-color: #f77e46;
  background-image: url('../images/play-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  transition: transform .4s;
  position: relative;
  box-shadow: 0 2px 8px #0000001c;
}

.play-button-6:hover {
  transform: scale(1.08);
}

.play-button-6.tiny {
  background-size: 16px;
  border-width: 1px;
  width: 28px;
  height: 28px;
}

.pricing-card-description-2 {
  color: #666;
  font-size: 13px;
  line-height: 20px;
}

.price-tag-2 {
  color: #00b4b7;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 16px 16px;
  font-weight: 700;
  display: flex;
}

.pricing-card-2 {
  color: #151515;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  padding: 40px 40px 104px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px #0000001c;
}

.text-label-7 {
  color: #666;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.text-color-7 {
  color: #853f71;
}

.mini-video-preview-2 {
  background-color: #151515;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.card-button-2 {
  color: #151515;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding-bottom: 1px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
  box-shadow: inset 0 1px #e3e3e3;
}

.card-button-2:hover {
  color: #fff;
}

.price-info-2 {
  border-top: 1px solid #e3e3e3;
  padding: 8px 12px;
  font-size: 13px;
  font-style: italic;
  font-weight: 700;
  line-height: 16px;
}

.price-box-2 {
  text-align: center;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  flex: none;
  width: 130px;
  margin-bottom: 12px;
}

.mini-video-2 {
  color: #151515;
  background-color: #fff;
  border-radius: 11px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 8px;
  padding: 12px;
  transition: all .4s;
  display: flex;
  box-shadow: 0 6px 20px #0000001c;
}

.mini-video-2:hover {
  transform: translate(0, 3px);
  box-shadow: 0 0 0 1px #e3e3e3;
}

.text-block-57 {
  font-size: 13px;
  font-weight: 400;
}

.code-embed {
  z-index: 999;
  border-radius: 12px;
  margin-right: 11%;
  overflow: hidden;
}

.video-3 {
  border-radius: 20px;
  overflow: hidden;
}

.div-block-7 {
  margin-right: 10%;
}

.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  flex: 0 auto;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .button {
    background-color: var(--coral);
  }

  .button.color-2 {
    background-color: var(--royal-blue);
  }

  .nav-bar {
    box-shadow: 0 0 40px #0000001c;
  }

  .page-wrapper {
    flex-direction: column;
    display: flex;
  }

  .sg-color {
    height: 160px;
  }

  .hero-v2-card {
    padding-bottom: 40px;
  }

  .pricing-2-blocks {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

@media screen and (min-width: 1440px) {
  .section {
    background-color: #0000;
  }

  .sg-color {
    height: 200px;
  }

  .main-grid {
    grid-row-gap: 33.3333px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    align-self: auto;
  }

  .media-container {
    justify-content: center;
    align-items: center;
  }

  .pricing-2-blocks {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .media-container-2 {
    justify-content: center;
    align-items: center;
  }

  .section-4 {
    background-color: #0000;
  }
}

@media screen and (min-width: 1920px) {
  .section.mask {
    display: flex;
  }

  .button {
    object-fit: fill;
    flex-flow: row;
    align-content: flex-end;
    overflow: visible;
  }

  .button.white:hover {
    background-color: #4c6af5;
  }

  .link.square-box {
    color: var(--midnight-blue);
  }

  .inline-links {
    grid-template-columns: auto 1fr;
  }

  .pricing-v2-tag {
    flex-direction: row;
  }

  .pricing-v2-card-info {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-feature, .heading-margin-28.action, .heading-margin-28.special-pricing, .accordion-heading, .pricing-v2-name {
    color: var(--midnight-blue);
  }

  .pricing-badge.lifetimedeal {
    inset: 0% 0% auto;
  }

  .logotypes-heading {
    left: 20%;
    right: 20%;
  }

  .moving-bg {
    height: 104%;
  }

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

  .feature-cards-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .video-preview {
    filter: saturate(120%) contrast(115%);
  }

  .hero-v3 {
    background-image: none;
    height: 50vh;
  }

  .counter-number {
    color: #22c1c7;
  }

  ._3-blocks-intro {
    grid-column-gap: 25px;
    grid-template-columns: 430px auto auto;
  }

  .hero-v3-heading {
    font-weight: 700;
  }

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

  .hero-v1-media.hero-home {
    filter: brightness(90%);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    height: 440px;
  }

  .hero-v1-heading {
    color: var(--midnight-blue);
    line-height: 33px;
  }

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

  .accordion-icon, .mini-review-text {
    color: var(--midnight-blue);
  }

  .pricing-3-blocks {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 65px;
  }

  .pricing-3-blocks.personalplan {
    grid-column-gap: 50px;
    margin-top: 50px;
  }

  .footer-v2 {
    background-color: var(--black);
  }

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

  .footer-v2-info {
    display: flex;
  }

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

  .heading {
    font-weight: 700;
  }

  .heading-2, .heading-3 {
    color: var(--midnight-blue);
  }

  .heading-7 {
    color: #122b46;
  }

  .text-block-6, .heading-8, .heading-9, .heading-15 {
    color: var(--midnight-blue);
  }

  .heading-16, .bold-text-3, .bold-text-4, .bold-text-5 {
    font-family: Lora;
    font-weight: 700;
  }

  .inline-links-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    display: grid;
  }

  .button-2.w--current {
    justify-content: center;
  }

  .hero-v3-intro-2 {
    align-self: auto;
  }

  .text-span-2 {
    color: #fd8a63;
  }

  .wrapper-3 {
    align-items: center;
  }

  .play-button-2.absolute {
    background-image: url('../images/play-white.svg');
    background-repeat: no-repeat;
    background-size: 28px;
  }

  .heading-27 {
    color: var(--midnight-blue);
  }

  .hero-gradient {
    z-index: 5;
    background-image: linear-gradient(#0000, #1515156b 44%, #fff 96%);
    height: 30vh;
    position: absolute;
    inset: auto 0% 0%;
  }

  .heading-28 {
    color: var(--midnight-blue);
  }

  .counter-number-3 {
    color: #22c1c7;
  }

  .button-4.white:hover {
    background-color: #4c6af5;
  }

  .mini-blocks-2.dark {
    margin-top: 0;
  }

  .nav-link-2 {
    color: var(--midnight-blue);
  }

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

  .div-block-3 {
    bottom: -24%;
  }

  .grid-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto;
  }

  .hero-v1-scroll-2 {
    inset: 512px 0% 0%;
  }

  .hero-buttons {
    grid-template-rows: auto;
    grid-template-columns: auto 250px;
  }

  .heading-margin-33 {
    color: var(--midnight-blue);
  }

  .section-4.mask {
    display: flex;
  }

  .button-6 {
    object-fit: fill;
    flex-flow: row;
    align-content: flex-end;
    overflow: visible;
  }

  .button-6.white:hover {
    background-color: #4c6af5;
  }

  .text-color-6 {
    color: #fc744d;
  }

  .feature-card-2.v2 {
    justify-content: center;
  }

  .button-7 {
    object-fit: fill;
    flex-flow: row;
    align-content: flex-end;
    overflow: visible;
  }

  .nav-link-3.nav-dropdown {
    color: var(--midnight-blue);
  }

  .html-embed-2 {
    border-radius: 0;
  }

  .div-block-4 {
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
  }

  .heading-36, .heading-37, .bold-text-10 {
    color: var(--midnight-blue);
  }
}

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

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

  h3 {
    margin-bottom: 12px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 12px;
  }

  p {
    margin-bottom: 24px;
  }

  blockquote {
    padding: 12px 24px;
  }

  .section {
    object-fit: fill;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.haze {
    padding-top: 50px;
  }

  .section.no-padding {
    display: none;
  }

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

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

  .section.hero-v2-section {
    min-height: 0;
  }

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

  .section.anchor-padding-top {
    padding-top: 144px;
  }

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

  .section.post-image-section {
    height: 64vw;
    max-height: none;
  }

  .section.anchor-paddings {
    padding-top: 144px;
  }

  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrapper.nav-bar-wrapper, .wrapper.pricing-v3-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .button.pricing-cell-button {
    height: 40px;
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
    line-height: 16px;
  }

  .button.big {
    height: 56px;
  }

  .sg-button-box {
    padding-left: 12%;
    padding-right: 12%;
  }

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

  .nav-link {
    background-color: #fff;
    border-radius: 0;
    margin-bottom: -1px;
    padding: 16px 24px;
  }

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

  .nav-link.w--current {
    color: #452c48;
  }

  .tooltip.hidden, .tooltip.change-tooltip {
    display: none;
  }

  .no-margin {
    margin: 0;
  }

  .no-margin-bottom, .intro.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro.wide {
    max-width: 670px;
  }

  .intro.left.sticky {
    position: static;
  }

  .intro.margin-bottom {
    margin-bottom: 64px;
  }

  .brand {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand.w--current {
    justify-content: center;
    margin-left: 35px;
    margin-right: 0;
  }

  .changelog {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .change {
    padding: 24px;
  }

  .nav-menu {
    border-bottom: 1px solid var(--grey-4);
    background-color: var(--white);
    max-height: 90vh;
    margin-right: 0;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .no-padding {
    padding: 0;
  }

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

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

  .page-wrapper.sg-wrapper {
    margin-left: 0;
  }

  .navigation {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .bg-elements {
    min-height: 420px;
  }

  .sg-sidebar {
    width: 100%;
    padding-bottom: 0;
    position: sticky;
    top: 0;
  }

  .sg-sidebar-heading {
    padding: 16px;
  }

  .sg-sidebar-menu {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 16px;
  }

  .sg-sidebar-link {
    width: auto;
    padding: 6px 16px;
    font-size: 13px;
  }

  .sg-sidebar-link.w--current {
    background-color: #0000001f;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .info {
    flex: none;
    display: none;
  }

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

  .sidebar {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .input {
    box-shadow: inset 0 0 #0000;
  }

  .sidebar-block {
    margin-bottom: 16px;
  }

  .post-card-v3-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sidebar-post-image {
    width: 72px;
    height: 60px;
  }

  .sidebar-tags {
    padding-left: 0;
    padding-right: 0;
  }

  .link {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
  }

  .post-card-v3-image {
    height: 31vw;
    max-height: none;
  }

  .nav-dropdown-icon {
    color: var(--grey-3);
    margin-right: 24px;
    font-size: 15px;
  }

  .dropdown-list.w--open {
    z-index: 1;
    background-color: var(--white);
    border-radius: 0;
    margin-top: -1px;
    margin-left: 0;
    padding: 0 16px 8px;
    position: relative;
    box-shadow: 0 1px #ffffff1f;
  }

  .dropdown-list.components-list.w--open {
    width: 100%;
    margin-left: 0;
  }

  .nav-dropdown-link {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
  }

  .nav-dropdown-link:hover {
    background-color: #0000;
  }

  .nav-dropdown-link.w--current {
    color: #452c48;
  }

  .nav-dropdown-link.dropdown-grid-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-corner, .dropdown-bridge {
    display: none;
  }

  .sg-color {
    height: 20vw;
  }

  .cta-card {
    margin-left: 8px;
    margin-right: 8px;
  }

  .mini-blocks {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mini-blocks.hero-features {
    margin-bottom: -88px;
    top: -52px;
  }

  .mini-block {
    margin-top: -1px;
    margin-left: -1px;
    padding: 8px 3%;
  }

  .pricing-v2-card {
    flex: 0 auto;
  }

  .pricing-bottom-info {
    max-width: 470px;
  }

  .small-message-text {
    flex: 1;
  }

  .side-tabs {
    flex-direction: row;
    margin-bottom: -24px;
  }

  .side-tab {
    flex-direction: column;
    flex: 1;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
  }

  .message {
    padding-left: 16px;
    padding-right: 16px;
  }

  .message-text {
    flex: 1;
  }

  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonials-v5 {
    width: 88%;
    max-width: none;
    padding-bottom: 72px;
  }

  .testimonials-v5-slide {
    width: 100%;
    padding-top: 0;
    padding-left: 4%;
    padding-right: 4%;
  }

  .review-v5 {
    font-size: 15px;
  }

  .feature-icon-left {
    padding-right: 0%;
  }

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

  .logotypes {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .logo-link {
    flex: none;
    margin: 12px 0%;
  }

  .logo {
    height: 24px;
  }

  .menu-button {
    z-index: 99;
    background-color: #0000;
  }

  .menu-button.w--open {
    color: #452c48;
    background-color: #0000;
  }

  .layouts {
    border-radius: 0;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 48px;
  }

  .layout-box {
    padding: 8%;
  }

  .layout {
    overflow: hidden;
  }

  .big-message {
    padding: 24px 16px;
  }

  .big-message-text {
    flex: 1;
  }

  .licence-item {
    margin-bottom: 20px;
    box-shadow: 0 10px 20px #30364d1a;
  }

  .components-link {
    border-radius: 8px;
    padding: 28px;
    font-size: 17px;
    line-height: 24px;
  }

  .faq-nav-link:hover {
    background-color: #0000;
  }

  .faq-nav-link.w--current {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 16px;
  }

  .search-result {
    border-radius: 20px;
    align-items: flex-start;
    box-shadow: 7px 7px 20px #5962731f;
  }

  .contact-v1 {
    border-radius: 20px;
    flex-wrap: wrap;
  }

  .nav-dropdown-link-v2 {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown-link-v2:hover {
    background-color: #0000;
  }

  .nav-dropdown-link-v2.w--current {
    color: #452c48;
  }

  .pricing-v3 {
    border-left-style: none;
    border-right-style: none;
  }

  .pricing-plan-cell {
    padding: 44px 16px 16px;
  }

  .pricing-v3-tag {
    font-size: 32px;
  }

  .pricing-v3-category-header {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 11px;
    line-height: 20px;
    top: 124px;
  }

  .pricing-v3-row {
    font-size: 13px;
    line-height: 20px;
  }

  .pricing-v3-row.header-row {
    top: 64px;
  }

  .pricing-v3-row-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-v3-cell {
    min-height: 48px;
  }

  .testimonials-v1-columns {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 16%;
    padding-right: 16%;
  }

  .review-star {
    width: 18px;
  }

  .testimonials-v3 {
    max-width: 88%;
    padding: 32px 48px;
  }

  .review-v3-avatar {
    width: 80px;
    height: 80px;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .dots {
    height: 81px;
    top: 34%;
    bottom: -10%;
    left: -14%;
  }

  .circle-small {
    width: 10vw;
    top: 20%;
    right: 4%;
  }

  ._2-buttons {
    grid-column-gap: 12px;
  }

  .footer-heading {
    margin-bottom: 12px;
  }

  .simple-questions {
    grid-row-gap: 40px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .posts-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .posts-2.margin-bottom {
    margin-bottom: 16px;
  }

  .sidebar-post-heading {
    font-size: 15px;
    line-height: 24px;
  }

  .sidear-post-category {
    margin-bottom: 4px;
  }

  .post-tags-heading {
    margin-top: 0;
  }

  .posts-3-cols {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .tab-info-right {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .sidebar-video {
    height: 30vw;
  }

  .question-simple {
    padding-right: 0;
  }

  .mini-gallery {
    grid-template-rows: 12vw 12vw 12vw 12vw 12vw;
  }

  .tab-link {
    padding: 16px;
  }

  .tabs-horisontal {
    margin-left: -16px;
    margin-right: -16px;
  }

  .feature-image-big {
    border-radius: 8px;
    margin-bottom: 24px;
  }

  .feature-card {
    border-radius: 16px;
    padding: 16px 16px 28px;
  }

  .feature-image {
    border-radius: 6px;
  }

  .hero-video-big {
    border-radius: 20px;
    height: 70vw;
  }

  .search-result-info {
    padding: 8px 8px 4px 24px;
  }

  .search-result-image {
    border-radius: 10px;
    width: 30vw;
    height: 22vw;
  }

  .pricing-tab-pane {
    padding-top: 0;
  }

  .sidebar-faq-links {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
  }

  .top-bar-close {
    right: 0;
  }

  .small-message {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-button {
    width: 32px;
  }

  .dropdown-header {
    display: none;
  }

  .top-button {
    bottom: 12px;
    right: 12px;
  }

  .post-card-type {
    width: 48px;
    height: 48px;
  }

  .divider.page-intro-divider {
    margin-bottom: 8px;
  }

  .form-info.blog-promo-form-info {
    text-align: center;
    justify-content: center;
  }

  .play-button {
    background-size: 24px;
    width: 64px;
    height: 64px;
  }

  .pricing-features-left {
    padding-right: 0;
  }

  .pricing-features-right {
    padding-left: 0;
  }

  .mini-block-heading {
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 24px;
  }

  .mini-block-description {
    font-size: 13px;
    line-height: 20px;
  }

  .hero-v5-intro {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-slider {
    height: 63vw;
    min-height: 0;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
  }

  .hero-v4-nav {
    border-radius: 10px;
    width: 48px;
    height: 20px;
    margin-bottom: 20px;
    font-size: 6px;
  }

  .hero-slide {
    padding: 64px 88px;
  }

  .sidebar-video-block {
    max-width: 370px;
  }

  .category-link {
    font-size: 13px;
  }

  .post {
    border-radius: 20px;
    line-height: 20px;
    top: -80px;
  }

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

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

  .contact-v2-media {
    flex: 0 auto;
    height: 54vw;
  }

  .search-mobile-form {
    margin-top: 136px;
  }

  .modal-close-button {
    margin-top: 12px;
    margin-right: 12px;
  }

  .post-list {
    grid-row-gap: 20px;
    padding-bottom: 32px;
  }

  .post-card-v2-image {
    width: 30vw;
    min-height: 24vw;
    max-height: none;
  }

  .post-card-wide-content {
    padding-left: 40px;
    padding-right: 2%;
  }

  .post-card-v2-heading {
    font-size: 23px;
    line-height: 28px;
  }

  .hero-intro, .sg-intro, .sg-colors {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-slider-button {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }

  .nav-search {
    margin-right: 12px;
  }

  .icon-box {
    width: 56px;
    height: 56px;
  }

  .logotypes-box {
    border-radius: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logotypes-heading {
    font-size: 17px;
  }

  .moving-bg.hero-slide-image-1 {
    opacity: .75;
  }

  .logo-reviews {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .logo-reviews-info {
    width: 41.33%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .logo-reviews-text {
    margin-top: 0;
  }

  .logo-reviews-heading {
    margin-bottom: 4px;
  }

  .logo-slider {
    height: 112px;
    margin-right: 12px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-slide {
    width: 50%;
  }

  .logo-slide-brand {
    height: 27px;
  }

  .logo-slider-nav {
    width: 64px;
  }

  .intro-left {
    z-index: 2;
    text-align: center;
    align-items: center;
    position: relative;
  }

  .intro-left.team-left-info {
    text-align: center;
    align-items: center;
    padding-top: 0;
    padding-right: 0;
    position: static;
  }

  .intro-left.sticky {
    position: static;
  }

  .simple-tab-link {
    margin-left: 12px;
    margin-right: 12px;
  }

  .simple-tabs-menu {
    justify-content: center;
  }

  .media-rounded {
    border-radius: 20px;
  }

  .media-container {
    min-height: 50px;
  }

  .media-decoration {
    border-radius: 32px;
    top: -24px;
    right: -24px;
  }

  .media-decoration.bottom-left {
    bottom: -24px;
    left: -24px;
  }

  .media-decoration.bottom-right {
    bottom: -24px;
    right: -24px;
  }

  .media-decoration.top-left {
    top: -24px;
    left: -24px;
  }

  .side-blocks {
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .side-content {
    text-align: center;
    align-items: center;
    padding-left: 8%;
    padding-right: 8%;
  }

  .media-side-left, .side-media-right {
    border-radius: 0;
  }

  .media-decoraton-2 {
    border-radius: 28px;
    top: -20px;
    left: -20px;
  }

  .feature-cards-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .feature-cards-4, .features-4 {
    grid-template-columns: 1fr 1fr;
  }

  .features-5 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .icon-list-item {
    font-size: 13px;
    line-height: 20px;
  }

  .card-button-hover {
    display: none;
  }

  .video-section {
    height: auto;
    min-height: 60vw;
  }

  .video-preview {
    border-radius: 20px;
  }

  .sticky-menu {
    height: 80px;
    padding-left: 12px;
    padding-right: 12px;
    top: 64px;
  }

  .sticky-link {
    margin-left: 1%;
    margin-right: 1%;
    font-size: 14px;
  }

  .hero-v3 {
    height: auto;
    min-height: 64vw;
    max-height: none;
  }

  .anchor-sticky-info {
    text-align: center;
    align-items: center;
    position: static;
  }

  .counter {
    align-items: center;
  }

  .counter-number {
    font-size: 40px;
    line-height: 32px;
  }

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

  ._2-images {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  ._3-blocks-intro {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 48px;
    padding-right: 20%;
    display: flex;
  }

  .blog-intro-text {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .hero-v3-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .video-heading {
    margin-top: 32px;
  }

  .team-member-name {
    font-size: 32px;
    line-height: 40px;
  }

  .team-member-photo {
    width: 160px;
    height: 160px;
    margin-top: -80px;
  }

  .team-member-bio {
    font-size: 15px;
    line-height: 24px;
  }

  .side-team-blocks {
    grid-row-gap: 31px;
  }

  .side-team-blocks.second {
    margin-left: 32px;
    padding-top: 60px;
  }

  .contact-v2-info {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-v2-form {
    margin-top: 32px;
    padding-bottom: 0;
    padding-left: 12%;
    padding-right: 12%;
  }

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

  .hero-v1 {
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 32px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .hero-v1-intro {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-v1-intro.video {
    margin-top: 5%;
  }

  .hero-v1-bg {
    margin: -24px 3% 20vw;
  }

  .hero-v1-media {
    height: 48vw;
  }

  .hero-v1-scroll {
    display: none;
  }

  .faq-box {
    grid-row-gap: 60px;
    border-radius: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-promo-subscribe {
    text-align: center;
    align-items: center;
    padding-right: 0%;
  }

  .blog-promo {
    text-align: center;
    align-items: center;
    position: static;
  }

  .footer-v1-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider {
    height: 64vw;
  }

  .gallery-slider-button {
    width: 48px;
    height: 48px;
    bottom: 20px;
    right: 20px;
  }

  .gallery-slider-button.left {
    right: 76px;
  }

  .galley-slide-info {
    margin-top: 15px;
    margin-bottom: 12px;
    margin-left: 19px;
    padding-top: 8px;
    padding-bottom: 8px;
    right: 144px;
  }

  .gallery-slide-number {
    margin-right: 16px;
    font-size: 36px;
    line-height: 28px;
  }

  .gallery-slider-text {
    padding-left: 16px;
    font-size: 13px;
    line-height: 20px;
  }

  .post-info {
    font-size: 11px;
  }

  .engage-card {
    border-radius: 20px;
  }

  .engage-content {
    min-height: 0;
    padding: 48px 48px 108px;
  }

  .engage-heading {
    font-size: 23px;
    line-height: 28px;
  }

  .engage-icon {
    width: 56px;
    height: 56px;
    margin-top: 32px;
  }

  .engage-subscribe {
    border-radius: 16px;
    max-width: 500px;
  }

  .hero-v2-card {
    width: 420px;
    margin-right: 2%;
  }

  .post-card-v2-description {
    font-size: 13px;
    line-height: 20px;
  }

  .post-card-v2-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .posts-big-list {
    grid-row-gap: 24px;
  }

  .post-card-v1-image, .post-card-v1-image.small-height {
    height: 52vw;
    max-height: none;
  }

  .features-3 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-sidebar-subscribe {
    width: 100%;
    padding-right: 0%;
  }

  .sidebar-sticky-box {
    position: static;
  }

  .posts-2-cols {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .contact-v1-map {
    flex: 1;
    width: auto;
    height: 52vw;
    margin-left: 20px;
  }

  .contact-v1-form-wrapper {
    border-top: 1px solid var(--grey-4);
    flex: 0 auto;
    order: 1;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 45px 48px 64px;
  }

  .contact-v1-info {
    width: 100%;
    padding: 25px 20px 48px;
  }

  .mini-review {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .mini-review-avatar {
    padding-bottom: 16px;
    padding-right: 0;
  }

  .mini-review-icon {
    margin-right: -8px;
  }

  .mini-review-content {
    align-items: center;
  }

  .pricing-3-blocks {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-tabs {
    margin-bottom: -48px;
  }

  .pricing-2-blocks {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-v3-name {
    font-size: 13px;
    line-height: 20px;
  }

  .team-member-bg-wrapper {
    height: 43vw;
  }

  .team-profile-text {
    display: none;
  }

  .side-review-blocks {
    grid-row-gap: 31px;
  }

  .side-review-blocks.second {
    margin-left: 24px;
    padding-top: 60px;
  }

  .map-big {
    border-radius: 20px;
    height: 60vw;
  }

  .faq-sidebar {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    padding-right: 0%;
    position: static;
  }

  .footer-v3-links {
    margin-left: -12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer-v3-nav {
    flex-wrap: wrap;
  }

  .footer-v3-brand {
    margin-right: 14px;
  }

  .footer-v2-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-v2-info {
    border-bottom: 1px solid #ffffff29;
    padding-bottom: 60px;
    padding-left: 0%;
  }

  .dropdown-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-heading {
    display: none;
  }

  .feature-cards-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .side-tab-text {
    font-size: 13px;
    line-height: 20px;
  }

  .side-tab-heading {
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 24px;
  }

  .intro-hero {
    height: auto;
    max-height: none;
    padding-top: 112px;
    padding-bottom: 144px;
  }

  .footer-instagram-hover {
    display: none;
  }

  .wrapper-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-v3-heading-2 {
    font-size: 40px;
    line-height: 48px;
  }

  .hero-v3-2 {
    height: auto;
    min-height: 64vw;
    max-height: none;
  }

  .wrapper-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .play-button-2 {
    background-size: 24px;
    width: 64px;
    height: 64px;
  }

  .avatar {
    top: 68%;
    left: 75%;
  }

  .custom-pricing.no-margin-bottom {
    margin-bottom: 0;
  }

  .custom-pricing.wide {
    max-width: 670px;
  }

  .custom-pricing.left.sticky {
    position: static;
  }

  .custom-pricing.margin-bottom {
    margin-bottom: 64px;
  }

  .wrapper-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-3.emailbutton {
    width: 100%;
  }

  .tabs-horisontal-2 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .tab-link-2 {
    padding: 16px;
  }

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

  .media-decoration-2 {
    border-radius: 32px;
    top: -24px;
    right: -24px;
  }

  .media-decoration-2.bottom-right {
    bottom: -24px;
    right: -24px;
  }

  .media-decoration-2.bottom-left {
    bottom: -24px;
    left: -24px;
  }

  .main-grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .counter-text-2 {
    font-size: 15px;
    line-height: 20px;
  }

  .counter-number-2 {
    font-size: 40px;
    line-height: 32px;
  }

  .logo-slider-nav-2 {
    width: 64px;
  }

  .logo-slider-2 {
    height: 112px;
    margin-right: 12px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-reviews-text-2 {
    margin-top: 0;
  }

  .client-logos {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gallery-slider-button-2 {
    width: 48px;
    height: 48px;
    bottom: 20px;
    right: 20px;
  }

  .gallery-slider-button-2.left {
    right: 76px;
  }

  .galley-slide-info-2 {
    margin-top: 15px;
    margin-bottom: 12px;
    margin-left: 19px;
    padding-top: 8px;
    padding-bottom: 8px;
    right: 144px;
  }

  .counter-number-3 {
    font-size: 40px;
    line-height: 32px;
  }

  .counter-text-3 {
    font-size: 15px;
    line-height: 20px;
  }

  .mini-block-2 {
    margin-top: -1px;
    margin-left: -1px;
    padding: 8px 3%;
  }

  .mini-blocks-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mini-block-description-2 {
    font-size: 13px;
    line-height: 20px;
  }

  .nav-link-2 {
    background-color: #fff;
    border-radius: 0;
    margin-bottom: -1px;
    padding: 16px 24px;
  }

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

  .nav-link-2.w--current {
    color: #452c48;
  }

  .nav-dropdown-link-v2-2 {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown-link-v2-2:hover {
    background-color: #0000;
  }

  .nav-dropdown-link-v2-2.w--current {
    color: #452c48;
  }

  .nav-menu-2 {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    max-height: 90vh;
    margin-right: 0;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .search-mobile-form-2 {
    margin-top: 136px;
  }

  .nav-dropdown-icon-2 {
    color: #d1d1d1;
    margin-right: 24px;
    font-size: 15px;
  }

  .modal-close-button-2 {
    margin-top: 12px;
    margin-right: 12px;
  }

  .nav-dropdown-heading-2, .dropdown-header-2 {
    display: none;
  }

  .navigation-2 {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list-2.w--open {
    z-index: 1;
    background-color: #fff;
    border-radius: 0;
    margin-top: -1px;
    margin-left: 0;
    padding: 0 16px 8px;
    position: relative;
    box-shadow: 0 1px #ffffff1f;
  }

  .dropdown-list-2.components-list.w--open {
    width: 100%;
    margin-left: 0;
  }

  .nav-dropdown-link-2 {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
  }

  .nav-dropdown-link-2:hover {
    background-color: #0000;
  }

  .nav-dropdown-link-2.w--current {
    color: #452c48;
  }

  .nav-dropdown-link-2.dropdown-grid-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-3 {
    bottom: -13%;
  }

  .image-7 {
    width: 180px;
  }

  .image-7.front {
    width: 220px;
  }

  .play-button-3 {
    background-size: 24px;
    width: 64px;
    height: 64px;
  }

  .input-2 {
    box-shadow: inset 0 0 #0000;
  }

  .hero-v1-bg-2 {
    margin: -24px 3% 20vw;
  }

  .hero-v1-scroll-2 {
    display: none;
  }

  .wrapper-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .counter-text-4 {
    font-size: 15px;
    line-height: 20px;
  }

  .media-decoration-3 {
    border-radius: 32px;
    top: -24px;
    right: -24px;
  }

  .counter-number-4 {
    font-size: 40px;
    line-height: 32px;
  }

  .media-rounded-2 {
    border-radius: 20px;
  }

  .divider-3.page-intro-divider {
    margin-bottom: 8px;
  }

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

  .section-4.haze {
    padding-top: 125px;
  }

  .section-4.top-image-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .input-3 {
    box-shadow: inset 0 0 #0000;
  }

  .engage-content-2 {
    min-height: 0;
    padding: 48px 48px 108px;
  }

  .engage-subscribe-2 {
    border-radius: 16px;
    max-width: 500px;
  }

  .nav-menu-3 {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    max-height: 90vh;
    margin-right: 0;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .link-2 {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
  }

  .feature-card-2 {
    border-radius: 16px;
    padding: 16px 16px 28px;
  }

  .nav-link-3 {
    background-color: #fff;
    border-radius: 0;
    margin-bottom: -1px;
    padding: 16px 24px;
  }

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

  .nav-link-3.w--current {
    color: #452c48;
  }

  .play-button-5 {
    background-size: 24px;
    width: 64px;
    height: 64px;
  }

  .html-embed-6 {
    justify-content: center;
    align-items: center;
  }

  .play-button-6 {
    background-size: 24px;
    width: 64px;
    height: 64px;
  }
}

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

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

  h4 {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 24px;
  }

  .section, .section.top-image-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero-v1-section {
    padding-top: 64px;
  }

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

  .section.anchor-padding-top {
    padding-top: 64px;
  }

  .section.top-section-v2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.anchor-paddings {
    padding-top: 64px;
  }

  .button.pricing-cell-button {
    border-radius: 5px;
    height: 36px;
    margin-top: 8px;
  }

  .button.nav-button {
    height: 44px;
    display: none;
  }

  .sg-button-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-bar {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 60px;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .no-margin {
    margin: 0;
  }

  .no-margin-bottom, .intro.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro.left.sticky {
    position: static;
  }

  .intro.margin-bottom {
    margin-bottom: 48px;
  }

  .footer-link {
    font-size: 13px;
    line-height: 20px;
  }

  .changelog {
    width: 100%;
  }

  .no-padding {
    padding: 0;
  }

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

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

  .page-wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: -15px;
    overflow: hidden;
  }

  .sg-sidebar-heading {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sg-sidebar-menu {
    padding: 8px;
  }

  .sg-sidebar-link {
    padding: 4px 12px;
  }

  .pricing-tabs-menu {
    flex-wrap: wrap;
    margin-bottom: 48px;
  }

  .sidebar {
    max-width: 360px;
  }

  .post-card-v3 {
    border-radius: 16px;
    padding: 12px;
  }

  .post-card-v3-content {
    padding-top: 32px;
  }

  .post-card-v3-image {
    border-radius: 8px;
  }

  .cta-card {
    padding-left: 12%;
    padding-right: 12%;
  }

  .mini-blocks {
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mini-blocks.hero-features {
    margin-bottom: -64px;
    top: -32px;
  }

  .mini-block.dark {
    box-shadow: 1px 1px #ffffff4d;
  }

  .review-v9 {
    padding: 6px;
  }

  .icon {
    width: 20px;
  }

  .pricing-bottom-info {
    margin-top: 48px;
  }

  .feature-centered {
    width: 100%;
  }

  .top-bar {
    justify-content: flex-start;
    min-height: 32px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
  }

  .side-tab {
    text-align: left;
    border-radius: 16px;
    padding: 16px;
  }

  .post-header {
    box-shadow: none;
    background-color: #0000;
    width: auto;
    max-width: none;
    padding: 0 16px 8px;
  }

  .post-heading {
    font-size: 28px;
    line-height: 36px;
  }

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

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

  .testimonials-v5 {
    width: 92%;
    margin-top: -8px;
    margin-bottom: -24px;
  }

  .testimonials-v5-slide {
    padding-left: 0%;
    padding-right: 0%;
  }

  .slider-nav {
    font-size: 8px;
  }

  .info-right {
    padding-left: 16px;
  }

  .logotypes {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 8%;
  }

  .logo-link {
    margin: 4px;
  }

  .layouts {
    margin-bottom: 0;
  }

  .layout-box {
    padding-left: 6%;
    padding-right: 6%;
  }

  .big-message {
    padding: 24px;
  }

  .components {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .components-link {
    flex-basis: 40%;
    padding: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .faq-nav-link {
    padding: 8px 16px;
  }

  .faq-block {
    padding-top: 48px;
  }

  .contact-form {
    padding-top: 16px;
  }

  .pricing-plan-cell {
    padding: 40px 12px 12px;
  }

  .pricing-v3-tag {
    font-size: 24px;
    line-height: 24px;
  }

  .pricing-v3-category-header {
    text-align: center;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .pricing-v3-row.header-row {
    top: 60px;
  }

  .pricing-v3-row-header {
    border-bottom: 1px solid var(--grey-4);
    width: 100%;
    min-height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 700;
  }

  .pricing-v3-row-header.mobile-hidden {
    display: none;
  }

  .pricing-v3-cell {
    min-height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .pricing-cell-icon {
    width: 20px;
  }

  .menu-icon {
    margin-left: 2px;
    margin-right: 2px;
  }

  .testimonials-v1-columns {
    padding-left: 12%;
    padding-right: 12%;
  }

  .review-v1-author {
    flex-wrap: wrap;
  }

  .logo-text {
    font-size: 21px;
    line-height: 24px;
  }

  .slider-button {
    width: 48px;
    height: 48px;
    padding: 10px;
    left: -24px;
  }

  .slider-button.right {
    right: -24px;
  }

  .testimonials-v3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .review-v3-text {
    font-size: 19px;
    line-height: 28px;
  }

  .main-grid {
    grid-row-gap: 48px;
  }

  .dots {
    width: 226px;
    height: 71px;
    top: 38%;
  }

  .circle-small {
    width: 15vw;
    top: 17%;
  }

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

  .post-card-v3-heading {
    margin-bottom: 8px;
  }

  .accordion-header {
    min-height: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .accordion-text {
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 24px;
  }

  .accordion-heading {
    font-size: 17px;
    line-height: 24px;
  }

  .team-v2-card.team-contact {
    flex-direction: column-reverse;
    align-items: center;
  }

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

  .accordion-plus {
    width: 14px;
    height: 14px;
  }

  .question-simple {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mini-gallery {
    grid-template-rows: 14vw 14vw 14vw 14vw 14vw;
  }

  .tab-link {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
    font-size: 13px;
    line-height: 16px;
  }

  .tabs-horisontal {
    margin-bottom: 40px;
  }

  .feature-image-big {
    width: 100%;
  }

  .feature-card {
    padding: 20px 20px 32px;
  }

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

  .hero-video-big {
    border-width: 6px;
    border-radius: 16px;
  }

  .layout-name {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .testimonials-v3-nav {
    bottom: -32px;
  }

  .top-bar-close {
    width: 32px;
  }

  .top-bar-text {
    margin-right: 8px;
  }

  .top-button {
    display: none;
  }

  .post-card-type {
    width: 48px;
    height: 48px;
  }

  .post-card-type.v1 {
    margin-right: 24px;
  }

  .subscribe {
    width: 100%;
    max-width: 400px;
  }

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

  .footer-bottom-left {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    margin-bottom: 12px;
  }

  .footer-bottom-right {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
  }

  .play-button {
    width: 56px;
    height: 56px;
  }

  .tab-icon-left {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .hero-slider {
    height: 68vw;
  }

  .hero-v4-nav {
    margin-bottom: 16px;
  }

  .hero-slide {
    padding: 48px 80px;
  }

  .side-video {
    border-width: 4px;
    border-radius: 12px;
  }

  .post {
    border-radius: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
    top: -40px;
  }

  .top-message-content {
    padding-left: 0;
    font-size: 11px;
    line-height: 16px;
  }

  .sg-logo {
    font-size: 18px;
  }

  .search-mobile-button {
    background-image: url('../images/search.svg');
    width: 44px;
    height: 44px;
    margin-right: 12px;
  }

  .search-mobile-form {
    margin-top: 104px;
  }

  .modal-close-button {
    width: 36px;
    height: 36px;
  }

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

  .post-card-v2 {
    border-radius: 16px;
    padding: 12px;
  }

  .post-list {
    grid-row-gap: 16px;
    padding-bottom: 24px;
  }

  .post-card-v2-image {
    border-radius: 8px;
    width: 32vw;
    min-height: 25vw;
  }

  .post-card-v2-heading {
    font-size: 19px;
    line-height: 24px;
  }

  .hero-slider-button {
    width: 48px;
    height: 48px;
    padding: 10px;
  }

  .hero-slide-intro {
    margin-left: auto;
    margin-right: auto;
  }

  .icon-box {
    width: 52px;
    height: 52px;
  }

  .logotypes-box {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logotypes-heading {
    margin-top: -10px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
    line-height: 20px;
  }

  .hero-slide-form {
    width: 100%;
  }

  .logo-reviews {
    flex-direction: column;
  }

  .logo-reviews-info {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0 12px 16px;
  }

  .logo-slider {
    flex: none;
    height: 96px;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-slide {
    width: 25%;
    padding: 4px;
  }

  .logo-slide-brand {
    height: 4vw;
  }

  .logo-slider-nav {
    width: 44px;
  }

  .logo-reviews-rating {
    align-items: flex-end;
  }

  .media-rounded {
    border-radius: 16px;
  }

  .side-blocks {
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .side-content {
    padding-left: 12%;
    padding-right: 12%;
  }

  .side-media-right {
    border-radius: 0;
  }

  .feature-cards-3 {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 20%;
    padding-right: 20%;
  }

  .features-4 {
    grid-row-gap: 48px;
  }

  .features-5 {
    grid-row-gap: 40px;
  }

  .testimonials-v3-button {
    width: 48px;
    height: 48px;
    padding: 10px;
    left: -24px;
  }

  .testimonials-v3-button.right {
    right: -24px;
  }

  .sticky-menu {
    display: none;
  }

  .hero-v3 {
    min-height: 60vw;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .anchor-sticky-info {
    position: static;
  }

  .counter-number {
    font-size: 36px;
    line-height: 28px;
  }

  .feature-side-cards-2 {
    grid-template-columns: 1fr 1fr;
  }

  ._3-blocks-intro {
    padding-right: 0%;
  }

  .hero-v3-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .team-member-name {
    font-size: 28px;
    line-height: 36px;
  }

  .team-member-photo {
    width: 128px;
    height: 128px;
    margin-top: -64px;
  }

  .side-team-blocks {
    grid-row-gap: 24px;
  }

  .side-team-blocks.second {
    margin-left: 16px;
  }

  .mini-map {
    width: 100px;
    height: 100px;
  }

  .side-team {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-v2-form {
    margin-top: 0;
  }

  .hero-v1-bg {
    border-radius: 16px;
  }

  .hero-v1-media {
    border-width: 4px;
    border-radius: 16px;
  }

  .hero-v1-heading {
    font-size: 28px;
    line-height: 30px;
  }

  .hero-v1-form {
    width: 100%;
  }

  .faq-box {
    border-radius: 16px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .blog-promo-subscribe {
    width: 100%;
  }

  .footer-v1-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }

  .footer-v1-info {
    padding-right: 0%;
  }

  .gallery-slider-button {
    width: 48px;
    height: 48px;
    padding: 10px;
    display: none;
  }

  .gallery-slider-nav {
    height: 24px;
    padding-top: 3px;
    font-size: 6px;
    display: block;
  }

  .galley-slide-info {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 16px;
    margin-right: 16px;
    padding-right: 0;
    right: 0;
  }

  .gallery-slide-number {
    font-size: 32px;
  }

  .top-message-button {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .floating-element.hero-v1-element {
    margin-bottom: -60px;
    margin-left: 0%;
    left: auto;
  }

  .post-info {
    margin-top: 4px;
    font-size: 10px;
  }

  .post-type {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }

  .post-type-icon {
    width: 20px;
  }

  .engage-card {
    border-radius: 16px;
    padding-left: 8%;
    padding-right: 8%;
    display: block;
    overflow: visible;
  }

  .engage-image {
    display: none;
  }

  .engage-content {
    text-align: center;
    align-items: center;
    padding-bottom: 104px;
    padding-left: 0;
    padding-right: 0;
  }

  .engage-links {
    flex-direction: row;
    justify-content: center;
  }

  .engage-icon {
    margin-top: -28px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    inset: 0% 0% auto;
  }

  .engage-subscribe {
    border-radius: 12px;
    max-width: 84%;
  }

  .engage-form-heading {
    margin-bottom: 8px;
  }

  .nav-input-wrapper {
    display: none;
  }

  .hero-v2-card {
    margin-left: auto;
    margin-right: auto;
  }

  .counters-3 {
    grid-column-gap: 28px;
  }

  .post-card-v2-description {
    display: none;
  }

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

  .post-card-v1 {
    border-radius: 16px;
    padding: 12px;
  }

  .post-card-v1-content {
    padding-top: 32px;
  }

  .post-card-v1-heading {
    margin-bottom: 8px;
    font-size: 23px;
    line-height: 28px;
  }

  .features-3 {
    grid-row-gap: 48px;
  }

  .blog-sidebar-subscribe {
    width: 100%;
  }

  .sidebar-types {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .contact-v1-form-wrapper {
    padding: 15px 32px 32px;
  }

  .contact-v1-info {
    width: 100%;
    padding: 25px 20px 32px;
  }

  .counters-bricks {
    grid-column-gap: 28px;
  }

  .pricing-3-blocks {
    flex-flow: column;
  }

  .side-testimonials {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .side-review-blocks {
    grid-row-gap: 24px;
  }

  .side-review-blocks.second {
    margin-left: 0;
    padding-top: 24px;
  }

  .sg-logo-text {
    font-size: 11px;
  }

  .faq-sidebar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-v3-links {
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-v3-nav {
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .footer-v3-link {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-v3-brand {
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-v3-content {
    flex-flow: column wrap;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-v2-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }

  .footer-v2-info {
    padding-bottom: 48px;
    padding-right: 32%;
  }

  .feature-cards-2 {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 12%;
    padding-right: 12%;
  }

  .side-tab-icon {
    width: 24px;
  }

  .side-tab-text {
    display: none;
  }

  .side-tab-heading {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .intro-hero {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .grid-2 {
    grid-column-gap: 15px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .hero-v3-heading-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-v3-intro-2 {
    padding-top: 0;
  }

  .hero-v3-2 {
    min-height: 60vw;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .play-button-2 {
    width: 56px;
    height: 56px;
  }

  .avatar {
    top: 66%;
    left: 71%;
  }

  .custom-pricing.no-margin-bottom {
    margin-bottom: 0;
  }

  .custom-pricing.left.sticky {
    position: static;
  }

  .custom-pricing.margin-bottom {
    margin-bottom: 48px;
  }

  .tabs-horisontal-2 {
    margin-bottom: 40px;
  }

  .tab-link-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
    font-size: 13px;
    line-height: 16px;
  }

  .section-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .main-grid-2 {
    grid-row-gap: 48px;
  }

  .counter-number-2 {
    font-size: 36px;
    line-height: 28px;
  }

  .logo-slider-nav-2 {
    width: 44px;
  }

  .logo-slider-2 {
    flex: none;
    height: 96px;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-slider-button-2 {
    width: 48px;
    height: 48px;
    padding: 10px;
    display: none;
  }

  .galley-slide-info-2 {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 16px;
    margin-right: 16px;
    padding-right: 0;
    right: 0;
  }

  .counter-number-3 {
    font-size: 36px;
    line-height: 28px;
  }

  .button-4.nav-button {
    height: 44px;
    display: none;
  }

  .mini-block-2.dark {
    box-shadow: 1px 1px #ffffff4d;
  }

  .mini-blocks-2 {
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link-2.login {
    display: none;
  }

  .search-mobile-button-2 {
    background-image: url('../images/search.svg');
    width: 44px;
    height: 44px;
    margin-right: 12px;
  }

  .search-mobile-form-2 {
    margin-top: 104px;
  }

  .logo-text-2 {
    font-size: 21px;
    line-height: 24px;
  }

  .modal-close-button-2 {
    width: 36px;
    height: 36px;
  }

  .div-block-3 {
    bottom: -7%;
  }

  .image-7 {
    width: 180px;
  }

  .play-button-3 {
    width: 56px;
    height: 56px;
  }

  .hero-v1-bg-2 {
    border-radius: 16px;
  }

  .counter-number-4 {
    font-size: 36px;
    line-height: 28px;
  }

  .media-rounded-2 {
    border-radius: 16px;
  }

  .section-4, .section-4.top-image-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .engage-content-2 {
    text-align: center;
    align-items: center;
    padding-bottom: 104px;
    padding-left: 0;
    padding-right: 0;
  }

  .engage-subscribe-2 {
    border-radius: 12px;
    max-width: 84%;
  }

  .search-mobile-button-3 {
    background-image: url('../images/search.svg');
    width: 44px;
    height: 44px;
    margin-right: 12px;
  }

  .feature-card-2 {
    padding: 20px 20px 32px;
  }

  .nav-link-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .play-button-5 {
    width: 56px;
    height: 56px;
  }

  .slider-button-2 {
    width: 48px;
    height: 48px;
    padding: 10px;
    left: -24px;
  }

  .slider-button-2.right {
    right: -24px;
  }

  .play-button-6 {
    width: 56px;
    height: 56px;
  }
}

@media screen and (max-width: 479px) {
  .section.haze {
    padding-top: 120px;
  }

  .section.no-padding {
    display: none;
    overflow: visible;
  }

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

  .wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrapper.logos {
    display: none;
  }

  .button {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .button.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.pricing-cell-button {
    margin-left: 0;
    margin-right: 0;
  }

  .button.color-2 {
    background-color: var(--royal-blue);
  }

  .button.input-button, .button.input-arrow-button {
    border-radius: 7px;
    margin-left: 0;
  }

  .button.inline-button {
    font-size: 9px;
  }

  .button.inline-button.tellyourleader {
    font-size: 12px;
  }

  .button.tellyourleader {
    margin-left: 0;
    margin-right: 0;
    line-height: 14px;
  }

  .nav-bar {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .no-margin {
    margin: 0;
  }

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

  .intro.no-margin-bottom {
    width: 100%;
    margin-bottom: 0;
  }

  .intro.wide {
    max-width: 100%;
  }

  .intro.margin-bottom {
    margin-top: 70px;
    margin-bottom: 100px;
    padding-bottom: 0;
  }

  .brand.w--current {
    justify-content: center;
    margin-left: 15px;
  }

  .nav-menu {
    border-radius: 15px;
    width: 100%;
    margin-top: 5px;
    box-shadow: 1px 1px 14px -1px #0003;
  }

  .no-padding {
    padding: 0;
  }

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

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

  .page-wrapper {
    margin-top: -15px;
  }

  .sidebar {
    max-width: none;
  }

  .input {
    min-width: 0;
  }

  .post-card-v3-image {
    height: 58vw;
  }

  .nav-dropdown-icon {
    margin-right: 18px;
  }

  .nav-dropdown-link, .nav-dropdown-link.dropdown-grid-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sg-color {
    height: 56vw;
  }

  .cta-card-info {
    align-items: stretch;
  }

  .inline-links {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .mini-blocks {
    flex-direction: column;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mini-blocks.hero-features {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mini-block {
    box-shadow: 0 1px 0 0 var(--grey-4);
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-v2-card {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .pricing-v2-card-info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .side-tabs {
    padding-left: 0;
    padding-right: 0;
  }

  .side-tab {
    padding-right: 16px;
  }

  .message {
    text-align: center;
    flex-direction: column;
  }

  .message-text {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .post-header {
    padding-left: 0;
    padding-right: 0;
  }

  .post-heading {
    font-size: 24px;
    line-height: 32px;
  }

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

  .testimonials-v5 {
    width: 100%;
    padding-bottom: 56px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-v5-slide {
    padding-left: 0%;
    padding-right: 0%;
  }

  .slider-nav.testimonials-v5-nav {
    font-size: 6px;
    display: block;
  }

  .feature-icon-left {
    margin-top: -40px;
    padding-right: 0;
  }

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

  .logotypes {
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 0;
  }

  .logo-link {
    margin: 0;
    padding: 10px 12px;
  }

  .logo {
    height: 100%;
  }

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

  .big-message {
    text-align: center;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .big-message-text {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .licence-item {
    flex-direction: column;
    padding-top: 48px;
  }

  .licence-item-info {
    text-align: center;
    margin-top: 8px;
    padding-left: 0;
  }

  .components {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .components-link {
    flex: 0 auto;
  }

  .password-card {
    padding: 40px;
  }

  .heading-margin-28.action {
    font-size: 23px;
    line-height: 26px;
  }

  .subscribe-form {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .contact-v1 {
    flex-direction: column;
    display: flex;
  }

  .pricing-v3 {
    border-radius: 0;
  }

  .pricing-plan-cell {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .pricing-v3-billing {
    flex: 1;
  }

  .pricing-v3-row-header {
    padding-left: 12px;
    padding-right: 12px;
  }

  .pricing-v3-cell {
    min-height: 44px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .testimonials-v1-columns {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .review-v1-text {
    margin: 24px;
  }

  .review-v1-author {
    padding-left: 23px;
    padding-right: 23px;
  }

  .slider-button {
    display: none;
  }

  .testimonials-v3 {
    border-radius: 12px;
    width: 100%;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .review-v3-text {
    font-size: 17px;
    line-height: 28px;
  }

  .main-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .dots {
    width: 160px;
    height: 82px;
    bottom: -12%;
  }

  .circle-small {
    width: 17vw;
    top: 22%;
    right: 6%;
  }

  ._2-buttons {
    grid-template-columns: auto;
    justify-items: center;
    width: 100%;
  }

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

  .posts-2, .posts-3-cols {
    grid-template-columns: 100%;
  }

  .sidebar-video {
    height: 60vw;
  }

  .person, .person-info, .question-simple {
    padding-right: 0;
  }

  .mini-gallery {
    grid-template-rows: 68vw;
    grid-template-columns: 1fr;
    grid-auto-rows: 68vw;
  }

  .tab-link {
    padding: 12px;
  }

  .tabs-horisontal {
    border-bottom-style: none;
  }

  .feature-image {
    width: 100%;
    height: auto;
  }

  .search-result-info {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .search-result-image {
    flex: 0 auto;
    width: 100%;
    height: 60vw;
  }

  .sidebar-faq-links {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonials-v3-nav {
    display: block;
  }

  .post-card-type.v2 {
    margin-bottom: -24px;
    margin-right: 0;
  }

  .post-card-type.v1 {
    margin-right: 16px;
  }

  .big-form-icon, .pricing-badge.wide-badge {
    display: none;
  }

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

  .pricing-v2-description {
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-v5-intro {
    padding-top: 0;
  }

  .hero-slider {
    height: 150vw;
  }

  .hero-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .side-video {
    height: 64vw;
  }

  .list-dropdown {
    background-color: var(--white);
    border-radius: 7px;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 8px;
    margin-bottom: -32px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    box-shadow: 0 4px 12px #0000001c;
  }

  .list-dropdown-heading {
    color: var(--black);
    cursor: pointer;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    height: 48px;
    padding: 0 20px;
    display: flex;
    position: relative;
  }

  .category-link {
    box-shadow: none;
    text-align: left;
    border-style: none;
    border-radius: 0;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    height: 48px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 20px;
    font-size: 15px;
    display: flex;
  }

  .category-link.w--current {
    box-shadow: none;
  }

  .categories {
    flex-direction: column;
  }

  .post {
    box-shadow: none;
    border-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    top: 0;
  }

  .contact-v2-media {
    height: 80vw;
  }

  .post-card-v2 {
    flex-direction: column;
  }

  .post-card-v2-image {
    flex-direction: column;
    width: 100%;
    height: 58vw;
    min-height: 0;
  }

  .post-card-wide-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: 32px 12px 0;
  }

  .sg-colors, .sg-buttons {
    grid-template-columns: 1fr;
  }

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

  .logotypes-box {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .logotypes-heading {
    max-width: 84%;
  }

  .moving-bg {
    padding-bottom: 5px;
  }

  .moving-bg.hero-v3-image {
    object-fit: cover;
    padding-top: 0;
  }

  .logo-reviews-info {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 20px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .logo-slider {
    height: 88px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .logo-slide {
    width: 50%;
  }

  .logo-slide-brand {
    height: 6.4vw;
  }

  .logo-slider-nav {
    width: 60px;
  }

  .logo-reviews-rating {
    align-items: flex-start;
  }

  .media-decoration {
    border-radius: 28px;
    top: -16px;
    right: -16px;
  }

  .media-decoration.bottom-left {
    bottom: -16px;
    left: -16px;
  }

  .media-decoration.bottom-right {
    bottom: -16px;
    right: -16px;
  }

  .media-decoration.top-left {
    top: -16px;
    left: -16px;
  }

  .side-blocks {
    grid-row-gap: 40px;
  }

  .side-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-cards-3 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .testimonials-v3-button {
    display: none;
  }

  .pricing-centered {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-card {
    padding-bottom: 96px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .price-box {
    order: 1;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 0;
    display: flex;
  }

  .price-tag {
    flex: none;
    min-width: 88px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .price {
    font-size: 36px;
    line-height: 24px;
  }

  .price-info {
    border-left: 1px solid var(--grey-4);
    text-align: left;
    border-top-style: none;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 8%;
    padding-right: 8%;
    font-size: 15px;
    line-height: 20px;
    display: flex;
  }

  .pricing-card-info {
    padding-top: 0;
  }

  .pricing-card-list {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .pricing-list-heading {
    margin-bottom: 16px;
  }

  .video-section {
    min-height: 100vw;
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  ._2-images, .feature-side-cards-2 {
    grid-template-columns: 1fr;
  }

  .team-member-photo {
    width: 120px;
    height: 120px;
    margin-top: -60px;
  }

  .side-team-blocks.second {
    margin-left: 0;
    padding-top: 24px;
  }

  .side-team {
    display: block;
  }

  .heading-margin-20 {
    font-size: 17px;
  }

  .contact-v2-info {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .contact-v2-form {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-v1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-v1-intro {
    margin-top: 0;
  }

  .hero-v1-bg {
    margin-left: 0%;
    margin-right: 0%;
  }

  .hero-v1-media {
    height: 56vw;
    margin-bottom: 24px;
  }

  .hero-v1-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .hero-v1-card-text {
    margin-bottom: 4px;
  }

  .hero-v1-card-info {
    margin: 16px;
  }

  .hero-v1-card-number {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 32px;
  }

  .faq-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-v1-grid {
    grid-template-rows: auto auto auto;
  }

  .footer-link-badge {
    font-size: 6px;
  }

  .gallery-slider {
    height: 80vw;
  }

  .gallery-slider-button, .gallery-slider-nav {
    display: none;
  }

  .galley-slide-info {
    align-items: flex-start;
    margin-left: 16px;
    margin-right: 16px;
    right: 0;
  }

  .gallery-slide-number {
    margin-top: 8px;
    margin-right: 12px;
  }

  .floating-element.hero-v1-element {
    margin-bottom: -110px;
    padding-left: 0;
    padding-right: 0;
  }

  .floating-element._2 {
    margin-bottom: -32px;
    margin-left: 20px;
    margin-right: -16px;
    display: none;
  }

  .engage-content {
    padding-top: 40px;
  }

  .engage-subscribe {
    max-width: 90%;
  }

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

  .hero-v2-card {
    padding: 32px 24px;
  }

  .counters-3 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .post-card-v2-info {
    padding-right: 0;
  }

  .posts-big-list {
    grid-row-gap: 16px;
  }

  .post-card-v1-image {
    height: 58vw;
  }

  .post-card-v1-content {
    padding-top: 28px;
  }

  .post-card-v1-heading {
    margin-bottom: 0;
    font-size: 19px;
    line-height: 24px;
  }

  .post-card-v1-info {
    border-top-style: none;
  }

  .post-card-v1-description {
    display: none;
  }

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

  .features-2.side-version {
    grid-row-gap: 40px;
  }

  .posts-2-cols {
    grid-row-gap: 16px;
  }

  .post-info-text {
    display: none;
  }

  .quote-author {
    flex-direction: column;
    width: 100%;
  }

  .quote-author-info.hide-on-mobile {
    display: none;
  }

  .quote-author-photo {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .contact-v1-map {
    flex: 0 auto;
    height: 100vw;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .contact-v1-form-wrapper {
    border-top-style: none;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-v1-info {
    border-right-style: none;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-form {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .counters-bricks {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .floating-review-avatar {
    width: 60px;
    height: 60px;
  }

  .pricing-3-blocks {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    width: 100%;
    margin-right: auto;
  }

  .pricing-2-blocks {
    grid-row-gap: 48px;
  }

  .team-member-bg-wrapper {
    height: 52vw;
  }

  .map-big {
    border-radius: 16px;
    height: 100vw;
  }

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

  .footer-v3-social-links {
    flex-wrap: wrap;
  }

  .footer-v3-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-v2 {
    padding-top: 40px;
  }

  .footer-v2-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1.5fr;
  }

  .footer-v2-block {
    padding-right: 0;
  }

  .footer-v2-info {
    padding-bottom: 40px;
    padding-right: 0%;
  }

  .feature-cards-2 {
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    grid-column-gap: 10px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .bold-text.tellyourleader {
    font-size: 12px;
    line-height: 16px;
  }

  .heading {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-2 {
    line-height: 30px;
  }

  .heading-5 {
    font-family: Geomanist, sans-serif;
  }

  .heading-7 {
    font-size: 27px;
    line-height: 32px;
  }

  .heading-8 {
    line-height: 27px;
  }

  .heading-15 {
    line-height: 30px;
  }

  .inline-links-2 {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .hero-v3-heading-2 {
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 30px;
  }

  .button-2.w--current, .button-2.white {
    font-size: 13px;
  }

  .hero-v3-intro-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .australia {
    width: 32px;
    height: 32px;
  }

  .avatar {
    top: 54%;
    left: 68%;
  }

  .custom-pricing.no-margin-bottom {
    width: 100%;
    margin-bottom: 0;
  }

  .custom-pricing.wide {
    max-width: 100%;
  }

  .custom-pricing.margin-bottom {
    margin-top: 0;
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .tabs-horisontal-2 {
    border-bottom-style: none;
  }

  .tab-link-2 {
    padding: 12px;
  }

  .media-decoration-2 {
    border-radius: 28px;
    top: -16px;
    right: -16px;
  }

  .media-decoration-2.bottom-right {
    bottom: -16px;
    right: -16px;
  }

  .media-decoration-2.bottom-left {
    bottom: -16px;
    left: -16px;
  }

  .main-grid-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .logo-slider-nav-2 {
    width: 60px;
  }

  .logo-slider-2 {
    height: 88px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .gallery-slider-button-2 {
    display: none;
  }

  .galley-slide-info-2 {
    align-items: flex-start;
    margin-left: 16px;
    margin-right: 16px;
    right: 0;
  }

  .quote-author-2 {
    flex-direction: column;
    width: 100%;
  }

  .quote-author-info-2.hide-on-mobile {
    display: none;
  }

  .button-4.inline-button {
    text-align: center;
  }

  .mini-block-2 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 1px #e3e3e3;
  }

  .mini-blocks-2 {
    flex-direction: column;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-2.login {
    display: none;
  }

  .nav-menu-2 {
    border-radius: 15px;
    width: 100%;
    margin-top: 5px;
    box-shadow: 1px 1px 14px -1px #0003;
  }

  .nav-dropdown-icon-2 {
    margin-right: 18px;
  }

  .nav-dropdown-link-2, .nav-dropdown-link-2.dropdown-grid-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-3 {
    bottom: -4%;
  }

  .image-7, .image-7.front {
    width: 180px;
  }

  .button-5.input-button {
    border-radius: 7px;
    margin-left: 0;
  }

  .hero-v1-card-number-2 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 32px;
  }

  .input-2 {
    min-width: 0;
  }

  .hero-v1-bg-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .media-decoration-3 {
    border-radius: 28px;
    top: -16px;
    right: -16px;
  }

  .section-4.top-image-section {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-6.input-button {
    border-radius: 7px;
    margin-left: 0;
  }

  .input-3 {
    min-width: 0;
  }

  .engage-content-2 {
    padding-top: 40px;
  }

  .engage-form-2 {
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .engage-subscribe-2 {
    max-width: 90%;
  }

  .nav-menu-3 {
    border-radius: 15px;
    width: 100%;
    margin-top: 5px;
    box-shadow: 1px 1px 14px -1px #0003;
  }

  .heading-33 {
    font-size: 27px;
    line-height: 32px;
  }

  .quote-author-info-3.hide-on-mobile {
    display: none;
  }

  .nav-link-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-3 {
    font-size: 28px;
    line-height: 0;
  }

  .slider-button-2 {
    display: none;
  }

  .price-tag-2 {
    flex: none;
    min-width: 88px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricing-card-2 {
    padding-bottom: 96px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .price-info-2 {
    text-align: left;
    border-top-style: none;
    border-left: 1px solid #e3e3e3;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 8%;
    padding-right: 8%;
    font-size: 15px;
    line-height: 20px;
    display: flex;
  }

  .price-box-2 {
    order: 1;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 0;
    display: flex;
  }
}

#w-node-_5c6b0ad3-2fab-8937-dcae-75a07c3f10b5-6a290b95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd4c6837-a8ab-752c-c5c5-154ac344cb3a-6a290b95 {
  align-self: center;
}

#w-node-_200cbe81-b10c-1b83-e86b-12919b8db7ac-6a290b95 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_200cbe81-b10c-1b83-e86b-12919b8db7be-6a290b95 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: center;
}

#w-node-d479763b-2382-99f3-2e81-745cce7ccbf3-6a290b95 {
  grid-area: 1 / 1 / 2 / 8;
  align-self: center;
}

#w-node-d479763b-2382-99f3-2e81-745cce7ccbf0-6a290b95 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: center;
}

#w-node-_01ffb7d9-3647-3c0e-f4e6-bc1552174ab1-6a290b95 {
  grid-area: 1 / 1 / 2 / 6;
  place-self: center;
}

#w-node-_01ffb7d9-3647-3c0e-f4e6-bc1552174ab4-6a290b95 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_039d5eea-285d-3f5a-db43-e5ec1d28aa51-6a290b95 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_039d5eea-285d-3f5a-db43-e5ec1d28aa69-6a290b95 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-c0720bcf-f11c-fb16-edbb-1bc79aee5140-54290c3f {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: center;
}

#w-node-c0720bcf-f11c-fb16-edbb-1bc79aee516a-54290c3f {
  grid-area: 1 / 9 / 2 / 13;
  align-self: center;
}

#w-node-_52184f4d-e82d-c4b0-5b58-9efcc7e10b1d-54290c3f {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-_52184f4d-e82d-c4b0-5b58-9efcc7e10b2f-54290c3f {
  grid-area: 1 / 6 / 2 / 13;
  align-self: start;
}

#w-node-_489b4ed0-0005-f395-a434-ce3b8607e52d-54290c3f {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_489b4ed0-0005-f395-a434-ce3b8607e544-54290c3f {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
}

#w-node-_80541aac-d724-11c0-8128-72e571bc4b14-a5290c4f {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_80541aac-d724-11c0-8128-72e571bc4b24-a5290c4f {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_80541aac-d724-11c0-8128-72e571bc4b2a-a5290c4f, #w-node-_80541aac-d724-11c0-8128-72e571bc4b2b-a5290c4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d5345ff-8b2f-2a0e-4ac1-f3351f4363ce-a5290c4f {
  grid-area: 1 / 9 / 2 / 13;
  place-self: start;
}

#w-node-_6d5345ff-8b2f-2a0e-4ac1-f3351f4363de-a5290c4f {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_6d5345ff-8b2f-2a0e-4ac1-f3351f4363e4-a5290c4f, #w-node-_6d5345ff-8b2f-2a0e-4ac1-f3351f4363e5-a5290c4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47173357-c818-99b8-cdf0-dbcd6a296c89-a5290c4f {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_47173357-c818-99b8-cdf0-dbcd6a296c8e-a5290c4f {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_47173357-c818-99b8-cdf0-dbcd6a296c94-a5290c4f, #w-node-_47173357-c818-99b8-cdf0-dbcd6a296c95-a5290c4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e77254e-e2fb-13c2-4854-f01a81171c08-a5290c4f {
  grid-area: 1 / 9 / 2 / 13;
  place-self: start;
}

#w-node-_5e77254e-e2fb-13c2-4854-f01a81171c0d-a5290c4f {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_5e77254e-e2fb-13c2-4854-f01a81171c13-a5290c4f, #w-node-_5e77254e-e2fb-13c2-4854-f01a81171c14-a5290c4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76ddf872-08ea-42d0-0f12-56724a0d62ef-56290c63 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_76ddf872-08ea-42d0-0f12-56724a0d62f8-56290c63 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-cc10b544-9340-fc1a-3ce0-1570071c8d31-39290c65 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_4302598f-730c-e1da-6f9a-08a212757ea6-39290c65, #w-node-d4fc7713-4592-df5d-81b4-f1f6ccc2cd5f-39290c65, #w-node-c31f474e-f3bb-7cc3-ea7d-82437af455e5-39290c65, #w-node-_4add8ea9-0ce8-f850-185d-1c4f045e1943-39290c65, #w-node-b3adc0b5-00f1-ae33-a8a7-69b88c57ab5a-39290c65, #w-node-_971566b1-aadf-f248-3e0a-d2e9c4159e55-39290c65 {
  place-self: center;
}

#w-node-c0720bcf-f11c-fb16-edbb-1bc79aee5140-cb290c6b {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: center;
}

#w-node-c0720bcf-f11c-fb16-edbb-1bc79aee516a-cb290c6b {
  grid-area: 1 / 9 / 2 / 13;
  align-self: center;
}

#w-node-_52184f4d-e82d-c4b0-5b58-9efcc7e10b1d-cb290c6b {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-_52184f4d-e82d-c4b0-5b58-9efcc7e10b2f-cb290c6b {
  grid-area: 1 / 6 / 2 / 13;
  align-self: start;
}

#w-node-_489b4ed0-0005-f395-a434-ce3b8607e52d-cb290c6b {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_489b4ed0-0005-f395-a434-ce3b8607e544-cb290c6b {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
}

#w-node-_8999ab3a-6da4-10a0-7722-aa9a052c8498-a2290c6e {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_8999ab3a-6da4-10a0-7722-aa9a052c84ae-a2290c6e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_8999ab3a-6da4-10a0-7722-aa9a052c8498-6f290c78 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_8999ab3a-6da4-10a0-7722-aa9a052c84ae-6f290c78 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_8999ab3a-6da4-10a0-7722-aa9a052c8498-89290c7d {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_8999ab3a-6da4-10a0-7722-aa9a052c84ae-89290c7d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_33f6c3e2-b2d9-83b1-c376-83268f84cde6-d8290c80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0720bcf-f11c-fb16-edbb-1bc79aee5140-12290c82 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: center;
}

#w-node-c0720bcf-f11c-fb16-edbb-1bc79aee516a-12290c82 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: center;
}

#w-node-_52184f4d-e82d-c4b0-5b58-9efcc7e10b1d-12290c82 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-_52184f4d-e82d-c4b0-5b58-9efcc7e10b2f-12290c82 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: start;
}

#w-node-_489b4ed0-0005-f395-a434-ce3b8607e52d-12290c82 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_489b4ed0-0005-f395-a434-ce3b8607e544-12290c82 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
}

#w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-fd290c83 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-c0f5c994-4338-0b86-c4f1-519a00f204ca-97290c84, #w-node-dc4c9ad4-59f9-f8ba-3c06-c3caccb18f25-97290c84 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-b73301ea-a807-e88c-1cb3-b0587d1660fd-97290c84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_01ffb7d9-3647-3c0e-f4e6-bc1552174ab4-6a290b95 {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_200cbe81-b10c-1b83-e86b-12919b8db7ac-6a290b95 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_200cbe81-b10c-1b83-e86b-12919b8db7be-6a290b95 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-d479763b-2382-99f3-2e81-745cce7ccbf3-6a290b95 {
    grid-area: 2 / 1 / 3 / 9;
    align-self: center;
  }

  #w-node-d479763b-2382-99f3-2e81-745cce7ccbf0-6a290b95, #w-node-_01ffb7d9-3647-3c0e-f4e6-bc1552174ab1-6a290b95 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_01ffb7d9-3647-3c0e-f4e6-bc1552174ab4-6a290b95 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_039d5eea-285d-3f5a-db43-e5ec1d28aa51-6a290b95 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_039d5eea-285d-3f5a-db43-e5ec1d28aa69-6a290b95 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ecf6cc58-22d3-8ae1-4b7e-213b09e4b74f-d1822f9d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c0720bcf-f11c-fb16-edbb-1bc79aee5140-54290c3f {
    grid-area: 2 / 1 / 3 / 9;
    align-self: center;
  }

  #w-node-c0720bcf-f11c-fb16-edbb-1bc79aee516a-54290c3f, #w-node-_52184f4d-e82d-c4b0-5b58-9efcc7e10b1d-54290c3f {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_52184f4d-e82d-c4b0-5b58-9efcc7e10b2f-54290c3f, #w-node-_489b4ed0-0005-f395-a434-ce3b8607e52d-54290c3f {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_489b4ed0-0005-f395-a434-ce3b8607e544-54290c3f, #w-node-_80541aac-d724-11c0-8128-72e571bc4b14-a5290c4f {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_80541aac-d724-11c0-8128-72e571bc4b24-a5290c4f {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_6d5345ff-8b2f-2a0e-4ac1-f3351f4363ce-a5290c4f {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_6d5345ff-8b2f-2a0e-4ac1-f3351f4363de-a5290c4f {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_47173357-c818-99b8-cdf0-dbcd6a296c89-a5290c4f {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_47173357-c818-99b8-cdf0-dbcd6a296c8e-a5290c4f {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5e77254e-e2fb-13c2-4854-f01a81171c08-a5290c4f {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_5e77254e-e2fb-13c2-4854-f01a81171c0d-a5290c4f {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_76ddf872-08ea-42d0-0f12-56724a0d62ef-56290c63 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_76ddf872-08ea-42d0-0f12-56724a0d62f8-56290c63, #w-node-cc10b544-9340-fc1a-3ce0-1570071c8d31-39290c65 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-c0720bcf-f11c-fb16-edbb-1bc79aee5140-cb290c6b {
    grid-area: 2 / 1 / 3 / 9;
    align-self: center;
  }

  #w-node-c0720bcf-f11c-fb16-edbb-1bc79aee516a-cb290c6b, #w-node-_52184f4d-e82d-c4b0-5b58-9efcc7e10b1d-cb290c6b {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_52184f4d-e82d-c4b0-5b58-9efcc7e10b2f-cb290c6b, #w-node-_489b4ed0-0005-f395-a434-ce3b8607e52d-cb290c6b {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_489b4ed0-0005-f395-a434-ce3b8607e544-cb290c6b {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_8999ab3a-6da4-10a0-7722-aa9a052c8498-a2290c6e {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_8999ab3a-6da4-10a0-7722-aa9a052c84ae-a2290c6e {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_8999ab3a-6da4-10a0-7722-aa9a052c8498-6f290c78 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_8999ab3a-6da4-10a0-7722-aa9a052c84ae-6f290c78 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_8999ab3a-6da4-10a0-7722-aa9a052c8498-89290c7d {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_8999ab3a-6da4-10a0-7722-aa9a052c84ae-89290c7d {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-c0720bcf-f11c-fb16-edbb-1bc79aee5140-12290c82 {
    grid-area: 2 / 1 / 3 / 9;
    align-self: center;
  }

  #w-node-c0720bcf-f11c-fb16-edbb-1bc79aee516a-12290c82, #w-node-_52184f4d-e82d-c4b0-5b58-9efcc7e10b1d-12290c82 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_52184f4d-e82d-c4b0-5b58-9efcc7e10b2f-12290c82, #w-node-_489b4ed0-0005-f395-a434-ce3b8607e52d-12290c82 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_489b4ed0-0005-f395-a434-ce3b8607e544-12290c82 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-fd290c83, #w-node-c0f5c994-4338-0b86-c4f1-519a00f204ca-97290c84 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-dc4c9ad4-59f9-f8ba-3c06-c3caccb18f25-97290c84 {
    grid-column: span 8 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_039d5eea-285d-3f5a-db43-e5ec1d28aa69-6a290b95, #w-node-_80541aac-d724-11c0-8128-72e571bc4b24-a5290c4f, #w-node-_6d5345ff-8b2f-2a0e-4ac1-f3351f4363de-a5290c4f, #w-node-_47173357-c818-99b8-cdf0-dbcd6a296c8e-a5290c4f, #w-node-_5e77254e-e2fb-13c2-4854-f01a81171c0d-a5290c4f {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_76ddf872-08ea-42d0-0f12-56724a0d62ef-56290c63 {
    align-self: start;
  }

  #w-node-_76ddf872-08ea-42d0-0f12-56724a0d62f8-56290c63, #w-node-cc10b544-9340-fc1a-3ce0-1570071c8d31-39290c65 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_200cbe81-b10c-1b83-e86b-12919b8db7ac-6a290b95 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_200cbe81-b10c-1b83-e86b-12919b8db7be-6a290b95, #w-node-d479763b-2382-99f3-2e81-745cce7ccbf3-6a290b95 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-d479763b-2382-99f3-2e81-745cce7ccbf0-6a290b95 {
    grid-column: 1 / 5;
  }

  #w-node-_01ffb7d9-3647-3c0e-f4e6-bc1552174ab1-6a290b95 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_01ffb7d9-3647-3c0e-f4e6-bc1552174ab4-6a290b95 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_039d5eea-285d-3f5a-db43-e5ec1d28aa51-6a290b95, #w-node-_039d5eea-285d-3f5a-db43-e5ec1d28aa69-6a290b95 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_26b96535-832a-8399-2acb-40d42ecc7be8-d1822f9d, #w-node-ecf6cc58-22d3-8ae1-4b7e-213b09e4b74f-d1822f9d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c0720bcf-f11c-fb16-edbb-1bc79aee5140-54290c3f {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-c0720bcf-f11c-fb16-edbb-1bc79aee516a-54290c3f {
    grid-column: 1 / 5;
  }

  #w-node-_52184f4d-e82d-c4b0-5b58-9efcc7e10b1d-54290c3f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_52184f4d-e82d-c4b0-5b58-9efcc7e10b2f-54290c3f, #w-node-_489b4ed0-0005-f395-a434-ce3b8607e52d-54290c3f {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_489b4ed0-0005-f395-a434-ce3b8607e544-54290c3f, #w-node-_80541aac-d724-11c0-8128-72e571bc4b14-a5290c4f, #w-node-_80541aac-d724-11c0-8128-72e571bc4b24-a5290c4f, #w-node-_6d5345ff-8b2f-2a0e-4ac1-f3351f4363ce-a5290c4f, #w-node-_6d5345ff-8b2f-2a0e-4ac1-f3351f4363de-a5290c4f, #w-node-_47173357-c818-99b8-cdf0-dbcd6a296c89-a5290c4f, #w-node-_47173357-c818-99b8-cdf0-dbcd6a296c8e-a5290c4f, #w-node-_5e77254e-e2fb-13c2-4854-f01a81171c08-a5290c4f, #w-node-_5e77254e-e2fb-13c2-4854-f01a81171c0d-a5290c4f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_76ddf872-08ea-42d0-0f12-56724a0d62ef-56290c63, #w-node-_76ddf872-08ea-42d0-0f12-56724a0d62f8-56290c63, #w-node-cc10b544-9340-fc1a-3ce0-1570071c8d31-39290c65 {
    grid-column: span 4 / span 4;
  }

  #w-node-c0720bcf-f11c-fb16-edbb-1bc79aee5140-cb290c6b {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-c0720bcf-f11c-fb16-edbb-1bc79aee516a-cb290c6b {
    grid-column: 1 / 5;
  }

  #w-node-_52184f4d-e82d-c4b0-5b58-9efcc7e10b1d-cb290c6b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_52184f4d-e82d-c4b0-5b58-9efcc7e10b2f-cb290c6b, #w-node-_489b4ed0-0005-f395-a434-ce3b8607e52d-cb290c6b {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_489b4ed0-0005-f395-a434-ce3b8607e544-cb290c6b, #w-node-_6a7ab4c4-f325-2028-6cb3-e857b9ffeec1-a2290c6e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6a7ab4c4-f325-2028-6cb3-e857b9ffeea1-a2290c6e, #w-node-_9c3abb15-0dc8-24a5-aea4-cc63f00b3882-a2290c6e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-d8f2bc11-961c-66a0-3120-0e4c47e4d114-a2290c6e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8999ab3a-6da4-10a0-7722-aa9a052c8498-a2290c6e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_8999ab3a-6da4-10a0-7722-aa9a052c84ae-a2290c6e, #w-node-_6a7ab4c4-f325-2028-6cb3-e857b9ffeec1-6f290c78 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6a7ab4c4-f325-2028-6cb3-e857b9ffeea1-6f290c78, #w-node-_8d951b8c-3a68-8def-1d5d-8825757c5fa1-6f290c78, #w-node-_7487677c-6b2b-70d3-859d-f3f2fce414ae-6f290c78 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-d8f2bc11-961c-66a0-3120-0e4c47e4d114-6f290c78 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8999ab3a-6da4-10a0-7722-aa9a052c8498-6f290c78 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_8999ab3a-6da4-10a0-7722-aa9a052c84ae-6f290c78, #w-node-_6a7ab4c4-f325-2028-6cb3-e857b9ffeec1-89290c7d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6a7ab4c4-f325-2028-6cb3-e857b9ffeea1-89290c7d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-d8f2bc11-961c-66a0-3120-0e4c47e4d114-89290c7d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8999ab3a-6da4-10a0-7722-aa9a052c8498-89290c7d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_8999ab3a-6da4-10a0-7722-aa9a052c84ae-89290c7d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c0720bcf-f11c-fb16-edbb-1bc79aee5140-12290c82 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-c0720bcf-f11c-fb16-edbb-1bc79aee516a-12290c82 {
    grid-column: 1 / 5;
  }

  #w-node-_52184f4d-e82d-c4b0-5b58-9efcc7e10b1d-12290c82 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_52184f4d-e82d-c4b0-5b58-9efcc7e10b2f-12290c82, #w-node-_489b4ed0-0005-f395-a434-ce3b8607e52d-12290c82 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_489b4ed0-0005-f395-a434-ce3b8607e544-12290c82 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c0f5c994-4338-0b86-c4f1-519a00f204ca-97290c84, #w-node-dc4c9ad4-59f9-f8ba-3c06-c3caccb18f25-97290c84 {
    grid-column: span 4 / span 4;
  }
}


@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/geomanist-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/geomanist-extralight-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/geomanist-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/geomanist-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/geomanist-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/geomanist-thin-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/geomanist-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}