.benefits-row{display:flex;justify-content:center;align-items:center;padding:3rem 0;background:#fff;gap:20rem}.benefit-item{display:flex;flex-direction:row;align-items:center;gap:1rem}.benefit-item__icon img{width:34px;height:34px;opacity:1}.benefit-item__text{font-size:1.7rem;color:#231f1e;font-weight:500}@media (max-width: 1200px){.benefits-row{gap:12rem}}@media (max-width: 992px){.benefits-row{gap:8rem}}@media (max-width: 768px){.benefits-row{flex-direction:column;align-items:center;padding:3rem 1rem;gap:2rem}.benefit-item{width:100%;justify-content:center}}.hero-ones{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:2rem;margin-top:2rem;padding:0;background-color:#231f1e;min-height:700px}.hero-ones__image{width:100%;height:100%;object-fit:cover}.hero-ones__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff;padding:9rem 4rem}.hero-ones__stars{font-size:1rem;margin-bottom:1.5rem;color:#fff}.hero-ones__stars .star-icons{color:gold;margin-right:.5rem}.hero-ones__stars a{color:#fff;text-decoration:none}.hero-ones__heading{font-size:5rem;line-height:1.1;margin:0 0 1rem;color:#fff;white-space:pre-line}.hero-ones__subtext{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;max-width:40rem;color:#fff}.hero-ones__buttons{display:flex;gap:1rem;margin-bottom:2rem}.hero-ones__btn{padding:1.25rem 3rem;font-size:1.375rem;font-family:inherit;border-radius:.25rem;text-decoration:none;text-align:center;min-width:160px;transition:background-color .3s ease,color .3s ease}.hero-ones__btn:hover{background-color:#d4af3a;color:#231f1e}.hero-ones__btn--primary{background-color:#fff;color:#231f1e}.hero-ones__btn--secondary{border:2px solid #ffffff;background:transparent;color:#fff}.hero-ones__footer{font-size:1rem;display:flex;align-items:center;color:#fff}@media (min-width: 750px) and (max-width: 989px){.hero-ones{grid-template-columns:1fr 1fr;gap:1.5rem;min-height:600px}.hero-ones__content{padding:6rem 2rem;text-align:left}.hero-ones__stars{font-size:.9rem}.hero-ones__heading{font-size:4rem}.hero-ones__subtext{font-size:1.125rem;max-width:32rem}.hero-ones__btn{font-size:1.25rem;padding:1rem 2.5rem;min-width:140px}.hero-ones__footer{font-size:.9rem}}@media (max-width: 749px){.hero-ones{grid-template-columns:1fr;gap:1rem;margin-top:1rem;min-height:auto}.hero-ones__image{order:1;width:100%;height:auto;max-height:200px;object-fit:cover}.hero-ones__content{order:2;padding:2rem 1.5rem;text-align:center;align-items:center}.hero-ones__stars{font-size:.85rem;margin-bottom:1rem}.hero-ones__heading{font-size:3rem}.hero-ones__subtext{font-size:1rem;line-height:1.5;margin-bottom:1.5rem;max-width:100%}.hero-ones__buttons{flex-direction:column;gap:.75rem;width:100%}.hero-ones__btn{width:100%;font-size:1.125rem;padding:1rem 0}.hero-ones__footer{font-size:.85rem}}.product-highlight{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:2rem;padding:8rem;background:#f7f8f7;text-align:center}.product-highlight__content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem}.product-highlight__subheadline{font-family:cursive;font-size:2rem;color:#888;font-style:italic;margin:3rem 0 0;padding:0}.product-highlight__headline{font-size:4rem;line-height:1.2;color:#231f1e;margin-top:.25rem;margin-bottom:1rem}.product-highlight__price-row{display:flex;align-items:baseline;gap:1rem;justify-content:center}.product-highlight__price{font-size:3rem;font-weight:700;color:#231f1e}.product-highlight__compare{text-decoration:line-through;color:#ccc;font-weight:400;font-size:2rem}.product-highlight__divider{width:60%;border-top:1px solid #e0e0e0;margin:1rem 0}.product-highlight__includes{list-style:disc;padding-left:1.5rem;color:#231f1e;font-size:1.25rem;text-align:left;margin:0 auto;max-width:400px}.product-highlight__button{margin-top:1.5rem;padding:1.25rem 4rem;background:#231f1e;color:#fff;text-decoration:none;font-size:1.25rem;border-radius:.5rem;display:inline-block;transition:background .3s ease}.product-highlight__button:hover{background:#e4b65a;color:#231f1e}.product-highlight__footer{display:flex;gap:2rem;margin-top:2rem;font-size:1.125rem;color:#231f1e;justify-content:center}.product-highlight__image{display:flex;justify-content:center}.product-highlight__image img{width:90%;height:auto;margin:0 auto}.mobile-only{display:none}.desktop-only{display:flex}@media (max-width: 768px){.product-highlight{grid-template-columns:1fr;padding:3rem 2rem}.product-highlight__content{align-items:center;gap:1.5rem}.desktop-only{display:none}.mobile-only{display:flex;justify-content:center;width:100%;margin:.5rem 0}.product-highlight__headline{font-size:2.5rem}.product-highlight__price{font-size:2rem}.product-highlight__compare{font-size:1.5rem}.product-highlight__footer{flex-direction:column;gap:1rem;margin-top:1rem}}.text-image{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:2rem;background-color:#fff;padding:0 4rem;margin:4rem 0;min-height:600px}.text-image--image-left{grid-template-areas:"image content"}.text-image--image-right{grid-template-areas:"content image"}.text-image__image{grid-area:image}.text-image__image img{width:100%;height:100%;object-fit:cover;display:block}.text-image__content{grid-area:content;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:4rem;color:#231f1e}.text-image__heading{font-size:4rem;line-height:1.2;margin:0 0 1.5rem}.text-image__body{font-size:1.5rem;line-height:1.6;max-width:40rem}@media (max-width: 768px){.text-image{grid-template-columns:1fr;grid-template-areas:"image" "content";gap:1rem;min-height:auto;padding:0;margin:4rem 0}.text-image__image{width:100vw;margin-left:calc(50% - 50vw)}.text-image__image img{width:100%;height:auto}.text-image__content{text-align:center;align-items:center;padding:2rem 1rem}.text-image__heading{font-size:2.5rem;margin-bottom:1rem}.text-image__body{font-size:1.25rem;max-width:100%}}.unique-process{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;background:#f7f8f7;padding:4rem 0}.unique-process__inner{max-width:1400px;margin:0 auto;padding:0 2rem;text-align:center}.unique-process__headline{font-size:3.5rem;color:#231f1e;margin-bottom:1rem}.unique-process__subheadline{font-size:1.75rem;color:#666;margin-bottom:3rem}.unique-process__cards{display:grid;grid-template-columns:repeat(4,minmax(320px,1fr));gap:2rem}.unique-process__card{display:flex;flex-direction:column;align-items:center;padding:3rem;min-height:400px;background:#fff;border-radius:.5rem;transition:background .3s ease,box-shadow .3s ease;box-shadow:0 2px 8px #0000001a}.unique-process__card:hover{background:#d4af39;box-shadow:0 6px 16px #0003}.unique-process__icon img{width:48px;height:48px;margin-bottom:1rem}.unique-process__title{font-size:1.5rem;color:#231f1e;font-weight:600;margin-bottom:1rem}.unique-process__text{font-size:1.25rem;color:#444;line-height:1.6}@media (max-width: 1024px){.unique-process__cards{grid-template-columns:1fr}.unique-process__inner{padding:0 1rem}}@media (max-width: 749px){.unique-process__headline{font-size:2.5rem}.unique-process__subheadline{font-size:1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/25/compiled_assets/styles.css.map */
