:root{--hw-blue: #1A7BFF;--hw-blue-dark: #1260cc;--hw-blue-light: #e8f1ff;--hw-pink: #FF6B9D;--hw-pink-light: #fff0f5;--hw-dark: #0d1117;--hw-text: #1a1a2e;--hw-text-muted: #6b7280;--hw-white: #ffffff;--hw-border: rgba(0,0,0,.08);--hw-radius: 1.2rem;--hw-radius-sm: .8rem;--hw-radius-lg: 2rem;--hw-shadow: 0 4px 24px rgba(26,123,255,.1);--hw-shadow-lg: 0 8px 40px rgba(26,123,255,.16);--hw-transition: .25s cubic-bezier(.4, 0, .2, 1)}.hw-hero{padding:8rem 0 6rem;text-align:center;position:relative;overflow:hidden}.hw-hero--wholesale{background:linear-gradient(135deg,var(--hw-blue) 0%,var(--hw-blue-dark) 100%);color:var(--hw-white)}.hw-hero--affiliate{background:linear-gradient(135deg,var(--hw-dark) 0%,#1a2540 100%);color:var(--hw-white)}.hw-hero--partnerships{background:linear-gradient(135deg,var(--hw-dark) 0%,#0d1a30 100%);color:var(--hw-white)}.hw-hero__inner{position:relative;z-index:1;max-width:72rem;margin:0 auto}.hw-hero__badge{display:inline-block;background:#ffffff26;color:var(--hw-white);font-family:var(--font-body-family);font-size:1.1rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:.5rem 1.4rem;border-radius:10rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.25)}.hw-hero__title{color:var(--hw-white)!important;margin-bottom:1.6rem;line-height:1.1}.hw-hero__subtitle{color:#ffffffd9;max-width:56rem;margin:0 auto 3.2rem;font-size:1.8rem;line-height:1.6}.hw-hero__cta{display:inline-flex}.hw-hero__cta-group{display:flex;gap:1.6rem;justify-content:center;flex-wrap:wrap}.hw-hero .button--secondary{background:transparent;border:2px solid rgba(255,255,255,.6);color:var(--hw-white)}.hw-hero .button--secondary:hover{background:#ffffff26;border-color:var(--hw-white)}.hw-label{display:inline-block;font-family:var(--font-body-family);font-size:1.1rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--hw-blue);margin-bottom:1.2rem}.hw-label--pink{color:var(--hw-pink)}.hw-label--blue{color:var(--hw-blue)}.hw-stats{padding:3.2rem 0;border-top:1px solid var(--hw-border);border-bottom:1px solid var(--hw-border)}.hw-stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.hw-stats__grid--5{grid-template-columns:repeat(5,1fr)}@media screen and (max-width:749px){.hw-stats__grid{grid-template-columns:repeat(2,1fr)}.hw-stats__grid--5{grid-template-columns:repeat(3,1fr)}}.hw-stat{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1.6rem 1rem}.hw-stat__number{color:var(--hw-blue);font-weight:800;line-height:1}.hw-stat__label{color:var(--hw-text-muted);font-weight:500}.hw-section{padding:7.2rem 0}.hw-section__header{margin-bottom:4.8rem}.hw-section__header--center{text-align:center;max-width:64rem;margin-left:auto;margin-right:auto}.hw-section__desc{margin-top:1.6rem;color:var(--hw-text-muted)}.hw-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem}@media screen and (max-width:989px){.hw-features-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:599px){.hw-features-grid{grid-template-columns:1fr}}.hw-feature-card{background:var(--hw-white);border:1px solid var(--hw-border);border-radius:var(--hw-radius);padding:3.2rem 2.4rem;transition:box-shadow var(--hw-transition),transform var(--hw-transition)}.hw-feature-card:hover{box-shadow:var(--hw-shadow);transform:translateY(-2px)}.hw-feature-card__icon{font-size:3.2rem;margin-bottom:1.6rem;display:block}.hw-feature-card h3{margin-bottom:.8rem;color:var(--hw-text)}.hw-feature-card p{color:var(--hw-text-muted);line-height:1.6}.hw-form-section{padding:7.2rem 0}.hw-form-section__inner{display:grid;grid-template-columns:1fr 1.4fr;gap:6.4rem;align-items:start}.hw-form-section__inner--single{grid-template-columns:1fr;max-width:72rem;margin:0 auto}@media screen and (max-width:989px){.hw-form-section__inner{grid-template-columns:1fr;gap:4rem}}.hw-form-section__info .hw-label{display:block;margin-bottom:1.2rem}.hw-form-section__info h2{margin-bottom:1.6rem}.hw-form-section__info p{color:var(--hw-text-muted);margin-bottom:2.4rem;line-height:1.6}.hw-checklist{list-style:none;padding:0;margin:0 0 3.2rem;display:flex;flex-direction:column;gap:1.2rem}.hw-checklist__item{display:flex;align-items:flex-start;gap:1rem}.hw-checklist__icon{display:flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;min-width:2.2rem;background:var(--hw-blue);color:var(--hw-white);border-radius:50%;font-size:1.1rem;font-weight:700;margin-top:.1rem}.hw-checklist__item .body-small{color:var(--hw-text-muted);line-height:1.5}.hw-form{display:flex;flex-direction:column;gap:1.6rem}.hw-form--wide{max-width:100%}.hw-form__row{display:flex;gap:1.6rem}.hw-form__row--2col{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}@media screen and (max-width:599px){.hw-form__row--2col{grid-template-columns:1fr}}.hw-form__section-title{margin-top:1.6rem;margin-bottom:.4rem;padding-bottom:1rem;border-bottom:1px solid var(--hw-border);color:var(--hw-text)}.hw-form__section-title:first-child{margin-top:0}.hw-form__submit{margin-top:.8rem;width:100%;justify-content:center}.hw-form__consent{margin-top:.8rem}.hw-form__checkboxes{display:flex;flex-direction:column;gap:1.2rem}.hw-form__checkboxes-label{color:var(--hw-text-muted);margin-bottom:.4rem}.hw-form__checkbox-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem 1.6rem}@media screen and (max-width:599px){.hw-form__checkbox-grid{grid-template-columns:1fr}}.hw-checkbox-label{display:flex;align-items:flex-start;gap:1rem;cursor:pointer}.hw-checkbox-label input[type=checkbox]{width:1.8rem;height:1.8rem;min-width:1.8rem;margin-top:.2rem;accent-color:var(--hw-blue);cursor:pointer}.hw-checkbox-label__text{color:var(--hw-text-muted);line-height:1.5}.hw-checkbox-label__text a{color:var(--hw-blue);text-decoration:underline}.hw-form-success{text-align:center;padding:4.8rem 3.2rem;background:#f0f9f0;border:1px solid #c3e6c3;border-radius:var(--hw-radius)}.hw-form-success__icon{display:flex;align-items:center;justify-content:center;width:6.4rem;height:6.4rem;background:#22c55e;color:var(--hw-white);border-radius:50%;font-size:2.8rem;font-weight:700;margin:0 auto 2.4rem}.hw-form-success h2,.hw-form-success h3{margin-bottom:1.2rem;color:var(--hw-text)}.hw-form-success p{color:var(--hw-text-muted)}.hw-form-error{padding:1.6rem 2rem;background:#fff5f5;border:1px solid #fca5a5;border-radius:var(--hw-radius-sm);color:#dc2626}.hw-form-error a{color:var(--hw-blue)}.hw-page-header{padding:6.4rem 0 4rem;border-bottom:1px solid var(--hw-border)}.hw-page-header__inner{max-width:72rem}.hw-page-header h1{margin-bottom:1.6rem}.hw-page-header__desc{color:var(--hw-text-muted);max-width:56rem;line-height:1.6}.hw-back-link{display:inline-flex;align-items:center;gap:.6rem;color:var(--hw-blue);text-decoration:none;margin-bottom:2rem;font-weight:500;transition:opacity var(--hw-transition)}.hw-back-link:hover{opacity:.7}.hw-perks-strip{padding:2.4rem 0;border-bottom:1px solid var(--hw-border)}.hw-perks-strip__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem;text-align:center}@media screen and (max-width:749px){.hw-perks-strip__grid{grid-template-columns:repeat(2,1fr)}}.hw-perk{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1.2rem}.hw-perk__icon{font-size:2.4rem}.hw-perk__text{color:var(--hw-text-muted);font-weight:500}.hw-path-section{padding:7.2rem 0}.hw-path-section__inner{display:grid;grid-template-columns:1fr 1.6fr;gap:6.4rem;align-items:center}.hw-path-section__inner--reverse{grid-template-columns:1.6fr 1fr}@media screen and (max-width:989px){.hw-path-section__inner,.hw-path-section__inner--reverse{grid-template-columns:1fr;gap:4rem}.hw-path-section__inner--reverse .hw-path-section__visual{order:-1}}.hw-path-section__content .hw-label{display:block;margin-bottom:1.2rem}.hw-path-section__content h2{margin-bottom:1.6rem}.hw-path-section__content>p{color:var(--hw-text-muted);margin-bottom:2.4rem;line-height:1.6}.hw-path-section__cta{margin-top:1.6rem}.hw-path-section__visual{display:flex;align-items:center;justify-content:center}.hw-path-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;width:24rem;height:24rem;border-radius:50%;text-align:center;padding:3.2rem}.hw-path-card--blue{background:linear-gradient(135deg,var(--hw-blue) 0%,var(--hw-blue-dark) 100%);color:var(--hw-white);box-shadow:0 12px 48px #1a7bff4d}.hw-path-card--pink{background:linear-gradient(135deg,var(--hw-pink) 0%,#e0547f 100%);color:var(--hw-white);box-shadow:0 12px 48px #ff6b9d4d}.hw-path-card__icon{font-size:4rem}.hw-path-card__label{color:var(--hw-white)!important;font-weight:700}.hw-path-card__sub{color:#fffc}.hw-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3.2rem;position:relative}@media screen and (max-width:989px){.hw-steps-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:599px){.hw-steps-grid{grid-template-columns:1fr}}.hw-step{text-align:center;padding:2.4rem}.hw-step__number{display:inline-flex;align-items:center;justify-content:center;width:5.6rem;height:5.6rem;background:var(--hw-blue-light);color:var(--hw-blue);border-radius:50%;font-size:1.6rem;font-weight:800;margin:0 auto 1.6rem;font-family:var(--font-body-family)}.hw-step h3{margin-bottom:.8rem;color:var(--hw-text)}.hw-step p{color:var(--hw-text-muted);line-height:1.6}.hw-cta-banner{padding:7.2rem 0;border-top:1px solid var(--hw-border)}.hw-cta-banner__inner{text-align:center;max-width:64rem;margin:0 auto}.hw-cta-banner__inner h2{margin-bottom:1.6rem}.hw-cta-banner__inner p{color:var(--hw-text-muted);margin-bottom:3.2rem;line-height:1.6}.hw-cta-banner__buttons{display:flex;gap:1.6rem;justify-content:center;flex-wrap:wrap}.hw-partner-logos{padding:4rem 0;border-bottom:1px solid var(--hw-border)}.hw-partner-logos__label{text-align:center;color:var(--hw-text-muted);text-transform:uppercase;letter-spacing:.1em;font-weight:600;margin-bottom:2.4rem}.hw-partner-logos__image{width:100%;height:auto;display:block;border-radius:var(--hw-radius-sm)}.hw-partner-logos__text-fallback{display:flex;flex-wrap:wrap;gap:1.6rem 3.2rem;justify-content:center;align-items:center}.hw-partner-logos__text-fallback span{color:var(--hw-text-muted);font-weight:600;font-size:1.3rem;text-transform:uppercase;letter-spacing:.08em}.hw-collab-videos{padding:7.2rem 0}.hw-video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3.2rem;margin-top:4rem}@media screen and (max-width:749px){.hw-video-grid{grid-template-columns:1fr}}.hw-video-card{background:var(--hw-white);border:1px solid var(--hw-border);border-radius:var(--hw-radius);overflow:hidden;transition:box-shadow var(--hw-transition),transform var(--hw-transition)}.hw-video-card:hover{box-shadow:var(--hw-shadow-lg);transform:translateY(-3px)}.hw-video-card__embed{position:relative;width:100%;padding-bottom:56.25%;background:var(--hw-dark);overflow:hidden}.hw-video-card__embed--native{padding-bottom:56.25%}.hw-video-card__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hw-video-card__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.hw-video-card__info{padding:2rem 2.4rem}.hw-video-card__title{margin-bottom:.6rem;color:var(--hw-text)}.hw-video-card__desc{color:var(--hw-text-muted);line-height:1.5}.hw-partner-cta{padding:7.2rem 0;border-top:1px solid var(--hw-border)}.hw-partner-cta__inner{display:grid;grid-template-columns:1fr 1.6fr;gap:6.4rem;align-items:start}@media screen and (max-width:989px){.hw-partner-cta__inner{grid-template-columns:1fr;gap:4rem}}.hw-partner-cta__content .hw-label{display:block;margin-bottom:1.2rem}.hw-partner-cta__content h2{margin-bottom:1.6rem}.hw-partner-cta__content p{color:var(--hw-text-muted);line-height:1.6}.hw-partner-cta__cards{display:flex;flex-direction:column;gap:1.6rem}.hw-partner-cta-card{display:flex;align-items:center;gap:2rem;padding:2.4rem;border-radius:var(--hw-radius);text-decoration:none;transition:transform var(--hw-transition),box-shadow var(--hw-transition);position:relative}.hw-partner-cta-card:hover{transform:translate(4px);box-shadow:var(--hw-shadow)}.hw-partner-cta-card--blue{background:var(--hw-blue-light);border:1px solid rgba(26,123,255,.2)}.hw-partner-cta-card--pink{background:var(--hw-pink-light);border:1px solid rgba(255,107,157,.2)}.hw-partner-cta-card--dark{background:#f5f5f7;border:1px solid var(--hw-border)}.hw-partner-cta-card__icon{font-size:2.8rem;flex-shrink:0}.hw-partner-cta-card h3{margin-bottom:.4rem;color:var(--hw-text)}.hw-partner-cta-card p{color:var(--hw-text-muted);margin:0}.hw-partner-cta-card__arrow{margin-left:auto;font-size:2rem;color:var(--hw-blue);font-weight:700;flex-shrink:0}.field select.field__input{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.6rem center;padding-right:4.8rem;-webkit-appearance:none;appearance:none}@media screen and (max-width:749px){.hw-hero{padding:6rem 0 4rem}.hw-hero__title{font-size:calc(var(--font-heading-h1-scale) * .8rem)}.hw-section,.hw-form-section,.hw-path-section{padding:4.8rem 0}.hw-path-card{width:18rem;height:18rem}.hw-collab-videos,.hw-partner-cta,.hw-cta-banner{padding:4.8rem 0}.hw-page-header{padding:4rem 0 3.2rem}}.hw-hero--wholesale .hw-label,.hw-hero--affiliate .hw-label,.hw-hero--partnerships .hw-label{color:#ffffffb3;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);padding:.4rem 1.2rem;border-radius:10rem}.hw-form__submit.button--primary,.hw-hero .button--primary,.hw-path-section .button--primary,.hw-cta-banner .button--primary{background:var(--hw-blue)}
/*# sourceMappingURL=/cdn/shop/t/26/assets/hopeworld-pages.css.map */
