.fdm{--ink:#17201d;--muted:#4f5c56;--sage:#53685d;--pale:#e9efeb;--paper:#f7f5f0;--line:#d8dfda;color:var(--ink);background:var(--fdm-bg,var(--paper));font-family:var(--font-body--family,Arial,sans-serif);font-size:16px;line-height:1.65}.fdm *{box-sizing:border-box}.fdm-wrap{width:min(1240px,calc(100% - 40px));margin:auto}.fdm-narrow{width:min(820px,calc(100% - 40px));margin:auto}.fdm-pad{padding:clamp(55px,8vw,110px) 0}.fdm-kicker{display:block;margin-bottom:14px;color:var(--sage);font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.fdm h1,.fdm h2,.fdm h3{margin:0;font-family:Georgia,Times New Roman,serif;font-weight:500;line-height:1.08;letter-spacing:-.035em}.fdm h1{font-size:clamp(42px,6vw,78px)}.fdm h2{font-size:clamp(32px,4.5vw,54px)}.fdm h3{font-size:24px}.fdm-lead{max-width:680px;margin:20px 0 0;color:var(--muted);font-size:18px}.fdm-btn{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 24px;border:1px solid var(--ink);border-radius:999px;background:var(--ink);color:#fff!important;font-weight:750;text-decoration:none;transition:.2s}.fdm-btn:hover{background:#34453e;transform:translateY(-1px)}.fdm-btn--outline{background:transparent;color:var(--ink)!important}.fdm-btn--outline:hover{background:var(--pale)}.fdm-hero{position:relative;min-height:var(--fdm-height,680px);display:grid;align-items:end;overflow:hidden;background:#24332c;color:#fff}.fdm-hero__media,.fdm-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0}.fdm-hero__media img{width:100%;height:100%;object-fit:cover}.fdm-hero__shade{background:linear-gradient(90deg,#0c1410c7,#0c141066 53%,#0c14101a)}.fdm-hero__content{position:relative;z-index:1;padding:clamp(55px,8vw,100px) 0;max-width:760px}.fdm-hero .fdm-kicker{color:#c9d9cf}.fdm-hero .fdm-lead{color:#e0e7e2}.fdm-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.fdm-hero .fdm-btn--outline{border-color:#ffffffb3;color:#fff!important}.fdm-hero .fdm-btn--outline:hover{background:#fff;color:var(--ink)!important}.fdm-hero--light{background:var(--paper);color:var(--ink)}.fdm-hero--light .fdm-hero__shade{background:linear-gradient(90deg,#f7f5f0f5,#f7f5f0a8,#f7f5f01f)}.fdm-hero--light .fdm-kicker{color:var(--sage)}.fdm-hero--light .fdm-lead{color:var(--muted)}.fdm-trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.fdm-trust__grid{display:grid;grid-template-columns:repeat(var(--fdm-cols,4),1fr)}.fdm-trust__item{display:flex;align-items:center;gap:12px;padding:22px;border-right:1px solid var(--line);font-weight:700}.fdm-trust__item:last-child{border:0}.fdm-icon{display:grid;width:35px;height:35px;flex:0 0 35px;place-items:center;border-radius:50%;background:var(--pale);color:#4e695b}.fdm-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.fdm-heading .fdm-lead{max-width:510px}.fdm-product-grid,.fdm-cards{display:grid;grid-template-columns:repeat(var(--fdm-cols,3),minmax(0,1fr));gap:18px}.fdm-product{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff}.fdm-product__image{position:relative;display:block;aspect-ratio:1;overflow:hidden;background:#edf0ed}.fdm-product__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.fdm-product:hover img{transform:scale(1.025)}.fdm-product__copy{display:flex;flex:1;flex-direction:column;padding:22px}.fdm-product h3{min-height:52px;font-size:22px}.fdm-product h3 a{text-decoration:none;color:inherit}.fdm-product__meta{display:flex;justify-content:space-between;gap:8px;margin:13px 0 18px;color:var(--muted);font-size:14px}.fdm-product__link{margin-top:auto;color:inherit;font-weight:800;text-decoration:none}.fdm-card{padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff}.fdm-card__icon{display:grid;width:46px;height:46px;margin-bottom:24px;place-items:center;border-radius:14px;background:var(--pale);color:#4d685a;font-size:20px}.fdm-card h3{margin-bottom:12px}.fdm-card p{margin:0;color:var(--muted)}.fdm-card a{display:inline-block;margin-top:18px;font-weight:800;text-decoration:none}.fdm-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(35px,6vw,80px);align-items:center}.fdm-split--reverse .fdm-split__media{order:2}.fdm-split__media{overflow:hidden;border-radius:24px;background:#e5e9e5}.fdm-split__media img{display:block;width:100%;min-height:520px;object-fit:cover}.fdm-split__content>p{color:var(--muted);font-size:18px}.fdm-rows{margin-top:28px;border-top:1px solid var(--line)}.fdm-row{display:flex;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid var(--line)}.fdm-row span:last-child{color:var(--muted);text-align:right}.fdm--dark{--fdm-bg:#1d2924;color:#fff}.fdm--dark .fdm-kicker{color:#bdd0c5}.fdm--dark .fdm-lead,.fdm--dark .fdm-card p{color:#c6d1cb}.fdm--dark .fdm-card{border-color:#ffffff21;background:#ffffff0d}.fdm--dark .fdm-card__icon{background:#ffffff1a;color:#dce7e1}.fdm--white{--fdm-bg:#fff}.fdm-steps{display:grid;grid-template-columns:repeat(var(--fdm-cols,3),1fr);gap:1px;margin-top:38px;background:var(--line);border:1px solid var(--line);border-radius:22px;overflow:hidden}.fdm-step{padding:32px;background:var(--fdm-bg)}.fdm-step__no{display:block;margin-bottom:32px;color:var(--sage);font-size:12px;font-weight:800;letter-spacing:.12em}.fdm-step p{color:var(--muted)}.fdm-faq{display:grid;grid-template-columns:.65fr 1.35fr;gap:clamp(35px,7vw,90px)}.fdm-faq details{border-top:1px solid var(--line)}.fdm-faq details:last-child{border-bottom:1px solid var(--line)}.fdm-faq summary{padding:20px 35px 20px 0;cursor:pointer;font-family:Georgia,Times New Roman,serif;font-size:21px}.fdm-faq details p{padding:0 35px 20px 0;color:var(--muted)}.fdm-app-slot{min-height:130px;padding:30px;border:1px dashed #b8c4bd;border-radius:18px;background:#fff}.fdm-app-slot__empty{text-align:center;color:var(--muted)}.fdm-newsletter{text-align:center}.fdm-newsletter .fdm-lead{margin:18px auto}.fdm-newsletter form{display:flex;max-width:560px;margin:28px auto 0}.fdm-newsletter input{min-width:0;flex:1;height:52px;padding:0 17px;border:1px solid #b9c5be;border-radius:999px 0 0 999px;background:#fff;font:inherit}.fdm-newsletter button{border-radius:0 999px 999px 0}.fdm-content__item{padding:34px 0;border-top:1px solid var(--line)}.fdm-content__item h2{font-size:36px}.fdm-content__item .rte{max-width:850px;color:#48534e}.fdm-content__item .rte h3{margin:28px 0 10px;font-size:24px}.fdm-content__item .rte a{font-weight:750}@media(max-width:900px){.fdm-heading{align-items:start;flex-direction:column}.fdm-product-grid,.fdm-cards{grid-template-columns:repeat(2,1fr)}.fdm-split,.fdm-faq{grid-template-columns:1fr}.fdm-split--reverse .fdm-split__media{order:0}.fdm-steps{grid-template-columns:1fr}.fdm-trust__grid{grid-template-columns:repeat(2,1fr)}.fdm-trust__item:nth-child(2){border-right:0}}@media(max-width:620px){.fdm-wrap,.fdm-narrow{width:calc(100% - 28px)}.fdm{font-size:15px}.fdm-pad{padding:52px 0}.fdm-hero{min-height:560px}.fdm-hero h1{font-size:42px}.fdm-product-grid,.fdm-cards{grid-template-columns:1fr}.fdm-product h3{min-height:0}.fdm-trust__grid{grid-template-columns:1fr}.fdm-trust__item{border-right:0;border-bottom:1px solid var(--line)}.fdm-split__media img{min-height:350px}.fdm-newsletter form{flex-direction:column;gap:8px}.fdm-newsletter input,.fdm-newsletter button{width:100%;border-radius:999px}.fdm-heading h2{font-size:36px}}.fdm{--sage:#43584d}.fdm-hero__media img{display:block}.fdm-app-slot .jdgm-product-name a{color:#17201d!important}@supports (content-visibility:auto){.fdm-product-grid,.fdm-cards,.fdm-split,.fdm-steps,.fdm-app-slot,.fdm-faq{content-visibility:auto;contain-intrinsic-size:auto 640px}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/formadesk-modules.css.map */
