/** Shopify CDN: Minification failed

Line 176:17 Expected ":"

**/
.checkout-flow--container {
  display: none;
  background-color: #F2F2F2;
  letter-spacing: normal !important;
}

.checkout-flow--container.show {
  display: flex;
  position: fixed;
  height: 100dvh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.checkout-flow--container > * {
  max-width: 50%;
  width: 100%;
}

@font-face {
  font-family: 'FuturaPT-Book';
  src: url('https://d66o8tmhaguuo.cloudfront.net/welle-co/fonts/FuturaPT-Book.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaPT-Medium';
  src: url('https://d66o8tmhaguuo.cloudfront.net/welle-co/fonts/FuturaPT-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.checkout-flow {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 6rem 1rem;
  font-family: var(--font-body);
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.checkout-flow-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.checkout-flow--container h1,
.checkout-flow--container h2 {
  text-align: center;
  margin: 0;
}

.checkout-flow--container h1 {
  font-family: FuturaPT-Medium, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.035em;
  display: none;
}

.checkout-flow--container h2 {
  font-family: "Futura PT Book";
  font-size: 50px;
  line-height: 1.25;
  color: #334432;
}

.checkout-flow--container #subtitle {
  margin-bottom: 10px;
  color: #334432;
}

.checkout-flow--container form {
  --screen-step-width: 530px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  max-width: var(--screen-step-width);
  margin: 0 auto;
}

.checkout-flow--container fieldset {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: var(--screen-step-width);
  height: var(--screen-step-height);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.checkout-flow--container label.option {
  position: relative;
  display: flex;
  flex-direction: column;
  /* padding: 1.25rem; */
  cursor: pointer;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  transition: all 300ms ease-in-out;
  overflow: hidden;
}

.checkout-flow--container label.option:not(.active) {
  background-color: rgba(255, 255, 255, 0.4);
}

.checkout-flow--container label > * {
  padding: 0 1rem;
}

.checkout-flow--container label > *:first-child {
  padding-top: 1rem;
}

.checkout-flow--container label > *:last-child {
  padding-left: 10px;
  padding-bottom: 3rem;
}

.checkout-flow--container label > .content {
  display: flex;
}

.checkout-flow--container fieldset .option .option-group {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #334432;
}

.checkout-flow--container fieldset .option .option-group-variant {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkout-flow--container fieldset .option .option-group s {
  color: gray;
}

.checkout-flow--container fieldset .option .option-group > span {
  font-size: 26px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.checkout-flow--container fieldset .option .option-group > span span {
  display: block;
    font-family: "Futura PT Book";
}

.checkout-flow--container fieldset .option .option-group > span .pricing {
  text-align: center;
  justify-content;
  color: #000000;
  font-weight: bold;
  font-size: 17px;
}

.checkout-flow--container fieldset .option .option-group > span .pricing #product-plan-per-service {
  font-size: 12px;
  color: #707170;
  font-weight: normal;
  display: block;
}

.checkout-flow--container fieldset .option .option-group > span .pricing #product-plan-none-compareprice {
  opacity: 0.5;
}

.checkout-flow--container fieldset .option .option-group > span .pricing span {
  display: inline-block;
}

.checkout-flow--container fieldset .option .option-group #product-plan-savings:empty {
  display: none;
}
.checkout-flow--container fieldset .option .option-group #product-plan-savings {
  background-color: #254430;
  border-radius: 5px;
  padding: 2.5px 10px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  width: fit-content;
  margin-top: 5px;
}

.checkout-flow--container fieldset .option:has(ul) .option-group {
  padding-bottom: 0.5rem;
}

.checkout-flow--container input[type='radio'] {
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem 0 0;
  accent-color: #254430;
  opacity: 1;
}

.checkout-flow--container label.checked {
  color: hsl(62, 30%, 5%);
  background-color: hsl(62, 30%, 90%);
  border: 1px solid hsl(62, 30%, 5%);
}

.checkout-flow--container label .option-group {
  padding: 2rem 2rem 1rem;
}

.checkout-flow--container label .option-group span sup {
  vertical-align: baseline;
}

.checkout-flow--container label .callout {
  padding: 0.6em 1.25rem 0.4em !important;
  text-align: center;
  font-weight: bold;
  background-color: #AD2F2F;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: white;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
}

.checkout-flow--container label .callout.most-popular {
  background-color: #B3D8B2;
  color: #254430;
}

.checkout-flow--container fieldset .option ul {
  list-style-position: inside;
  list-style: none;
  margin-block: 0;
  padding-inline-start: 3rem;
}

/* .checkout-flow--container fieldset .option ul li {
  list-style-type: none;
} */

.checkout-flow--container fieldset .option ul li svg {
  margin-right: 10px;
}

.checkout-flow--container img.product-image {
  width: 100%;
  object-fit: contain;
}

.checkout-flow--container img.hidden {
  display: none;
}

.checkout-flow--container .button-group {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-top: 1rem;
  position: relative;
}

.checkout-flow--container .button-text {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.checkout-flow--container .button-group img {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  margin-top: -4px;
  margin-left: 5px;
  height: 20px;
}

.checkout-flow--container button {
  cursor: pointer;
  color: #fff;
  background-color: #334432;
  border: 1px solid #334432;
  border-radius: 6px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  max-width: 65%;
  width: 100%;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-flow--container button:disabled {
  cursor: not-allowed;
}

.checkout-flow--container button[type='reset'] {
  flex: 0;
}

.checkout-flow--container button:not([disabled]):hover {
}

.checkout-flow--container button[type='submit']:not([disabled]) {
}

.checkout-flow--container .popoup-close-button {
  position: fixed;
  top: 0;
  right: 0;
  width: auto;
}
.checkout-flow--container .popoup-close-button:hover {
  cursor: pointer;
}

.checkout-flow--container .quote {
  font-family: 'Arapey';
  font-size: 16px;
  color: rgba(37, 68, 48, 0.8);
  margin-top: 20px;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .checkout-flow--container .quote {
    font-size: 13px;
    margin-top: 10px;
  }
}

/* Control Steps */

.checkout-flow--container .fields {
  display: flex;
  height: var(--screen-step-height);
  position: relative;
}

.checkout-flow--container .steps-container {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0;
  color: #ccc;
}

.checkout-flow--container .step-indicator {
  font-size: 1.3rem;
  transition: color 250ms ease-in-out;
}

.checkout-flow--container .step-indicator.active {
  color: black;
}

.checkout-flow--container #product-variant,
.checkout-flow--container #product-plan {
  transition: all 250ms ease-in-out;
}

.checkout-flow--container #product-variant,
.checkout-flow--container #product-plan {
  transform: translateX(0%);
}

.checkout-flow--container #product-variant.hidden {
  position: absolute;
  transform: translateX(-200%);
}

.checkout-flow--container #product-plan.hidden {
  position: absolute;
  transform: translateX(200%);
}

label.option {
  display: flex;
  flex-direction: column !important;
  /* padding: 1.25rem; */
  cursor: pointer;
  background-color: white;
  transition: all 300ms ease-in-out;
}

.lp-deck-modal {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: var(--screen-step-width);
  height: var(--screen-step-height);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

@media only screen and (min-width: 641px) {
  .hide-large {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .hide-mobile {
    display: none !important;
  }
  .checkout-flow-image {
    height: auto;
    line-height: 0;
  }
  .checkout-flow-image img {
    object-fit: contain;
    max-width: 35px;
    height: auto;
  }
  .checkout-flow--container {
    flex-wrap: wrap;
    overflow: auto;
  }
  .checkout-flow--container > * {
    max-width: 100%;
  }

  .checkout-flow {
    padding: 20px 30px;
  }

  .checkout-flow--container h2 {
    font-size: 40px;
  }
  
  .checkout-flow--container input[type='radio'] {
    width: 2.5rem;
    height: 1.5rem;
  }
  .checkout-flow--container label > *:last-child {
    padding-bottom: 30px;
  }
  .checkout-flow--container fieldset .option .option-group {
    padding-top: 10px;
    padding-inline: 10px;
    gap: 0;
  }
  .checkout-flow--container fieldset .option .option-group > span {
    font-size: 20px;
  }
  .checkout-flow--container fieldset .option ul {
    padding-inline-start: 0.5rem;
  }
  .checkout-flow--container fieldset .option ul li {
    font-size: 16px;
  }
  .checkout-flow--container fieldset .option ul li svg {
    margin-right: 5px;
  }
  .checkout-flow--container label .callout {
    padding: 0.6em 10px !important;
    letter-spacing: 0;
    position: relative;
    border-radius: 5px 5px 0 0;
  }
  .checkout-flow--container fieldset .option .option-group > span .pricing {
    font-size: 16px;
  }
  .checkout-flow--container fieldset .option .option-group > span .pricing span {
    display: block;
  }

  .checkout-flow--container button {
    max-width: unset;
  }
}
