@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@600;700&family=Nunito:wght@400;600;700;800;900&display=swap";:root{--gg-blue: #4a9fd4;--gg-blue-dark: #1a2e3b;--gg-blue-ink: #102433;--gg-blue-soft: #ebf6ff;--gg-gold: #f5a623;--gg-white: #ffffff;--gg-line: rgba(26, 46, 59, .14);--gg-shadow: 0 18px 45px rgba(26, 46, 59, .13);--font-body-family: "Nunito", system-ui, sans-serif;--font-heading-family: "Fredoka", "Nunito", system-ui, sans-serif}body{font-family:Nunito,system-ui,sans-serif;color:var(--gg-blue-ink)}h1,h2,h3,.h0,.h1,.h2{font-family:Fredoka,Nunito,system-ui,sans-serif;letter-spacing:0}.gg-theme{background:var(--gg-white);color:var(--gg-blue-ink);font-family:Nunito,system-ui,sans-serif}.gg-theme *,.gg-theme *:before,.gg-theme *:after{box-sizing:border-box}.gg-wrap{width:min(1180px,calc(100vw - 32px));margin:0 auto}.gg-section{padding:clamp(44px,6vw,86px) 0}.gg-section--blue{background:var(--gg-blue);color:var(--gg-white)}.gg-section--soft{background:var(--gg-blue-soft)}.gg-section--dark{background:var(--gg-blue-dark);color:var(--gg-white)}.gg-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;color:var(--gg-blue);font-size:.82rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.gg-section--blue .gg-kicker,.gg-section--dark .gg-kicker{color:var(--gg-white)}.gg-kicker:before{content:"";width:10px;height:10px;border-radius:99px;background:var(--gg-gold)}.gg-title{margin:0;max-width:880px;color:inherit;font-family:Fredoka,Nunito,system-ui,sans-serif;font-size:clamp(2.7rem,6vw,7.2rem);line-height:.93;letter-spacing:0}.gg-title--mid{font-size:clamp(2.2rem,4.2vw,4.6rem);line-height:.98}.gg-title--small{font-size:clamp(1.8rem,3vw,3rem);line-height:1}.gg-sub{max-width:740px;margin:18px 0 0;font-size:clamp(1.7rem,2vw,2.2rem);line-height:1.35;font-weight:700;color:#102433d1}.gg-section--blue .gg-sub,.gg-section--dark .gg-sub,.gg-hero .gg-sub{color:#ffffffeb}.gg-copy{font-size:1.65rem;line-height:1.55;color:#102433c7}.gg-section--blue .gg-copy,.gg-section--dark .gg-copy{color:#ffffffdb}.gg-hero{position:relative;overflow:hidden;background:var(--gg-blue);color:var(--gg-white)}.gg-hero:after{content:"";position:absolute;inset:auto -18vw -16vw auto;width:min(52vw,560px);aspect-ratio:1;border-radius:50%;background:#ffffff24;pointer-events:none}.gg-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);gap:clamp(30px,6vw,72px);align-items:center;min-height:min(780px,calc(100vh - 120px));padding:clamp(48px,7vw,92px) 0}.gg-hero__proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.gg-pill{display:inline-flex;align-items:center;min-height:36px;padding:7px 12px;border:1px solid rgba(255,255,255,.28);border-radius:99px;background:#ffffff21;color:inherit;font-size:1.35rem;font-weight:900;line-height:1.1}.gg-pill--dark{border-color:var(--gg-line);background:var(--gg-white);color:var(--gg-blue-dark)}.gg-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:28px}.gg-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 22px;border:2px solid var(--gg-blue-dark);border-radius:8px;background:var(--gg-blue-dark);color:var(--gg-white);font-size:1.6rem;font-weight:900;line-height:1;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.gg-btn:hover{transform:translateY(-1px);box-shadow:var(--gg-shadow);color:var(--gg-white)}.gg-btn--gold{border-color:var(--gg-gold);background:var(--gg-gold);color:var(--gg-blue-dark)}.gg-btn--white{border-color:var(--gg-white);background:var(--gg-white);color:var(--gg-blue-dark)}.gg-btn--outline{background:transparent;color:var(--gg-blue-dark)}.gg-section--blue .gg-btn--outline,.gg-section--dark .gg-btn--outline,.gg-hero .gg-btn--outline{border-color:#ffffff8c;color:var(--gg-white)}.gg-micro{margin:0;font-size:1.35rem;font-weight:800;color:#ffffffdb}.gg-media{min-height:360px;border-radius:8px;overflow:hidden;background:#ffffff2e;box-shadow:var(--gg-shadow)}.gg-media--light{background:var(--gg-blue-soft)}.gg-media__img{display:block;width:100%;height:100%;min-height:inherit;object-fit:cover}.gg-media__empty{display:grid;min-height:inherit;place-items:center;padding:28px;border:2px dashed rgba(26,46,59,.22);color:#1a2e3b8c;font-weight:900;text-align:center}.gg-grid{display:grid;gap:18px}.gg-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.gg-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.gg-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.gg-split{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(24px,5vw,66px);align-items:center}.gg-card{height:100%;padding:clamp(18px,2.6vw,30px);border:1px solid var(--gg-line);border-radius:8px;background:var(--gg-white);box-shadow:0 8px 24px #1a2e3b12}.gg-section--blue .gg-card,.gg-section--dark .gg-card{border-color:#ffffff2e;background:#ffffff1a;box-shadow:none}.gg-card h3,.gg-step h3,.gg-faq h3{margin:0 0 10px;color:inherit;font-family:Fredoka,Nunito,system-ui,sans-serif;font-size:2.1rem;line-height:1.05}.gg-card p,.gg-step p,.gg-faq p{margin:0;color:#102433c2;font-size:1.48rem;line-height:1.48}.gg-section--blue .gg-card p,.gg-section--dark .gg-card p{color:#ffffffd6}.gg-icon{display:inline-grid;place-items:center;width:42px;height:42px;margin-bottom:14px;border-radius:50%;background:var(--gg-blue);color:var(--gg-white);font-weight:900}.gg-section--blue .gg-icon,.gg-section--dark .gg-icon{background:var(--gg-gold);color:var(--gg-blue-dark)}.gg-table{overflow:hidden;border:1px solid var(--gg-line);border-radius:8px;background:var(--gg-white)}.gg-row{display:grid;grid-template-columns:1.2fr 1fr 1fr;border-top:1px solid var(--gg-line)}.gg-row:first-child{border-top:0}.gg-row>div{padding:16px;font-size:1.45rem;font-weight:800}.gg-row>div:nth-child(2){background:var(--gg-blue-soft)}.gg-row--head>div{background:var(--gg-blue-dark);color:var(--gg-white);font-family:Fredoka,Nunito,system-ui,sans-serif;font-size:1.7rem}.gg-steps{counter-reset:gg-step}.gg-step{position:relative;padding:26px;border-radius:8px;background:var(--gg-white);box-shadow:0 8px 24px #1a2e3b12}.gg-step:before{counter-increment:gg-step;content:counter(gg-step);display:inline-grid;place-items:center;width:36px;height:36px;margin-bottom:14px;border-radius:50%;background:var(--gg-gold);color:var(--gg-blue-dark);font-weight:900}.gg-offer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:clamp(22px,4vw,40px);border-radius:8px;background:var(--gg-blue-dark);color:var(--gg-white)}.gg-offer p{margin:8px 0 0;color:#ffffffdb;font-size:1.55rem;font-weight:700}.gg-faq{padding:22px 0;border-top:1px solid var(--gg-line)}.gg-faq:first-child{border-top:0}.gg-list{display:grid;gap:10px;margin:22px 0 0;padding:0;list-style:none}.gg-list li{position:relative;padding-left:28px;font-size:1.55rem;line-height:1.45;font-weight:750}.gg-list li:before{content:"";position:absolute;left:0;top:.48em;width:13px;height:13px;border-radius:50%;background:var(--gg-gold)}.gg-policy{max-width:920px;margin:0 auto}.gg-policy h2{margin:32px 0 10px;font-size:2.6rem}.gg-policy p,.gg-policy li{font-size:1.58rem;line-height:1.62;color:#102433cc}.gg-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.gg-anchor{scroll-margin-top:110px}.gg-note{padding:16px 18px;border-left:5px solid var(--gg-gold);border-radius:8px;background:var(--gg-blue-soft);color:var(--gg-blue-dark);font-weight:800}@media screen and (max-width:900px){.gg-hero__grid,.gg-split,.gg-grid--2,.gg-grid--3,.gg-grid--4,.gg-offer{grid-template-columns:1fr}.gg-hero__grid{min-height:auto}.gg-row{grid-template-columns:1fr}.gg-row>div{border-top:1px solid var(--gg-line)}.gg-row>div:first-child{border-top:0}}@media screen and (max-width:560px){.gg-wrap{width:min(100% - 24px,1180px)}.gg-title{font-size:clamp(3.5rem,14vw,5.4rem)}.gg-btn{width:100%}.gg-media,.gg-media__empty{min-height:260px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/guzzleguts-theme.css.map */
