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

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

@font-face {
  font-family: Libre Caslon;
  src: url('../fonts/LibreCaslonText-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

.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 {
  color: #906c3e;
  background-color: #f4ede240;
  font-family: Figtree, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

h1 {
  letter-spacing: -2.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Caslon, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.3;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Caslon, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Caslon, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
}

a {
  color: #906c3e;
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: #0a0a0a;
}

strong {
  font-weight: bold;
}

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

.section.hero-section {
  background-image: url('../images/Group-1707483707.svg'), linear-gradient(#f4ede240, #f4ede200);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  flex-flow: column;
  height: 100vh;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.section.inner-page-section {
  background-image: linear-gradient(#0000 78%, #fcfbf8), url('../images/Group-1707483707.svg'), linear-gradient(#f4ede240, #f4ede200);
  background-position: 0 0, 50% 0, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 100%, auto;
  flex-flow: column;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

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

.container.hero-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.container.small {
  max-width: 900px;
}

.container.inner-page-hero-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 500px;
  display: flex;
  position: relative;
}

.hero {
  text-align: center;
}

.hero-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1 {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle closest-side, #d9c3a8, #a78b67);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
}

.hero-text {
  max-width: 60ch;
}

.button {
  color: #422917;
  background-image: linear-gradient(90deg, #a78b67, #d9c3a8);
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  box-shadow: 0 0 3px -1px #f4ede2, 0 0 0 1px #f4ede2;
}

.button:hover {
  opacity: .8;
}

.button-text {
  filter: drop-shadow(0 .4px .3px #00000014);
}

.hero-button-wrapper {
  margin-top: 16px;
}

.content {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  display: flex;
}

.content-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-header.small {
  max-width: 50ch;
}

.h2 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle closest-side, #d9c3a8, #a78b67);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 44px;
  line-height: 1.3;
}

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

.card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f4ede240;
  border: 1px solid #e9e3d8;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}

.card._1 {
  width: 70%;
}

.card._2 {
  width: 70%;
  margin-left: auto;
}

.card-icon {
  background-image: radial-gradient(circle, #fff6ee, #fff);
  border: 1px solid #e9e3d8;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.card-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.h3 {
  color: #0a0a0a;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#d9c3a8, #a78b67 40%);
  -webkit-background-clip: text;
  background-clip: text;
}

.card-icon-image {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

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

.card-text {
  max-width: 80%;
}

.card-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.cta {
  background-image: url('../images/Group-1707483708.svg'), linear-gradient(#d9c3a8, #a78b67);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
  box-shadow: 0 8px 18px 2px #0000000a;
}

.cta-content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 45ch;
  display: flex;
}

.cta-title {
  color: #fff;
  max-width: 20ch;
  font-size: 40px;
  line-height: 1.3;
}

.cta-icon {
  background-image: radial-gradient(circle, #d9c3a8, #a78b67);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.cta-icon-wrapper {
  background-image: linear-gradient(#d9c3a8, #a78b67);
  border-radius: 16px;
  padding: 2px;
  overflow: clip;
}

.cta-icon-image {
  object-fit: contain;
  width: 40px;
  height: 40px;
}

.button-white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: -.18px;
  background-color: #ffffff29;
  background-image: radial-gradient(circle, #ffffff40, #0000);
  border: 1px solid #ffffff40;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-icon {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.text-field {
  color: #906c3e;
  background-color: #ffffffbf;
  border: 1px solid #e9e3d8;
  border-radius: 8px;
  height: 48px;
  margin-bottom: 0;
  transition: all .2s;
}

.text-field:hover {
  background-color: #d9c3a81a;
  border-color: #d9c3a8;
}

.text-field:focus {
  background-color: #d9c3a80d;
  border-color: #a78b67;
}

.text-field::placeholder {
  color: #a78b67;
}

.text-field.text-area {
  height: 200px;
}

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

.hidden {
  display: none;
}

.form-submit {
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.contact-form-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f4ede240;
  border: 1px solid #e9e3d8;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 800px;
  padding: 40px;
  display: flex;
}

.contact-form {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.form-old {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.error-message {
  text-align: center;
  background-color: #0000;
}

.success-message {
  background-color: #0000;
}

.field-label {
  font-family: Libre Caslon, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-wrapper {
  border: 1px solid #ffffff26;
  border-radius: 29px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1px;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
  position: relative;
}

.button-wrapper:hover {
  border-color: #fff3;
}

.field-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.header-text {
  max-width: 60ch;
}

.header-text.small {
  max-width: 40ch;
}

.header-text.medium {
  max-width: 50ch;
}

.faq-q-text {
  color: #0a0a0a;
  letter-spacing: -.48px;
  font-size: 24px;
  line-height: 1.16667;
}

.c-faq {
  text-align: left;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-a-text {
  padding: 20px;
}

.faq-a-text {
  color: #35353f;
  letter-spacing: -.16px;
  font-size: 16px;
  line-height: 1.5;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
}

.faq-stripe-2 {
  background-color: #0a0a0a;
  background-image: none;
  border-radius: 8px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.c-faq-item {
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.faq-stripe-1 {
  background-color: #0a0a0a;
  background-image: none;
  border-radius: 8px;
  width: 2px;
  height: 100%;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.cta-text {
  color: #fff;
}

.cta-label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.brand-image {
  width: 120px;
}

.brand {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fn-footer-legal-link {
  color: #906c3e;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: color .25s;
  display: flex;
}

.fn-footer-legal-link:hover {
  color: #0a0a0a;
}

.fn-legal-links-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.shopify-pricing-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: auto;
  display: flex;
}

.pricing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #f4ede240;
  border: 1px solid #e9e3d8;
  border-radius: 16px;
  flex-flow: column;
  padding: 40px;
  display: flex;
  overflow: clip;
}

.pricing.custom-pricing-content {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #0a0a0a;
  background-color: #f4ede299;
  border-style: none;
  padding: 40px;
}

.tooltip {
  z-index: 999999;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: none;
  position: absolute;
  inset: auto -24px 32px auto;
}

.custom-pricing {
  opacity: 1;
  background-image: linear-gradient(60deg, #e9e3d8, #bfa46a 25%, #d9c3a8 50%, #a78b67 75%, #f4ede2);
  border-radius: 16px;
  padding: 2px;
}

.tooltip-arrow {
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: auto 28px -6px auto;
  transform: rotate(45deg);
}

.tooltip-icon {
  width: 20px;
  height: 20px;
}

.pricing-list-item-icon {
  background-image: url('../images/69010ea397cfd33d7e03941b_bxs-check-circle-2-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  width: 24px;
  height: 24px;
}

.pricing-list-item-icon.alternative {
  background-image: url('../images/check-icn.svg');
  margin-top: -1px;
}

.pricing-item-text {
  color: #906c3e;
  font-size: 16px;
  line-height: 1.5;
}

.pricing-item-text.alternative {
  color: #0a0a0a;
}

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

.shopify-pricing-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.pricing-item-title {
  letter-spacing: -.32px;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle closest-side, #d9c3a8, #bfa686 52%, #a78b67);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
  line-height: 1.1875;
}

.pricing-item-title.highlight {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.pricing-list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #906c3e;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.1875;
  display: flex;
}

.pricing-list-item.alternative {
  color: #0a0a0a;
}

.tooltip-wrapper {
  flex: none;
  position: relative;
}

.pricing-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.detail-text h2 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 28px;
}

.detail-text h3 {
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: 20px;
}

.detail-text strong {
  font-weight: 600;
}

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

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

.fs-cc-prefs_label {
  color: #294063;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-weight: 600;
}

.fs-cc-banner_close-icon {
  color: #000;
  width: 20px;
  height: 20px;
  margin-top: -4px;
  display: flex;
}

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

.fs-cc-banner_component {
  z-index: 2147483647;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #ede9e9;
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 540px;
  padding: 24px 36px;
  display: none;
  position: fixed;
  inset: auto 0% 24px 24px;
}

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

.fs-cc-prefs_close-icon {
  color: #0c2158;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

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

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

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

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: auto;
}

.fs-cc-banner_container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1326px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_text {
  color: #14151a;
  font-size: .75rem;
}

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

.fs-cc-banner_text {
  color: #0f132499;
  max-width: 85%;
  margin-right: 24px;
  font-size: 13px;
}

.weight-901 {
  font-weight: 600;
}

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

.button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  box-shadow: none;
  color: #fff;
  text-align: center;
  background-color: #0d0d0d;
  border: 1px solid #0d0d0d;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.42857;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-primary:hover {
  color: #ccc;
  background-color: #000;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: auto;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

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

.fs-cc-prefs_space-medium {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 40px;
  display: flex;
}

.caption-m {
  letter-spacing: -.1px;
  font-size: .75rem;
  line-height: 1.4;
}

.caption-m.black {
  color: #14151a;
}

.h4 {
  color: #1b263b;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: flex;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  padding: 10px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 24px 24px auto auto;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_close:hover {
  background-color: #f6f3f0;
}

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

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.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_checkbox-label {
  display: none;
}

.fs-cc-banner_text-link {
  color: #906c3e;
  border-bottom: 2px #0c2158;
  font-weight: 500;
  text-decoration: none;
}

.fs-cc-banner_text-link:hover {
  color: #0a0a0a;
  border-bottom-color: #ee9ed8;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_close:hover {
  background-color: #f6f3f0;
}

.button-secondary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #0d0d0d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e8ecf6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.42857;
  transition: all .2s;
  display: flex;
  box-shadow: 0 1px 2px #14151a0d;
}

.button-secondary:hover {
  background-color: #ccc;
  border-color: #ccd8eb;
}

.button-secondary:active {
  background-color: #ccd8eb;
}

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

@media screen and (max-width: 991px) {
  .section.hero-section, .section.inner-page-section {
    height: auto;
    padding-bottom: 64px;
  }

  .container.inner-page-hero-container {
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
  }

  .hero-top {
    margin-bottom: 72px;
    position: relative;
  }

  .h1 {
    font-size: 64px;
  }

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

  .contact-form-content {
    padding: 24px 16px;
  }

  .fn-footer-legal-link {
    transition: none;
  }

  .fn-footer-legal-link:hover {
    color: #939b9b;
  }

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

  .pricing, .pricing.custom-pricing-content {
    padding: 24px;
  }

  .fs-cc-banner_container {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc-banner_text {
    font-size: 12px;
  }

  .fs-cc-banner_text-link:hover {
    color: #0c2158;
    border-bottom-color: #0c2158;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

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

  .container.hero-container, .container.inner-page-hero-container {
    justify-content: flex-end;
    align-items: center;
  }

  .h1 {
    font-size: 48px;
  }

  .content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .h2 {
    font-size: 32px;
  }

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

  .card._1, .card._2 {
    width: 90%;
  }

  .cta {
    padding: 48px;
  }

  .c-faq-a-text, .c-faq-q-text {
    padding: 16px;
  }

  .footer-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .pricing {
    width: 100%;
  }

  .pricing-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .pricing-item-title {
    font-size: 24px;
  }

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

  .fs-cc-prefs_space-medium {
    flex-direction: column;
  }

  .h4 {
    font-size: 1.25rem;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }
}

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

  .card._1, .card._2 {
    width: 100%;
  }

  .cta {
    padding: 24px;
  }

  .cta-title {
    font-size: 32px;
  }

  .faq-q-text {
    letter-spacing: -.4px;
    font-size: 20px;
  }

  .footer-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column-reverse;
  }

  .brand {
    padding-left: 0;
  }

  .fn-legal-links-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-bottom: 16px;
  }

  .pricing-list-item-icon, .pricing-list-item-icon.alternative {
    margin-top: -4px;
  }

  .pricing-list-item {
    font-size: 14px;
    line-height: 1.3;
  }

  .detail-text h2 {
    font-size: 24px;
  }

  .detail-text h3 {
    font-size: 18px;
  }

  .fs-cc-banner_component {
    border-style: solid none none;
    border-top-color: #ede9e9;
    border-radius: 0;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
    bottom: 0;
    left: auto;
    right: auto;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

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

  .fs-cc-prefs_component {
    justify-content: flex-start;
    padding: 24px;
  }

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

  .fs-cc-banner_text-link {
    border-bottom-style: none;
    font-weight: 600;
  }
}

#w-node-c43aa68c-2874-4bbc-62d3-5ed00b8a5d66-b2449540 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-c43aa68c-2874-4bbc-62d3-5ed00b8a5d66-b2449540 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Libre Caslon';
  src: url('../fonts/LibreCaslonText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Caslon';
  src: url('../fonts/LibreCaslonText-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}