@import "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:#fff;--colors-light-grey:#f2f2f2;--colors-grey:#bdbdbd;--colors-dark-grey:#4f4f4f;--colors-black:#222;--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:#c73;--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:#22222240;--colors-black-transparent-50:#22222280;--colors-black-transparent-75:#222222bf;--colors-white-transparent-25:#ffffff40;--colors-white-transparent-50:#ffffff80;--colors-white-transparent-75:#ffffffbf;--typography-family-body:"Montserrat", sans-serif;--typography-family-header:"Bebas Neue", sans-serif;--typography-size-xxxs:.5rem;--typography-size-xxs:.625rem;--typography-size-xs:.75rem;--typography-size-sm:.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:.25rem;--round-border-radius:10rem;--max-wrapper-width:calc(1248px + 4rem);--checkbox-size:1.125rem;--checkbox-radius:.125rem;--checkbox-border-width:1px}h1{font-family:var(--typography-family-header);font-size:var(--typography-size-xxxxl);letter-spacing:-.02em;color:var(--colors-primary-extra-dark);margin:0;font-weight:400}h2{font-family:var(--typography-family-header);font-size:var(--typography-size-xxxl);letter-spacing:-.02em;color:var(--colors-primary-extra-dark);margin:0;font-weight:400}h3{font-family:var(--typography-family-header);font-size:var(--typography-size-xl);letter-spacing:-.02em;margin:0;font-weight:400}h4{font-family:var(--typography-family-header);font-size:var(--typography-size-lg);letter-spacing:-.02em;margin:0;font-weight:400}h5{font-family:var(--typography-family-header);font-size:var(--typography-size-md);letter-spacing:-.02em;margin:0;font-weight:400}input[type=checkbox]{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);vertical-align:middle;cursor:pointer;place-content:center;transition:background-color .15s,border-color .15s,box-shadow .15s,transform 50ms;display:inline-grid}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);border-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-position:50%;background-repeat:no-repeat;background-size:70% 70%}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:2rem;--typography-size-xxxl:2.75rem;--typography-size-xxxxl:3.5rem}}@media screen and (max-width:479px){:root{--typography-size-xxl:1.5rem;--typography-size-xxxl:2.25rem;--typography-size-xxxxl:2.75rem}}
.Header-module__ubkaFq__header{background:var(--colors-white);z-index:100;justify-content:center;width:100%;display:flex;position:sticky;top:0;box-shadow:0 4px 4px #2222220d}.Header-module__ubkaFq__headerWrapper{width:100%;max-width:var(--max-wrapper-width);justify-content:space-between;align-items:center;height:90px;padding:1rem 2rem;display:flex}.Header-module__ubkaFq__headerWrapper a{text-decoration:none}.Header-module__ubkaFq__forLoyaltyLogoText{color:var(--colors-black)}
.Logo-module__kPNmnW__logoContainer{align-items:center;gap:8px;display:flex}.Logo-module__kPNmnW__forLoyaltyLogo{font-family:var(--typography-family-header);letter-spacing:-.02em;font-size:2.5rem;font-weight:400}.Logo-module__kPNmnW__forLoyaltyLogoTextBlue{color:var(--colors-primary)}
.Navbar-module__oTK0RW__navItems{display:flex;position:relative}.Navbar-module__oTK0RW__navLinks{align-items:center;gap:1.5rem;display:flex}.Navbar-module__oTK0RW__navItems a{color:var(--colors-black);text-decoration:none}.Navbar-module__oTK0RW__menuButton{display:none}@media screen and (max-width:767px){.Navbar-module__oTK0RW__menuButton{color:var(--colors-black);background-color:#0000;border:none;font-family:"Font Awesome 6 Pro";font-size:1.5rem;font-style:normal;font-weight:400;line-height:normal;display:block}.Navbar-module__oTK0RW__navLinks{display:none}.Navbar-module__oTK0RW__navItems{padding:0}.Navbar-module__oTK0RW__hamburgerMenu{cursor:pointer;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:1rem;width:1.5rem;display:flex}.Navbar-module__oTK0RW__mobileMenu{z-index:1000;z-index:1000;background-color:var(--colors-white);border-bottom:1rem solid var(--colors-black);flex-direction:column;align-items:flex-start;width:100vw;max-width:100vw;padding:0 2rem 1rem;text-decoration:none;display:flex;position:fixed;top:87px;left:0;right:0}.Navbar-module__oTK0RW__mobileBackdrop{background:var(--colors-black-transparent-25);z-index:999;margin-top:87px;position:fixed;inset:0}.Navbar-module__oTK0RW__mobileMenu a{color:var(--colors-black);background-color:var(--colors-white);border-top:1px solid var(--colors-light-grey);width:100%;padding:.75rem 0;text-decoration:none}.Navbar-module__oTK0RW__mobileMenu a:last-of-type{border-bottom:1px solid var(--colors-light-grey);margin-bottom:1rem}.Navbar-module__oTK0RW__mobileMenu a:hover{background-color:var(--colors-primary-light)}}
