.button-arrow{align-items:center;background-color:#1a3661;border-radius:.625rem;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;padding:.5rem .5rem .5rem 1rem;text-align:left;text-transform:uppercase;transition:.15s cubic-bezier(.5,1,.75,1);transition-property:background-color}.button-arrow:focus-visible,.button-arrow:hover{background-color:#ffb606}.button-arrow:focus-visible strong,.button-arrow:hover strong{color:#1a3661}.button-arrow strong{color:#ffb606;transition:.15s cubic-bezier(.5,1,.75,1);transition-property:color}.button-arrow__icon{align-items:center;aspect-ratio:1;background-color:#ffb606;border-radius:.1875rem;color:#fff;display:inline-flex;flex-shrink:0;font-size:.5rem;justify-content:center;margin-left:1rem;width:2.5rem}.button-arrow--special{font-size:1.5rem;padding:.75rem .75rem .75rem 1.5rem}.button-arrow--special .button-arrow__special-icon{display:none}.button-arrow--special .button-arrow__icon{border-radius:.3125rem;font-size:.75rem;width:3.5rem}@media (min-width:40rem){.button-arrow--special .button-arrow__special-icon{display:inline-flex;font-size:3.5rem;margin-right:1.5rem}.button-arrow--special .button-arrow__icon{margin-left:3.5rem}}.button{align-items:center;border:1px solid #fff;border-radius:.625rem;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1875rem;font-weight:600;justify-content:center;min-height:4rem;padding:1rem 2rem;text-align:center;text-transform:uppercase;transition:.15s cubic-bezier(.5,1,.75,1);transition-property:background-color,color}.button:focus-visible,.button:hover{background-color:#fff;color:#1a3661}.card__image{margin:0 auto}.card__title-wrapper{background-color:#1a3661;border-radius:.625rem;margin-top:-2rem;padding:1.25rem 1.5rem;position:relative;transform:rotate(-3deg)}.card__title{color:#fff;font-size:1.25rem;font-weight:700;text-align:center;text-transform:uppercase}.card--special .card__image{margin-top:-15px}.card--special .card__title-wrapper{margin-top:calc(-2rem + -20px)}@media (min-width:40rem){.card__title-wrapper{padding:1.5rem 2rem}.card__title{font-size:1.5rem}.card--special{align-items:center;display:flex;justify-content:space-between}.card--special .card__image{margin-right:0}.card--special .card__title-wrapper{margin-left:0}}@media (min-width:48rem){.card--special .card__image{margin-right:3rem}.card--special .card__title-wrapper{margin-left:3rem}}@media (min-width:64rem){.card--special .card__image{margin-right:4rem}.card--special .card__title-wrapper{margin-left:4rem}}@media (min-width:80rem){.card--special .card__image{margin-right:6rem}.card--special .card__title-wrapper{margin-left:6rem}}@media (min-width:96rem){.card--special .card__image{margin-right:8rem}.card--special .card__title-wrapper{margin-left:8rem}}.code-input{border:.3125rem solid #1a3661;border-radius:.625rem;display:flex;gap:.5rem;max-width:32rem;padding:.5rem;width:100%}.code-input input{color:inherit;flex:1;font-size:1.5rem;font-weight:700;min-width:0;text-align:center}.code-input input:focus-visible{outline:none}.code-input__submit{align-items:center;aspect-ratio:1;background-color:#ffb606;border-radius:.3125rem;color:#fff;cursor:pointer;display:inline-flex;font-size:.75rem;justify-content:center;transition:.15s cubic-bezier(.5,1,.75,1);transition-property:background-color;width:3.75rem}.code-input__submit:focus-visible,.code-input__submit:hover{background-color:#1a3661}@media (min-width:40rem){.code-input{gap:1rem;padding:1rem}.code-input input{font-size:2.25rem}}.dialog{align-items:center;display:flex;inset:0;justify-content:center;padding:var(--page-gutter);position:fixed;z-index:50}.dialog[aria-hidden=true]{display:none}.dialog__overlay{background-color:rgba(26,54,97,.5);inset:0;position:fixed;z-index:-1}.dialog__container{background-color:#fff;border-radius:.625rem;display:flex;max-height:calc(100vh - 4rem);overflow-y:auto}.dialog__main{max-width:36rem;padding:1.5rem 1.5rem 2rem}.dialog__aside{aspect-ratio:1;background-position:100%;background-repeat:no-repeat;background-size:contain;display:none;max-width:100%;width:395px}@media (min-width:64rem){.dialog__main{padding:1.5rem 3rem 3rem}.dialog__aside{display:block}}.footer{padding-top:1.25rem;position:relative}.footer .footer-container{background-color:#1a3661;padding:2rem 0}.footer .footer-layout{display:flex;flex-direction:column;flex-wrap:wrap;gap:2rem;justify-content:center}.footer__scroller{align-items:center;aspect-ratio:1;background-color:#ffb606;border-radius:.3125rem;color:#fff;cursor:pointer;display:inline-flex;font-size:.5rem;justify-content:center;position:absolute;right:calc(var(--container-offset)/2 + var(--page-gutter));top:0;transition:.15s cubic-bezier(.5,1,.75,1);transition-property:background-color;width:2.5rem}.footer__scroller:focus-visible,.footer__scroller:hover{background-color:#1a3661}.footer__social{align-self:center}.footer__legal{display:flex;flex-direction:column;flex-wrap:wrap;gap:1.25rem}.footer__legal>*{flex:1 0 0%}@media (min-width:40rem){.footer__legal{flex-direction:row}}@media (min-width:64rem){.footer .footer-layout{align-items:center;flex-direction:row;justify-content:space-between}.footer__legal>*{flex:initial}}.form-checkbox{align-items:flex-start;display:flex}.form-checkbox label{color:#191919;font-size:.875rem;line-height:1.375rem;padding-left:1rem}.form-checkbox label.required:after{content:"*"}.form-checkbox label a{text-decoration:underline;transition:.15s cubic-bezier(.5,1,.75,1);transition-property:color}.form-checkbox label a:hover{color:#1a3661}.form-checkbox input{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;aspect-ratio:1;border:1px solid #008185;border-radius:.1875rem;display:flex;justify-content:center;margin-top:.125rem;width:1.125rem}.form-checkbox input:before{aspect-ratio:inherit;background-color:#008185;content:"";transform:scale(0);width:inherit}.form-checkbox input:checked:before{transform:scale(1)}.form-item{display:flex;flex-direction:column}.form-item label{font-weight:600;margin-bottom:.5rem}.form-item label.required:after{content:"*"}.form-item input{border:1px solid #1a3661;border-radius:.3125rem;padding:1rem}.heading{font-family:Eye Catching Pro,Nunito Sans,Helvetica Neue,Helvetica,Arial,serif;line-height:.5}.heading--sm{font-size:5rem;padding:1.25rem 0}.heading--md{font-size:6rem;padding:1.5rem 0}.heading--lg{font-size:8.5rem;padding:2.125rem 0}.heading--primary{color:#1a3661}.heading--white{color:#fff}@media (min-width:40rem){.heading--sm{font-size:7rem;padding:1.75rem 0}.heading--md{font-size:8.5rem;padding:2.125rem 0}.heading--lg{font-size:12.875rem;padding:3.21875rem 0}}.hero-plain{display:flex;flex-direction:column}.hero-plain__logo{align-self:flex-start;padding:0 2rem}.hero-plain__logo>*{width:clamp(120px,100%,300px)}@media (min-width:40rem){.hero-plain__logo{padding:0 2.5rem}}.hero{background-size:cover;display:flex;flex-direction:column;padding-bottom:.75rem}.hero__logo{align-self:flex-start;padding:0 2rem}.hero__logo>*{width:clamp(120px,100%,300px)}.hero__main{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:2rem 0}.hero__asterisk{color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:.625rem;line-height:1.5;padding:0 1rem}.hero__asterisk>*{max-width:16rem}@media (min-width:40rem){.hero{padding-bottom:1.5rem}.hero__logo{padding:0 2.5rem}.hero__main{justify-content:flex-end}.hero__asterisk{align-self:flex-end;padding:0 2.5rem;text-align:right}}@media (min-width:64rem){.hero{min-height:100vh}.hero__main{padding:0 10% 2rem}}.icon{fill:currentColor;stroke:currentColor;stroke-width:0;display:inline-block;height:1em;width:1em}.icon--angle-up{width:1.603515625em}.icon--arrow-right{width:1.5869140625em}.icon--triangle-down{width:1.1240234375em}.icon--facebook{width:.51953125em}.icon--ormes{width:1.4287109375em}.social-links{align-items:center;display:flex;gap:1rem}.social-links__title{font-size:.875rem;font-weight:600;text-transform:uppercase}.social-links__links{align-items:center;display:flex}.social-links__links__item{display:inline-flex;font-size:1.125rem}.social-links__links__item a{display:inline-flex;margin:-.5rem;padding:.5rem}.social-links__links__separator{height:1px;margin:0 .5rem;width:1.25rem}.social-links--primary{color:#1a3661}.social-links--primary .social-links__links__separator{background-color:#1a3661}.social-links--white{color:#fff}.social-links--white .social-links__links__separator{background-color:#fff}.text-highlight{font-weight:600}.text-highlight--sm{font-size:1.25rem}.text-highlight--md{font-size:1.5rem}.text-highlight--primary{color:#1a3661}.text-highlight--white{color:#fff}@media (min-width:40rem){.text-highlight--sm{font-size:1.875rem}.text-highlight--md{font-size:2.25rem}}.text{font-weight:300}.page.home .section-prizes__container{padding-top:calc((100vw - var(--scrollbar-width))*.05241/2);position:relative}.page.home .section-prizes__container:after,.page.home .section-prizes__container:before{-webkit-clip-path:polygon(0 calc((100vw - var(--scrollbar-width))*.05241),100% 0,100% calc(100% - (100vw - var(--scrollbar-width))*.05241),0 100%);clip-path:polygon(0 calc((100vw - var(--scrollbar-width))*.05241),100% 0,100% calc(100% - (100vw - var(--scrollbar-width))*.05241),0 100%);content:"";height:calc(250px + (100vw - var(--scrollbar-width))*.05241);left:0;position:absolute;right:0;z-index:-1}.page.home .section-prizes__container:before{background-color:#1a3661;top:0}.page.home .section-prizes__container:after{background-color:#ffb606;top:250px}.page.home .section-prizes__title{transform:rotate(-3deg)}