@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --ghost-white: #fcfbff;
  --paragraph: #5e5e5e;
  --blue-violet: #6f39f8;
  --black: #3c4043;
  --hover: #f6f3ff;
  --white: white;
  --hover-button: #582fc2;
  --webflow: #146ef5;
  --border: #e0e0e0;
}

.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;
}

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

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

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

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

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

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

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

body {
  background-color: var(--ghost-white);
  color: #333;
  letter-spacing: -.03rem;
  font-family: Satoshi Variable, sans-serif;
  font-size: .9375rem;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.07rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--paragraph);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

a {
  color: var(--blue-violet);
  text-decoration: underline;
}

ul {
  color: var(--paragraph);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

ol {
  color: var(--paragraph);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1rem;
  line-height: 1.5;
}

li {
  font-weight: 600;
}

blockquote {
  border-left: 3px solid var(--blue-violet);
  color: var(--black);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.dropdown-link-text {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-list-item-title-container {
  border-left: 2px solid #6f39f8;
  padding-left: 1rem;
  font-weight: 500;
  position: relative;
}

.text-list-item-title-container.no-border {
  border-left-style: none;
  margin-left: 0;
  padding-left: 0;
}

.text-list-item-title-container.no-border.max-width-large {
  max-width: 48rem;
  padding-left: 0;
  padding-right: 0;
}

.text-list-item-title-container.hide-border-mobile {
  border-left-style: none;
}

.text-list-item-title-container.margin-left {
  margin-left: -3px;
}

.footer-separator {
  background-color: #e0e0e0;
  width: 100%;
  max-width: 67rem;
  height: 1px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.container-caption {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #6f39f80d;
  border-radius: 100px;
  align-items: center;
  padding: .3rem .6rem;
  display: inline-block;
}

.dropdown-container-links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  flex: 0 45%;
  justify-content: space-between;
  display: flex;
}

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

.navbar-dropdown-wrapper {
  position: fixed;
  top: 0;
  left: 0;
}

.navbar-dropdown-wrapper.w--open {
  background-color: #0000;
  position: fixed;
  top: 7.2rem;
}

.container-bg-grid {
  z-index: 0;
  width: 100%;
  height: auto;
  display: block;
  position: fixed;
}

.dropdown-container-info-app {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  border-radius: .5rem;
  flex: 0 70%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bg-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 100vh;
  margin: 0 4px;
}

.dropdown-container-links-app {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  flex: 0 45%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.navbar-box {
  flex: 0 auto;
  align-items: center;
  width: 100%;
  max-width: 67.5rem;
  height: 100%;
  margin: auto;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

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

.collection-list._3columns {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.collection-list._2columns {
  grid-template-columns: 1fr 1fr;
}

.spacer {
  height: 8rem;
}

.spacer._2rem {
  height: 2rem;
}

.spacer._4-2rem {
  height: 4rem;
}

.spacer._0-5rem {
  height: .5rem;
}

.spacer._1rem {
  height: 1rem;
}

.footer-container-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.navbar-container-buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.navbar-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dot {
  background-color: #9b9b9b;
  border-radius: 100rem;
  width: .3rem;
  height: .3rem;
}

.navbar-container-links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.dropdown-icon {
  margin: 0 0 0 .2rem;
  position: static;
}

.navbar-dropdown {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  padding: 0;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.bg-grid2 {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
  width: auto;
  display: none;
}

.text-color-purple {
  color: #6f39f8;
  font-size: .85rem;
}

.bg-grid4 {
  border-left: 0 solid #e0e0e0;
  border-right: 1px dashed #e0e0e0;
  width: auto;
  display: none;
}

.main-wrapper {
  z-index: 1;
  position: relative;
}

.navbar-button {
  z-index: 100;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding-top: 0;
  display: none;
  position: relative;
}

.dropdown-link-info {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fff;
  border-radius: .5rem;
  align-items: center;
  padding: 0 1rem 0 2rem;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: flex;
}

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

.dropdown-container-info {
  background-color: #fff;
  border-radius: .5rem;
  flex: 0 60%;
  padding: 1.5rem;
  transition: background-color .3s ease-in-out;
  position: relative;
}

.dropdown-container-info:hover {
  background-color: var(--hover);
  max-width: 100%;
}

.menu-line-down {
  color: #f4f4f4;
  mix-blend-mode: normal;
  background-color: #cfcfcf;
  width: 2rem;
  height: 2px;
  margin-top: 0;
  position: absolute;
  bottom: 36%;
}

.footer-copyright {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #cfcfcf;
  align-items: center;
  display: flex;
}

.heading-style-h1 {
  letter-spacing: -.15rem;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
}

.heading-style-h1.big {
  color: #3c4043;
  letter-spacing: -.5rem;
  letter-spacing: -.5rem;
  font-size: 8rem;
  line-height: 1.1;
}

.footer-eclipse {
  color: #cfcfcf;
  transition: color .3s ease-in-out;
}

.footer-eclipse:hover {
  color: #fff;
}

.footer-eclipse.text-color-grey-on-white {
  color: #3c4043;
  font-weight: 600;
}

.footer-eclipse.text-color-grey-on-white:hover {
  color: #000;
}

.padding-wrap {
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer-title {
  color: #3c4043;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom: 1px dashed #e0e0e0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  margin-top: 2.2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.webflow-to-image {
  z-index: 2;
  height: 3rem;
  position: relative;
}

.webflow-to-image.dropdown {
  height: 2.5rem;
}

.section-hero {
  color: #3c4043;
  margin-top: 0;
  padding-top: 10rem;
  position: relative;
}

.bg-grid3 {
  border-right: 1px dashed #e0e0e0;
  width: auto;
  display: none;
}

.navbar-container-logo {
  height: 2.2rem;
}

.dropdown-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  border-radius: .5rem;
  flex: 1;
  align-items: center;
  padding: 1.5rem 2.5rem;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: flex;
}

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

.navbar-dropdown-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--ghost-white);
  color: #3c4043;
  border: 1px dashed #e0e0e0;
  border-top: 1px #dfe2e5;
  max-width: 67rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
}

.menu-line-up {
  color: #cfcfcf;
  mix-blend-mode: normal;
  background-color: #cfcfcf;
  width: 2rem;
  height: 2px;
  margin-top: 0;
  position: absolute;
  top: 36%;
}

.dropdown-link-app {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #3c4043;
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

.section {
  color: #3c4043;
}

.section.bg-color-lightpurple {
  background-color: #6f39f805;
}

.dropdown-link-subtitle {
  color: #5e5e5e;
  font-size: .875rem;
  font-weight: 700;
}

.button-small {
  color: #3c4043;
  text-align: center;
  border-radius: .25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.125rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
  display: flex;
}

.button-small.transparent {
  background-color: #0000;
  font-size: 1rem;
  position: static;
}

.button-small.transparent:hover {
  color: #6f39f8;
  background-color: #e7e2f580;
}

.button-small.transparent.w--open {
  color: #6f39f8;
  background-color: #e7e2f5;
}

.button-small.transparent.nav {
  color: var(--paragraph);
  align-items: center;
  font-weight: 700;
}

.button-small.transparent.nav.w--current {
  color: var(--blue-violet);
  background-color: #e7e2f580;
}

.button-small.transparent.nav.w--open {
  background-color: #f7f4ff;
}

.button-small.light-purple {
  color: #6f39f8;
  background-color: #6f39f808;
  border: 0 #6f39f8;
  flex: none;
  font-size: 1rem;
}

.button-small.light-purple:hover {
  color: #fff;
  background-color: #6f39f8;
}

.button-small.light-purple.nav {
  font-weight: 700;
}

.button-small.purple {
  background-color: var(--blue-violet);
  color: #fff;
  border: 0 #e7e2f5;
  font-size: 1rem;
}

.button-small.purple:hover {
  background-color: var(--hover-button);
  color: #f6f9fc;
}

.button-small.purple.is-submit {
  width: 100%;
}

.navbar-logo {
  color: #0000;
  height: 100%;
}

.button_text {
  letter-spacing: -.03rem;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.5rem;
}

.footer-link {
  color: #9b9b9b;
  letter-spacing: -.014em;
  align-items: center;
  font-size: .875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: color .4s ease-in-out;
  display: flex;
}

.footer-link:hover {
  color: #3c3c3b;
  font-weight: 600;
}

.footer-link:focus {
  color: #3c3c3b;
}

.footer-copyright-container {
  justify-content: space-between;
  width: 100%;
  max-width: 67.5rem;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: static;
}

.text-size-large {
  color: #5e5e5e;
  font-size: 1.5rem;
  font-weight: 500;
}

.text-size-large.text-color-white {
  color: #fff;
}

.text-size-large.max-width {
  max-width: 600px;
  font-size: 1.4rem;
}

.bg-grid1 {
  border-left: 1px dashed #e0e0e0;
  width: auto;
  display: none;
}

.dropdown-link-title {
  color: #3c4043;
  font-size: 1rem;
  font-weight: 600;
}

.notice-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.notice {
  background-color: #6f39f808;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
  display: inline-block;
}

.text-size-small {
  color: #3c4043;
  letter-spacing: 0;
  padding: 0;
  font-size: .7rem;
  font-weight: 700;
}

.text-size-small.text-color-purple {
  color: #6f39f8;
}

.text-size-small.text-color-purple.align-center {
  text-align: center;
  text-align: center;
  margin-bottom: 0;
}

.text-size-small.text-color-white {
  color: #fff;
}

.text-size-small.text-color-purple {
  color: #6f39f8;
  text-align: left;
  text-align: left;
}

.container-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #6f39f8;
  display: flex;
}

.container-button.centered {
  justify-content: center;
}

.label {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

.label.text-color-purple {
  letter-spacing: -.02rem;
  font-size: .85rem;
}

.button {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #f6f9fc;
  text-align: center;
  background-color: #6f39f8;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: #0a2540;
}

.button.is-secondary {
  color: #f6f9fc;
  background-color: #3c4043;
  border: 0 #000;
  font-weight: 600;
}

.button.is-secondary:hover {
  background-color: #5e5e5e;
}

.button.is-text {
  color: #6f39f8;
  background-color: #0000;
  border: 2px solid #0000;
  padding: 0;
  font-weight: 700;
  transition: color .2s, background-color .2s;
}

.button.is-text:hover {
  color: #0a2540;
}

.hiw-list-item-title {
  color: #3c4043;
  letter-spacing: -.05rem;
  padding-left: 0;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}

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

.hiw-list-item-container {
  border-left: 2px #6f39f8;
  padding-left: 1rem;
  font-weight: 500;
  position: relative;
}

.text-size-medium {
  color: #5e5e5e;
  letter-spacing: -.02rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.text-size-medium.bold {
  color: #3c4043;
  font-weight: 600;
}

.text-size-medium.black {
  color: #201515;
  letter-spacing: -.05rem;
}

.text-size-medium.light {
  color: var(--ghost-white);
}

.features-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #6f39f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1rem 1rem 0;
  display: flex;
}

.features-card.ceneterd {
  justify-content: center;
}

.image {
  width: 1.5rem;
  height: 1.5rem;
}

.section-hiw-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 2rem;
  font-weight: 500;
  display: flex;
}

.section-hiw-text.white-bg {
  background-color: var(--white);
  border: 1px dashed #e0e0e0;
  border-radius: 8px;
  padding: 2rem;
}

.text-size-regular {
  color: #5e5e5e;
  letter-spacing: -.03rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
}

.container-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.hero-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  border: 1px dashed #e0e0e0;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.hero-card.black {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  box-shadow: none;
  border-style: dashed;
  border-radius: 8px;
  justify-content: center;
  padding: 2rem;
}

.hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.hero-card-grid {
  grid-template-rows: auto;
}

.button_text-3 {
  font-weight: 800;
  line-height: 1.5rem;
}

.hero-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-left: 0;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.section-webflow-to {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 66.1rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.webflow-to-card {
  background-color: #fff;
  border-radius: 8px;
  flex: auto;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: -3px 3px 18px #8d8d8d26;
}

.webflow-to-card:hover {
  background-color: var(--ghost-white);
  box-shadow: none;
}

.text-block-113 {
  color: #3c3c3b;
  text-align: center;
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
}

.table-head {
  color: #3c3c3b;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.table-logo-image {
  width: 2rem;
  height: 2rem;
}

.table-logo-image.wordpress, .table-logo-image.shopify {
  width: 2.5rem;
  height: 2.5rem;
}

.table-wrapper {
  width: 60%;
}

.table-container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.text-wrapper {
  width: 40%;
  height: auto;
  margin-right: 20px;
}

.table-cell-wrapper {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-top: 0 #000;
  border-left: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 70px;
  display: flex;
}

.table-cell-wrapper.last {
  border-right-style: solid;
}

.table-cell-wrapper.last.first-row.udesly {
  border-right-style: solid;
  border-top-right-radius: .5rem;
}

.table-cell-wrapper.last.last-row, .table-cell-wrapper.last.last-row.bottom {
  border-bottom-right-radius: .5rem;
}

.table-cell-wrapper.last-row {
  border-bottom-style: solid;
}

.table-cell-wrapper.last-row.first-column {
  border-bottom-style: solid;
  border-bottom-left-radius: .5rem;
}

.table-cell-wrapper.first {
  background-color: #0000;
  border-bottom-style: none;
  border-right-style: none;
}

.table-cell-wrapper.first-column {
  border-top-style: solid;
  border-top-color: #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.table-cell-wrapper.first-column.top {
  border: 1px solid #e6e6e6;
  border-top-left-radius: .5rem;
}

.table-cell-wrapper.first-row {
  border-top: 1px solid #e6e6e6;
}

.table-cell-wrapper.first-row.webflow {
  border-left: 1px solid #e6e6e6;
  border-top-left-radius: .5rem;
}

.button_text-6 {
  font-weight: 800;
  line-height: 1.5rem;
}

.comparison-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #e6e6e6;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 3.25fr 1fr 1fr 1fr 1fr;
  margin-left: 60px;
}

.youtube-video {
  border: 5px solid #6f39f8;
  border-radius: 4px;
}

.container-video {
  padding-left: 0;
  padding-right: 0;
}

.webflow-to-tabs {
  grid-column-gap: 0rem;
  grid-row-gap: 10rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: stretch stretch;
  width: 100%;
  min-height: 450px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.webflow-to-tab-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-left: 0;
  padding-top: 2rem;
  display: flex;
}

.webflow-to-tab-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.webflow-to-tab-button {
  color: #f6f9fc;
  background-color: #9dbd53;
  justify-content: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: static;
}

.webflow-to-tab-button:hover {
  background-color: #577414;
}

.webflow-to-tab-button.jamstack {
  background-color: #ee1780;
}

.webflow-to-tab-button.wordpress {
  background-color: #3c4043;
}

.webflow-to-tab-pane-container {
  background-color: #fbfff1;
  border-radius: .5rem;
  height: 100%;
  margin-left: .5rem;
  padding: 0;
  overflow: hidden;
}

.webflow-to-tab-pane-container.wordpress {
  background-color: #3c404308;
}

.webflow-to-tab-pane-container.jamstack {
  background-color: #ee178008;
}

.webflow-to-tab-pane-container.ghost {
  background-color: #f3f5f8;
}

.webflow-to-tab-pane {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  align-items: flex-start;
  padding: 1rem 2rem;
  display: flex;
}

.webflow-to-tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  flex: 0 auto;
  margin-right: .5rem;
  display: flex;
}

.webflow-to-tabs-content {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.webflow-to-tab {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: .5rem;
  flex: 1;
  align-items: center;
  padding: 0 4rem 0 2rem;
  transition: background-color .2s ease-out;
  display: flex;
  box-shadow: -3px 3px 18px #8d8d8d26;
}

.webflow-to-tab:hover {
  background-color: #f6f3ff;
}

.webflow-to-tab.w--current {
  background-color: #f6f3ff;
  box-shadow: -3px 3px 18px #8d8d8d26;
}

.tab-label {
  font-size: 1rem;
  font-weight: 600;
}

.webflow-to-tab-separator {
  background-color: #445b0e;
  width: 80%;
  height: 1px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.webflow-to-tab-separator.shopify-tab {
  background-color: #d8e2c2;
}

.list-detail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #5e5e5e;
  align-items: center;
  display: flex;
}

.list-detail.done {
  color: #34af34;
}

.license-details-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: stretch;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.step-heading {
  font-size: 1.75rem;
}

._2columns {
  grid-template-rows: auto;
}

.text-size-medium-3 {
  color: #5e5e5e;
  letter-spacing: -.02rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.sign-in-logo {
  margin-bottom: 0;
  margin-left: -5px;
}

.sign-in-logo:hover {
  opacity: .7;
}

.signin-logo-block {
  margin-bottom: 10px;
  transition: all .3s;
}

.signin-logo-block:hover {
  opacity: .7;
}

._404-section {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

._404-text-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  min-height: 500px;
  display: flex;
}

.tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid #f3f3f3;
  justify-content: flex-start;
  width: 100%;
  padding: 1rem 0 0;
  display: flex;
}

.price-wrapper {
  grid-column-gap: 5px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.template-cover {
  z-index: -1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  position: relative;
}

.price-template-card {
  color: #3c4043;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #f6f9fc;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 3% 3% auto auto;
}

.template-tag-container {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px #0000;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 55px;
  padding: .5rem 1rem 1rem;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.templates-info-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.template-tag {
  color: #3c4043;
  letter-spacing: 0;
  background-color: #f6f9fc;
  border-radius: 4px;
  padding: .2rem .3rem;
  font-size: .7rem;
  font-weight: 700;
}

.templates-card {
  z-index: 1;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  height: auto;
  min-height: 330px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  position: relative;
  box-shadow: 4px 4px 10px #ebebeb;
}

.templates-card:hover {
  z-index: 2;
  box-shadow: none;
  opacity: .8;
  background-color: #fff;
}

.card-template-name {
  color: #3c3c3b;
  font-size: .9rem;
  font-weight: 700;
}

.template-single-page-price {
  color: #8351ff;
  background-color: #f3f1fa;
  border: 1px #8351ff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  padding: 20px;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.templates-video {
  margin-top: 0;
}

.template-single-page-title {
  margin-top: 0;
  font-weight: 700;
}

.template-hero {
  grid-template-rows: auto;
}

.collection-list-wrapper-gallery {
  width: 100%;
  margin-top: 2rem;
}

.template-cover-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.collection-list-gallery {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.image-galery {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-right: 0;
}

.template-big-cover {
  border: 5px solid #e6e6e6;
  border-radius: 5px;
  width: 100%;
  position: relative;
}

.template-description {
  font-size: 1rem;
  font-weight: 500;
}

.template-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.lightbox-link {
  border: 2px solid #e6e6e6;
  border-radius: 4px;
  width: 100%;
  margin-right: 0;
  transition: all .3s ease-in-out;
}

.lightbox-link:hover {
  border-width: 2px;
  border-color: #6f39f8;
  border-radius: 4px;
}

.collection-item-gallery {
  flex: 0 25%;
}

.empty-state {
  background-color: #f5f5f5;
  padding: 21px;
}

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

.text-size-regular-2 {
  color: #5e5e5e;
  font-size: 1rem;
  font-weight: 600;
}

.footer-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer {
  z-index: 1;
  border: 1px #000;
  border-top: 1px dashed #e0e0e0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 4rem 0;
  display: flex;
  position: relative;
}

.eclipse-logo {
  border-radius: 100px;
}

.footer-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 10rem 10rem 10rem 10rem;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  justify-content: space-around;
  place-items: flex-start stretch;
  width: 100%;
  max-width: 67.5rem;
  padding: 0;
  display: grid;
}

.footer-copyright-text-2 {
  color: #9b9b9b;
  font-size: .875rem;
  font-weight: 500;
}

.text-rich-text {
  line-height: 3;
  display: block;
}

.icon-svg {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-svg.margin-bottom {
  margin-bottom: 3rem;
}

.new-template-tag {
  background-color: var(--blue-violet);
  border-radius: 4px;
  padding: .5rem;
  position: absolute;
  inset: 2% 2% auto auto;
}

.new-template-label {
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
}

.cookie-bar-wrapper {
  z-index: 9999999;
  background-color: var(--white);
  border: 1px dashed #e0e0e0;
  border-radius: 4px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 50px;
  padding: 0 20px;
  font-size: .7rem;
  display: flex;
  position: fixed;
  inset: auto 0% 25px 50%;
  transform: translate(-50%);
}

.cookie-bar-text {
  color: var(--black);
  margin-bottom: 0;
  margin-right: 4px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.cookie-link {
  color: var(--black);
  font-size: 1rem;
  text-decoration: underline;
}

.cookie-link:hover {
  color: #c5c5c5;
}

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

.mini-button {
  background-color: #8351ff;
  border-radius: 0;
  margin-right: 0;
  padding: 6px 15px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .4s ease-in-out;
}

.mini-button:hover {
  color: #fff;
  background-color: #6f39f7;
}

.mini-button.cookie {
  background-color: var(--blue-violet);
  text-transform: none;
  border-radius: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: .875rem;
  font-weight: 700;
}

.mini-button.cookie:hover {
  background-color: var(--black);
}

.div-block {
  justify-content: flex-end;
  padding-bottom: 2rem;
  padding-right: 3.5rem;
  display: flex;
  position: relative;
}

.beacon-wrapper {
  background-color: #6f39f8;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  inset: auto 5% 0% auto;
}

.beacon-image {
  border-radius: 8px;
  box-shadow: 0 2px 5px #0003;
}

.close-icon {
  width: 1.5rem;
}

.beacon-indicator-wrap {
  z-index: 25;
  flex-direction: column;
  justify-content: flex-end;
  width: 10rem;
  height: 100%;
  padding-bottom: 6rem;
  padding-right: 3rem;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.webflow-tag-link {
  background-color: var(--webflow);
  border-radius: 4px;
  align-items: center;
  padding: .2rem .5rem .2rem .2rem;
  text-decoration: none;
  display: flex;
}

.webflow-tag-link.black {
  background-color: #000;
  text-decoration: none;
}

.webflow-logo {
  margin-top: -2px;
}

.webflow-tag-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.caption-studio {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  background-color: #6f39f80d;
  border-radius: 4px;
  flex-wrap: nowrap;
  align-items: center;
  padding: .3rem .6rem;
  display: flex;
}

.services-collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-collection-list._2-columns {
  grid-template-columns: 1fr 1fr;
}

.section-hiw-text-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 2rem;
  display: flex;
}

.card-service {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.card-service:hover {
  box-shadow: 0 2px 10px #0000001a;
}

.service-cover {
  border-radius: 8px 8px 0 0;
  width: 100%;
}

.service-info {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1rem;
  display: flex;
}

.service-price-wrapper {
  background-color: #f3f1fa;
  border-radius: 4px;
  padding: .2rem .7rem;
}

.section-hiw-text-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 2rem;
  display: flex;
}

.help-form-wrapper {
  background-color: #0000;
  border: 1px #e6e6e6;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.support-days {
  min-width: auto;
  margin-bottom: 5px;
  margin-left: 0;
}

.checkbox {
  border-color: #e0e0e0;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 5px;
}

.checkbox.w--redirected-checked {
  background-color: #6f39f8;
  border-style: solid;
  border-color: #6f39f8;
}

.field-label {
  color: #3c4043;
  text-align: left;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.field-label.top {
  color: #3c4043;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.check-circle-container {
  background-color: #6f39f8;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 0;
  padding: 4px;
  display: flex;
}

.check-circle-container.not-included {
  color: #6f39f8;
  background-color: #e6e6e6;
  margin-right: 0;
}

.studio-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.support-days-list {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

.day-label {
  color: #3c3c3b;
  font-size: 16px;
}

.form_input {
  background-color: #f6f9fc;
  border: 1px dotted #e0e0e0;
  border-radius: 4px;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
}

.form_input:focus {
  background-color: #fff;
  border-style: solid;
  border-color: #6f39f8;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
  font-weight: 500;
}

.days-list {
  background-color: #0000;
  border: 1px #e6e6e6;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  margin-left: 20px;
  padding: 0;
  display: flex;
}

.checkbox-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.radio {
  border-color: #e0e0e0;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 5px;
}

.radio.w--redirected-checked {
  background-color: #fff;
  border-style: solid;
  border-color: #6f39f8;
}

.notice-success-message-2 {
  color: #fff;
  background-color: #2ad282;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-bottom: 0;
  padding: 20px;
  font-size: 18px;
  line-height: 1.6rem;
  display: flex;
}

.checkbox-label {
  color: var(--paragraph);
  letter-spacing: -.025em;
  font-size: .875rem;
  font-weight: 700;
}

.form-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
}

.notice-success {
  color: var(--white);
  text-align: center;
  background-color: #2ad282;
  border-top: 1px #0f0;
  border-radius: 8px;
  font-weight: 600;
}

.button-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #f6f9fc;
  text-align: center;
  background-color: #6f39f8;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.button-2:hover {
  background-color: #0a2540;
}

.button-2.is-form-submit {
  width: 100%;
}

.radio-label {
  color: #5e5e5e;
  letter-spacing: -.025em;
  font-size: .875rem;
  font-weight: 700;
}

.studio-form-head {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #fff;
  border: 1px dashed #e0e0e0;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-right: 0;
  padding: 2rem;
  display: flex;
  overflow: visible;
}

.checkbox-field {
  color: #fff;
  background-color: #f6f9fc;
  border: 1px dotted #e0e0e0;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: 500;
  display: flex;
}

.radio-field {
  color: #0000;
  background-color: #f6f9fc;
  border: 1px dotted #e0e0e0;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.notice-error {
  color: var(--white);
  text-align: center;
  background-color: #eb3c5c;
  border-top: 1px red;
  border-radius: 4px;
  padding: .4rem;
  font-weight: 600;
}

.support-hours-label {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2px;
  margin-left: 0;
  display: flex;
}

.days-wrapper {
  background-color: #fff;
  border: 1px dotted #e0e0e0;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  display: flex;
}

.days-wrapper.closed {
  background-color: #f6f9fc;
  border-width: 2px;
  border-color: #f1f1f1;
  padding-left: 20px;
  padding-right: 20px;
}

.notice-error-message-2 {
  color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6rem;
  display: flex;
}

.text-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: static;
}

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

.single-service-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #0000;
  border-bottom: 1px #e6e6e6;
  border-right: 1px #e6e6e6;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.service-cover-img {
  border: 2px #6f39f8;
  border-radius: 10px;
  width: 100%;
}

.service-text-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.service-price {
  color: #8351ff;
  letter-spacing: -.03em;
  background-color: #6f39f808;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.service-title {
  font-size: 2.5rem;
}

.cover-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 50%;
  display: flex;
  position: sticky;
  top: 6rem;
}

.calendly-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px dashed var(--border);
  background-color: var(--white);
  color: var(--black);
  border-radius: 8px;
  align-items: center;
  padding: 2rem;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.calendly-block:hover {
  background-color: var(--hover);
}

.calendly-block.hide-landscape:hover {
  background-color: var(--white);
}

.calendly-block.hide-desktop-tablet {
  display: none;
}

.calendly-text-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.webflow-services-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.html-embed, .html-embed-book {
  width: 100%;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  border: 1px dashed var(--border);
  border-radius: 9999rem;
  display: none;
  position: fixed;
  inset: auto auto 2rem 2rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: var(--blue-violet);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: var(--paragraph);
  font-size: .85rem;
  font-weight: 600;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  color: var(--blue-violet);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_button {
  border: 2px solid var(--blue-violet);
  background-color: var(--blue-violet);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--blue-violet);
  color: var(--blue-violet);
  background-color: #f5f5f5;
  font-weight: 600;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: var(--paragraph);
  margin-right: 1.5rem;
  font-weight: 500;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--blue-violet);
  color: var(--blue-violet);
  font-weight: 600;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  border-top: 1px dashed var(--border);
  background-color: var(--ghost-white);
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_button {
  border: 2px solid var(--blue-violet);
  background-color: var(--blue-violet);
  border-radius: 4px;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--blue-violet);
  color: var(--blue-violet);
  background-color: #fff;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.cookie-icon {
  width: 2rem;
  height: 2rem;
}

.new-tag {
  background-color: var(--blue-violet);
  color: var(--ghost-white);
  text-transform: uppercase;
  border-radius: 2px;
  margin-left: 5px;
  padding: 2px 4px;
  font-size: .5rem;
  font-weight: 800;
}

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

.app-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px dashed var(--border);
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem 2.5rem;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
}

.app-card:hover {
  box-shadow: 0 2px 16px 0 var(--border);
}

.app-card.coming-soon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
}

.app-card.coming-soon:hover {
  box-shadow: none;
}

.app-card.temporary-hide {
  display: none;
}

.top-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.app-icon-container {
  border-radius: 8px;
  width: 3rem;
  height: 3rem;
}

.app-title {
  color: var(--black);
  font-size: 1.8rem;
  font-weight: 600;
}

.app-title.coming-soon {
  color: #cfccdd;
  font-size: 1.8rem;
  line-height: 1.2;
}

.image-2 {
  border-radius: 8px 0 0;
}

.image-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.app-avatar {
  border: 5px solid var(--hover);
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
}

.app-avatar.coming-soon {
  width: 2rem;
  height: 2rem;
}

.price-container {
  align-items: center;
  height: 3rem;
  display: flex;
}

.free-tag {
  background-color: var(--hover);
  color: var(--blue-violet);
  border-radius: 4px;
  padding: .2rem .5rem;
  font-size: .85rem;
  font-weight: 700;
}

.free-tag.coming-soon {
  background-color: var(--hover);
  color: #cfccdd;
  font-weight: 600;
}

.paragraph-coming-soon {
  color: #a5a5a5;
}

.app-text-container {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.app-paragraph {
  font-size: 1rem;
}

.app-paragraph.coming-soon {
  color: #cfccdd;
}

.text-style-bold {
  font-weight: 700;
}

.hero-image-container {
  z-index: -1;
  width: 30rem;
  height: 30rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero-image-container.hide {
  display: block;
}

.hero-image-container.hide-mobile {
  width: 28rem;
  height: 28rem;
}

.slider {
  min-height: 700px;
}

.slide {
  background-image: url('../images/Screenshot-1.png');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Screenshot-3.png');
  background-position: 50%;
  background-size: cover;
}

.right-arrow {
  background-color: #3c404366;
  width: 5rem;
  height: 5rem;
}

.icon {
  font-size: 1rem;
}

.left-arrow {
  background-color: #3c404366;
  width: 5rem;
  height: 5rem;
}

.slide-3 {
  background-image: url('../images/Screenshots-2.png');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Screenshot-4.png');
  background-position: 50%;
  background-size: cover;
}

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

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

._4columns.negative-margin {
  margin-top: -8rem;
}

.svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.svg.background {
  background-color: var(--black);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.svg.background.square {
  border-radius: 0;
  padding: .3rem;
}

.css-gg {
  border: 6px solid #000;
  border-right-color: #0000;
  border-radius: 100px;
  width: 20px;
  height: 20px;
}

.svg-icon {
  color: var(--white);
  width: 1rem;
  height: 1rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.svg-icon.black {
  color: var(--paragraph);
}

.screenshot, .image-3 {
  border-radius: 8px;
  box-shadow: 0 2px 5px #0003;
}

.price {
  position: absolute;
  inset: 0% 0% auto auto;
}

.app-price {
  background-color: var(--hover);
  color: var(--blue-violet);
  border: 5px solid #0000001a;
  border-radius: 4px;
  padding: .5rem 1rem;
  font-weight: 800;
}

.image-hero-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.image-animation {
  width: 100%;
}

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

.webflow-animation-container {
  justify-content: flex-end;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.logos {
  width: 12%;
  position: absolute;
  inset: auto auto 16%;
}

.logos.figma {
  width: 11%;
  bottom: 27%;
}

.logos.humspot {
  width: 12%;
  inset: 84% auto auto 30%;
}

.logos.firebase {
  bottom: auto;
  left: 2%;
  right: auto;
}

.logos.xd {
  width: 11%;
  bottom: 11%;
  right: 18%;
}

.logos.zapier {
  width: 11%;
  inset: 24% 6% auto auto;
}

.logos.swiftype {
  width: 11%;
  inset: 18% 31% auto auto;
}

.logos.sketch {
  bottom: auto;
  right: 14%;
}

.logos.api {
  width: 11%;
  bottom: 25%;
  right: 67%;
}

.logos.airtable {
  width: 10%;
  inset: 6% auto auto 29%;
}

.top-bar {
  z-index: 9999;
  background-color: var(--blue-violet);
  color: var(--blue-violet);
  align-items: center;
  width: 100%;
  min-height: 2.2rem;
  margin-bottom: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: all .2s;
  position: fixed;
}

.top-bar:hover {
  background-color: var(--hover-button);
}

.top-bar.w--current {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.top-bar-text {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  font-size: .8rem;
  font-weight: 600;
}

.top-bar-text-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-bar-svg-icon {
  color: var(--white);
  width: 1rem;
  height: 1rem;
}

.top-bar-svg-icon:hover {
  cursor: pointer;
}

.pop-up {
  z-index: 999999;
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  border: 1px none var(--border);
  background-color: #1b1818;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33rem;
  height: 18rem;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: auto auto 1rem 1rem;
}

.pop-up-heading {
  color: #fff;
  letter-spacing: -.1rem;
  font-size: 1.7rem;
}

.smootify-button {
  color: #fdfcf4;
  background-color: #ff6d2f;
  border: 1px solid #ff6d2f;
  border-radius: .3rem;
  padding: .8rem 1.1rem;
  font-weight: 500;
  transition: all .2s;
}

.smootify-button:hover {
  color: #fdfcf4;
  box-shadow: 4px 4px 1px #201515;
}

.smootify-button.big {
  border: 1px solid #ff6d2f;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
}

.smootify-button.big:hover {
  color: #fdfcf4;
}

.close-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.shopify-banner-ad {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #87b34526;
  border: 1px dashed #d6d6d6;
  border-radius: .3rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  padding: 2rem;
  display: flex;
}

.banner-text-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.banner-text {
  font-size: 1.3rem;
  font-weight: 500;
}

.button-3 {
  color: #fdfcf4;
  background-color: #ff6d2f;
  border: 1px solid #ff6d2f;
  border-radius: .3rem;
  padding: .8rem 1.1rem;
  font-weight: 500;
  transition: all .2s;
}

.button-3:hover {
  color: #fdfcf4;
  box-shadow: 4px 4px 1px #201515;
}

.image-4 {
  border-radius: 9999rem;
}

@media screen and (min-width: 1440px) {
  .templates-card:hover {
    background-color: #f8f8fa;
  }
}

@media screen and (max-width: 991px) {
  .text-list-item-title-container.hide-border-mobile {
    border-left-style: none;
  }

  .text-list-item-title-container.margin-left.hide-border-mobile {
    margin-left: 0;
  }

  .footer-separator {
    max-width: 50rem;
  }

  .dropdown-container-links {
    flex: 0 auto;
  }

  .navbar-dropdown-wrapper {
    position: relative;
    top: auto;
    left: auto;
  }

  .navbar-dropdown-wrapper.w--open {
    background-color: #0000;
    position: relative;
    top: 0;
  }

  .dropdown-container-info-app {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .dropdown-container-links-app {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: start;
  }

  .navbar-box {
    z-index: 70;
    background-color: #fff;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list._3columns {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .navbar-button-container {
    flex: 0 auto;
    padding: 0;
  }

  .navbar-button-container.w--open {
    background-color: #0000;
    height: 100%;
  }

  .spacer {
    height: 6rem;
  }

  .spacer._2rem.hide-mobile {
    display: none;
  }

  .spacer._4-2rem {
    height: 2rem;
  }

  .navbar-container-buttons {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 2rem;
    position: static;
    inset: auto 0% 0%;
  }

  .navbar-menu {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100dvh;
    margin-top: 0;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .navbar-container-links {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-left: 0;
    padding-top: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    inset: 0%;
    overflow: auto;
  }

  .navbar-dropdown {
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .navbar-button.docs {
    color: #000;
    background-color: #0000;
    display: flex;
  }

  .dropdown-link-info {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
    padding-left: 1rem;
  }

  .dropdown-container-info {
    flex: 0 auto;
    display: none;
  }

  .menu-line-down.black {
    color: #000;
    background-color: #000;
  }

  .heading-style-h1 {
    font-size: 7.4rem;
  }

  .heading-style-h1.big {
    letter-spacing: -.3rem;
    letter-spacing: -.3rem;
    font-size: 5.5rem;
  }

  .footer-title {
    font-size: 16px;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    margin-top: 2.2rem;
    padding: 0;
  }

  .webflow-to-image {
    height: 2.5rem;
  }

  .webflow-to-image.dropdown {
    height: 2rem;
    margin-left: -.3rem;
  }

  .section-hero {
    padding-top: 10rem;
  }

  .navbar-container-logo {
    z-index: 2;
    background-color: #0000;
    flex: 1;
    height: 5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .dropdown-link {
    align-items: center;
    padding: .8rem 1rem;
  }

  .navbar-dropdown-container {
    background-color: #0000;
    border-top-style: dashed;
    flex-direction: column;
    padding: 1rem;
    overflow: auto;
  }

  .menu-line-up.black {
    color: #000;
    background-color: #000;
  }

  .dropdown-link-app {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    padding-top: .8rem;
    padding-bottom: .8rem;
    padding-left: 1rem;
  }

  .dropdown-link-subtitle {
    display: none;
  }

  .button-small.transparent.nav {
    justify-content: flex-start;
    width: 100%;
  }

  .button-small.light-purple {
    background-color: #e7e2f580;
  }

  .button-small.light-purple.nav {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .footer-link {
    width: auto;
  }

  .footer-copyright-container {
    max-width: 55rem;
  }

  .text-size-large.max-width.no-mobile {
    max-width: none;
  }

  .text-size-small.text-color-purple.align-center {
    text-align: center;
    text-align: center;
  }

  .hiw-list-item-title {
    font-size: 1.5rem;
  }

  ._3columns-grid-large {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-hiw-text {
    width: 100%;
  }

  .hero-grid {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-webflow-to {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .table-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .table-container {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .table-cell-wrapper.first {
    background-color: #0000;
  }

  .comparison-table {
    margin-left: 0;
  }

  .webflow-to-tabs {
    min-height: auto;
  }

  .webflow-to-tab-container {
    padding-top: 1rem;
  }

  .webflow-to-tab-pane {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .webflow-to-tab {
    flex: 1;
    padding: 0 1.5rem;
  }

  .webflow-to-tab.w--current {
    flex: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.5rem;
  }

  .webflow-to-tab-separator {
    max-width: none;
  }

  .step-heading {
    font-size: 1.5rem;
  }

  ._404-text-wrapper {
    flex-direction: column;
  }

  ._404-content-wrapper {
    justify-content: space-around;
    align-items: center;
  }

  .price-template-card {
    width: 35px;
    height: 35px;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 12px;
    font-weight: 700;
  }

  .template-tag-container {
    flex-direction: column;
    align-items: center;
  }

  .templates-card {
    min-height: 450px;
  }

  .card-template-name {
    font-size: 1rem;
    font-weight: 700;
  }

  .template-single-page-price {
    font-size: 16px;
  }

  .template-single-page-title {
    font-size: 45px;
  }

  .template-cover-container {
    min-height: auto;
  }

  .collection-list-gallery {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .template-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer {
    padding: 3rem 1rem;
  }

  .footer-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: space-between center;
    align-self: auto;
    place-items: start;
    display: grid;
  }

  .icon-svg.margin-bottom {
    margin-bottom: 0;
  }

  .cookie-bar-wrapper {
    background-color: var(--white);
    bottom: 10px;
  }

  .beacon-indicator-wrap {
    display: none;
  }

  .services-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .section-hiw-text-2, .service-cover, .section-hiw-text-3 {
    width: 100%;
  }

  .help-form-wrapper {
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .support-days {
    width: 100%;
    margin-left: 0;
  }

  .check-circle-container {
    width: 25px;
    max-width: 25px;
    height: 25px;
    max-height: 25px;
    padding: 4px;
  }

  .studio-form {
    padding-right: 0;
  }

  .support-days-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .days-list {
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: none;
  }

  .checkbox-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .checkbox-label {
    font-size: 16px;
  }

  .radio-label {
    font-size: 13px;
  }

  .studio-form-head {
    flex-direction: column;
    flex-grow: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 45px;
    padding-bottom: 45px;
    display: block;
  }

  .support-hours-label {
    margin-left: 0;
  }

  .days-wrapper {
    width: 100%;
  }

  .single-service-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom-style: none;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    margin-bottom: 15px;
    display: grid;
  }

  .service-cover-img {
    width: 100%;
  }

  .service-text-wrap {
    margin-top: 0;
    margin-left: 0;
  }

  .cover-wrap {
    width: 100%;
  }

  .webflow-services-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .app-card {
    padding: 1.5rem;
  }

  .hero-image-container.hide-mobile {
    display: none;
  }

  .slider {
    min-height: 500px;
  }

  ._4columns {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-hero-container {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .top-bar {
    align-items: center;
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
  }

  .shopify-banner-ad {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .banner-text-wrap {
    flex-direction: column;
  }

  .banner-text {
    text-align: center;
    max-width: 45rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  .text-list-item-title-container {
    border-left-style: none;
  }

  .footer-separator {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list._3columns, .collection-list._2columns {
    grid-template-columns: 1fr;
  }

  .navbar-button-container {
    flex: 0 auto;
    padding: 0;
  }

  .navbar-button-container.w--open {
    background-color: #0000;
  }

  .spacer {
    height: 4rem;
  }

  .spacer.hide-mobile {
    display: none;
  }

  .navbar-container-buttons {
    z-index: 9;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    padding: 1rem 2rem;
    display: flex;
  }

  .navbar-menu {
    align-items: stretch;
    margin-top: 0;
    position: fixed;
  }

  .navbar-container-links {
    padding-top: 10rem;
  }

  .bg-grid2, .bg-grid4 {
    display: none;
  }

  .navbar-button {
    align-items: center;
    padding: 0;
    display: flex;
  }

  .navbar-button.w--open {
    background-color: #0000;
  }

  .menu-line-down.black {
    background-color: #000;
  }

  .heading-style-h1 {
    font-size: 5.3rem;
  }

  .heading-style-h1.big {
    letter-spacing: -.3rem;
    letter-spacing: -.3rem;
    font-size: 4rem;
  }

  .navbar {
    margin-top: 3.5rem;
  }

  .webflow-to-image {
    height: 2rem;
  }

  .navbar-container-logo {
    z-index: 99;
    height: 5rem;
    padding-left: 0;
    position: relative;
  }

  .menu-line-up.black {
    background-color: #000;
  }

  .footer-link {
    font-size: .875rem;
  }

  .footer-copyright-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  ._3columns-grid-large {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .features-card {
    background-color: #ffffff82;
    border: 1px dashed #e0e0e0;
    border-radius: 4px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
  }

  .section-hiw-text {
    width: 100%;
    padding-right: 0;
  }

  .hero-card-grid {
    grid-template-columns: 1fr;
  }

  .section-webflow-to {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .webflow-to-card {
    flex-shrink: 1;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .table-cell-wrapper.first {
    background-color: #0000;
  }

  .webflow-to-tabs {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .webflow-to-tab-container {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    height: auto;
    padding-top: 2rem;
  }

  .webflow-to-tab-pane-container {
    margin-left: 0;
  }

  .webflow-to-tab-pane {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .webflow-to-tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    margin-right: 0;
  }

  .webflow-to-tab {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    padding: 0 .5rem;
  }

  .webflow-to-tab.w--current {
    padding: 1.5rem .5rem;
  }

  .webflow-to-tab-separator {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  ._2columns {
    grid-template-columns: 1fr;
  }

  .price-template-card {
    width: 45px;
    height: 45px;
    font-size: 14px;
  }

  .templates-card {
    max-width: none;
  }

  .card-template-name {
    font-size: 18px;
  }

  .template-single-page-price {
    font-size: 16px;
  }

  .templates-video {
    margin-top: 0;
  }

  .collection-list-wrapper-gallery {
    margin-top: 2rem;
  }

  .template-cover-container {
    min-height: auto;
    padding-bottom: 0;
    display: none;
  }

  .collection-list-gallery {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .template-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-gallery {
    flex-basis: 50%;
  }

  .footer-column.hide-mobile {
    display: none;
  }

  .footer {
    padding: 3rem 1rem;
  }

  .footer-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-bar-wrapper {
    bottom: 10px;
  }

  .cookie-bar-text {
    line-height: 1.4;
  }

  .div-block {
    justify-content: center;
  }

  .beacon-wrapper {
    right: 15%;
  }

  .services-collection-list._2-columns {
    grid-template-columns: 1fr;
  }

  .section-hiw-text-2 {
    width: 100%;
    padding-right: 0;
  }

  .card-service.w--current, .service-cover {
    width: 100%;
  }

  .section-hiw-text-3 {
    width: 100%;
    padding-right: 0;
  }

  .help-form-wrapper {
    padding: 0;
  }

  .support-days {
    margin-left: 0;
  }

  .field-label {
    text-align: left;
    line-height: 1.5;
  }

  .support-days-list {
    width: 100%;
  }

  .days-list {
    box-shadow: none;
    border-style: none;
    margin-left: 0;
    padding: 0;
  }

  .checkbox-container {
    grid-template-columns: 1fr;
  }

  .checkbox-label, .radio-label {
    font-size: 16px;
  }

  .studio-form-head {
    background-color: #0000;
    border-style: none;
    padding: 0;
  }

  .checkbox-field, .radio-field {
    justify-content: flex-start;
  }

  .support-hours-label {
    margin-left: 0;
  }

  .single-service-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .service-title {
    font-size: 2rem;
  }

  .cover-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    position: static;
  }

  .calendly-block.hide-landscape {
    display: none;
  }

  .calendly-block.hide-desktop-tablet {
    display: flex;
  }

  .calendly-block.hide-desktop-tablet:hover {
    background-color: var(--white);
  }

  .calendly-text-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .webflow-services-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .apps-grid {
    grid-template-columns: 1fr 1fr;
  }

  .app-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .free-tag.coming-soon {
    font-size: .7rem;
  }

  .app-paragraph {
    font-size: .8rem;
  }

  .slider {
    min-height: 350px;
  }

  .slider.hide-mobile {
    display: none;
  }

  .right-arrow, .left-arrow {
    width: 3rem;
    height: 3rem;
  }

  ._4columns {
    grid-template-columns: 1fr 1fr;
  }

  .top-bar {
    min-height: 3.5rem;
    margin-bottom: 0;
  }

  .pop-up {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    width: 100%;
    bottom: 0;
    left: 0;
  }

  .smootify-button.big {
    font-size: 1rem;
    font-weight: 500;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  p {
    font-size: 1rem;
    line-height: 1.5;
  }

  ul, ol {
    padding-left: 0;
  }

  li {
    font-size: 1rem;
  }

  blockquote {
    border-left-width: 2px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .text-list-item-title-container {
    border-left-style: none;
    padding-left: 0;
  }

  .text-list-item-title-container.no-border {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-list-item-title-container.no-border.max-width-large {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-separator {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .navbar-dropdown-wrapper.w--open {
    overflow: auto;
  }

  .bg-grid {
    grid-template-columns: 1fr 1fr;
  }

  .navbar-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .spacer._4-2rem {
    height: 2rem;
  }

  .navbar-container-buttons {
    max-width: 25rem;
    padding: 1rem;
  }

  .navbar-menu {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
  }

  .navbar-container-links {
    padding-top: 10rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .bg-grid2 {
    display: none;
  }

  .dropdown-link-info {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-link-info:hover {
    background-color: #0000;
  }

  .footer-copyright {
    color: #cfcfcf;
  }

  .heading-style-h1 {
    font-size: 3.5rem;
    line-height: 1.2;
  }

  .heading-style-h1.big {
    letter-spacing: -.1rem;
    letter-spacing: -.1rem;
    font-size: 2.7rem;
  }

  .footer-eclipse {
    color: #cfcfcf;
    transition: color .3s ease-in-out;
  }

  .footer-eclipse:hover {
    color: #fff;
  }

  .footer-title {
    font-size: 15px;
  }

  .navbar {
    margin-top: 3.5rem;
  }

  .webflow-to-image {
    height: 2.2rem;
  }

  .section-hero {
    padding-top: 10rem;
  }

  .bg-grid3 {
    display: none;
  }

  .navbar-container-logo {
    flex: 1;
    align-items: center;
    height: 5rem;
    padding-left: 0;
    display: flex;
  }

  .dropdown-link {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-dropdown-container {
    overflow: auto;
  }

  .dropdown-link-app {
    background-color: #0000;
    padding-left: 0;
  }

  .dropdown-link-app:hover {
    background-color: #0000;
  }

  .button_text {
    text-align: left;
  }

  .footer-link {
    font-size: .8rem;
  }

  .container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-large {
    font-size: 1rem;
    font-weight: 600;
  }

  .text-size-large.max-width.no-mobile {
    font-size: 1.2rem;
  }

  .bg-grid1 {
    display: none;
  }

  .notice {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .label.text-color-purple {
    font-size: .85rem;
  }

  .hiw-list-item-title {
    padding-left: 0;
    padding-right: 0;
  }

  ._3columns-grid-large {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    color: #3c4043;
    width: 100%;
    padding: 0;
  }

  .hiw-list-item-container {
    padding-left: 0;
  }

  .text-size-medium {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 600;
  }

  .features-card {
    width: 100%;
    padding: 1rem;
  }

  .section-hiw-text {
    width: 100%;
    padding: 0;
  }

  .section-hiw-text.white-bg {
    background-color: #0000;
    border-style: none;
    padding: 0;
  }

  .container-cta {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    align-items: center;
  }

  .hero-grid {
    grid-template-rows: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-text {
    padding-left: 0;
    padding-right: 0;
  }

  .section-webflow-to {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-113 {
    display: none;
  }

  .table-head {
    font-size: 12px;
  }

  .table-container {
    max-width: none;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper {
    margin-right: 0;
  }

  .table-cell-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-cell-wrapper.first {
    background-color: #0000;
  }

  .table-cell-wrapper.first-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .table-cell-wrapper.first-row {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .comparison-table {
    margin-top: 2rem;
  }

  .webflow-to-tabs {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
  }

  .webflow-to-tab-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1rem;
  }

  .webflow-to-tab-pane {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .webflow-to-tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    display: grid;
  }

  .webflow-to-tab {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex: 1;
    justify-content: center;
    padding: 2rem .5rem 2rem 1rem;
  }

  .webflow-to-tab.w--current {
    flex: 1;
    justify-content: center;
    padding: 0 1rem;
  }

  .webflow-to-tab-separator {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .signin-logo-block {
    justify-content: center;
    display: block;
  }

  .price-template-card {
    color: #3c3c3b;
    width: 35px;
    height: 35px;
    font-size: 12px;
  }

  .card-template-name {
    font-size: 1rem;
    font-weight: 700;
  }

  .template-single-page-price {
    font-size: 16px;
  }

  .templates-video {
    margin-top: 0;
  }

  .template-single-page-title {
    font-size: 36px;
  }

  .template-cover-container {
    min-height: auto;
    padding-bottom: 0;
  }

  .collection-list-gallery {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .template-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .collection-item-gallery {
    flex-basis: 50%;
  }

  .footer {
    padding: 2rem 0;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: center;
    width: 90%;
    max-width: 25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-copyright-text-2 {
    font-size: .8rem;
  }

  .cookie-bar-wrapper {
    z-index: 77777;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    max-width: 180px;
    height: auto;
    padding: 15px;
    display: flex;
    bottom: 20px;
    left: 20px;
    transform: none;
  }

  .cookie-bar-text {
    text-align: left;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 12px;
  }

  .cookie-link {
    font-size: 12px;
  }

  .mini-button.cookie {
    background-color: var(--blue-violet);
  }

  .beacon-wrapper {
    width: 70px;
    height: 70px;
    right: 10%;
  }

  .webflow-tag-link {
    justify-content: center;
  }

  .webflow-tag-link.black {
    justify-content: flex-start;
  }

  .webflow-tag-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-collection-list {
    grid-template-columns: 1fr;
  }

  .section-hiw-text-2, .section-hiw-text-3 {
    width: 100%;
    padding: 0;
  }

  .help-form-wrapper {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .support-days {
    margin-left: 0;
  }

  .check-circle-container {
    width: 18px;
    max-width: 18px;
    height: 18px;
    max-height: 18px;
    padding: 2px;
  }

  .studio-form {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .support-days-list {
    align-items: stretch;
    width: 100%;
  }

  .days-list {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }

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

  .form-wrapper {
    margin-top: 20px;
  }

  .studio-form-head {
    background-color: #0000;
    border-style: none;
    padding: 0;
  }

  .support-hours-label {
    margin-left: 0;
  }

  .container-large-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service-cover-img {
    width: 100%;
  }

  .service-price {
    margin-top: 0;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .webflow-services-grid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    color: #3c4043;
    flex-direction: column;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .new-tag {
    margin-left: 2px;
    font-size: .45rem;
  }

  .apps-grid {
    grid-template-columns: 1fr;
  }

  .app-paragraph {
    font-size: 1rem;
  }

  ._4columns {
    grid-template-columns: 1fr;
  }

  .svg-icon {
    width: .8rem;
    height: .8rem;
  }

  .slide-nav {
    display: none;
  }

  .image-hero-container {
    padding-left: 0;
    padding-right: 0;
  }

  .top-bar {
    margin-bottom: 0;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .top-bar-text {
    font-size: .65rem;
  }

  .top-bar-svg-icon {
    width: .8rem;
    height: .8rem;
  }

  .pop-up {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 1rem;
    bottom: 0;
    left: 0;
  }

  .shopify-banner-ad {
    padding: 2rem 1rem;
  }
}

#w-node-d3aaf0f3-7ac9-580f-c24c-2311322c7454-afd4743d, #w-node-cf584ba5-dbfe-1b20-cc24-c916766c2734-afd4743d, #w-node-bab5e36f-79fc-3e58-58a4-fca4a9d464b4-afd4743d, #w-node-bab5e36f-79fc-3e58-58a4-fca4a9d464c5-afd4743d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42e64bb5-1ebf-c367-4e3f-91050a4eb7df-95113b86, #w-node-_5ceb06cc-0369-868a-b583-2190451d5b0b-95113b86 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c5ec1693-5199-8ab8-22ee-7394ee8d0f75-ee8d0f66, #w-node-c5ec1693-5199-8ab8-22ee-7394ee8d0f79-ee8d0f66, #w-node-c5ec1693-5199-8ab8-22ee-7394ee8d0f7e-ee8d0f66, #w-node-c5ec1693-5199-8ab8-22ee-7394ee8d0f82-ee8d0f66, #w-node-c3afe5a5-744b-81ec-0bc1-2763d791ed05-d791ed03, #w-node-_09ebb880-abd5-dada-008e-61f87422eaca-ebf87fb1, #w-node-_396880ef-c604-7a33-e51d-c9e32458089a-ebf87fb1, #w-node-e3d8c192-543f-0d3d-f1f3-be50f989c85a-ebf87fb1, #w-node-e3d8c192-543f-0d3d-f1f3-be50f989c85b-ebf87fb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d3aaf0f3-7ac9-580f-c24c-2311322c7454-afd4743d, #w-node-_1621e2ff-2e46-7d64-f5f4-5c415fce28d0-afd4743d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_42e64bb5-1ebf-c367-4e3f-91050a4eb7df-95113b86, #w-node-_5ceb06cc-0369-868a-b583-2190451d5b0b-95113b86 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4e0c6977-1d2a-0c60-4617-241c95113b99-95113b86 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_4e0c6977-1d2a-0c60-4617-241c95113ba8-95113b86 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_4e0c6977-1d2a-0c60-4617-241c95113baa-95113b86 {
    grid-area: 8 / 3 / 9 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_42e64bb5-1ebf-c367-4e3f-91050a4eb7df-95113b86, #w-node-_5ceb06cc-0369-868a-b583-2190451d5b0b-95113b86 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4e0c6977-1d2a-0c60-4617-241c95113b99-95113b86 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_4e0c6977-1d2a-0c60-4617-241c95113ba8-95113b86 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_4e0c6977-1d2a-0c60-4617-241c95113baa-95113b86 {
    grid-area: 8 / 3 / 9 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4e0c6977-1d2a-0c60-4617-241c95113b99-95113b86 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_4e0c6977-1d2a-0c60-4617-241c95113ba8-95113b86 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_4e0c6977-1d2a-0c60-4617-241c95113baa-95113b86 {
    grid-area: 12 / 1 / 13 / 2;
  }
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}