body.gf-products-landing-code-page #ajax-content-wrap .container-wrap { padding-block:0!important; background:#fff; }
body.gf-products-landing-code-page #ajax-content-wrap .container.main-content { width:100%; max-width:none; padding:0; }
body.gf-products-landing-code-page #ajax-content-wrap .container.main-content>.row { margin:0; padding:0; }
.gf-products-landing,.gf-products-landing * { box-sizing:border-box; }
.gf-products-landing { background:#fff; color:#173527; }
.gf-products-landing__container { width:var(--gf-container-width,min(calc(100% - clamp(20px,5vw,72px)*2),1240px)); margin-inline:auto; padding-bottom:clamp(64px,7vw,100px); }
.gf-products-landing__intro { padding-block:clamp(64px,7vw,100px) clamp(40px,4.5vw,64px); }
.gf-products-landing #gf-products-title { padding:0; margin:0 0 28px; color:#173527; font:600 clamp(36px,4.7vw,64px)/1.1 Montserrat,'Open Sans',Arial,sans-serif; letter-spacing:-.04em; }
.gf-products-landing .gf-products-landing__intro p { padding:0; margin:0; max-width:960px; color:#59675f; font:400 18px/1.8 'Open Sans',Arial,sans-serif; }
.gf-products-landing .gf-products-landing__channels { display:grid; grid-template-columns:1fr; gap:28px; margin:0; padding:0; list-style:none; }
.gf-products-landing .gf-products-landing__channels>li { margin:0; padding:0; list-style:none; min-width:0; }
.gf-products-landing .gf-products-landing__channel { display:flex; position:relative; isolation:isolate; align-items:flex-end; min-height:clamp(460px,40vw,540px); overflow:hidden; color:#fff; background:#14271e; text-decoration:none!important; }
.gf-products-landing__image { position:absolute; inset:0; z-index:-2; overflow:hidden; }
.gf-products-landing__channel::before { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(0deg,rgba(4,24,16,.92) 0%,rgba(4,24,16,.77) 32%,rgba(4,24,16,.22) 76%,rgba(4,24,16,.08) 100%); }
.gf-products-landing .gf-products-landing__image img { display:block; width:100%!important; height:100%!important; max-width:100%; object-fit:cover; object-position:center; margin:0!important; border-radius:0; box-shadow:none; transition:transform .7s cubic-bezier(.2,.65,.3,1); }
.gf-products-landing__content { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:end; column-gap:48px; row-gap:24px; width:100%; padding:clamp(32px,4.5vw,64px); }
.gf-products-landing__copy { min-width:0; display:flex; flex-direction:column; gap:16px; }
.gf-products-landing .gf-products-landing__content h2 { padding:0; margin:0; color:#fff; font:500 clamp(40px,4.6vw,64px)/1.08 Montserrat,Arial,sans-serif; letter-spacing:-.04em; }
.gf-products-landing .gf-products-landing__content p { max-width:490px; padding:0; margin:0; color:#fff; font:400 18px/1.7 'Open Sans',Arial,sans-serif; }
.gf-products-landing__action { display:flex; align-items:center; gap:20px; min-height:48px; margin:0; color:#fff; font:600 12px/1.5 Montserrat,Arial,sans-serif; letter-spacing:.1em; }
.gf-products-landing__action>span { display:grid; place-items:center; flex:none; width:48px; height:48px; padding:0; border:1px solid rgba(255,255,255,.65); border-radius:50%; line-height:0; letter-spacing:0; transition:background-color .25s ease,color .25s ease,transform .25s ease; }
.gf-products-landing__action>span>svg { display:block; width:24px; height:24px; margin:0; padding:0; }
.gf-products-landing__channel:focus-visible { outline:2px solid #017231; outline-offset:6px; }
@media(hover:hover) {
 .gf-products-landing__channel:hover .gf-products-landing__image img { transform:scale(1.035); }
 .gf-products-landing__channel:hover .gf-products-landing__action>span { transform:translateX(3px); background:#fff; color:#173527; }
}
@media(min-width:621px) and (max-width:1000px) {
 .gf-products-landing__content { column-gap:28px; }
 .gf-products-landing .gf-products-landing__content p { font-size:16px; }
}
@media(max-width:620px) {
 .gf-products-landing__intro { padding-block:48px 32px; }
 .gf-products-landing #gf-products-title { font-size:36px; margin-bottom:24px; }
 .gf-products-landing .gf-products-landing__intro p { font-size:16px; line-height:1.75; }
 .gf-products-landing .gf-products-landing__channels { gap:20px; }
 .gf-products-landing .gf-products-landing__channel { min-height:440px; align-items:flex-end; }
 .gf-products-landing__channel::before { background:linear-gradient(0deg,rgba(4,28,18,.92),rgba(4,28,18,.75) 55%,rgba(4,28,18,.08)); }
 .gf-products-landing__content { grid-template-columns:1fr; row-gap:18px; width:100%; padding:32px 24px; }
 .gf-products-landing__copy { gap:14px; }
 .gf-products-landing .gf-products-landing__content h2 { font-size:clamp(32px,8vw,44px); }
 .gf-products-landing .gf-products-landing__content p { font-size:16px; }
 .gf-products-landing__action { justify-content:space-between; padding-top:4px; }
 .gf-products-landing .gf-products-landing__channels>li:nth-child(2) img { object-position:100% center; }
}
@media(min-width:901px) and (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference) {
 .gf-products-landing.has-parallax .gf-products-landing__image { inset:-48px 0; transform:translate3d(0,var(--gf-parallax-y,0px),0); will-change:transform; }
}
@media(prefers-reduced-motion:reduce) { .gf-products-landing * { transition:none!important; } }
