@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@300;400;500;600;700&display=swap");*{box-sizing:border-box;margin:0}:root{--colors-white:#ffffff;--colors-light-grey:#f2f2f2;--colors-grey:#bdbdbd;--colors-dark-grey:#4f4f4f;--colors-black:#222222;--colors-primary-extra-light:#e3f0fd;--colors-primary-light:#a8d1fb;--colors-primary:#2f80ed;--colors-primary-dark:#1c5dc2;--colors-primary-extra-dark:#123e85;--colors-secondary-extra-light:#fff5d9;--colors-secondary-light:#ffe08a;--colors-secondary:#ffb700;--colors-secondary-dark:#cc9300;--colors-secondary-extra-dark:#7a5c00;--colors-positive-extra-light:#e4f8e4;--colors-positive-light:#aeecaf;--colors-positive:#65d265;--colors-positive-dark:#429c42;--colors-positive-extra-dark:#2b682b;--colors-neutral-extra-light:#fff1e5;--colors-neutral-light:#ffce9c;--colors-neutral:#f2994a;--colors-neutral-dark:#cc7733;--colors-neutral-extra-dark:#7a461f;--colors-negative-extra-light:#fce4e4;--colors-negative-light:#f5a9a9;--colors-negative:#eb5757;--colors-negative-dark:#c13c3c;--colors-negative-extra-dark:#7f2828;--colors-black-transparent-25:rgba(34,34,34,0.25);--colors-black-transparent-50:rgba(34,34,34,0.5);--colors-black-transparent-75:rgba(34,34,34,0.75);--colors-white-transparent-25:rgba(255,255,255,0.25);--colors-white-transparent-50:rgba(255,255,255,0.5);--colors-white-transparent-75:rgba(255,255,255,0.75);--typography-family-body:"Montserrat",sans-serif;--typography-family-header:"Bebas Neue",sans-serif;--typography-size-xxxs:0.5rem;--typography-size-xxs:0.625rem;--typography-size-xs:0.75rem;--typography-size-sm:0.875rem;--typography-size-md:1rem;--typography-size-lg:1.125rem;--typography-size-xl:1.5rem;--typography-size-xxl:2rem;--typography-size-xxxl:4rem;--typography-size-xxxxl:5rem;--default-border-radius:1rem;--tag-border-radius:0.25rem;--round-border-radius:10rem;--max-wrapper-width:calc(1248px + 4rem);--checkbox-size:1.125rem;--checkbox-radius:0.125rem;--checkbox-border-width:1px}h1{font-size:var(--typography-size-xxxxl)}h1,h2{font-family:var(--typography-family-header);font-weight:400;letter-spacing:-.02em;margin:0;color:var(--colors-primary-extra-dark)}h2{font-size:var(--typography-size-xxxl)}h3{font-size:var(--typography-size-xl)}h3,h4{font-family:var(--typography-family-header);font-weight:400;letter-spacing:-.02em;margin:0}h4{font-size:var(--typography-size-lg)}h5{font-family:var(--typography-family-header);font-size:var(--typography-size-md);font-weight:400;letter-spacing:-.02em;margin:0}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--checkbox-size);height:var(--checkbox-size);border-radius:var(--checkbox-radius);border:var(--checkbox-border-width) solid var(--colors-grey);background:var(--colors-white);display:inline-grid;place-content:center;vertical-align:middle;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .05s ease}input[type=checkbox]:hover{border-color:var(--colors-dark-grey)}input[type=checkbox]:focus-visible{outline:none}input[type=checkbox]:active{transform:scale(.96)}input[type=checkbox]:before{content:none}input[type=checkbox]:checked{background-color:var(--colors-primary);background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="%23ffffff"><path d="M173.898 439.404l-166.4-166.4c-12.497-12.497-12.497-32.758 0-45.255l45.255-45.255c12.497-12.497 32.758-12.497 45.255 0L192 312.69 414.492 90.197c12.497-12.497 32.758-12.497 45.255 0l45.255 45.255c12.497 12.497 12.497 32.758 0 45.255l-294.4 294.4c-12.497 12.496-32.758 12.496-45.254-.003z"/></svg>');background-repeat:no-repeat;background-position:50%;background-size:70% 70%;border-color:var(--colors-primary)}input[type=checkbox]:disabled{cursor:not-allowed;background:var(--colors-light-grey);border-color:var(--colors-grey);box-shadow:none}@media screen and (min-width:768px) and (max-width:1024px){:root{--typography-size-xxl:1.75rem;--typography-size-xxxl:3rem;--typography-size-xxxxl:4rem}}@media screen and (min-width:480px) and (max-width:767px){:root{--typography-size-xxl:1.5rem;--typography-size-xxxl:2.75rem;--typography-size-xxxxl:3rem}}@media screen and (max-width:479px){:root{--typography-size-xxxl:2.25rem;--typography-size-xxxxl:2.75rem}}.Header_header__pUH_e{display:flex;justify-content:center;position:sticky;top:0;width:100%;background:var(--colors-white);box-shadow:0 4px 4px 0 rgba(34,34,34,.05);z-index:100}.Header_headerWrapper___KCAj{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;width:100%;max-width:var(--max-wrapper-width);height:90px}.Header_headerWrapper___KCAj a{text-decoration:none}.Header_forLoyaltyLogoText__E9KiH{color:var(--colors-black)}.GetInTouch_getInTouchContainer__k8A7w{display:flex;flex-direction:column}.GetInTouch_getInTouchIcon__1hGbX{margin-right:.375rem}.Social_socialContainer__veGxc{display:flex;gap:.5rem;font-size:var(--typography-size-xxxl)}