.section-how-we-help{overflow:hidden}.how-we-help{background-color:var(--color-bg);color:var(--color-text);padding:var(--vertical-margin) 0}.how-we-help__container{max-width:var(--container-width);margin:0 auto;padding:0 1rem}.how-we-help__header{margin-bottom:3rem;text-align:center}.how-we-help__title{font-size:var(--heading-size);font-weight:600;margin-bottom:1rem;line-height:1.1;letter-spacing:-.02em}.how-we-help__subtitle{font-size:var(--subtitle-size);opacity:.8;margin-bottom:0;line-height:1.4;font-weight:300}.how-we-help__tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.how-we-help__tab,.how-we-help__tab--link,.how-we-help__tabs a{background-color:var(--color-button-bg);color:var(--color-button-text);border:2px solid var(--color-button-border);padding:var(--button-padding) 2rem;border-radius:var(--button-radius);font-size:var(--button-text-size);font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;white-space:nowrap;min-width:120px;text-align:center;box-shadow:0 2px 8px #00000014;pointer-events:auto;z-index:1;text-decoration:none;display:inline-block}.how-we-help__tab:hover,.how-we-help__tab--link:hover,.how-we-help__tabs a:hover{background-color:var(--color-button-hover-bg);color:var(--color-button-hover-text);transform:translateY(-2px);box-shadow:0 4px 16px #0000001f;text-decoration:none}.how-we-help__tab:focus,.how-we-help__tab--link:focus,.how-we-help__tabs a:focus{outline:2px solid var(--color-button-active-bg);outline-offset:2px}.how-we-help__tab--active,.how-we-help__tab--link.how-we-help__tab--active,.how-we-help__tabs a.how-we-help__tab--active{background-color:var(--color-button-active-bg);color:var(--color-button-active-text);border-color:var(--color-button-active-border);transform:translateY(-2px);box-shadow:0 4px 16px #00000026;text-decoration:none}.how-we-help__tab:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.how-we-help__tab:hover:before{left:100%}.how-we-help__content{position:relative;min-height:400px}.how-we-help__panel{display:none;opacity:0;transition:opacity var(--animation-duration) ease-in-out}.how-we-help__panel--active{display:block!important;opacity:1}.how-we-help__panel-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.how-we-help__image-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #0000001a;transition:transform .3s ease}.how-we-help__image-container:hover{transform:translateY(-4px)}.how-we-help__image-container img{width:100%;height:auto;display:block;border-radius:12px}.how-we-help__placeholder{width:100%;height:300px;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;border-radius:12px}.how-we-help__text-content{padding:1rem 0}.how-we-help__content-title{font-size:2rem;font-weight:300;margin-bottom:1rem;line-height:1.3;letter-spacing:-.01em}.how-we-help__content-subtitle{font-size:1.125rem;line-height:1.6;opacity:.8;margin-bottom:1.5rem;font-weight:300}.how-we-help__bullets{font-size:var(--bullet-text-size);line-height:1.6;margin-bottom:2rem}.how-we-help__bullets ul{list-style:none;padding:0;margin:0}.how-we-help__bullets li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;font-weight:300}.how-we-help__bullets li:before{content:"\2713";position:absolute;left:0;top:0;color:var(--color-button-active-bg);font-weight:700;font-size:1.1rem}.how-we-help__cta{margin-top:2rem}.how-we-help__cta-button{display:inline-block;background-color:var(--color-button-active-bg);color:var(--color-button-active-text);padding:.75rem 2rem;border-radius:var(--button-radius);text-decoration:none;font-weight:600;font-size:var(--button-text-size);transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.how-we-help__cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026;text-decoration:none;color:var(--color-button-active-text)}.how-we-help.text-left .how-we-help__header,.how-we-help.text-left .how-we-help__tabs,.how-we-help.text-left .how-we-help__text-content{text-align:left}.how-we-help.text-left .how-we-help__tabs{justify-content:flex-start}.how-we-help.text-right .how-we-help__header,.how-we-help.text-right .how-we-help__tabs,.how-we-help.text-right .how-we-help__text-content{text-align:right}.how-we-help.text-right .how-we-help__tabs{justify-content:flex-end}.how-we-help__title.h1{font-size:4.5rem;line-height:1.05;font-weight:700}.how-we-help__title.h2{font-size:3.5rem;line-height:1.1;font-weight:600}.how-we-help__title.h3{font-size:2.75rem;line-height:1.15;font-weight:600}.how-we-help__title.h4{font-size:2.25rem;line-height:1.2;font-weight:600}.how-we-help__subtitle.text-size-large{font-size:1.25rem}.how-we-help__subtitle.text-size-regular{font-size:1.125rem}.how-we-help__subtitle.text-size-small{font-size:1rem}.how-we-help__tab.text-size-large{font-size:1.125rem}.how-we-help__tab.text-size-regular{font-size:1rem}.how-we-help__tab.text-size-small{font-size:.875rem}.how-we-help__bullets.text-size-large{font-size:1.125rem}.how-we-help__bullets.text-size-regular{font-size:1rem}.how-we-help__bullets.text-size-small{font-size:.875rem}.how-we-help__panel.switching{opacity:0}.how-we-help__panel.switching-in{animation:fadeInUp var(--animation-duration) ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media only screen and (max-width: 1024px){.how-we-help__container{padding:0 1.5rem}.how-we-help__panel-content{gap:2rem}.how-we-help__content-title{font-size:1.75rem}.how-we-help__content-subtitle{font-size:1rem}}@media only screen and (max-width: 767px){.how-we-help__header{margin-bottom:2rem}.how-we-help__tabs{margin-bottom:2rem;gap:.75rem}.how-we-help__tab{padding:calc(var(--button-padding) * .75) 1.25rem;font-size:calc(var(--button-text-size) * .9);min-width:100px}.how-we-help__panel-content{grid-template-columns:1fr;gap:2rem}.how-we-help__image-container{order:1}.how-we-help__text-content{order:2;padding:0}.how-we-help__content-title{font-size:1.5rem;margin-bottom:.75rem}.how-we-help__content-subtitle{font-size:.9rem;margin-bottom:1rem}.how-we-help__bullets li{margin-bottom:.5rem}}@media only screen and (max-width: 480px){.how-we-help__tabs{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem;max-width:100%}.how-we-help__tab{width:100%;min-width:auto;padding:calc(var(--button-padding) * .6) .75rem;font-size:calc(var(--button-text-size) * .8)}.how-we-help__title{font-size:2.25rem}.how-we-help__subtitle{font-size:.9rem}}@media (prefers-contrast: high){.how-we-help__tab,.how-we-help__tab--active{border-width:3px}}@media (prefers-reduced-motion: reduce){.how-we-help__tab,.how-we-help__panel,.how-we-help__image-container,.how-we-help__cta-button{transition:none}.how-we-help__panel.switching-in{animation:none}}.how-we-help__tab.loading{opacity:.7;cursor:not-allowed}.how-we-help__tab:focus-visible{outline:2px solid var(--color-button-active-bg);outline-offset:2px}:root{--heading-size: 3.5rem;--subtitle-size: 1.125rem;--button-text-size: 1rem;--bullet-text-size: 1rem;--button-radius: 8px;--button-padding: 16px;--container-width: 1200px;--vertical-margin: 40px;--animation-duration: .4s}
/*# sourceMappingURL=/cdn/shop/t/2/assets/how-we-help.css.map */
