@font-face {
  font-family: SOCIAL;
  src: url('../fonts/6203d8c59cb4603b1ee282f0_social-icons.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calling Code;
  src: url('../fonts/Dharma-Type---Calling-Code-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Uncut Sans;
  src: url('../fonts/UncutSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ICONS;
  src: url('../fonts/MaterialIconsRound-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Shocka;
  src: url('../fonts/ShockaSerif-Light.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #f6f7f1;
  --black: #1f1e1e;
  --button-bg: #1f1e1e;
  --white: white;
  --silver: #babdbc;
  --gray-3: #0000001f;
  --gray-1: #0000000a;
  --gray-2: #00000014;
  --dark-slate-grey: #434947;
  --dark-grey: #a9b4b6;
  --link: #b6aca9;
  --dim-grey: #5d6e67;
  --azure: #d5d8d1;
  --dark-slate-grey-2: #3b413f;
  --burlywood: #edc169;
  --white-8: #ffffff14;
  --accent: #b6aca9;
  --gainsboro-2: #eeeee9;
  --silver-2: #c1c9b7;
  --dark-slate-blue: #3b4859;
  --gainsboro: #dddbda;
  --white-24: #ffffff3d;
  --chocolate-2: #f06807;
  --accordion-text: #1f1e1e;
  --dark-slate-grey-3: #353c47;
  --silver-3: #b2b8af;
  --white-32: #ffffff52;
  --royal-blue: #2157a5;
  --chocolate: #d37733;
  --white-smoke: #f8f9fa;
  --accordion-hover-bg: transparent;
  --accordion-hover-text: #1f1e1e;
  --dim-grey-2: #4b414d;
  --dim-grey-3: #55565a;
  --white-20: #fff3;
}

.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 {
  background-color: var(--background);
  color: var(--black);
  font-family: Uncut Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.333;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7em;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.25;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.2;
}

p {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 1em;
  position: relative;
}

a {
  color: var(--black);
  text-decoration: none;
  transition: background-color .3s, color .3s, opacity .3s;
}

.page-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.page-container.services {
  padding-bottom: 60px;
}

.page-container.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.style-guide-row {
  grid-column-gap: 4em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-list-item {
  grid-column-gap: 0px;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start;
}

.button {
  background-color: var(--button-bg);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 3.5em;
  padding: 0 2.5em;
  font-size: .75em;
  font-weight: 400;
  line-height: 1;
  transition-property: box-shadow, color, opacity;
  display: flex;
  box-shadow: inset 0 0 #0000;
}

.button:hover {
  box-shadow: inset 0 0 100px 100px #ffffff26;
}

.button.second {
  background-color: #0000;
  background-image: linear-gradient(#00000040, #00000040);
}

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

.button.next {
  border-style: none;
  margin-right: 0;
}

.button.previous {
  border-style: none;
  margin-left: 0;
}

.button.max-widtg {
  text-align: left;
  max-width: 180px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.button.max-widtg.left {
  background-color: #2875e5;
}

.style-guide-paragraph {
  color: var(--black);
  margin-top: 8px;
  line-height: 1.333;
}

.style-guide-column {
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: start;
}

.text-lg {
  z-index: 1;
  color: #1f1e1e;
  letter-spacing: -.02em;
  max-width: 44ch;
  font-family: Playfair Display, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  position: relative;
}

.text-lg.more-space {
  margin-bottom: 2em;
}

.text-sm {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: .85em;
}

.text-sm.font-medium {
  font-weight: 500;
}

.dropdown-toggle {
  color: var(--white);
  background-color: #f14814;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  padding-top: .75em;
  padding-bottom: .75em;
  padding-left: 1.5em;
  font-size: 16px;
  font-weight: 500;
  transition: box-shadow .4s;
  display: flex;
  box-shadow: inset 0 0 100px 100px #0000;
}

.dropdown-toggle:hover {
  box-shadow: inset 0 0 100px 100px var(--gray-3);
}

.dropdown-list {
  background-color: var(--gray-1);
  border-radius: 12px;
  overflow: hidden;
}

.dropdown-link {
  color: #595959;
  border-radius: 6px;
  min-width: 200px;
  padding: 6px 24px;
  transition: color .4s, background-color .4s;
  overflow: hidden;
}

.dropdown-link:hover {
  background-color: var(--gray-2);
  color: var(--black);
}

.text-field {
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px var(--gray-3);
  color: var(--black);
  text-transform: uppercase;
  border: 1px #000;
  border-radius: 4px;
  align-items: center;
  height: 4em;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Playfair Display, sans-serif;
  font-size: .875em;
  font-weight: 400;
  transition: box-shadow .3s;
  display: flex;
}

.text-field:focus {
  box-shadow: inset 0 0 0 1px var(--black);
}

.text-field::placeholder {
  color: var(--silver);
}

.text-field-small {
  background-color: var(--gray-1);
  color: #595959;
  border: 1px #000;
  height: 2.75em;
  margin-bottom: 0;
  padding: .5em 1em;
  font-size: 75%;
}

.text-field-small::placeholder {
  color: var(--gray-3);
}

.text-field-large {
  background-color: var(--gray-1);
  color: #595959;
  border: 1px #000;
  min-height: 3.125em;
  margin-bottom: 0;
  padding: .75em 1.25em;
  font-size: 125%;
  line-height: 1.4;
}

.text-field-large::placeholder {
  color: var(--gray-3);
}

.textarea {
  min-height: 200px;
  margin-bottom: 0;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.textarea-small {
  min-height: 200px;
  margin-bottom: 0;
  padding: 1.25em 1em;
  font-size: 14px;
}

.textarea-large {
  min-height: 200px;
  margin-bottom: 0;
  padding: 1.25em;
}

.field-label {
  padding-left: 3px;
  font-weight: 600;
}

.error {
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 12px;
}

.checkbox-switch {
  background-color: var(--gray-3);
  cursor: pointer;
  background-image: url('../images/checkbox-switch-handle.svg');
  background-position: 18%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border: 1px #000;
  border-radius: 32px;
  width: 36px;
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  transition: background-color .3s, background-position .3s;
}

.checkbox-switch.w--redirected-checked {
  background-color: #f14814;
  background-image: url('../images/checkbox-switch-handle.svg');
  background-position: 82%;
  background-size: 12px 12px;
  border-style: none;
}

.checkbox-switch.w--redirected-focus {
  box-shadow: none;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.checkbox-label {
  margin-left: 6px;
  font-weight: 500;
}

.checkbox {
  background-color: var(--gray-3);
  border-style: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .3s;
}

.checkbox.w--redirected-checked {
  background-color: #f14814;
  background-size: 12px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.radio-button {
  background-color: var(--gray-3);
  border-style: none;
  width: 20px;
  height: 20px;
  transition: background-color .3s;
}

.radio-button.w--redirected-checked {
  background-color: var(--white);
  border: 6px solid #13b5f0;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.hide {
  display: none;
}

.utility-page-wrap {
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.utility-page-content {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-bottom: 0;
  padding: 32px 24px;
  display: flex;
}

.utility-heading {
  letter-spacing: 0;
  margin-bottom: 12px;
  font-family: Shocka, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
}

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

.radio-button-field {
  align-items: center;
  display: flex;
}

.text-xl {
  z-index: 5;
  letter-spacing: 0;
  max-width: 44ch;
  font-family: Shocka, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  position: relative;
}

.select-field {
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 1em;
}

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

.container.centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.container.anchor {
  margin-top: 0;
  padding-top: 0;
}

.grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.grid-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.rich-text-block {
  position: relative;
}

.rich-text-block h3, .rich-text-block h2, .rich-text-block h4, .rich-text-block h1, .rich-text-block h5, .rich-text-block h6 {
  margin-bottom: .25em;
}

.slider-home {
  background-color: var(--dark-grey);
  color: var(--white);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
  padding-top: 256px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.slider-home-info {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 40%;
  padding-left: 64px;
  padding-right: 64px;
  position: relative;
}

.button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
}

.button-group.max-width {
  max-width: 200px;
}

.slider-wrap-home {
  background-color: #0000;
  width: 60%;
  position: absolute;
  inset: -80px 0% 0% auto;
}

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

.slide-nav {
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 6px;
  display: flex;
}

.image-cover {
  z-index: 500;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section {
  text-align: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0;
  position: relative;
}

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

.section.color-01 {
  background-color: var(--link);
}

.section.color-01.margin {
  background-color: var(--dim-grey);
  margin-top: 100px;
  margin-bottom: 64px;
}

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

.section.color-02 {
  background-color: var(--dim-grey);
  color: var(--azure);
}

.section.color-03 {
  z-index: 1;
  background-color: var(--silver);
}

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

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

.section._620 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
}

.image-background {
  object-fit: cover;
  object-position: 1% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-background.product {
  max-width: 416px;
  height: 80%;
  inset: 0%;
}

.caption {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

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

.caption.black {
  color: var(--black);
  margin-right: 65px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.caption.black.times {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.benefits-3x {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid var(--gray-3);
  border-bottom: 1px solid var(--gray-3);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 800px;
  margin-top: 64px;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

.benefits-3x-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
  position: relative;
}

.footer-1 {
  background-color: var(--dark-slate-grey-2);
  color: var(--white);
  padding-top: 64px;
}

.footer-1-instagram {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 64px;
}

.image-wrapper-1-1 {
  border-radius: 4px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.image-wrapper-1-1.rotate-right {
  transform: rotate(3deg);
  box-shadow: 0 20px 32px -24px #000;
}

.image-wrapper-4-3 {
  border-radius: 4px;
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.image-wrapper-3-2 {
  border-radius: 4px;
  width: 100%;
  padding-top: 66.6%;
  position: relative;
  overflow: hidden;
}

.image-wrapper-16-9 {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 56.25%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-wrapper {
  border-radius: 4px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.footer-instagram-title {
  z-index: 5;
  letter-spacing: .02em;
  text-transform: none;
  max-width: 20ch;
  font-family: Shocka, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.footer-navigation-wrap {
  grid-column-gap: 128px;
  grid-row-gap: 32px;
  border-top: 1px solid var(--white-8);
  border-bottom: 1px solid var(--white-8);
  grid-template-rows: auto;
  width: 100%;
  margin-bottom: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-1-newsletter-title {
  letter-spacing: .02em;
  text-transform: none;
  max-width: 32ch;
  font-family: Shocka, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form {
  position: relative;
}

.footer-submit-button {
  border-left: 1px solid var(--gray-3);
  color: var(--black);
  background-color: #0000;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  position: absolute;
  inset: 6px 0% 6px auto;
}

.footer-newsletter-wrap {
  max-width: 512px;
}

.footer-1-nav-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-bottom: 1px none var(--gray-3);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-1-nav-title {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 400;
}

.footer-navigation-category {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-1-nav-link {
  color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
}

.footer-1-nav-link:hover {
  color: var(--burlywood);
}

.footer-1-meta {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
}

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

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

.footer-social-icons-wrap {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-1-social-icon {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  font-family: SOCIAL, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
}

.footer-1-social-icon:hover {
  background-color: var(--dim-grey);
}

.title-md {
  letter-spacing: 0;
  max-width: 24ch;
  margin-bottom: 1em;
  font-family: Playfair Display, sans-serif;
}

.title-md.none {
  margin-bottom: 0;
}

.title-md.small-space {
  margin-bottom: .5em;
}

.title-md.bigger {
  font-size: 2.2em;
}

.title-md.smaller {
  font-size: 1.7em;
}

.customer-slider {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
}

.customer-slider-content-wrap {
  background-color: var(--azure);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px;
  display: flex;
  position: relative;
}

.customer-slider-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.customer-slider-stars {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: ICONS, sans-serif;
  font-size: 24px;
  line-height: 1;
  display: flex;
}

.customer-slider-quote {
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
}

.logo-cloud-home {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 64px;
}

.customer-logo {
  width: 100%;
  max-width: 128px;
  height: 32px;
  margin-bottom: 16px;
  position: relative;
}

.grid-2-to-1 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: end;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
}

.grid-1-to-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-items: start;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
}

.section-detail {
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 256px 100px 44px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-detail.color-02 {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  object-fit: fill;
  object-position: 50% 50%;
  background-image: url('../images/f565b0e44735f2a19cde60f00e88dba703956eb9.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto;
  overflow: visible;
}

.section-detail.color-03 {
  background-color: var(--silver-2);
}

.section-detail.color-04 {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.section-detail.color-01 {
  background-color: #eeeee9;
}

.title-xl {
  z-index: 5;
  letter-spacing: 0;
  margin-bottom: .25em;
  font-family: Shocka, sans-serif;
  font-size: 5em;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.title-xl.none {
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 4em;
}

.title-xl.none.mobile {
  text-align: center;
  font-size: 3em;
  bottom: 0;
}

.grid-x-to-x-content {
  border-radius: 4px;
  padding: 44px 64px;
}

.grid-x-to-x-content.color-2 {
  background-color: var(--azure);
}

.grid-x-to-x-content.color-1 {
  background-color: var(--gainsboro);
}

.team-grid {
  grid-template-rows: auto;
  position: relative;
}

.font-mono {
  font-family: Calling Code, sans-serif;
}

.footer-2-newsletter-title {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: .5em;
  font-family: Playfair Display, sans-serif;
  font-weight: 300;
}

.container-small {
  z-index: 5;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.timeline-chapter-item {
  width: 40%;
  position: relative;
}

.timeline {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.timeline-chapter-indicator {
  border: 4px solid var(--dark-slate-grey);
  background-image: linear-gradient(to bottom, var(--dark-slate-grey-2), var(--dark-slate-grey-2));
  color: var(--dim-grey);
  border-radius: 9999px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: ICONS, sans-serif;
  display: flex;
}

.timeline-chapter {
  z-index: 5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.timeline-chapter.reverse {
  flex-direction: row-reverse;
}

.timeline-way {
  z-index: 0;
  border-left: 2px dashed var(--dark-slate-grey);
  background-color: var(--dark-slate-grey-2);
  height: 100%;
  position: absolute;
  left: auto;
  right: auto;
}

.teaser-footer {
  z-index: 50;
  color: var(--white);
  text-align: left;
  border-radius: 4px;
  padding: 64px 128px;
  position: relative;
}

.teaser-footer-grid {
  grid-column-gap: 128px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  width: 100%;
}

.title-lg {
  color: var(--black);
  letter-spacing: 0;
  margin-bottom: .5em;
  font-family: Shocka, sans-serif;
  font-size: 3.5em;
  line-height: 1;
}

.title-lg.post {
  text-transform: none;
  font-family: Playfair Display, sans-serif;
  line-height: 1.25;
}

.title-lg.max-16-ch {
  max-width: 16ch;
  font-family: Playfair Display, sans-serif;
}

.title-lg.max-24-ch {
  max-width: 24ch;
}

.title-lg.none {
  margin-bottom: 0;
}

.title-lg.max-12-ch {
  max-width: 12ch;
}

.title-lg.black {
  color: #1f1e1e;
  font-family: Playfair Display, sans-serif;
}

.title-lg.black.smaller {
  font-size: 3.2em;
}

.title-lg.white {
  color: #fff;
  font-family: Playfair Display, sans-serif;
}

.title-lg.home {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 65px;
}

.section-dark {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 128px;
}

.cms-products {
  width: 100%;
}

.shop-3x-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-list-item-2 {
  background-color: var(--gainsboro-2);
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-list-item-2:hover {
  background-color: var(--azure);
}

.shop-home {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.shop-teaser-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.shop-teaser-link {
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-teaser-info-bottom {
  z-index: 5;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 44px;
  display: flex;
  position: absolute;
}

.shop-teaser-title {
  letter-spacing: 0;
  margin-bottom: .25em;
  font-family: Shocka, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
}

.shop-home-teaser-cta {
  border-top: 1px solid var(--white-24);
  text-transform: uppercase;
  width: 100%;
  padding-top: 6px;
  font-size: 14px;
  line-height: 1;
  transition: color .3s;
}

.timeline-chapter-image {
  border-radius: 4px;
  width: 40%;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.timeline-chapter-image.rotate-left {
  transform: rotate(-4deg);
}

.timeline-chapter-image.rotate-right {
  transform: rotate(4deg);
}

.teaser-footer-info {
  width: 100%;
  max-width: 460px;
}

.journal-home {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  width: 100%;
}

.cms {
  width: 100%;
}

.journal-cms-featured-link {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.journal-cms-item {
  width: 100%;
  display: flex;
}

.journal-cms-featured {
  width: 100%;
  height: 100%;
  display: flex;
}

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

.journal-cms-link {
  width: 100%;
}

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

.journal-cms-link.hover-white:hover {
  color: var(--white);
}

.journal-cms-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
}

.journal-cms-title {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Playfair Display, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.journal-cms-featured-description {
  color: var(--black);
  height: 42px;
  margin-bottom: 12px;
  overflow: hidden;
}

.journal-cms-featured-title {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}

.div-block-20 {
  border-top: 1px solid var(--gray-2);
  text-align: left;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: auto 12px 0%;
}

.price-container {
  align-items: center;
  font-size: 12px;
  display: flex;
}

.old-price {
  opacity: .7;
  margin-right: .25em;
  text-decoration: line-through;
}

.slider-arrow {
  border-radius: 9999px;
  width: 44px;
  height: 44px;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 12px;
  transition: background-color .3s;
}

.slider-arrow:hover {
  background-color: var(--gray-3);
}

.post-date {
  color: var(--black);
  text-transform: none;
  font-family: Playfair Display, sans-serif;
  font-size: 12px;
}

.post-date.lowercase {
  text-transform: none;
}

.journal-cms-featured-image {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.link-with-arrow {
  text-transform: uppercase;
  align-items: center;
  font-size: 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-with-arrow.w--current {
  color: var(--chocolate-2);
}

.link-arrow {
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  font-family: ICONS, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-arrow.margin-right {
  margin-right: 4px;
}

.cms-3x-post-content {
  background-color: var(--white);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  margin: 256px 8px 8px;
  padding: 32px;
  display: flex;
  position: relative;
}

.cms-3x-post-content.more-space {
  margin-top: 320px;
}

.cms-4x-post {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.cms-4x-post-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr);
  width: 100%;
}

.order-confirmation {
  background-color: var(--background);
  padding-top: 64px;
  padding-bottom: 64px;
}

.block-header {
  border-style: none none solid;
  border-bottom-color: var(--background);
  background-color: var(--white);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Shocka, sans-serif;
  font-weight: 300;
}

.block-content {
  background-color: var(--white);
  border: 1px #000;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
}

.shipping-method-list, .shipping-method {
  border: 1px #000;
}

.style-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  max-width: 600px;
}

.section-posts {
  background-color: var(--azure);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 64px;
  padding-bottom: 64px;
}

.map {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
}

.expand-icon {
  color: var(--accordion-text);
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding: 0;
  font-size: 20px;
  display: flex;
  position: relative;
}

.accordion-wrapper {
  z-index: 3;
  border-bottom: 1px solid var(--gray-3);
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.accordion-label {
  z-index: 5;
  justify-content: center;
  align-items: center;
  font-family: ICONS, sans-serif;
  display: flex;
  position: relative;
}

.accordion-text {
  max-width: 640px;
  margin-top: 12px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 17px;
}

.accordion-content {
  z-index: 2;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.accordion-trigger {
  z-index: 2;
  color: var(--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: color .2s;
  display: flex;
  position: relative;
}

.post-block {
  text-align: left;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 17px;
}

.post-block.description {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
}

.post-block.product {
  font-family: Playfair Display, sans-serif;
  font-size: 19px;
}

.section-post {
  text-align: center;
  padding-top: 20px;
  font-size: 15px;
}

.post-image {
  text-align: center;
  border-radius: 4px;
  max-width: 85%;
}

.post-image.product {
  padding-bottom: 40px;
}

.shop-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
}

.shop-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sticky-category {
  padding-left: 100px;
  position: sticky;
  top: 80px;
}

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

.text-link:hover {
  opacity: .64;
}

.product-grid {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--gray-3);
  border-bottom: 1px solid var(--gray-3);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

.line-with-margin {
  background-color: var(--gray-3);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.paragraph {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 12px;
}

.dimensions-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top: 1px solid var(--gray-3);
  border-bottom: 1px solid var(--gray-3);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.quantity-wrap {
  align-items: center;
  display: flex;
}

.add-to-cart-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.quantity {
  margin-bottom: 0;
  margin-right: 8px;
}

.category-list {
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.product-info {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 32px;
}

.add-to-cart {
  border-top: 1px solid var(--gray-3);
  border-bottom: 1px solid var(--gray-3);
  margin-top: 12px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.product-sticky {
  background-color: var(--white);
  border-radius: 4px;
  padding: 24px;
  position: sticky;
  top: 80px;
}

.default-state {
  margin-bottom: 0;
}

.navbar-grid {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
  width: 100%;
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 124px;
  position: relative;
}

.nav-link {
  color: var(--black);
  text-transform: uppercase;
  align-items: center;
  padding: 0 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.div-block-21 {
  z-index: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.cart-button {
  color: var(--black);
  background-color: #0000;
  border-radius: 3px;
  padding: 0;
  position: relative;
}

.cart-quantity {
  z-index: 0;
  background-color: var(--chocolate-2);
  color: var(--white);
  margin-left: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  inset: -9px -9px auto auto;
}

.cart-icon {
  z-index: 1;
  width: 20px;
  position: relative;
}

.logo {
  width: 120px;
}

.nav-menu {
  align-items: stretch;
  height: 56px;
  display: flex;
}

.brand {
  z-index: 1;
  padding: 0;
}

.navbar {
  z-index: 99;
  background-color: #0000;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.announcement-bar {
  background-color: var(--dark-slate-grey-3);
  color: var(--white);
  width: 100%;
  font-size: 12px;
  position: relative;
}

.announcement-bar-wrap {
  width: 100%;
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
}

._16-9-desktop {
  border-radius: 4px;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.bg-image-wrapper {
  z-index: 0;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.grid-50-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 50%;
  margin-bottom: 33px;
  padding: 32px 32px 32px 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.card {
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.color-01 {
  background-color: var(--gainsboro-2);
}

.column-base {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.column-base.centered {
  text-align: center;
  justify-items: center;
}

.column-base.centered-tablet {
  grid-template-columns: 1fr 1fr 1fr;
}

.column-base.centered-tablet._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.row-sm {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
}

.row-sm.centered {
  align-items: center;
}

.uppercase {
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
}

.leading-none {
  line-height: 1;
}

.content-50-right {
  margin-left: 50%;
}

.footer-2 {
  background-color: var(--white);
  color: var(--black);
  padding-top: 64px;
}

.footer-2-main-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-top: 1px solid var(--gray-3);
  border-bottom: 1px solid var(--gray-3);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 32px;
  position: relative;
}

.footer-2-divider {
  background-color: var(--gray-3);
  width: 1px;
  position: absolute;
  inset: -32px auto 0 -64px;
}

.footer-2-nav-title {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.footer-2-navigation-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start;
  margin-top: 16px;
  display: grid;
}

.footer-2-navigation-list.inside {
  margin-top: 0;
}

.footer-2-nav-link {
  color: var(--black);
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}

.footer-2-newsletter-wrap {
  width: 100%;
  max-width: 420px;
}

.footer-2-navigation {
  position: relative;
}

.text-xs {
  font-size: .625em;
}

.footer-2-social-icon {
  box-shadow: inset 0 0 0 1px var(--gray-3);
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  font-family: SOCIAL, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition-property: box-shadow, color, opacity;
  display: flex;
  position: relative;
}

.footer-2-social-icon:hover {
  box-shadow: inset 0 0 0 1px var(--black);
  color: var(--black);
}

.footer-2-social-icons-wrap {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-2-social-meta {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.bg-image-wrapper-desktop {
  z-index: 0;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.benefits-3x-divider {
  background-color: var(--gray-3);
  width: 1px;
  position: absolute;
  inset: -16px auto -16px -16px;
}

.number-circle {
  border: 1px solid var(--gray-3);
  text-align: center;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-bottom: .5em;
  display: flex;
}

.text-2xl {
  z-index: 5;
  letter-spacing: 0;
  max-width: 44ch;
  font-family: Playfair Display, sans-serif;
  font-size: 2.25em;
  font-weight: 400;
  position: relative;
}

.instagram-section {
  background-color: var(--white);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  padding: 64px;
  display: flex;
}

.instagram-4x-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 64px;
}

.instagram-4x-info-bottom {
  z-index: 5;
  color: var(--white);
  text-align: left;
  background-image: linear-gradient(#0000, #d1c6ae 87%);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
  font-size: 12px;
  display: flex;
  position: absolute;
}

.instagram-4x-link {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-top: 100%;
  display: flex;
  position: relative;
}

.instagram-4x-divider {
  background-color: var(--gray-3);
  width: 1px;
  position: absolute;
  inset: 16px auto 16px -16px;
}

.text-field-checkout {
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px var(--gray-3);
  color: var(--black);
  text-transform: uppercase;
  border: 1px #000;
  border-radius: 4px;
  align-items: center;
  font-size: .875em;
  font-weight: 400;
  transition: box-shadow .3s;
  display: flex;
}

.text-field-checkout:focus {
  box-shadow: inset 0 0 0 1px var(--black);
}

.text-field-checkout::placeholder {
  color: var(--silver);
}

.order-item-image {
  border-radius: 4px;
  height: 60px;
}

.order-info-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.order-item {
  justify-content: space-between;
}

.order-info {
  margin-left: 0;
}

.checkout-field-label {
  text-transform: uppercase;
  font-family: Calling Code, sans-serif;
  font-size: .875em;
  font-weight: 400;
}

.checkout-field-label.none {
  margin-top: 1px;
  margin-bottom: 0;
}

.order-summary-sticky {
  top: 80px;
}

.scrolling-loop {
  display: flex;
}

.scrolling-loop-item {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.margin-side {
  margin-right: .25em;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.loop {
  background-color: var(--white);
  text-transform: uppercase;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-top: -5px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}

.caption-with-line {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 1em;
}

.caption-line {
  background-color: var(--white);
  width: 80px;
  height: 1px;
}

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

.opacity-40 {
  opacity: .4;
}

.holder {
  position: relative;
}

._1st-image {
  position: absolute;
  inset: 0%;
  transform: translate(-8px, 12px)rotate(-2deg);
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #bb84fd 5%, #8294ee 50%, #95f0eb 95%);
  -webkit-background-clip: text;
  background-clip: text;
}

.faq-margin {
  margin-left: 33.3%;
}

.align-right-with-margin {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: end;
  margin-top: 24px;
}

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

.label {
  align-items: center;
  display: flex;
}

.label.book-now {
  text-align: center;
}

.label-hover {
  align-items: center;
  display: flex;
  position: absolute;
}

.shift-grid {
  grid-column-gap: 128px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1.5fr;
}

.shift-to-left {
  z-index: 5;
  border-radius: 4px;
  margin-bottom: -128px;
  margin-left: -100px;
  position: relative;
  overflow: hidden;
}

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

.how-it-works {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  grid-template-rows: auto;
  width: 100%;
}

.how-it-works-content {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  width: 100%;
  position: relative;
}

.how-it-works-item-1 {
  width: 75%;
}

.how-it-works-item-5 {
  transform: translate(66%);
}

.how-it-works-item-2 {
  width: 75%;
}

.how-it-works-item-3 {
  width: 100%;
  margin-top: -64px;
  transform: translate(25%);
}

.how-it-works-item-4 {
  width: 75%;
  margin-bottom: -64px;
}

.how-it-works-number {
  z-index: 5;
  border: 1px solid var(--gray-3);
  background-color: var(--white);
  text-align: center;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-50%, -50%);
}

.cta-mockup-section {
  background-color: var(--silver-3);
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 64px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mockup-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  align-items: center;
  width: 100%;
}

.mockup-feature {
  grid-column-gap: 44px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 44px;
}

.mockup-wrap {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: -256px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.iphone-mockup {
  z-index: 1;
  width: 100%;
  position: relative;
}

.column-sm {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.column-sm.centered {
  text-align: center;
  justify-items: center;
}

.icon-md {
  width: 44px;
}

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

.section-under-navbar {
  border-radius: 4px;
  width: 100%;
  max-width: 1328px;
  min-height: 620px;
  margin-top: -72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-background {
  z-index: 0;
  background-color: var(--background);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tooltip-wrap {
  color: var(--white);
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  transition: color .3s;
  display: flex;
  position: relative;
}

.tooltip-icon {
  font-family: ICONS, sans-serif;
  font-size: 10px;
  line-height: 1;
}

.tooltip-text {
  z-index: 100;
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  border-radius: 4px;
  width: 12em;
  padding: 10px;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.2;
  display: none;
  position: absolute;
  inset: -12px auto auto 50%;
  transform: translate(-50%, -100%);
}

.tooltip-position-2 {
  position: absolute;
  top: 50%;
  left: 65%;
}

.tooltip-circle {
  background-color: var(--black);
  outline-color: var(--black);
  outline-offset: 2px;
  border-radius: 9999px;
  outline-width: 1px;
  outline-style: dashed;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tooltip-position {
  position: absolute;
}

.tooltip-position._01 {
  bottom: 18%;
  left: 28%;
}

.tooltip-position._02 {
  bottom: 17%;
  left: 54%;
}

.tooltip-position._04 {
  top: 40%;
  left: 51%;
}

.div-block-27-copy {
  background-color: var(--white);
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.all-demos-wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  display: flex;
}

.all-demos-link {
  color: var(--white);
  background-color: #ffffff1f;
  border-radius: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 4px;
  padding: 6px;
  font-size: 12px;
  transition-property: box-shadow, color, opacity;
}

.all-demos-link:hover {
  box-shadow: inset 0 0 100px 100px #0003;
}

.all-demos-link.w--current {
  box-shadow: none;
  color: var(--white);
  background-color: #237dff;
  background-image: url('../images/circle-active_white.svg');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 4px 4px;
  padding-left: 14px;
}

.all-demos-title {
  text-transform: uppercase;
  margin-right: 4px;
  font-size: 12px;
}

.full-section-under-navbar {
  width: 100%;
  margin-top: -72px;
}

.shop-thumb-description {
  border-top: 1px solid var(--gray-2);
  text-align: left;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 12px;
  margin-right: 12px;
  padding: 8px 12px 12px;
  font-size: 12px;
  display: flex;
}

.footer-2-contact-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  width: 100%;
  margin-top: 64px;
}

.footer-2-large-link {
  text-transform: none;
  margin-top: 8px;
  font-size: 1.625em;
  position: relative;
  overflow: hidden;
}

.footer-2-meta-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  width: 100%;
}

.footer-2-trustpilot-wrap {
  align-items: flex-end;
  display: flex;
}

.footer-2-trustpilot {
  margin-right: 8px;
  display: flex;
  position: relative;
}

.payment-logo {
  height: 16px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.footer-2-payment {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-2-meta {
  background-color: var(--gray-1);
  margin-top: 64px;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.all-demos {
  background-color: var(--black);
  color: var(--white);
}

.footer-2-trustpilot-image {
  object-fit: contain;
  width: 100%;
  height: 24px;
}

.over-section-bottom {
  z-index: 5;
  width: 100%;
  margin-bottom: -66px;
  position: relative;
}

.over-section-bottom.no-margin-bottom {
  background-color: var(--link);
  margin-bottom: 0;
}

.div-block-38 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-base {
  width: 32px;
}

.cms-team-thumbs {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.thumb-with-layer {
  border-radius: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.thumb-layer {
  z-index: 1;
  color: var(--white);
  background-color: #000000a3;
  width: 100%;
  height: 100%;
  padding: 24px;
  position: absolute;
  inset: 0%;
}

.thumb-layer-position {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 10px;
}

.thumb-layer-name {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Shocka, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1;
}

.thumb-layer-description {
  max-width: 44ch;
  font-size: 14px;
  position: relative;
}

.cms-item {
  width: 100%;
  height: 100%;
  display: flex;
}

.max-20-ch {
  max-width: 20ch;
}

.fullscreen-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-39 {
  z-index: 2;
  background-color: var(--white);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  align-items: stretch;
  max-width: 600px;
  padding: 64px;
  display: flex;
  position: relative;
}

.icon-lg {
  width: 80px;
}

._3x-customer-list {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.customer-logo-base {
  object-fit: contain;
  width: 128px;
  height: 32px;
}

.shift-grid-2 {
  grid-column-gap: 256px;
  grid-row-gap: 128px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
}

.shift-grid-2-item-3 {
  border-radius: 4px;
  margin-top: -128px;
  position: relative;
  overflow: hidden;
}

.shift-grid-2-item-2 {
  border-radius: 4px;
  margin-bottom: -64px;
  position: relative;
  overflow: hidden;
}

.shift-grid-2-item-4 {
  border-radius: 4px;
  margin-left: -128px;
  margin-right: 56px;
  position: relative;
  overflow: hidden;
}

.shift-grid-2-item-1 {
  margin-left: 56px;
  margin-right: -56px;
}

.grid-11 {
  grid-column-gap: 160px;
  grid-row-gap: 128px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
  width: 100%;
}

.div-block-44 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 88px;
  display: flex;
}

.div-block-45 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.div-block-46 {
  border-radius: 4px;
  width: 240px;
  padding-top: 240px;
  position: absolute;
  left: -120px;
  overflow: hidden;
}

.div-block-47 {
  margin-right: -64px;
}

.icons {
  text-transform: none;
  font-family: ICONS, sans-serif;
}

.footer-1-text-field {
  background-color: var(--dark-slate-grey);
  box-shadow: inset 0 0 0 1px var(--white-8);
  color: var(--white);
  text-transform: uppercase;
  border: 1px #000;
  border-radius: 4px;
  align-items: center;
  height: 4em;
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  font-size: .875em;
  font-weight: 400;
  transition: box-shadow .3s;
  display: flex;
}

.footer-1-text-field:focus {
  box-shadow: inset 0 0 0 1px var(--white-32);
}

.footer-1-text-field::placeholder {
  color: var(--silver);
}

.footer-1-submit-button {
  border-left: 1px solid var(--white-8);
  color: var(--white);
  background-color: #0000;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  position: absolute;
  inset: 6px 0% 6px auto;
}

.footer-2-nav-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-bottom: 1px none var(--gray-3);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
}

.footer-1-nav {
  position: relative;
}

.footer-1-nav-divider {
  background-color: var(--white-8);
  width: 1px;
  position: absolute;
  inset: -16px auto -16px -64px;
}

.div-block-48 {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.all-demos-buy-button {
  color: var(--white);
  text-transform: uppercase;
  background-color: #237dff;
  border-radius: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 6px 12px;
  font-size: 12px;
  transition-property: box-shadow, color, opacity;
}

.all-demos-buy-button:hover {
  box-shadow: inset 0 0 100px 100px #0003;
}

.all-demos-buy-button.w--current {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/circle-active_white.svg');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 4px 4px;
  padding-left: 14px;
  box-shadow: inset 0 0 0 1px #ffffff1f;
}

.instagram-4x-text {
  border-top: 1px solid var(--white-24);
  padding-top: 8px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.image-wrapper-2-3 {
  border-radius: 4px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.category-tag-text {
  border: 1px solid var(--gray-2);
  color: var(--black);
  border-radius: 9999px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 4px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1;
  display: flex;
}

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

.content-left.product {
  z-index: 1;
  margin-top: -75px;
  padding-top: 8px;
  position: relative;
}

.profile-sticky {
  z-index: 50;
  grid-column-gap: 160px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--gray-3);
  background-color: var(--background);
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  height: 32px;
  padding-top: 12px;
  display: grid;
  position: sticky;
  top: 80px;
}

.profile-sticky-cms-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.profile-sticky-grid {
  grid-column-gap: 160px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 64px;
  position: relative;
}

.profile-sticky-info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
  width: 100%;
}

.profile-sticky-description {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 160px;
  display: flex;
}

.profile-sticky-divider {
  background-color: var(--gray-3);
  height: 1px;
  position: absolute;
  inset: auto 0% 0 128px;
}

.profile-sticky-social {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.profile-sticky-social-icon {
  box-shadow: inset 0 0 0 1px var(--gray-3);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 4px;
  font-size: 11px;
  display: flex;
}

.social-icons {
  font-family: SOCIAL, sans-serif;
}

.collection-item {
  position: relative;
}

.collection-item:last-child {
  margin-bottom: -1px;
}

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

.profile-sticky-arrow {
  width: 160px;
}

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

.section-centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.item-absolute-left {
  width: 200px;
  position: absolute;
  top: 128px;
  left: -256px;
  transform: rotate(-12deg);
}

.item-absolute-right {
  width: 128px;
  position: absolute;
  right: -200px;
  transform: rotate(8deg);
}

.timeline-image-track {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.row-base {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
}

.row-base.centered {
  align-items: center;
}

.reviews-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-top: 1px solid var(--gray-3);
  grid-template-rows: auto;
  grid-template-columns: auto;
  justify-items: start;
  margin-top: 32px;
  padding-top: 12px;
}

.image {
  height: 28px;
}

.halves-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  width: 100%;
}

.grid-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
}

.grid-21 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.div-block-58 {
  background-color: var(--white);
  border-radius: 4px;
  width: 100%;
  padding: 24px;
}

.grid-22 {
  border-bottom: 1px dashed var(--gray-2);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 12px;
}

.image-2 {
  background-color: #fff1e7;
  border-radius: 9999px;
  width: 64px;
  height: 64px;
  padding: 12px;
}

.image-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.customer-stars {
  justify-content: flex-start;
  align-items: center;
  font-family: ICONS, sans-serif;
  line-height: 1;
  display: flex;
}

.customer-stars.red {
  color: #f06807;
}

.div-block-59 {
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.image-3 {
  height: 16px;
  margin-bottom: 2px;
  margin-right: 6px;
}

.jump-to-wrap {
  z-index: 50;
  background-color: var(--dark-slate-grey-3);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 0 0 4px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -5px;
  padding: 15px 100px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  position: static;
  top: 80px;
  overflow: hidden;
}

.jump-to-wrap.color-01 {
  background-color: var(--dark-slate-grey-2);
}

.jump-to-grid {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.jump-to-links {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.jump-to-anchor {
  box-shadow: inset 0 0 0 1px var(--white-8);
  color: var(--white);
  border-radius: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 8px;
  padding: 6px 12px;
  transition-property: box-shadow, color, opacity;
  display: inline-block;
}

.jump-to-anchor:hover {
  box-shadow: inset 0 0 0 1px var(--white-24);
}

.content-centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.column-64px {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.hero-under-navbar {
  width: 100%;
  margin-top: -80px;
  padding-top: 160px;
  padding-bottom: 80px;
}

.hero-under-navbar.color-01 {
  background-color: var(--gainsboro-2);
}

.hero-centered {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
}

.hero-image {
  width: 100%;
  margin-top: -144px;
  margin-bottom: -144px;
}

.line {
  background-color: var(--gray-3);
  width: 100%;
  height: 1px;
}

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

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

.centered-slider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.slide {
  margin-right: 16px;
}

.halves-grid-with-margin {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  width: 100%;
  margin-bottom: 64px;
}

._2x-contact-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  justify-items: start;
  width: 100%;
  margin-top: 2em;
}

.icon-sm {
  width: 24px;
}

.contact-link {
  text-transform: none;
  margin-top: 8px;
}

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

.grid-26 {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  border-top: 1px solid var(--gray-3);
  grid-template-rows: auto;
  width: 100%;
  margin-top: 64px;
  padding-top: 64px;
}

.column-lg {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.form-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form-2-column {
  grid-template-rows: auto;
  width: 100%;
}

.relative {
  position: relative;
}

.text-field-label {
  background-color: var(--background);
  text-transform: uppercase;
  background-image: linear-gradient(#0000 50%, #fff 51%);
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
  position: absolute;
  inset: 0% auto auto 14px;
  transform: translate(0, -50%);
}

.div-block-63 {
  background-color: var(--gray-3);
  width: 1px;
  position: absolute;
  inset: -32px auto 0% -64px;
}

.link-underline, .link-underline-hover {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-2-cms-item {
  width: 100%;
  display: flex;
}

.image-product-detail {
  object-fit: contain;
  border-radius: 4px;
  width: 100%;
}

.lightbox-link {
  position: relative;
}

.product-zoom-in {
  background-color: var(--white);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-family: ICONS, sans-serif;
  font-size: 16px;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: auto 16px 16px auto;
}

.product-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 16px;
  display: grid;
}

.tooltip-position-1 {
  position: absolute;
  top: 75%;
  left: 41%;
}

.slide-2 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}

.global-styles {
  display: none;
}

.style-image-grid {
  grid-column-gap: 1em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  align-items: start;
  width: 100%;
}

.image-caption {
  margin-top: 8px;
  font-size: 12px;
}

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

.align-bottom {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.profile-image {
  object-fit: cover;
  border-radius: 4px;
  width: 256px;
  height: 256px;
  position: absolute;
  inset: auto 100px -44px auto;
}

.profile-wrap {
  width: 100%;
  padding-right: 256px;
}

.profile-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-top: 1px solid var(--gray-3);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 64px;
  display: grid;
}

.profile-divider {
  background-color: var(--gray-3);
  width: 1px;
  position: absolute;
  inset: -32px auto 0% -64px;
}

.profile-icons {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.profile-info {
  padding-left: 100px;
  padding-right: 32px;
}

.shop-list-item-1 {
  width: 100%;
  position: relative;
}

.shop-thumb-description-1 {
  justify-content: space-between;
  width: 100%;
  padding-top: 12px;
  display: flex;
}

.shop-hover-image {
  z-index: 1;
  background-color: var(--gainsboro-2);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shop-3x-list-1 {
  grid-column-gap: 8px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-4x-list-1 {
  grid-column-gap: 8px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licensing-images {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.licensing-link:hover {
  background-color: var(--gainsboro-2);
}

.iphone-screen {
  z-index: 0;
  object-fit: cover;
  border-radius: 64px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paragraph-white {
  color: var(--white);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-2 {
  font-family: Playfair Display, sans-serif;
}

.div-block-64 {
  position: static;
}

.text-block, .text-block-2 {
  color: var(--royal-blue);
  font-family: Playfair Display, sans-serif;
}

.text-block-3 {
  font-family: Playfair Display, sans-serif;
}

.text-block-4, .heading, .heading-2 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

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

.text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
  font-family: Playfair Display, sans-serif;
}

.title-lg-2 {
  letter-spacing: 0;
  margin-bottom: .5em;
  font-family: Shocka, sans-serif;
  font-size: 3.5em;
  font-weight: 300;
  line-height: 1;
}

.title-lg-2.none {
  margin-bottom: 0;
}

.title-lg-2.max-12-ch {
  max-width: 12ch;
}

.image-background-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-66 {
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.customer-slider-stars-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: ICONS, sans-serif;
  font-size: 24px;
  line-height: 1;
  display: flex;
}

.cta-mockup-section-2 {
  background-color: #b2b8af;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 64px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.div-block-67 {
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  padding: 24px;
}

.section-2 {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.section-2.zero-bottom {
  padding-bottom: 0;
}

.text-sm-2 {
  font-size: .75em;
}

.grid-27 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.reviews-grid-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-top: 1px solid #0000001f;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  justify-items: start;
  margin-top: 32px;
  padding-top: 12px;
}

.grid-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
}

.grid-29 {
  color: var(--royal-blue);
  text-align: right;
  border-top: 1px dashed #00000014;
  border-bottom: 1px #00000014;
  grid-template-rows: auto;
  grid-template-columns: auto;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-red-2 {
  color: #f06807;
}

.button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #1f1e1e;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 3.5em;
  padding: 0 2.5em;
  font-size: .75em;
  font-weight: 400;
  line-height: 1;
  transition-property: box-shadow, color, opacity;
  display: flex;
  box-shadow: inset 0 0 #0000;
}

.button-2:hover {
  box-shadow: inset 0 0 100px 100px #ffffff26;
}

.button-2.silver {
  background-color: #babdbc;
}

.image-4 {
  background-color: #fff1e7;
  border-radius: 9999px;
  width: 64px;
  height: 64px;
  padding: 12px;
}

.image-5 {
  height: 28px;
}

.heading-3 {
  color: var(--royal-blue);
  text-align: right;
  margin-top: 0;
  padding-top: 0;
  font-family: Playfair Display, sans-serif;
}

.heading-4, .heading-5 {
  color: var(--royal-blue);
  text-align: right;
  font-family: Playfair Display, sans-serif;
}

.text-block-10, .text-block-11, .text-block-12 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.heading-6 {
  text-align: right;
  font-family: Playfair Display, sans-serif;
}

.text-block-13 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.heading-7, .heading-8 {
  color: var(--royal-blue);
  text-align: right;
  font-family: Playfair Display, sans-serif;
}

.text-block-14 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.heading-9 {
  font-family: Playfair Display, sans-serif;
}

.text-block-15, .text-block-16 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.heading-10 {
  color: var(--royal-blue);
  text-align: right;
  font-family: Playfair Display, sans-serif;
}

.text-block-17 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.heading-11 {
  color: var(--royal-blue);
  text-align: right;
  font-family: Playfair Display, sans-serif;
}

.text-block-18 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.heading-12 {
  font-family: Playfair Display, sans-serif;
}

.text-block-19 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.heading-13 {
  font-family: Playfair Display, sans-serif;
}

.text-block-20, .text-block-21 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.text-block-22 {
  font-family: Varela, sans-serif;
}

.text-block-23 {
  font-family: Varela Round, sans-serif;
}

.text-block-24 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block-25 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.text-block-26 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.text-block-27, .text-block-28 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.text-block-29 {
  font-family: Varela, sans-serif;
}

.text-block-30 {
  font-family: Varela Round, sans-serif;
}

.text-block-31 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.text-block-32 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.text-block-33 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.text-block-34, .text-block-35, .text-block-36, .text-block-37 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.heading-14 {
  font-family: Changa One, Impact, sans-serif;
}

.heading-15 {
  font-family: Droid Sans, sans-serif;
}

.heading-16 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.heading-17 {
  font-family: Playfair Display, sans-serif;
}

.heading-18 {
  font-family: Merriweather, serif;
}

.heading-19 {
  font-family: Oswald, sans-serif;
}

.heading-20 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-21 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.heading-22, .heading-23 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.heading-24 {
  font-family: PT Serif, serif;
}

.heading-25 {
  font-family: Playfair Display, sans-serif;
}

.heading-26 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-27 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-28 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.heading-29 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-30 {
  font-family: Varela Round, sans-serif;
}

.heading-31 {
  font-family: Varela, sans-serif;
}

.heading-32 {
  font-family: Playfair Display, sans-serif;
}

.heading-33 {
  color: var(--royal-blue);
  text-align: right;
  font-family: Playfair Display, sans-serif;
}

.text-block-38 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.text-block-39 {
  font-family: Changa One, Impact, sans-serif;
}

.text-block-40 {
  font-family: Droid Sans, sans-serif;
}

.text-block-41 {
  font-family: PT Sans, sans-serif;
}

.text-block-42 {
  font-family: Playfair Display, sans-serif;
}

.text-block-43 {
  font-family: PT Serif, serif;
}

.text-block-44 {
  font-family: Shocka, sans-serif;
}

.text-block-45 {
  font-family: Inconsolata, monospace;
}

.text-block-46 {
  font-family: Montserrat, sans-serif;
}

.text-block-47 {
  font-family: Oswald, sans-serif;
}

.text-block-48 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-block-49 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.text-block-50, .text-block-51, .text-block-52, .text-block-53, .text-block-54 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.heading-34 {
  font-family: PT Serif, serif;
}

.heading-35 {
  font-family: Playfair Display, sans-serif;
}

.heading-36 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-37 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-38 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.heading-39 {
  color: var(--royal-blue);
  text-align: right;
  font-family: Playfair Display, sans-serif;
}

.text-block-55, .text-block-56, .text-block-57, .text-block-58, .text-block-59, .text-block-60, .text-block-61, .text-block-62, .text-block-63 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.section-1050 {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-author-picture {
  border-radius: 50px;
  width: 27px;
  height: 27px;
}

.h2-home-box {
  color: #201e62;
  margin-top: 22px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.h2-home-box.larger {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 35px;
}

.h2-home-box.larger.margin-top {
  color: var(--black);
  margin-top: 120px;
  font-family: Playfair Display, sans-serif;
}

.h2-home-box.larger.centered {
  color: var(--black);
  text-align: center;
  margin-bottom: 50px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
}

.testimonial-text {
  color: #201e62;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
}

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

.testimonai-author-name {
  color: #706f99;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.duration-choice {
  background-color: #f2f1f6;
  border-radius: 50px;
  justify-content: flex-start;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-3 {
  color: #706f99;
  font-weight: 400;
}

.vector-blue-top {
  margin-top: -40px;
  margin-left: -47px;
  position: absolute;
  left: auto;
}

.prix-main {
  color: #201e62;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.paragraph-3 {
  color: #706f99;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.paragraph-3.white {
  color: #fff;
}

.paragraph-3.white.price {
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

.paragraph-3.white.price.join {
  color: #383c48;
  margin-bottom: 45px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 17px;
  font-weight: 400;
}

.testimonial-author {
  align-items: center;
  display: flex;
}

.page-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.trial-text {
  color: #201e62;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
}

.billed {
  color: var(--dark-slate-grey-2);
  align-self: center;
  margin-bottom: 0;
  margin-left: 17px;
  margin-right: 7px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-weight: 600;
}

.billed.right {
  margin-left: 23px;
}

.billed.right.monthly {
  color: var(--dark-slate-grey-3);
  margin-right: 23px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.separator {
  background-color: #383c48;
  flex: 1;
  align-self: center;
  width: 50px;
  height: 1px;
  margin-left: 24px;
}

.italic-text {
  color: #706f99;
  font-family: Open Sans, sans-serif;
  font-style: italic;
}

.text-no-margin {
  color: #201e62;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
}

.save {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(to right, #2659e4, #4b80fb);
  border-radius: 50px;
  align-self: center;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 12px;
  padding: 1px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.section-1200 {
  max-width: 1200px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: auto;
  margin-bottom: auto;
}

.bandeau-trust {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 68px;
  display: flex;
}

.bandeau-trust.white {
  background-color: #fff;
  border-radius: 13px;
  margin-top: 90px;
  margin-bottom: 88px;
  padding: 10px;
  box-shadow: 0 4px 6px -4px #0000001a, 0 0 0 1px #2431a00d, 0 10px 15px -3px #475dab1a;
}

.bandeau-trust.white.top {
  max-width: 485px;
  padding-left: 0;
}

.bandeau-trust.white.top.center {
  max-width: 500px;
  margin: 40px auto 107px;
}

.bandeau-trust.white.spec {
  border-radius: 4px;
  margin-top: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  box-shadow: 0 35px 40px #2431a00f, 0 0 0 1px #2431a00d;
}

.feature-and-icon {
  display: flex;
}

.testimonial-box {
  background-color: #fff;
  border-radius: 16px;
  padding: 26px 24px 24px;
  box-shadow: 0 0 0 1px #2431a00d, 0 10px 15px -3px #475dab1a, 0 4px 6px -4px #0000001a;
}

.testimonial-box._2-lines {
  margin-top: -38px;
}

.testimonial-box._1-line {
  margin-top: -19px;
}

.button-home-box {
  background-image: linear-gradient(120deg, #ff7c76, #fb6e67);
  border-radius: 50px;
  margin-top: 23px;
  margin-bottom: 29px;
  padding: 15px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
  box-shadow: 0 10px 18px #ef716b26;
}

.button-home-box:hover {
  background-image: linear-gradient(#fb6e67, #fb6e67);
  transform: scale(1.05);
  box-shadow: 0 10px 18px #ef716b66;
}

.button-home-box.prix {
  margin-top: 26px;
  margin-bottom: 12px;
  font-size: 18px;
}

.button-home-box.prix.smaller {
  background-image: linear-gradient(120deg, #2875e5 51%, #c59ed8);
  box-shadow: 0 10px 18px #166be7bf;
}

.check-icon-feature {
  margin-right: 12px;
}

.month-text {
  color: #706f99;
  font-family: Open Sans, sans-serif;
}

.h1-center {
  color: #201e62;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 33px;
  font-size: 50px;
  font-weight: 600;
}

.h1-center.join {
  color: var(--black);
  text-transform: none;
  margin-top: 90px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

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

.column-2.spec {
  padding-left: 0;
  padding-right: 0;
}

.price-included {
  color: #383c48;
  letter-spacing: .7px;
  text-transform: none;
  align-self: center;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-weight: 500;
}

.underline-span {
  border-bottom: 2px solid #ff7c76;
  display: inline-block;
}

.price-block-right {
  text-align: center;
  background-color: #fff;
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
  align-self: stretch;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.selectedpriceoption {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  margin: 3px;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px #0000001a;
}

.feature-sub-text {
  color: #383c48;
  text-align: left;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 17px;
  font-weight: 600;
}

.button-primary {
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(120deg, #668bf4, #4b80fb);
  border-radius: 50px;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 10px 18px #6d96f326;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
  background-image: linear-gradient(#4b80fb, #4b80fb);
  transform: scale(1.05);
  box-shadow: 0 10px 18px #6d96f359;
}

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

.button-primary.squared {
  text-align: center;
  background-image: linear-gradient(120deg, #2875e5, #4b80fb);
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  width: 160px;
  margin-left: 59px;
  font-size: 18px;
  display: flex;
}

.text-span-2 {
  border-bottom: 3px solid #ff7c76;
  padding-bottom: 2px;
  display: inline-block;
}

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

.column.no-padding {
  padding-left: 0;
  padding-right: 25px;
}

.column.no-padding.at-all {
  padding-right: 0;
  display: block;
}

.price-block-left {
  border-radius: 26px;
  flex: 1;
  padding: 40px 50px 50px;
}

.price-block-left.price {
  background-color: #82aff1;
  border-radius: 4px;
}

.price-block-separator-left {
  flex-direction: row;
  align-items: center;
  margin-bottom: 33px;
  display: flex;
}

.testimonials-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  display: grid;
}

.first-p-center {
  color: #706f99;
  text-align: center;
  max-width: 800px;
  margin-bottom: 66px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.first-p-center.price {
  color: var(--black);
  margin-bottom: 40px;
  font-family: Playfair Display, sans-serif;
  top: 20px;
  bottom: 0;
}

.first-p-center.left {
  text-align: left;
  margin-bottom: 30px;
}

.first-p-center.left.bigger {
  margin-left: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
}

.h2-white {
  color: #383c48;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
}

.price-block {
  background-color: #fff;
  border-radius: 4px;
  justify-content: space-between;
  max-width: 1017px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 0 1px #2431a00d, 0 10px 15px -3px #475dab1a, 0 4px 6px -4px #0000001a;
}

.unselectedpriceoption {
  cursor: pointer;
  background-color: #f2f1f6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin: 3px;
  display: flex;
}

.unselectedpriceoption:hover {
  background-color: #e4e4ec;
}

.paragraph-link {
  color: #706f99;
  cursor: pointer;
}

.paragraph-link:hover {
  color: #fb6e67;
}

.h3-faq {
  color: #201e62;
  font-size: 18px;
  font-weight: 600;
}

.h3-faq.bigger {
  margin-top: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
}

.displayed-price {
  justify-content: center;
  display: flex;
}

.prix-second {
  color: #201e62;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.image-6 {
  margin-right: 18px;
}

.image-6.moi {
  border-radius: 50px;
  margin-right: 18px;
  box-shadow: 0 2px 5px #4b80fb40, 0 0 0 1px #f2f1f6;
}

.top-title-left {
  color: #4b80fb;
  margin-top: 120px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.top-title-left.smaller.about {
  margin-top: 70px;
}

.top-title-left.smaller.about.center {
  text-align: center;
  margin-bottom: 5px;
}

.columns-1050 {
  align-items: center;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns-1050._50 {
  align-items: flex-start;
}

.columns-1050.spec {
  margin-left: 20px;
  margin-right: 25px;
}

.text-span-4 {
  color: #706f99;
  font-weight: 400;
}

.paragraph-4 {
  color: #706f99;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.paragraph-4.white {
  color: #fff;
}

.paragraph-4.white.price {
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

.paragraph-4.white.price.join {
  margin-bottom: 45px;
}

.section-1201 {
  max-width: 1200px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-68 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: auto;
  margin-bottom: auto;
}

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

.column-3.spec {
  padding-left: 0;
  padding-right: 0;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  border-radius: 4px;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  text-align: center;
  margin-bottom: 12px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

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

.button-primary-2:hover {
  background-color: var(--royal-blue);
  color: #fff;
}

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

.button-primary-2.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #2875e5;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: var(--royal-blue);
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.heading-40, .heading-41, .heading-42, .heading-43, .heading-44, .heading-45, .heading-46, .heading-47, .heading-48 {
  color: var(--royal-blue);
  text-align: right;
}

.heading-49, .heading-50 {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .style-guide-row {
    grid-column-gap: 24px;
  }

  .button.max-widtg {
    margin-left: auto;
    margin-right: auto;
  }

  .button.max-widtg.left {
    margin-left: 0;
  }

  .slider-home {
    margin-top: 0;
    padding-top: 0;
  }

  .slider-home-info {
    text-align: center;
    justify-items: center;
    width: 100%;
    margin-top: 64px;
  }

  .slider-wrap-home {
    width: 100%;
    position: static;
  }

  .section.color-01, .section.color-01.margin {
    margin-bottom: 0;
  }

  .section.zero-bottom.content-centered {
    padding-top: 0;
  }

  .image-background.position-bottom {
    object-position: 100% 50%;
  }

  .image-background.product {
    height: 100%;
  }

  .caption.black {
    margin-right: 0;
  }

  .benefits-3x {
    border-top-style: none;
    margin-top: 0;
  }

  .footer-1-instagram {
    grid-column-gap: 16px;
  }

  .instagram-wrapper:hover {
    box-shadow: none;
    transform: none;
  }

  .footer-instagram-title {
    text-align: center;
  }

  .footer-navigation-wrap {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .footer-1-newsletter-title {
    text-align: center;
  }

  .footer-newsletter-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-1-nav-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .customer-slider-content-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .logo-cloud-home {
    grid-template-columns: 1fr 1fr;
  }

  .section-detail {
    padding-left: 64px;
    padding-right: 64px;
  }

  .title-xl {
    font-size: 3em;
  }

  .grid-x-to-x-content {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .title-lg {
    font-size: 3em;
  }

  .title-lg.home {
    margin-right: 0;
  }

  .shop-3x-list {
    grid-template-columns: 1fr;
  }

  .shop-list-item-2 {
    background-color: var(--gainsboro-2);
  }

  .shop-list-item-2:hover {
    box-shadow: none;
    transform: none;
  }

  .shop-home {
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
  }

  .shop-teaser-wrap {
    grid-template-columns: 1fr;
  }

  .shop-teaser-link:hover {
    box-shadow: none;
    transform: none;
  }

  .shop-teaser-info-bottom {
    padding-bottom: 24px;
  }

  .teaser-footer-info {
    text-align: center;
  }

  .journal-home {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .cms-3x-post-content.more-space {
    margin-top: 256px;
  }

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

  .style-grid {
    max-width: none;
  }

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

  .accordion-trigger {
    letter-spacing: 0;
    align-items: center;
  }

  .post-image {
    margin-top: 24px;
  }

  .post-image.product {
    margin-top: 10px;
  }

  .shop-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .shop-list, .product-grid {
    grid-template-columns: 1fr;
  }

  .navbar-grid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link {
    border-bottom: 1px solid var(--black);
    text-align: center;
    padding: 24px 0;
  }

  .div-block-21 {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    display: grid;
    position: static;
  }

  .menu-button {
    background-color: var(--gainsboro-2);
    text-align: center;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    padding: 0;
    font-family: ICONS, sans-serif;
    line-height: 1;
    display: flex;
    position: relative;
  }

  .menu-button.w--open {
    background-color: var(--chocolate-2);
  }

  .nav-menu {
    background-color: var(--background);
    width: 100%;
    height: auto;
    padding: 0 24px 24px;
    overflow: auto;
  }

  ._16-9-desktop {
    min-height: auto;
    max-height: none;
    padding-top: 0%;
  }

  .bg-image-wrapper.tablet-16-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-top: 56.25%;
    position: relative;
  }

  .grid-50-left {
    color: var(--black);
    width: 100%;
    padding-top: 24px;
    padding-bottom: 40px;
    padding-left: 32px;
    position: static;
  }

  .column-base.centered-tablet {
    justify-items: center;
  }

  .column-base.centered-tablet._4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .content-50-right {
    margin-left: 0%;
  }

  .footer-2-main-grid {
    grid-template-columns: 1fr;
  }

  .footer-2-divider {
    width: 100%;
    height: 1px;
    inset: -32px 0% auto;
  }

  .footer-2-social-meta {
    padding-left: 0;
    padding-right: 0;
  }

  .bg-image-wrapper-desktop {
    height: auto;
    position: relative;
  }

  .text-2xl {
    border-top: 1px none var(--gray-3);
    background-color: var(--azure);
    margin-left: -24px;
    margin-right: -24px;
    padding: 50px 24px;
  }

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

  .holder {
    width: 100%;
    max-width: 320px;
  }

  .shift-grid {
    grid-column-gap: 64px;
  }

  .shift-to-left {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: -64px;
    margin-left: -24px;
  }

  .how-it-works-item-1, .how-it-works-item-2, .how-it-works-item-4 {
    width: 100%;
  }

  .cta-mockup-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .mockup-grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .mockup-wrap {
    width: 50%;
    margin-top: 0;
  }

  .column-sm.centered-tablet {
    justify-content: center;
    justify-items: center;
  }

  .mockup-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-under-navbar {
    margin-top: 0;
  }

  .tooltip-wrap {
    align-items: flex-start;
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .tooltip-icon {
    display: none;
  }

  .tooltip-text {
    text-align: left;
    width: 100%;
    padding: .5em 0 0;
    position: static;
    transform: none;
  }

  .all-demos-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .all-demos-title {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .footer-2-large-link {
    font-size: 1.125em;
  }

  .cms-team-thumbs {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  ._3x-customer-list {
    grid-column-gap: 32px;
  }

  .shift-grid-2 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .shift-grid-2-item-3 {
    margin-left: 64px;
  }

  .shift-grid-2-item-4 {
    margin-left: 0;
  }

  .shift-grid-2-item-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-11 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-45 {
    width: 75%;
  }

  .div-block-47 {
    margin-right: 0;
  }

  .footer-2-nav-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-1-nav-divider {
    width: 100%;
    height: 1px;
    inset: -32px 0% auto;
  }

  .div-block-48 {
    border-bottom: 1px solid var(--white-8);
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .content-left.product {
    margin-top: 0;
  }

  .profile-sticky {
    background-color: var(--background);
    grid-template-columns: 1fr;
  }

  .profile-sticky-cms-list {
    margin-top: 0;
  }

  .profile-sticky-grid {
    grid-column-gap: 16px;
    grid-template-columns: .5fr 1fr;
  }

  .profile-sticky-description {
    width: auto;
  }

  .profile-sticky-divider {
    left: 0;
  }

  .profile-sticky-arrow {
    width: auto;
  }

  .item-absolute-left {
    width: 128px;
    left: 0;
  }

  .item-absolute-right {
    position: relative;
    top: 0;
  }

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

  .grid-20 {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

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

  .jump-to-wrap {
    padding-left: 64px;
    padding-right: 64px;
  }

  .hero-under-navbar {
    padding-top: 144px;
    padding-bottom: 64px;
  }

  .hero-centered {
    grid-column-gap: 128px;
    grid-row-gap: 32px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image {
    width: 50%;
    margin-top: 0;
    margin-bottom: -128px;
  }

  .hero-content {
    text-align: center;
    align-items: center;
  }

  .halves-grid-with-margin {
    grid-template-columns: 1fr;
  }

  .contact-link {
    font-size: 18px;
  }

  .grid-26 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    max-width: 512px;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-underline-hover {
    display: none;
  }

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

  .menu-icon-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .menu-icon-close {
    display: none;
  }

  .profile-image {
    width: 200px;
    height: 200px;
    right: 64px;
  }

  .profile-wrap {
    padding-right: 200px;
  }

  .profile-info {
    padding-left: 64px;
  }

  .shop-3x-list-1, .shop-4x-list-1 {
    grid-template-columns: 1fr;
  }

  .title-lg-2 {
    font-size: 3em;
  }

  .cta-mockup-section-2 {
    padding-left: 64px;
    padding-right: 64px;
  }

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

  .grid-28 {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

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

  .vector-blue-top {
    margin-left: -37px;
  }

  .bandeau-trust.white {
    margin-top: 60px;
  }

  .testimonial-box._2-lines, .testimonial-box._1-line {
    margin-top: 0;
  }

  .h1-center.join {
    max-width: 400px;
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
    font-size: 45px;
  }

  .button-primary.squared {
    white-space: nowrap;
    margin-left: 10px;
  }

  .price-block-left.price {
    padding-left: 40px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
  }

  .h3-faq {
    margin-bottom: 15px;
    line-height: 18px;
  }

  .top-title-left {
    margin-top: 100px;
  }

  .top-title-left.smaller.about.center {
    margin-top: 60px;
  }

  .container-3 {
    max-width: 728px;
  }

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

  .pricing-card {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-row {
    grid-template-columns: 1fr;
  }

  .text-lg {
    letter-spacing: 0;
  }

  .text-field-large {
    height: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .textarea-large {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-xl {
    font-size: 1.25em;
  }

  .slider-home-info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.no-margin-bottom {
    padding-bottom: 20px;
  }

  .section._620.padded {
    padding-left: 20px;
  }

  .benefits-3x {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .footer-1 {
    padding-top: 64px;
  }

  .footer-1-instagram {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-instagram-title {
    margin-bottom: 16px;
  }

  .footer-navigation-wrap {
    margin-bottom: 32px;
  }

  .footer-1-nav-title {
    margin-bottom: 8px;
  }

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

  .footer-1-social-icon {
    margin-left: 2px;
    margin-right: 2px;
  }

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

  .logo-cloud-home {
    grid-column-gap: 32px;
  }

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

  .section-detail {
    padding-top: 128px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .timeline-chapter-item {
    background-color: var(--dark-slate-grey);
    text-align: center;
    width: 75%;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .timeline {
    grid-row-gap: 2.5em;
  }

  .timeline-chapter-indicator {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .timeline-chapter, .timeline-chapter.reverse {
    flex-direction: column;
  }

  .teaser-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .shop-teaser-title {
    font-size: 32px;
  }

  .timeline-chapter-image {
    text-align: center;
    width: 75%;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-top: 75%;
  }

  .teaser-footer-info {
    padding-bottom: 0;
  }

  .journal-cms-featured-description {
    margin-bottom: 0;
  }

  .link-with-arrow.hide-mobile {
    display: none;
  }

  .cms-3x-post-content {
    margin-top: 256px;
  }

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

  .section-posts, .section-post {
    padding-top: 64px;
  }

  .shop-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .product-info {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    margin-top: 64px;
  }

  .navbar-grid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-menu {
    left: 0%;
  }

  .bg-image-wrapper.mobile-1-1 {
    height: auto;
    padding-top: 100%;
    position: relative;
  }

  .column-base.centered-tablet {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-2-main-grid {
    padding-top: 32px;
  }

  .footer-2-navigation-list {
    margin-top: 8px;
  }

  .footer-2-social-icon {
    margin-left: 2px;
    margin-right: 2px;
  }

  .benefits-3x-divider {
    width: auto;
    height: 1px;
    inset: -32px 32px auto;
  }

  .text-2xl {
    font-size: 2em;
  }

  .instagram-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .instagram-4x-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 44px;
  }

  .faq-margin {
    margin-left: 12.5%;
  }

  .shift-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .shift-to-left {
    border-bottom-right-radius: 4px;
    margin-bottom: 0;
  }

  .shift-mobile {
    margin-left: 33.3%;
  }

  .how-it-works {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    align-content: start;
    align-items: start;
  }

  .how-it-works-content {
    grid-template-columns: 1fr;
  }

  .how-it-works-item-1 {
    width: 100%;
  }

  .how-it-works-item-5 {
    width: 100%;
    transform: none;
  }

  .how-it-works-item-3 {
    margin-top: 0;
    transform: none;
  }

  .how-it-works-item-4 {
    margin-bottom: 0;
  }

  .cta-mockup-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .all-demos-title {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .full-section-under-navbar {
    margin-top: 0;
  }

  .footer-2-contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-2-large-link {
    font-size: 1.25em;
  }

  .footer-2-meta-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    align-items: start;
  }

  .footer-2-trustpilot-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-2-trustpilot {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .payment-logo {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .footer-2-meta {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .cms-team-thumbs {
    grid-template-columns: 1fr;
  }

  .fullscreen-section.mobile-none {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._3x-customer-list {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .shift-grid-2-item-3 {
    margin-top: -32px;
  }

  .shift-grid-2-item-4 {
    margin-left: -32px;
    margin-right: 32px;
  }

  .div-block-44 {
    padding-left: 0;
  }

  .div-block-46 {
    width: 128px;
    padding-top: 128px;
    left: -64px;
  }

  .image-wrapper-2-3.image-wrapper-1-1-mobile {
    padding-top: 100%;
  }

  .jump-to-wrap {
    text-align: center;
    padding: 12px 24px;
  }

  .jump-to-grid {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .hero-under-navbar {
    padding-top: 80px;
  }

  .mask {
    width: 45%;
  }

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

  .profile-image {
    margin-top: 32px;
    position: static;
  }

  .profile-wrap {
    padding-right: 0;
  }

  .profile-grid {
    grid-template-columns: 1fr;
    padding-top: 32px;
  }

  .profile-divider {
    width: 100%;
    height: 1px;
    inset: -32px 0% auto;
  }

  .profile-info {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-3x-list-1, .shop-4x-list-1 {
    grid-column-gap: 8px;
    grid-row-gap: 32px;
  }

  .cta-mockup-section-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .h2-home-box.larger.centered {
    line-height: 35px;
  }

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

  .vector-blue-top {
    border-top-right-radius: 30px;
    max-width: 122%;
    margin-left: -47px;
    margin-right: -50px;
    display: none;
    position: absolute;
  }

  .paragraph-3 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .div-block {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .bandeau-trust {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .bandeau-trust.white.top {
    max-width: 440px;
    padding-left: 10px;
  }

  .bandeau-trust.white.spec {
    padding-bottom: 30px;
  }

  .h1-center, .h1-center.join {
    margin-top: 90px;
  }

  .price-block-right {
    border-top-right-radius: 0;
    border-bottom-left-radius: 26px;
  }

  .button-primary.squared {
    width: auto;
    margin-left: 0;
  }

  .column.no-padding {
    padding-right: 0;
  }

  .price-block-left {
    border-top-right-radius: 26px;
    border-bottom-left-radius: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .price-block-left.price {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .first-p-center {
    margin-bottom: 40px;
  }

  .first-p-center.price {
    text-align: left;
  }

  .first-p-center.left.bigger {
    text-align: center;
  }

  .price-block {
    flex-direction: column;
  }

  .top-title-left {
    margin-top: 90px;
  }

  .columns-1050.spec {
    text-align: center;
    flex-direction: column;
    margin-right: 20px;
  }

  .paragraph-4 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .div-block-68 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }
}

@media screen and (max-width: 479px) {
  h6 {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: .9em;
  }

  .page-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .style-guide-row {
    grid-template-columns: 1fr;
  }

  .style-guide-column {
    grid-auto-flow: row;
  }

  .text-lg {
    font-size: 1.1em;
  }

  .container.anchor {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-home {
    width: auto;
  }

  .button-group {
    grid-auto-flow: row;
  }

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

  .section._620 {
    padding-left: 20px;
  }

  .image-background.position-bottom {
    object-position: 85% 50%;
  }

  .image-background.product {
    height: 75%;
  }

  .benefits-3x {
    margin-top: 0;
  }

  .footer-1-instagram {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .footer-instagram-title, .footer-1-newsletter-title {
    font-size: 20px;
  }

  .footer-submit-button {
    display: block;
  }

  .footer-1-nav-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .footer-1-meta {
    justify-items: start;
  }

  .footer-1-social-icon {
    margin-left: 0;
    margin-right: 4px;
  }

  .title-md {
    font-size: 1.5em;
  }

  .title-md.bigger {
    font-size: 2em;
  }

  .customer-slider-content-wrap {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .customer-slider-quote {
    font-size: 18px;
  }

  .logo-cloud-home {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .title-xl {
    letter-spacing: 0;
    font-size: 2.5em;
  }

  .title-xl.none.mobile {
    font-size: 2.5em;
  }

  .grid-x-to-x-content {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .footer-2-newsletter-title {
    margin-bottom: .5em;
  }

  .timeline-chapter-item {
    width: 100%;
  }

  .title-lg {
    font-size: 2.25em;
  }

  .shop-teaser-info-bottom {
    padding: 24px 24px 16px;
  }

  .shop-teaser-title {
    margin-bottom: 4px;
    font-size: 24px;
  }

  .timeline-chapter-image {
    width: 100%;
  }

  .timeline-chapter-image.rotate-left {
    transform: rotate(-2deg);
  }

  .timeline-chapter-image.rotate-right {
    transform: rotate(2deg);
  }

  .journal-cms-list {
    grid-row-gap: 32px;
  }

  .journal-cms-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .journal-cms-featured-title {
    font-size: 1em;
    line-height: 1.333;
  }

  .journal-cms-featured-image {
    padding-top: 66.6%;
    position: relative;
  }

  .cms-3x-post-content {
    text-align: left;
    align-items: flex-start;
    margin: 0;
    padding: 16px 0 0;
  }

  .cms-3x-post-content.more-space {
    background-color: #0000;
    margin-top: 0;
  }

  .cms-4x-post {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .cms-4x-post-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .cms-4x-post-grid.spec {
    margin-bottom: 25px;
  }

  .block-header {
    font-size: .875em;
  }

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

  .expand-icon {
    display: none;
  }

  .accordion-trigger {
    padding-right: 3px;
  }

  .add-to-cart-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .quantity {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .product-info {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    margin-top: 32px;
  }

  .navbar-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .grid-50-left {
    padding: 24px 0 20px;
  }

  .column-base.centered-tablet {
    grid-template-columns: 1fr;
  }

  .footer-2-social-icon {
    margin-left: 2px;
    margin-right: 2px;
  }

  .footer-2-social-icons-wrap {
    justify-content: center;
    margin-top: 8px;
  }

  .footer-2-social-meta {
    flex-direction: column;
    justify-content: center;
  }

  .text-2xl {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1.75em;
  }

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

  .order-info-wrap {
    grid-auto-columns: 1fr;
    margin-bottom: 4px;
  }

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

  .order-item-price {
    border-top: 1px solid var(--gray-3);
    margin-top: 4px;
    margin-left: 76px;
    padding-top: 4px;
  }

  .caption-line {
    width: 32px;
  }

  .holder {
    width: 80%;
  }

  .faq-margin, .shift-mobile {
    margin-left: 0%;
  }

  .how-it-works {
    grid-template-columns: 1fr;
  }

  .how-it-works-number {
    top: 12px;
    left: 12px;
    transform: none;
  }

  .cta-mockup-section {
    padding-top: 24px;
  }

  .mockup-feature {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .mockup-wrap {
    width: 75%;
    margin-bottom: -128px;
  }

  .shop-thumb-description {
    flex-direction: column;
  }

  .footer-2-meta-grid {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .div-block-39 {
    padding: 24px;
  }

  ._3x-customer-list {
    width: 100%;
  }

  .shift-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .shift-grid-2-item-3 {
    margin-top: 0;
    margin-left: 64px;
  }

  .shift-grid-2-item-2 {
    margin-bottom: 0;
    margin-right: 64px;
  }

  .shift-grid-2-item-4 {
    margin-left: 0;
  }

  .grid-11, .div-block-45 {
    width: 100%;
  }

  .div-block-46 {
    width: 100%;
    margin-top: 24px;
    padding-top: 100%;
    position: relative;
    left: 0;
  }

  .footer-1-submit-button {
    display: none;
  }

  .footer-2-nav-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .content-left.product {
    margin-top: -80px;
  }

  .profile-sticky-grid {
    grid-template-columns: 1fr;
    padding-bottom: 32px;
  }

  .profile-sticky-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .item-absolute-left {
    top: auto;
    bottom: 0;
    left: -32px;
  }

  .item-absolute-right {
    right: -100px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-20, .grid-21._2nd {
    grid-template-columns: 1fr;
  }

  .jump-to-grid {
    width: 100%;
  }

  .hero-image {
    width: 75%;
  }

  ._2x-contact-list {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .form-2-column, .product-images, .style-image-grid {
    grid-template-columns: 1fr;
  }

  .profile-image {
    width: 100%;
  }

  .title-lg-2 {
    font-size: 2.25em;
  }

  .cta-mockup-section-2 {
    padding-top: 24px;
  }

  .grid-27._2nd, .reviews-grid-2, .grid-28 {
    grid-template-columns: 1fr;
  }

  .h2-home-box.larger {
    margin-bottom: 20px;
    line-height: 35px;
  }

  .h2-home-box.larger.centered {
    font-size: 26px;
  }

  .duration-choice {
    justify-content: center;
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-3.white.price {
    line-height: 20px;
  }

  .page-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .trial-text {
    font-size: 22px;
  }

  .billed {
    letter-spacing: -.5px;
    margin-left: 12px;
    margin-right: 8px;
    font-size: 13px;
    line-height: 12px;
  }

  .billed.right {
    margin-left: 25px;
    margin-right: 0;
  }

  .billed.right.monthly {
    letter-spacing: -.5px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 12px;
  }

  .save {
    margin-right: 8px;
    font-size: 11px;
  }

  .bandeau-trust.white.top {
    max-width: 290px;
  }

  .button-home-box.prix {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .button-home-box.prix.smaller {
    letter-spacing: -.3px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .check-icon-feature {
    margin-right: 10px;
  }

  .h1-center {
    margin-top: 80px;
    font-size: 40px;
    line-height: 40px;
  }

  .h1-center.join {
    max-width: 270px;
    margin-top: 80px;
    font-size: 30px;
    line-height: 35px;
  }

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

  .feature-sub-text {
    font-size: 15px;
  }

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

  .price-block-left {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .testimonials-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

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

  .top-title-left {
    margin-top: 80px;
  }

  .top-title-left.smaller {
    font-size: 13px;
    line-height: 18px;
  }

  .columns-1050._50 {
    display: block;
  }

  .paragraph-4.white.price {
    line-height: 20px;
  }

  .container-3 {
    max-width: none;
  }
}

#w-node-_1273da08-9c42-5efb-c2d5-08fc411e2698-28f608de, #w-node-d937a40e-54bc-b424-cd71-8d0e21e71cae-28f608de, #w-node-a95dc74c-7d19-2a9b-5359-970a4375be5b-28f608de, #w-node-_8b792687-4225-6727-f068-a4ec4cfb3535-28f608de, #w-node-_6a77d220-cc76-548d-3252-515a44d64af6-28f608de, #w-node-_00971d96-2629-938c-2e7f-1be5db341f31-28f608de, #w-node-_288e675a-e470-81be-712b-fb53115b01ab-28f608de, #w-node-bed19798-25c2-72ff-71c9-ea0f777d0e31-28f608de, #w-node-_7b5ffc86-8e08-3ad7-44e2-108411036c76-28f608de, #w-node-_288e675a-e470-81be-712b-fb53115b01af-28f608de, #w-node-_0aecca57-f54d-6de1-aba2-16de7c252122-28f608de, #w-node-_7441ece8-4499-3a5f-133f-1738c1c25583-28f608de, #w-node-_42b90a28-fd73-b7b1-31fd-62b31fa22320-28f608de, #w-node-_63568f48-79ac-d1db-d8e5-eb04e70e01f3-28f608de, #w-node-_7441ece8-4499-3a5f-133f-1738c1c25587-28f608de, #w-node-c3cd8c04-b676-6c14-266a-ff0434493ed1-28f608de, #w-node-_9e144875-6239-e01a-496f-6eed0eb767a7-28f608de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c653113-1c7e-7f7f-3aa7-13d55764eda0-28f608de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6c3788fe-cde1-e2e5-4794-32a7652727d5-28f608de, #w-node-_6c3788fe-cde1-e2e5-4794-32a7652727dd-28f608de, #w-node-_6c3788fe-cde1-e2e5-4794-32a7652727e0-28f608de, #w-node-_6c3788fe-cde1-e2e5-4794-32a7652727e1-28f608de, #w-node-_6c3788fe-cde1-e2e5-4794-32a7652727e2-28f608de, #w-node-_2c1ac604-f42e-af44-e844-8e108da31e73-28f608de, #w-node-_2c1ac604-f42e-af44-e844-8e108da31e75-28f608de, #w-node-_2c1ac604-f42e-af44-e844-8e108da31e77-28f608de, #w-node-_2c1ac604-f42e-af44-e844-8e108da31e82-28f608de, #w-node-_2c1ac604-f42e-af44-e844-8e108da31e88-28f608de, #w-node-_2c1ac604-f42e-af44-e844-8e108da31e8a-28f608de, #w-node-_2c1ac604-f42e-af44-e844-8e108da31e8c-28f608de, #w-node-_2c1ac604-f42e-af44-e844-8e108da31e97-28f608de, #w-node-_989437c9-78ac-98c7-69ab-0715ec7ee4e6-28f608de, #w-node-_989437c9-78ac-98c7-69ab-0715ec7ee4e8-28f608de, #w-node-_989437c9-78ac-98c7-69ab-0715ec7ee4ea-28f608de, #w-node-_989437c9-78ac-98c7-69ab-0715ec7ee4f5-28f608de, #w-node-e122d78e-081c-27f2-ce6c-b28790b97383-28f608de, #w-node-e122d78e-081c-27f2-ce6c-b28790b97385-28f608de, #w-node-e122d78e-081c-27f2-ce6c-b28790b97387-28f608de, #w-node-e122d78e-081c-27f2-ce6c-b28790b97392-28f608de, #w-node-_96e0b316-c71d-2bff-b777-2d801fd9a484-28f608de, #w-node-_96e0b316-c71d-2bff-b777-2d801fd9a486-28f608de, #w-node-_96e0b316-c71d-2bff-b777-2d801fd9a488-28f608de, #w-node-_96e0b316-c71d-2bff-b777-2d801fd9a493-28f608de, #w-node-_132b81e9-221d-a35c-fa88-24452de87ada-28f608de, #w-node-_132b81e9-221d-a35c-fa88-24452de87adc-28f608de, #w-node-_132b81e9-221d-a35c-fa88-24452de87ade-28f608de, #w-node-_132b81e9-221d-a35c-fa88-24452de87ae9-28f608de, #w-node-_7fbb1931-fb09-d2f9-285a-b6b0743c1ff7-28f608de, #w-node-_7fbb1931-fb09-d2f9-285a-b6b0743c1ff9-28f608de, #w-node-_7fbb1931-fb09-d2f9-285a-b6b0743c1ffb-28f608de, #w-node-_7fbb1931-fb09-d2f9-285a-b6b0743c2006-28f608de, #w-node-d35c7919-53bf-2159-f1ca-cfc3339593bc-28f608de, #w-node-d35c7919-53bf-2159-f1ca-cfc3339593be-28f608de, #w-node-d35c7919-53bf-2159-f1ca-cfc3339593c0-28f608de, #w-node-d35c7919-53bf-2159-f1ca-cfc3339593cb-28f608de, #w-node-_98a0bde4-bbbb-0a43-a430-245267362571-28f608de, #w-node-_98a0bde4-bbbb-0a43-a430-245267362573-28f608de, #w-node-_98a0bde4-bbbb-0a43-a430-245267362575-28f608de, #w-node-_98a0bde4-bbbb-0a43-a430-245267362580-28f608de, #w-node-_49b5efdd-564d-8058-b696-8fee3b008b26-28f608de, #w-node-_49b5efdd-564d-8058-b696-8fee3b008b2c-28f608de, #w-node-_49b5efdd-564d-8058-b696-8fee3b008b33-28f608de, #w-node-_49b5efdd-564d-8058-b696-8fee3b008b3a-28f608de, #w-node-ba89ad29-dc6b-0b64-2008-83f52f5009a6-2f5009a3, #w-node-ba89ad29-dc6b-0b64-2008-83f52f5009bb-2f5009a3, #w-node-ba89ad29-dc6b-0b64-2008-83f52f5009bc-2f5009a3, #w-node-_76aa04f6-dc40-2e01-eb22-0733ad730d08-2f5009a3, #w-node-_76aa04f6-dc40-2e01-eb22-0733ad730d0a-2f5009a3, #w-node-_76aa04f6-dc40-2e01-eb22-0733ad730d0e-2f5009a3, #w-node-_76aa04f6-dc40-2e01-eb22-0733ad730d12-2f5009a3, #w-node-_76aa04f6-dc40-2e01-eb22-0733ad730d16-2f5009a3, #w-node-ba89ad29-dc6b-0b64-2008-83f52f5009cd-2f5009a3, #w-node-ba89ad29-dc6b-0b64-2008-83f52f5009d1-2f5009a3, #w-node-ba89ad29-dc6b-0b64-2008-83f52f5009d7-2f5009a3, #w-node-ab205041-12d8-bd91-3d78-0946f67fe4d7-2f5009a3, #w-node-_9b5d2be3-2e45-84ed-fecc-32ed870377f6-2f5009a3, #w-node-c05e3fcf-598d-067d-01d7-8289d21ba7fd-ac766a55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b226e8e-e929-5787-73a7-8d55fe579f58-ac766a55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c722cefd-b802-4c5c-d09d-3f82d73712ce-88f608f0, #w-node-_1167125c-b1ed-cdd6-e282-e479510f12a0-88f608f0, #w-node-_1167125c-b1ed-cdd6-e282-e479510f1288-88f608f0, #w-node-dea44cf1-9d40-4efc-3e0b-b42da41eaad1-1af608f8, #w-node-_298f0ebd-e633-8892-6b3b-1781234b7b11-1af608f8, #w-node-_298f0ebd-e633-8892-6b3b-1781234b7b12-1af608f8, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bbec-1a0937cd, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bbed-1a0937cd, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bbf1-1a0937cd, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc04-1a0937cd, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc08-1a0937cd, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc1b-1a0937cd, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc1f-1a0937cd, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc32-1a0937cd, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc33-1a0937cd, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc37-1a0937cd, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc4a-1a0937cd, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc4e-1a0937cd, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc61-1a0937cd, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc65-1a0937cd, #w-node-_394661ce-177e-d1e2-4385-61c313493c0b-1a0937cd, #w-node-_394661ce-177e-d1e2-4385-61c313493c0f-1a0937cd, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc78-1a0937cd, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc79-1a0937cd, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc7d-1a0937cd, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc90-1a0937cd, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc94-1a0937cd, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bbec-a354606d, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bbed-a354606d, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bbf1-a354606d, #w-node-c31f4ffb-b9ff-40e8-eb90-f55449a083fc-a354606d, #w-node-c31f4ffb-b9ff-40e8-eb90-f55449a08400-a354606d, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc32-a354606d, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc33-a354606d, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc37-a354606d, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc4a-a354606d, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc4e-a354606d, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc78-a354606d, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc79-a354606d, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc7d-a354606d, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc90-a354606d, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc94-a354606d, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc04-a354606d, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc08-a354606d, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bbec-b1057e48, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bbed-b1057e48, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bbf1-b1057e48, #w-node-cb2c2a12-15df-578f-3e1f-2f74605aca02-b1057e48, #w-node-cb2c2a12-15df-578f-3e1f-2f74605aca06-b1057e48, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc32-b1057e48, #w-node-_7e06c716-d9a4-cb86-88bb-1bdbec15c5ce-b1057e48, #w-node-_7e06c716-d9a4-cb86-88bb-1bdbec15c5d2-b1057e48, #w-node-_959c98bc-6780-edfa-a5e5-98ba39c8f875-b1057e48, #w-node-_959c98bc-6780-edfa-a5e5-98ba39c8f879-b1057e48, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc78-b1057e48, #w-node-_5a9b612b-1b04-0ddc-33a2-9d83143776bc-b1057e48, #w-node-_5a9b612b-1b04-0ddc-33a2-9d83143776c0-b1057e48, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc79-b1057e48, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc7d-b1057e48, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bbec-0e7b8480, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bbed-0e7b8480, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bbf1-0e7b8480, #w-node-_246ac068-0403-60ed-68d5-215d159f096b-0e7b8480, #w-node-_246ac068-0403-60ed-68d5-215d159f096f-0e7b8480, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc32-0e7b8480, #w-node-b9e637fa-45dc-7134-8dd9-0477b4388dbe-0e7b8480, #w-node-b9e637fa-45dc-7134-8dd9-0477b4388dc2-0e7b8480, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc78-0e7b8480, #w-node-_05d82094-898e-72bd-304f-6d4326723b01-0e7b8480, #w-node-_05d82094-898e-72bd-304f-6d4326723b05-0e7b8480, #w-node-_0b33ad00-2af0-c03f-4a4a-65ef7fe237c8-0e7b8480, #w-node-_0b33ad00-2af0-c03f-4a4a-65ef7fe237cc-0e7b8480, #w-node-_789a5869-8edd-ff68-998e-18989f7fd820-16467b28, #w-node-_789a5869-8edd-ff68-998e-18989f7fd840-16467b28, #w-node-_789a5869-8edd-ff68-998e-18989f7fd868-16467b28, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7eed0-16467b28, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7eed1-16467b28, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7eed5-16467b28, #w-node-_6f5e792d-90a9-e09b-4d84-1cb28812410c-16467b28, #w-node-_6f5e792d-90a9-e09b-4d84-1cb288124110-16467b28, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7eee5-16467b28, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7eee9-16467b28, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7eef9-16467b28, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7eefd-16467b28, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7ef0d-16467b28, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7ef0e-16467b28, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7ef12-16467b28, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7ef22-16467b28, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7ef26-16467b28, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7ef36-16467b28, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7ef3a-16467b28, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7ef4a-16467b28, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7ef4e-16467b28, #w-node-_5c518ffe-5db3-176e-e6e9-f1a5407d9c87-16467b28, #w-node-_5c518ffe-5db3-176e-e6e9-f1a5407d9c8e-16467b28, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7ef5e-16467b28, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7ef5f-16467b28, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7ef63-16467b28, #w-node-_4c5ac466-90d3-281b-a51b-8eabf73ec77a-16467b28, #w-node-_4c5ac466-90d3-281b-a51b-8eabf73ec77e-16467b28, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7ef73-16467b28, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7ef77-16467b28, #w-node-_9887e6b5-01d1-297c-a6ca-780ba2cb5e11-16467b28, #w-node-_9887e6b5-01d1-297c-a6ca-780ba2cb5e15-16467b28, #w-node-_9f4bb6ad-0763-c9d1-17cd-7700db24ea46-16467b28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ec65a94f-589c-c3a0-156b-d871b33733ec-28f608de {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6c3788fe-cde1-e2e5-4794-32a7652727d5-28f608de, #w-node-_6c3788fe-cde1-e2e5-4794-32a7652727dd-28f608de {
    justify-self: center;
  }

  #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc78-1a0937cd, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc78-a354606d, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc78-b1057e48, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc78-0e7b8480, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7ef5e-16467b28 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ec65a94f-589c-c3a0-156b-d871b33733ec-28f608de {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc78-1a0937cd, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc78-a354606d, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc78-b1057e48, #w-node-ffc8aec5-19b5-6908-57e7-7f424954bc78-0e7b8480, #w-node-e4464c5b-c7ae-6b60-7383-327ae8a7ef5e-16467b28 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'SOCIAL';
  src: url('../fonts/6203d8c59cb4603b1ee282f0_social-icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calling Code';
  src: url('../fonts/Dharma-Type---Calling-Code-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncut Sans';
  src: url('../fonts/UncutSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ICONS';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shocka';
  src: url('../fonts/ShockaSerif-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}