:root {
  --bg: #ffffff;
  --text: #b3be64;
  --primary: #588b8b;
  --secondary: #8cb4b1;
}

html[data-theme="emerald"] {
  --bg: #ffffff;
  --text: #b3be64;
  --primary: #588b8b;
  --secondary: #8cb4b1;
}

html[data-theme="cherry"] {
  --bg: #ffe4ec;
  --text: #4a4a4a;
  --primary: #d63384;
  --secondary: #f44fa2;
}

html[data-theme="candy"] {
  --bg: #white;
  --text: #ffa69e;
  --primary: #aed9e0;
  --secondary: #fce082;
}

html[data-theme="safari"] {
  --bg: #fefae0;
  --text: #283618;
  --primary: #606c38;
  --secondary: #dda15e;
}

html[data-theme="monotone"] {
  --bg: #ffffff;
  --text: #687351;
  --primary: #9ba17f;
  --secondary: #c9c1ae;
}


.silver-text {
  color: transparent;
  background-image: linear-gradient(to right, #ccc, #fff, #ccc);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2em;
}



.gold-text {
  background: linear-gradient(90deg, #ffd700, #ffb300, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  color: var(--primary);
  text-align: center;
  letter-spacing: 5px;
  text-indent: 5px;
  text-overflow: clip;
  column-count: 0;
  mix-blend-mode: normal;
  background-color: #0000;
  margin-bottom: 16px;
  font-family: Merriweather, serif;
  line-height: 50px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

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

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.pricing-overview {
  color: #987284;
  background-color: var(--bg);
  border-bottom: 1px solid #0000;
  padding: 80px 30px;
  font-family: Merriweather, serif;
  position: relative;
}

.pricing-description {
  color: var(--text);
  text-align: center;
  letter-spacing: 2px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-family: Merriweather, serif;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.pricing-card-text {
  color: var(--secondary);
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.body {
  color: #814f00;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.italic-text {
  color: var(--secondary);
  font-family: Merriweather, serif;
}

.heading,
.heading-2,
.heading-3 {
  color: var(--primary);
}

.text-block {
  color: #000;
}

.text-block-2 {
  color: #050505;
}

.text-block-3 {
  color: #000;
}

.paragraph {
  color: var(--text);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 10pt;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-2 {
  color: var(--text);
  text-align: center;
}

.cell {
  color: var(--text);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.quick-stack {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  position: static;
  overflow: visible;
}

.cell-2 {
  text-align: center;
}

.cell-2.cell {
  color: #d3dc92;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover,
.footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-dark {
  color: #010100;
  background-color: #4c443700;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.paragraph-3 {
  color: var(--bg);
  text-align: center;
}

.flex-block {
  text-align: center;
  background-color: #1a1506fa;
}

.section {
  color: #000;
  text-align: center;
  background-color: #000;
}

.paragraph-4 {
  color: var(--text);
  letter-spacing: 1px;
}

.image {
  border: 0 solid #000;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {

  .hero-heading-center,
  .pricing-overview {
    padding: 60px 15px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }
}

#w-node-_4100aa0e-0a68-643a-61f1-6e4e6239e683-25ae7231,
#w-node-_4100aa0e-0a68-643a-61f1-6e4e6239e68d-25ae7231,
#w-node-_4100aa0e-0a68-643a-61f1-6e4e6239e697-25ae7231 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b4254b0-0840-0e05-3d69-26df51a7177e-25ae7231 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

html,
body {
  overflow-x: hidden;
}