.choices{margin-bottom:var(--choices-guttering,24px);font-size:var(--choices-font-size-lg,16px);position:relative;overflow:hidden}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled :is(.choices__inner,.choices__input){background-color:var(--choices-bg-color-disabled,#eaeaea);-webkit-user-select:none;user-select:none;cursor:not-allowed!important}.choices.is-disabled .choices__item{cursor:not-allowed;color:var(--choices-item-disabled-color,#fff)}.choices [hidden]{pointer-events:none;opacity:0;position:absolute;inset:0}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:var(--choices-inner-one-padding,7.5px)}.choices[data-type*=select-one] .choices__input{width:var(--choices-width,100%);padding:var(--choices-dropdown-item-padding,10px);border-bottom:var(--choices-base-border,1px solid) var(--choices-keyline-color,#ddd);background-color:var(--choices-bg-color-dropdown,#fff);margin:0;display:block}.choices[data-type*=select-one] .choices__button{background-image:var(--choices-icon-cross-inverse,url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==));opacity:.25;background-size:8px;border-radius:10em;width:20px;height:20px;margin-top:-10px;margin-right:25px;padding:0;position:absolute;top:50%;right:0}.choices[data-type*=select-one] .choices__button:is(:hover,:focus){opacity:var(--choices-button-opacity-hover,1)}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px var(--choices-highlight-color,#005f75)}.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button{display:none}.choices[data-type*=select-one]:after{content:"";border-style:solid;border-color:var(--choices-text-color,#333) transparent transparent transparent;border-width:var(--choices-arrow-size,5px);width:0;height:0;right:var(--choices-arrow-right,11.5px);margin-top:var(--choices-arrow-margin-top,-2.5px);pointer-events:none;position:absolute;top:50%}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent var(--choices-text-color,#333);margin-top:var(--choices-arrow-margin-top-open,-7.5px)}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{margin-left:25px;margin-right:0;left:0;right:auto}.choices:is([data-type*=select-multiple],[data-type*=text]) .choices__inner{cursor:text}.choices:is([data-type*=select-multiple],[data-type*=text]) .choices__button{margin:0 calc(var(--choices-button-offset,8px)*-.5)0 var(--choices-button-offset,8px);padding-left:calc(var(--choices-button-offset,8px)*2);border-left:1px solid color-mix(in srgb,var(--choices-primary-color,#005f75) 90%,var(--choices-darken,black));background-image:var(--choices-icon-cross,url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==));background-size:var(--choices-button-dimension,8px);width:var(--choices-button-dimension,8px);line-height:var(--choices-button-line-height,1);border-radius:var(--choices-button-border-radius,0);opacity:var(--choices-button-opacity,.75);display:inline-block;position:relative}.choices:is([data-type*=select-multiple],[data-type*=text]) .choices__button:is(:hover,:focus){--choices-button-opacity:var(--choices-button-opacity-hover,1)}.choices__inner{vertical-align:top;width:var(--choices-width,100%);background-color:var(--choices-bg-color,#f9f9f9);padding:var(--choices-inner-padding,7.5px 7.5px 3.75px);border:var(--choices-base-border,1px solid) var(--choices-keyline-color,#ddd);border-radius:var(--choices-border-radius,2.5px);font-size:var(--choices-font-size-md,14px);min-height:var(--choices-input-height,44px);display:inline-block;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:color-mix(in srgb,var(--choices-keyline-color,#ddd) 85%,var(--choices-darken,black))}.is-open .choices__inner{border-radius:var(--choices-border-radius,2.5px) var(--choices-border-radius,2.5px)0 0}.is-invalid .choices__inner{border-color:var(--choices-invalid-color,#d33141)}.is-flipped.is-open .choices__inner{border-radius:0 0 var(--choices-border-radius,2.5px) var(--choices-border-radius,2.5px)}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{padding:var(--choices-list-single-padding,4px 16px 4px 4px);display:inline-block}[dir=rtl] .choices__list--single{padding-left:16px;padding-right:4px}.choices__list--single,.choices__list--single .choices__item{width:var(--choices-width,100%)}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{vertical-align:middle;border-radius:var(--choices-border-radius-item,20px);padding:var(--choices-multiple-item-padding,4px 10px);font-size:var(--choices-font-size-sm,12px);margin-right:var(--choices-multiple-item-margin,3.75px);margin-bottom:var(--choices-multiple-item-margin,3.75px);background-color:var(--choices-primary-color,#005f75);border:1px solid color-mix(in srgb,var(--choices-primary-color,#005f75) 95%,var(--choices-darken,black));color:var(--choices-item-color,#fff);word-break:break-all;box-sizing:border-box;font-weight:500;display:inline-block}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:var(--choices-multiple-item-margin,3.75px)}.choices__list--multiple .choices__item.is-highlighted{background-color:color-mix(in srgb,var(--choices-primary-color,#005f75) 95%,var(--choices-darken,black));border:1px solid color-mix(in srgb,var(--choices-primary-color,#005f75) 90%,var(--choices-darken,black))}.is-disabled .choices__list--multiple .choices__item{background-color:color-mix(in srgb,var(--choices-disabled-color,#eaeaea) 75%,var(--choices-darken,black));border:1px solid color-mix(in srgb,var(--choices-disabled-color,#eaeaea) 65%,var(--choices-darken,black))}.choices__list--dropdown,.choices__list[aria-expanded]{z-index:var(--choices-z-index,1);width:var(--choices-width,100%);background-color:var(--choices-bg-color-dropdown,#fff);border:var(--choices-base-border,1px solid) var(--choices-keyline-color,#ddd);border-bottom-left-radius:var(--choices-border-radius,2.5px);border-bottom-right-radius:var(--choices-border-radius,2.5px);word-break:break-all;margin-top:-1px;display:none;position:absolute;top:100%;overflow:hidden}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{display:block}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:color-mix(in srgb,var(--choices-keyline-color,#ddd) 85%,var(--choices-darken,black))}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{border-radius:.25rem .25rem 0 0;margin-top:0;margin-bottom:-1px;top:auto;bottom:100%}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{-webkit-overflow-scrolling:touch;will-change:scroll-position;max-height:300px;position:relative;overflow:auto}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{padding:var(--choices-dropdown-item-padding,10px);font-size:var(--choices-font-size-md,14px);position:relative}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media (width>=640px){.choices__list--dropdown .choices__item--selectable.is-highlighted[data-select-text],.choices__list[aria-expanded] .choices__item--selectable.is-highlighted[data-select-text]{padding-right:100px}.choices__list--dropdown .choices__item--selectable.is-highlighted[data-select-text]:after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted[data-select-text]:after{content:attr(data-select-text);font-size:var(--choices-font-size-sm,12px);position:absolute;top:50%;right:10px;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable.is-highlighted[data-select-text],[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable.is-highlighted[data-select-text]{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable.is-highlighted[data-select-text]:after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable.is-highlighted[data-select-text]:after{left:10px;right:auto}}.choices__list--dropdown .choices__item--selectable.is-selected:after,.choices__list[aria-expanded] .choices__item--selectable.is-selected:after{content:none!important}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list--dropdown .choices__item--selectable.is-selected,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-selected{background-color:var(--choices-highlighted-color,#f2f2f2)}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{border-bottom:1px solid color-mix(in srgb,var(--choices-keyline-color,#ddd) 90%,var(--choices-lighten,white));color:gray;padding:10px;font-size:12px;font-weight:600}.choices__button{text-indent:-9999px;appearance:none;cursor:pointer;background-color:#0000;background-position:50%;background-repeat:no-repeat;border:0}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{vertical-align:baseline;background-color:var(--choices-bg-color,#f9f9f9);font-size:var(--choices-font-size-md,14px);margin-bottom:var(--choices-input-margin-bottom,5px);max-width:var(--choices-width,100%);padding:var(--choices-input-padding,4px 0 4px 2px);border:0;border-radius:0;display:inline-block}.choices__input::-webkit-search-cancel-button{display:none}.choices__input::-webkit-search-decoration{display:none}.choices__input::-webkit-search-results-button{display:none}.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear{width:0;height:0;display:none}.choices__input::-ms-reveal{width:0;height:0;display:none}[dir=rtl] .choices__input{padding-left:0;padding-right:2px}.choices__placeholder{opacity:var(--choices-placeholder-opacity,.5)}.header-language-select[data-v-8b9169da]{align-items:center;display:inline-flex}.header-language-select__toggle[data-v-8b9169da]{color:#1e2020;min-width:58px;height:32px;box-shadow:none;background-color:#e5bb6b;border:1px solid #e5bb6b;border-radius:16px;justify-content:center;align-items:center;padding:0 12px;font-family:Tilda Sans,Montserrat,sans-serif;font-size:14px;font-weight:400;line-height:1;display:inline-flex}.header-language-select__toggle[data-v-8b9169da]:after{border-top-color:currentColor;margin-left:6px}.header-language-select__toggle[data-v-8b9169da]:focus-visible{outline:none;box-shadow:0 0 0 2px #e5bb6b}.header-language-select__menu[data-v-8b9169da]{background-color:#1e2020;border:1px solid #e5bb6b73;border-radius:12px;min-width:58px;margin-top:6px;padding:4px;box-shadow:0 8px 24px #00000040}.header-language-select__menu.show[data-v-8b9169da]{gap:4px;display:grid}.header-language-select__item[data-v-8b9169da]{color:#e5bb6b;text-align:center;border-radius:8px;justify-content:center;align-items:center;min-height:30px;padding:6px 10px;font-family:Tilda Sans,Montserrat,sans-serif;font-size:14px;line-height:1;display:flex}.header-language-select__item[data-v-8b9169da]:hover,.header-language-select__item[data-v-8b9169da]:focus{color:#fefefe;background-color:#e5bb6b29}.header-language-select__item--active[data-v-8b9169da],.header-language-select__item--active[data-v-8b9169da]:hover,.header-language-select__item--active[data-v-8b9169da]:focus{color:#1e2020;background-color:#e5bb6b}.nav-link[data-v-8771ae8a]{box-shadow:none;color:#e5bb6b;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;font-family:Tilda Sans,Montserrat,sans-serif;font-size:15px;font-weight:400;line-height:1.2;text-decoration:none}.nav-link[data-v-8771ae8a]:focus-visible{outline:none;box-shadow:0 0 0 2px #e5bb6b}@media (hover:hover){.nav-link[data-v-8771ae8a]:hover{color:#fefefe}}@media (width>=1200px) and (width<=1399.98px){.nav-link[data-v-8771ae8a]{font-size:12px}}@media (width>=768px) and (width<=1199.98px){.nav-link[data-v-8771ae8a]{font-size:16px}}@media (width<=767.98px){.nav-link[data-v-8771ae8a]{font-size:16px}}.header-menu[data-v-f39133f1]{justify-content:flex-end;align-items:center;column-gap:14px;width:100%}@media (width>=1200px) and (width<=1399.98px){.header-menu[data-v-f39133f1]{column-gap:0}}@media (width>=768px) and (width<=1199.98px){.header-menu[data-v-f39133f1]{align-items:flex-start;row-gap:8px;padding:12px}}@media (width<=767.98px){.header-menu[data-v-f39133f1]{align-items:flex-start;row-gap:8px;padding:17px 12px 12px}}.header-section[data-v-593f8056]{height:76px;position:relative}.container[data-v-593f8056],.container-sm[data-v-593f8056],.container-md[data-v-593f8056],.container-lg[data-v-593f8056],.container-xl[data-v-593f8056],.container-xxl[data-v-593f8056],.container-fluid[data-v-593f8056]{height:100%}.col-12[data-v-593f8056]{align-items:center;height:100%;display:flex}.navbar[data-v-593f8056]{z-index:100;background-color:#1e2020;background-image:none;background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom:0 solid #fff0;height:76px;padding:0}.navbar-brand[data-v-593f8056]{background-color:#0000;border-radius:0;align-items:center;height:auto;margin:0 0 0 8px;padding:0;display:flex}.navbar-brand[data-v-593f8056]:focus-visible{outline:none;box-shadow:0 0 0 2px #e5bb6b}.navbar-collapse[data-v-593f8056]{flex-grow:inherit}.navbar-brand img[data-v-593f8056]{width:auto;height:30px;margin:0}.header-section__language[data-v-593f8056]{margin-left:auto}.navbar-toggler[data-v-593f8056]{width:36px;height:36px;box-shadow:none;background:0 0;border-width:0;border-color:#0000;border-radius:0;align-content:center;place-items:center;gap:5px;margin-left:12px;padding:0;display:grid;position:relative}.navbar-toggler[data-v-593f8056]:focus-visible{outline:none;box-shadow:0 0 0 2px #e5bb6b}.icon-bar[data-v-593f8056]{background-color:#e5bb6b;border-radius:1px;width:24px;max-width:100%;height:2px;transition:rotate .15s linear;display:block}.navbar-toggler[aria-expanded=true][data-v-593f8056]{gap:0}.navbar-toggler[aria-expanded=true] .icon-bar[data-v-593f8056]{position:absolute}.navbar-toggler[aria-expanded=true] .icon-bar1[data-v-593f8056]{rotate:45deg}.navbar-toggler[aria-expanded=true] .icon-bar2[data-v-593f8056]{opacity:0}.navbar-toggler[aria-expanded=true] .icon-bar3[data-v-593f8056]{rotate:-45deg}@media (width>=1200px){.header-section__language[data-v-593f8056]{margin-left:auto;margin-right:14px}}@media (width>=768px) and (width<=1199.98px){.header-section[data-v-593f8056],.navbar[data-v-593f8056]{height:76px}.navbar.navbar-expand-xl .navbar-collapse[data-v-593f8056]{background:#1e2020;width:100%;margin-top:76px;padding:0;position:absolute;top:0;transform:translate(-12px)}.navbar-brand img[data-v-593f8056]{height:30px}.header-section__language[data-v-593f8056]{margin:0 auto 0 14px}}@media (width<=767.98px){.header-section[data-v-593f8056]{height:60px}.navbar[data-v-593f8056]{background-color:#1e2020;background-image:none;border-color:#9c9fa700;height:60px}.navbar .navbar-collapse[data-v-593f8056]{background:#1e2020;width:100%;margin-top:60px;padding:0;position:absolute;top:0;transform:translate(-12px)}.navbar-brand img[data-v-593f8056]{height:30px}.header-section__language[data-v-593f8056]{margin:0 auto 0 14px}}.intro-section__button[data-v-3bcf5708]{color:#1e2020;letter-spacing:.02em;text-align:center;text-transform:uppercase;cursor:pointer;background:linear-gradient(85.61deg,#e5bb6b 0%,#ffc709 100%);border:0;border-radius:30px;justify-content:center;align-items:center;width:233px;height:56px;margin-bottom:10px;padding:0;font-family:Tilda Sans,Montserrat,sans-serif;font-size:20px;font-weight:400;line-height:1.1;display:flex}.intro-section__button[data-v-3bcf5708]:focus-visible{outline:none;box-shadow:0 0 0 2px #fff}@media (hover:hover){.intro-section__button[data-v-3bcf5708]:hover{background:linear-gradient(85.61deg,#ffc709 0%,#e5bb6b 100%)}}@media (width<=1399.98px){.intro-section__button[data-v-3bcf5708]{width:194px;height:48px;margin-bottom:9px;font-size:17px}}@media (width<=1199.98px){.intro-section__button[data-v-3bcf5708]{width:177px;height:41px;margin-bottom:7px;font-size:15px}}@media (width<=991.98px){.intro-section__button[data-v-3bcf5708]{width:130px;height:31px;margin-bottom:5px;font-size:11px}}@media (width<=767.98px){.intro-section__button[data-v-3bcf5708]{width:233px;height:56px;margin:0 auto 16px;font-size:20px}}.intro-section__title[data-v-78c5b5a9]{color:#e5bb6b;text-transform:uppercase;margin-top:50px;margin-bottom:10px;font-family:Tilda Sans,Montserrat,sans-serif;font-size:64px;font-weight:700;line-height:1.05}.intro-section__subtitle[data-v-78c5b5a9]{color:#fff;letter-spacing:.02em;margin-bottom:48px;font-family:Tilda Sans,Montserrat,sans-serif;font-size:30px;font-weight:400;line-height:.9}.intro-section__text[data-v-78c5b5a9]{color:#fff;letter-spacing:.02em;font-family:Tilda Sans,Montserrat,sans-serif;font-size:16px;font-weight:400;line-height:1.3}@media (width<=1399.98px){.intro-section__title[data-v-78c5b5a9]{margin-top:43px;margin-bottom:9px;font-size:55px}.intro-section__subtitle[data-v-78c5b5a9]{margin-bottom:41px;font-size:26px}.intro-section__text[data-v-78c5b5a9]{font-size:14px}}@media (width<=1199.98px){.intro-section__title[data-v-78c5b5a9]{margin-top:36px;margin-bottom:7px;font-size:47px}.intro-section__subtitle[data-v-78c5b5a9]{margin-bottom:35px;font-size:22px}.intro-section__text[data-v-78c5b5a9]{font-size:12px}}@media (width<=991.98px){.intro-section__title[data-v-78c5b5a9]{margin-top:27px;margin-bottom:5px;font-size:35px}.intro-section__subtitle[data-v-78c5b5a9]{margin-bottom:26px;font-size:16px}.intro-section__text[data-v-78c5b5a9]{font-size:9px}}@media (width<=767.98px){.intro-section__title[data-v-78c5b5a9],.intro-section__subtitle[data-v-78c5b5a9],.intro-section__text[data-v-78c5b5a9]{text-align:center}.intro-section__title[data-v-78c5b5a9]{max-width:400px;margin:0 auto 10px;font-size:30px}.intro-section__subtitle[data-v-78c5b5a9]{margin-bottom:46px;font-size:16px}.intro-section__text[data-v-78c5b5a9]{max-width:170px;margin:0 auto;font-size:14px}}@media (width<=374.98px){.intro-section__title[data-v-78c5b5a9]{font-size:30px}}.intro-section__image[data-v-4f83a50a]{width:auto;height:495px;display:block;position:absolute;top:85px;right:85px}.intro-section__product-caption[data-v-4f83a50a]{height:236px;display:block;position:absolute;top:50px;right:30px}@media (width<=1399.98px){.intro-section__image[data-v-4f83a50a]{height:428px;top:73px;right:73px}.intro-section__product-caption[data-v-4f83a50a]{height:204px;top:43px;right:26px}}@media (width<=1199.98px){.intro-section__image[data-v-4f83a50a]{height:360px;top:62px;right:62px}.intro-section__product-caption[data-v-4f83a50a]{height:172px;top:36px;right:22px}}@media (width<=991.98px){.intro-section__image[data-v-4f83a50a]{height:270px;top:46px;right:46px}.intro-section__product-caption[data-v-4f83a50a]{height:129px;top:27px;right:16px}}@media (width<=767.98px){.intro-section__image[data-v-4f83a50a]{width:100%;max-width:320px;height:auto;margin:30px auto 0;position:relative;top:auto;right:auto}.intro-section__product-caption[data-v-4f83a50a]{height:136px;top:300px;left:50%;right:auto}}@media (width<=374.98px){.intro-section__product-caption[data-v-4f83a50a]{height:125px;top:335px;left:50%;right:auto}}.intro-section[data-v-bfd0e4e5]{background-color:#1e2020;background-image:url(/assets/background-CyD9IdZl.jpg);background-position:bottom;background-repeat:no-repeat;background-size:100%;min-height:50px;padding-bottom:13vw;position:relative}.intro-section__wrapper[data-v-bfd0e4e5]{grid-template-columns:75% 23%;display:grid;position:relative}@media (width<=767.98px){.intro-section[data-v-bfd0e4e5]{background:#1e2020;padding:30px 0}.intro-section__wrapper[data-v-bfd0e4e5]{grid-template-columns:1fr}}.section-title[data-v-92a62699]{text-transform:uppercase;cursor:default;width:100%;margin:0 0 50px;font-family:Tilda Sans,Montserrat,sans-serif;font-size:60px;font-style:normal;font-weight:700;line-height:1.2;position:relative}.section-title--gold[data-v-92a62699]{color:#e5bb6b}.section-title--dark[data-v-92a62699]{color:#1e2020}.section-title--left[data-v-92a62699]{text-align:left}.section-title--center[data-v-92a62699]{text-align:center}.section-title--right[data-v-92a62699]{text-align:right}@media (width<=1199.98px){.section-title[data-v-92a62699]{margin-bottom:30px;font-size:46px}}@media (width<=767.98px){.section-title[data-v-92a62699]{margin-bottom:30px;font-size:27px}}.steps-section__card[data-v-4cb34ed2]{margin:0;padding:0}.steps-section__image-wrapper[data-v-4cb34ed2]{margin:0 auto}.steps-section__image[data-v-4cb34ed2]{max-width:100%;max-height:360px;margin:0 auto;display:block}.steps-section__card-title[data-v-4cb34ed2]{color:#fefefe;text-align:center;margin:0 0 15px;font-family:Tilda Sans,Montserrat,sans-serif;font-size:32px;font-weight:700;line-height:1.2}.steps-section__card-text[data-v-4cb34ed2]{color:#fefefe;text-align:center;margin:0;font-family:Tilda Sans,Montserrat,sans-serif;font-size:16px;font-weight:400;line-height:1.3}@media (width>=768px) and (width<=1199.98px){.steps-section__image[data-v-4cb34ed2]{max-height:200px}.steps-section__card-title[data-v-4cb34ed2]{margin:15px 0 5px;font-size:18px}.steps-section__card-text[data-v-4cb34ed2]{margin-top:10px;font-size:14px}}@media (width<=767.98px){.steps-section__card[data-v-4cb34ed2]{width:100%;margin-bottom:0}.steps-section__image[data-v-4cb34ed2]{max-height:300px}.steps-section__card-title[data-v-4cb34ed2]{margin:0 0 10px;font-size:18px}.steps-section__card-text[data-v-4cb34ed2]{font-size:14px}}.steps-section[data-v-943724fe]{background-color:#1e2020;background-position:50%;background-repeat:no-repeat;background-size:cover;padding:90px 0 30px}.steps-section__cards[data-v-943724fe]{grid-auto-flow:column;gap:20px;margin:0 auto;display:grid}@media (width>=768px) and (width<=1199.98px){.steps-section[data-v-943724fe]{padding:30px 0}.steps-section__cards[data-v-943724fe]{gap:20px}}@media (width<=767.98px){.steps-section[data-v-943724fe]{background-color:#1e2020;padding:60px 0 20px}.steps-section__cards[data-v-943724fe]{grid-auto-flow:row;align-items:center;gap:20px}}.auth-section[data-v-d639e551]{text-align:center;background-color:#1e2020;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;min-height:50px;padding:30px 0 90px}.auth-section__button[data-v-d639e551]{color:#1e2020;text-transform:uppercase;cursor:pointer;background-color:#0000;background-image:linear-gradient(85.61deg,#e5bb6b 0%,#ffc709 100%);border:0 solid #9c9fa7;border-radius:50px;justify-content:center;align-items:center;width:202px;height:56px;margin:0 auto;padding:0;font-family:Tilda Sans,Montserrat,sans-serif;font-size:18px;font-weight:400;line-height:1.5;transition:color .3s,border-color .3s;display:flex}@media (hover:hover){.auth-section__button[data-v-d639e551]:hover{color:#1e2020;background-image:linear-gradient(85.61deg,#ffc709 0%,#e5bb6b 100%);border-color:#9c9fa7}}.auth-section__button[data-v-d639e551]:focus-visible,.auth-section__link[data-v-d639e551]:focus-visible{outline-offset:3px;outline:2px solid}.auth-section__text[data-v-d639e551]{color:#e5bb6b;margin:20px 0 0;font-family:Tilda Sans,Montserrat,sans-serif;font-size:18px;font-weight:400;line-height:1.5}.auth-section__link[data-v-d639e551]{color:#e5bb6b;cursor:pointer;background:0 0;border:0;padding:0;font-family:Tilda Sans,Montserrat,sans-serif;font-size:18px;font-weight:400;line-height:1.5;text-decoration:underline;display:inline}@media (width>=768px) and (width<=1199.98px){.auth-section[data-v-d639e551]{padding:50px 0}.auth-section__button[data-v-d639e551]{font-size:18px}.auth-section__text[data-v-d639e551],.auth-section__link[data-v-d639e551]{font-size:16px}}@media (width<=767.98px){.auth-section[data-v-d639e551]{padding:50px 0}.auth-section__button[data-v-d639e551]{font-size:18px}.auth-section__text[data-v-d639e551],.auth-section__link[data-v-d639e551]{font-size:16px}}.main-prize-section[data-v-614eb35a]{background-color:#fff;min-height:50px;padding:0;position:relative}.main-prize-section__content[data-v-614eb35a]{position:relative}.main-prize-section__text[data-v-614eb35a],.main-prize-section__sum[data-v-614eb35a]{z-index:15;width:100%;position:absolute;left:50%;transform:translate(-50%)}.main-prize-section__text[data-v-614eb35a]{z-index:30;top:6.3vw}.main-prize-section__title[data-v-614eb35a]{color:#1e2020;text-align:center;text-transform:uppercase;margin:0;font-family:Tilda Sans,Montserrat,sans-serif;font-size:4.3vw;font-weight:700;line-height:1.1}.main-prize-section__subtitle[data-v-614eb35a]{color:#ececec;text-align:center;text-transform:uppercase;margin:21vw 0 0;font-family:Tilda Sans,Montserrat,sans-serif;font-size:3.4vw;font-weight:700;line-height:1.1}.main-prize-section__sum[data-v-614eb35a]{color:#e5bb6b;text-align:center;text-transform:uppercase;margin:0;font-family:Tilda Sans,Montserrat,sans-serif;font-size:16.5vw;font-weight:700;line-height:1;top:42%;transform:translate(-50%,-50%)}.main-prize-section__image[data-v-614eb35a]{width:100%;display:block}.main-prize-section__image--back[data-v-614eb35a]{z-index:10;position:relative}.main-prize-section__image--front[data-v-614eb35a]{z-index:20;position:absolute;top:0;left:0}.main-prize-section__image--mobile[data-v-614eb35a]{display:none}@media (width<=767.98px){.main-prize-section__image--desktop[data-v-614eb35a]{display:none}.main-prize-section__image--mobile[data-v-614eb35a]{display:block}.main-prize-section__text[data-v-614eb35a]{top:13.5vw}.main-prize-section__title[data-v-614eb35a]{margin:0 auto 2vw;font-size:9.2vw}.main-prize-section__subtitle[data-v-614eb35a]{max-width:70vw;margin:33vw auto 0;font-size:7vw}.main-prize-section__sum[data-v-614eb35a]{font-size:17vw;top:39%}}.prizes-section__card[data-v-74ff38f2]{margin:0;padding:0}.prizes-section__image-wrapper[data-v-74ff38f2]{margin:0 auto}.prizes-section__image[data-v-74ff38f2]{max-width:100%;max-height:360px;margin:0 auto;display:block}.prizes-section__card-title[data-v-74ff38f2]{color:#1e2020;text-align:center;text-transform:uppercase;max-width:330px;margin:0 auto;font-family:Tilda Sans,Montserrat,sans-serif;font-size:32px;font-weight:700;line-height:1.2}@media (width<=1199.98px){.prizes-section__image[data-v-74ff38f2]{max-height:200px}.prizes-section__card-title[data-v-74ff38f2]{max-width:200px;margin:15px auto 0;font-size:18px}}@media (width<=767.98px){.prizes-section__card[data-v-74ff38f2]{width:100%;margin-bottom:0}.prizes-section__image[data-v-74ff38f2]{max-height:300px}.prizes-section__card-title[data-v-74ff38f2]{margin:0 auto;font-size:18px}}.prizes-section[data-v-5b020a59]{background-color:#e5bb6b;background-position:50%;background-repeat:no-repeat;background-size:cover;padding:90px 0}.prizes-section__cards[data-v-5b020a59]{grid-auto-flow:column;justify-content:center;gap:80px;margin:0 auto;display:grid}@media (width<=1199.98px){.prizes-section[data-v-5b020a59]{padding:30px 0}.prizes-section__cards[data-v-5b020a59]{gap:20px}}@media (width<=767.98px){.prizes-section[data-v-5b020a59]{padding:30px}.prizes-section__cards[data-v-5b020a59]{grid-auto-flow:row;align-items:center;gap:20px}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.products-section__card[data-v-cd03b81d]{background-color:#0000;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:0;flex-direction:column;width:100%;padding:0;display:flex;position:relative}.products-section__image-wrapper[data-v-cd03b81d]{justify-content:center;align-items:center;margin:0;display:grid}.products-section__image[data-v-cd03b81d]{object-fit:contain;object-position:center center;border-radius:20px;max-width:100%;height:360px;display:block}.products-section__card-title[data-v-cd03b81d]{z-index:10;color:#e5bb6b;text-align:center;text-transform:uppercase;margin:0 0 5px;font-family:Tilda Sans,Montserrat,sans-serif;font-size:32px;font-weight:700;line-height:1.1}.products-section__card-title[data-v-cd03b81d] p{margin:0}.products-section__card-description[data-v-cd03b81d]{color:#e5bb6b;text-align:center;margin:0;font-family:Tilda Sans,Montserrat,sans-serif;font-size:16px;font-weight:400;line-height:1.2}@media (width<=1399.98px){.products-section__image[data-v-cd03b81d]{height:300px}}@media (width<=1199.98px){.products-section__card-title[data-v-cd03b81d]{font-size:24px}.products-section__card-description[data-v-cd03b81d]{font-size:14px}}@media (width<=991.98px){.products-section__image[data-v-cd03b81d]{height:260px}}@media (width<=767.98px){.products-section__image[data-v-cd03b81d]{height:220px}.products-section__card-title[data-v-cd03b81d]{font-size:24px}.products-section__card-description[data-v-cd03b81d]{font-size:12px}}.products-section__arrow[data-v-47e90d5e]{z-index:10;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#0000;border:0;width:38px;height:53px;margin:0;padding:0;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.products-section__arrow[data-v-47e90d5e]:after{content:none}.products-section__arrow--prev[data-v-47e90d5e]{left:0}.products-section__arrow--next[data-v-47e90d5e]{right:0}.products-section__arrow img[data-v-47e90d5e]{width:100%;max-width:100%;height:auto;display:block}.products-section__arrow[data-v-47e90d5e]:focus-visible{outline-offset:4px;outline:2px solid #e5bb6b}.products-section__arrow.swiper-button-disabled[data-v-47e90d5e]{opacity:.35;pointer-events:none}@media (width<=767.98px){.products-section__arrow[data-v-47e90d5e]{width:40px;height:40px}.products-section__arrow--prev[data-v-47e90d5e]{left:0}.products-section__arrow--next[data-v-47e90d5e]{right:0}}.products-section__slider-wrapper[data-v-d655252d]{padding:0 60px;position:relative;overflow:visible}.products-section__slider[data-v-d655252d]{position:relative;overflow:hidden}.products-section__slide[data-v-d655252d]{-webkit-user-select:none;user-select:none;justify-content:center;display:flex}@media (width<=767.98px){.products-section__slider-wrapper[data-v-d655252d]{max-width:350px;margin:0 auto;padding:0 30px}}.products-section[data-v-03ed0fe6]{background-color:#1e2020;background-position:50%;background-repeat:no-repeat;background-size:cover;padding:90px 0}@media (width<=1199.98px){.products-section[data-v-03ed0fe6]{padding:60px 0}}@media (width<=767.98px){.products-section[data-v-03ed0fe6]{padding:40px 0}}.winners_msg[data-v-716ed02f]{color:#e5bb6b;text-align:center;margin:20px 0 0;font-family:Tilda Sans,Montserrat,sans-serif;font-size:16px;font-weight:700}.winners-message-enter-active[data-v-716ed02f],.winners-message-leave-active[data-v-716ed02f]{transition:opacity .2s,transform .2s}.winners-message-enter-from[data-v-716ed02f],.winners-message-leave-to[data-v-716ed02f]{opacity:0;transform:translateY(6px)}.winners-message-enter-to[data-v-716ed02f],.winners-message-leave-from[data-v-716ed02f]{opacity:1;transform:translateY(0)}@media (width<=1199.98px){.winners_msg[data-v-716ed02f]{font-size:14px}}@media (width<=767.98px){.winners_msg[data-v-716ed02f]{font-size:12px}}.periods[data-v-e4585d02]{grid-area:1/2/2/3;justify-content:center;align-items:center;width:100%;max-width:100%;padding:0 1px;display:flex;overflow:auto}.periods__list[data-v-e4585d02]{justify-content:flex-start;align-items:center;max-width:100%;margin:0 auto;padding:0;list-style:none;display:flex;overflow:auto}.periods__list li[data-v-e4585d02]{margin:0;padding:0;list-style:none}.periods__list.collapse[data-v-e4585d02]{display:flex}.period-link[data-v-e4585d02]{color:#e5bb6b;text-align:center;white-space:nowrap;background:#1e2020;border:1px solid #e5bb6b;border-right:none;outline:none;justify-content:center;align-items:center;height:50px;padding:0 20px;font-family:Tilda Sans,Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:1.6;text-decoration:none;transition:all .3s linear;display:flex}.period-link[data-v-e4585d02]:focus-visible{outline-offset:-2px;outline:2px solid #e5bb6b}@media (hover:hover){.period-link[data-v-e4585d02]:hover{color:#1e2020;background:#cea860;text-decoration:none}}.active .period-link[data-v-e4585d02]{color:#1e2020;background:#e5bb6b}.active .period-link[data-v-e4585d02]:focus-visible{outline-offset:-2px;outline:2px solid #1e2020}.periods__list li:first-of-type .period-link[data-v-e4585d02]{border-top-left-radius:50px;border-bottom-left-radius:50px}.periods__list li:last-of-type .period-link[data-v-e4585d02]{border-right:1px solid #e5bb6b;border-top-right-radius:50px;border-bottom-right-radius:50px}.mobile[data-v-e4585d02]{display:none}@media (width<=1199.98px){.period-link[data-v-e4585d02]{height:50px;padding:0 10px;font-size:16px}}@media (width>=768px){.mobile[data-v-e4585d02]{display:none}}@media (width<=767.98px){.periods[data-v-e4585d02]{flex-direction:column;overflow:visible}.mobile[data-v-e4585d02]{display:flex}.periods__collapse_btn[data-v-e4585d02]{z-index:1;color:#e5bb6b;text-align:center;cursor:pointer;background:#1e2020;border:0;border-radius:50px;justify-content:center;align-items:center;width:100%;max-width:280px;height:35px;font-family:Tilda Sans,Montserrat,sans-serif;font-size:11px;font-style:normal;font-weight:400;line-height:1;text-decoration:none;transition:border-radius .3s linear;display:flex;position:relative;box-shadow:0 0 0 1px #e5bb6b}.periods__collapse_btn[data-v-e4585d02]:after{content:"";border-bottom:1px solid;border-right:1px solid;width:8px;height:8px;transition:transform .35s linear;position:absolute;right:15px;transform:rotate(45deg)}.periods__collapse_btn[aria-expanded=true][data-v-e4585d02]{border-bottom-color:#0000;border-radius:20px 20px 0 0}.periods__collapse_btn[aria-expanded=true][data-v-e4585d02]:after{transform:rotate(225deg)}.periods__list[data-v-e4585d02]{flex-direction:column;width:100%;max-width:280px;margin:0;overflow:hidden;box-shadow:0 0 0 1px #e5bb6b}.periods__list.collapse[data-v-e4585d02]{display:none}.periods__list.collapse.show[data-v-e4585d02]{border-top:none;border-radius:0 0 20px 20px;display:flex}.periods__list li[data-v-e4585d02]{width:100%}.periods__list .period-link[data-v-e4585d02]{border:none;border-bottom:1px solid #e5bb6b;border-radius:0;width:100%;height:35px;padding:0 7px;font-size:11px}.periods__list li:first-of-type .period-link[data-v-e4585d02],.periods__list li:last-of-type .period-link[data-v-e4585d02]{border-right:none;border-radius:0}.periods__list li:last-of-type .period-link[data-v-e4585d02]{border-bottom:none}}.search[data-v-fbf02a3a]{grid-area:1/1/2/4}.input-wrapper[data-v-fbf02a3a]{color:#1e2020;background:#e5bb6b;border:1px solid #fff0;border-radius:8px;flex-direction:row;justify-content:space-between;align-items:center;width:270px;max-width:400px;height:50px;margin:0 auto 0 0;padding:0 20px;transition:border .3s linear,background .3s linear,color .3s linear;display:flex}.input-wrapper[data-v-fbf02a3a]:focus-within{outline-offset:-2px;outline:2px solid #1e2020}@media (hover:hover){.input-wrapper[data-v-fbf02a3a]:hover{background-color:#cea860;border-color:#fff0}}.search-input[data-v-fbf02a3a]{width:calc(100% - 31px);color:inherit;text-align:left;background:0 0;border:none;outline:none;font-family:Tilda Sans,Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:1.6}.search-input[data-v-fbf02a3a]::placeholder{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}.icon[data-v-fbf02a3a]{color:#1e2020;width:21px;height:21px;display:inline-flex}.icon svg[data-v-fbf02a3a]{vertical-align:baseline;width:100%;height:100%}@media (width<=1199.98px){.input-wrapper[data-v-fbf02a3a]{width:240px;max-width:100%;height:50px;margin:0 auto}.search-input[data-v-fbf02a3a]{font-size:18px}}@media (width<=767.98px){.input-wrapper[data-v-fbf02a3a]{width:280px;height:40px;margin:0 auto}.search-input[data-v-fbf02a3a]{font-size:18px}}.winners__table-wrapper[data-v-fc54fc72]{transition:opacity .25s}.winners__table-wrapper--loading[data-v-fc54fc72]{opacity:.45;pointer-events:none}table[data-v-fc54fc72]{border-color:#e5bb6b;width:100%}tr[data-v-fc54fc72]{grid-template-columns:repeat(var(--length,3), calc(100% / var(--length,3)));background-color:#0000;border-bottom:0 solid #e5bb6b;display:grid}tr[data-v-fc54fc72]:not(.first-row):nth-child(2n){background-color:#0000}tr[data-v-fc54fc72]:not(.first-row){border-top-width:0}tr.first-row[data-v-fc54fc72]{background-color:#0000;border:none;border-bottom:1px solid #e5bb6b}tr[data-v-fc54fc72]:not(.first-row):last-of-type{border-bottom-color:#0000}th[data-v-fc54fc72],td[data-v-fc54fc72]{align-items:center;padding:20px;transition:all .3s linear;display:flex}th[data-v-fc54fc72]{color:#fefefe;text-align:left;font-family:Tilda Sans,Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:1}td[data-v-fc54fc72]{color:#fefefe;text-align:left;font-family:Tilda Sans,Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:1}td[data-v-fc54fc72]:first-child{font-weight:400}.switch[data-v-fc54fc72]{padding:30px 0 0}.winners-switch-enter-active[data-v-fc54fc72],.winners-switch-leave-active[data-v-fc54fc72]{max-height:80px;transition:max-height .25s,opacity .25s,padding-top .25s;overflow:hidden}.winners-switch-enter-from[data-v-fc54fc72],.winners-switch-leave-to[data-v-fc54fc72]{opacity:0;max-height:0;padding-top:0}.winners-switch-enter-to[data-v-fc54fc72],.winners-switch-leave-from[data-v-fc54fc72]{opacity:1;max-height:80px}.more .btn[data-v-fc54fc72]{color:#e5bb6b;background:#fff0;border:1px solid #fff0;border-radius:10px;justify-content:center;align-items:center;width:250px;max-width:100%;height:50px;margin:0 auto;padding:0;font-family:Tilda Sans,Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:1;text-decoration-line:underline;display:flex}.more .btn[data-v-fc54fc72]:focus-visible{outline-offset:-2px;outline:2px solid #e5bb6b}.more .btn[data-v-fc54fc72]:disabled{opacity:.6;cursor:not-allowed}@media (hover:hover){.more .btn[data-v-fc54fc72]:not(:disabled):hover{color:#cea860;background:#fff0;border-color:#fff0;text-decoration-line:underline}}@media (width<=1199.98px){th[data-v-fc54fc72],td[data-v-fc54fc72]{padding:20px;font-size:12px}.switch[data-v-fc54fc72]{padding:30px 0 0}.more .btn[data-v-fc54fc72]{width:250px;height:40px;font-size:16px}}@media (width<=767.98px){tr.first-row[data-v-fc54fc72]{display:none}tr[data-v-fc54fc72]{background-color:#0000;border:none;border-bottom:1px solid #e5bb6b;grid-template-columns:1fr}tr[data-v-fc54fc72]:not(:first-of-type){border-top-width:0}tr[data-v-fc54fc72]:last-of-type{border-bottom-color:#0000}td[data-v-fc54fc72]{grid-template-columns:100px auto;padding:10px 0;font-size:12px;display:grid}td[data-v-fc54fc72]:first-child{font-weight:400}td[data-v-fc54fc72]:before{content:attr(data-mobile-name) " ";color:inherit;font-size:inherit;font-weight:400}.more .btn[data-v-fc54fc72]{width:250px;height:40px;font-size:16px}}.winners[data-v-485e2ffc]{background-color:#1e2020;background-image:none;background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:50px;padding:70px 0;position:relative}.search_periods-wrapper[data-v-485e2ffc]{grid-template-columns:1fr auto;align-items:center;gap:50px;width:100%;margin-bottom:50px;display:grid}.line .search[data-v-485e2ffc]{grid-area:1/1/2/2;width:100%}@media (width<=1199.98px){.winners[data-v-485e2ffc]{padding:50px 0}.search_periods-wrapper[data-v-485e2ffc]{grid-template-columns:100%;gap:35px;margin-bottom:35px}.search[data-v-485e2ffc],.line .search[data-v-485e2ffc]{grid-area:1/1/2/2;max-width:100%;margin:0 auto}.periods[data-v-485e2ffc],.line .periods[data-v-485e2ffc]{grid-area:2/1/3/2}}@media (width<=767.98px){.winners[data-v-485e2ffc]{background-color:#1e2020;background-image:none;padding:35px 0}.search_periods-wrapper[data-v-485e2ffc]{gap:25px;margin-bottom:25px}.search[data-v-485e2ffc],.line .search[data-v-485e2ffc],.periods[data-v-485e2ffc],.line .periods[data-v-485e2ffc]{grid-area:auto;margin:0 auto}}.faq-section__item[data-v-50071e44]{box-shadow:none;background-color:#0000;border:0;border-radius:0}.faq-section__header[data-v-50071e44]{margin:0}.faq-section__button[data-v-50071e44]{box-shadow:none;color:#e5bb6b;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;padding:16px 0;font-family:Tilda Sans,Montserrat,sans-serif;font-size:24px;font-weight:400;line-height:1.5;display:flex}.faq-section__button[data-v-50071e44]:not(.collapsed){color:#fefefe;box-shadow:none;background-color:#0000}.faq-section__button[data-v-50071e44]:focus,.faq-section__button[data-v-50071e44]:active{box-shadow:none;text-decoration:none}.faq-section__button[data-v-50071e44]:focus-visible{outline:none;box-shadow:0 0 0 2px #e5bb6b}@media (hover:hover){.faq-section__button[data-v-50071e44]:hover{color:#fefefe;text-decoration:none}}.faq-section__button[data-v-50071e44] p{margin:0}.faq-section__button[data-v-50071e44]:after{transform-origin:50%;background-image:none;border-bottom:3px solid;border-right:3px solid;flex:none;width:18px;height:18px;margin:0;transition:transform .2s;transform:translateY(-40%)rotate(45deg)}.faq-section__button[data-v-50071e44]:not(.collapsed):after{transform:translateY(0%)rotate(-135deg)}.faq-section__body[data-v-50071e44]{padding:0 0 16px}.faq-section__text[data-v-50071e44]{color:#e5bb6b;font-family:Tilda Sans,Montserrat,sans-serif;font-size:16px;font-weight:400;line-height:1.5}.faq-section__text[data-v-50071e44] p{margin:0 0 12px}.faq-section__text[data-v-50071e44] p:last-child{margin-bottom:0}.faq-section__text[data-v-50071e44] ol,.faq-section__text[data-v-50071e44] ul{margin:0 0 12px;padding-left:20px}.faq-section__text[data-v-50071e44] li{margin-bottom:6px}.faq-section__text[data-v-50071e44] a{color:#e5bb6b;text-decoration:underline}@media (width>=768px) and (width<=1199.98px){.faq-section__button[data-v-50071e44]{font-size:20px}.faq-section__text[data-v-50071e44]{font-size:16px}}@media (width<=767.98px){.faq-section__button[data-v-50071e44]{font-size:18px}.faq-section__button[data-v-50071e44]:after{width:16px;height:16px}.faq-section__text[data-v-50071e44]{font-size:14px}}.faq-section[data-v-02a0fcac]{background-color:#1e2020;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;padding:70px 0 40px}@media (width>=768px) and (width<=1199.98px){.faq-section[data-v-02a0fcac]{padding:60px 0 40px}}@media (width<=767.98px){.faq-section[data-v-02a0fcac]{padding:40px 0 30px}}.pattern-section__image[data-v-f0137e8a]{width:100%}.footer-section__links-list[data-v-db7c10d1]{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:30px;margin:0;padding:0;list-style:none;display:flex}.footer-section__link[data-v-db7c10d1]{color:#1e2020;cursor:pointer;background:0 0;border:0;border-radius:2px;outline:none;padding:2px;font-family:Tilda Sans,Montserrat,sans-serif;font-size:18px;font-weight:700;line-height:1.1;text-decoration:none;transition:color .3s linear;display:inline-block}.footer-section__link[data-v-db7c10d1]:focus-visible{box-shadow:0 0 0 2px #1e2020}@media (hover:hover){.footer-section__link[data-v-db7c10d1]:hover{color:#1e2020;text-decoration:none}}.footer-section__link--button[data-v-db7c10d1]{appearance:none}@media (width>=768px) and (width<=1199.98px){.footer-section__links-list[data-v-db7c10d1]{gap:20px}.footer-section__link[data-v-db7c10d1]{font-size:18px}}@media (width<=767.98px){.footer-section__links-list[data-v-db7c10d1]{gap:5px}.footer-section__link[data-v-db7c10d1]{font-size:16px}}.footer-section[data-v-093be56c]{background-color:#e5bb6b;background-position:50%;background-repeat:no-repeat;background-size:cover;padding:40px 6px}.footer-section__subsection[data-v-093be56c]{gap:20px;margin-top:20px;display:grid}.footer-section__copyright-wrapper[data-v-093be56c]{justify-content:space-between;align-items:center;gap:20px;display:flex}.footer-section__copyright-text[data-v-093be56c]{color:#1e2020;border-radius:2px;padding:2px;font-family:Tilda Sans,Montserrat,sans-serif;font-size:14px;font-weight:400;line-height:2}.footer-section__copyright-text[data-v-093be56c] p{margin:0}.footer-section__logo-link[data-v-093be56c]{color:#1e2020;border-radius:2px;outline:none;flex:none;padding:2px;display:inline-flex}.footer-section__logo-link[data-v-093be56c]:focus-visible{box-shadow:0 0 0 2px #1e2020}.footer-section__logo[data-v-093be56c]{width:auto;height:35px}@media (width>=768px) and (width<=1199.98px){.footer-section[data-v-093be56c]{padding-top:25px;padding-bottom:25px}.footer-section__subsection[data-v-093be56c]{gap:20px;margin-top:20px}.footer-section__copyright-text[data-v-093be56c]{font-size:14px}.footer-section__logo[data-v-093be56c]{height:35px}}@media (width<=767.98px){.footer-section[data-v-093be56c]{padding-top:25px;padding-bottom:25px}.footer-section__subsection[data-v-093be56c]{display:block}.footer-section__copyright-wrapper[data-v-093be56c]{flex-direction:column;align-items:flex-start;margin-top:20px}.footer-section__copyright-text[data-v-093be56c]{font-size:14px}.footer-section__logo[data-v-093be56c]{height:35px}}.cookie-section[data-v-690c5722]{z-index:9999;background-color:#1e2020;width:100vw;min-height:50px;padding:30px 0;position:fixed;bottom:0;left:0}.cookie-section__wrapper[data-v-690c5722]{width:100%;max-width:calc(100% - 120px);margin:0 auto}.cookie-section__form[data-v-690c5722]{justify-content:space-between;align-items:center;display:flex}.cookie-section__text[data-v-690c5722]{color:#e5bb6b;text-align:left;margin:0 60px 0 0;font-family:Tilda Sans,Montserrat,sans-serif;font-size:16px;font-weight:400;line-height:1.5}.cookie-section__link[data-v-690c5722]{color:#e5bb6b;text-decoration:underline;transition:color .2s}@media (hover:hover){.cookie-section__link[data-v-690c5722]:hover{color:#e5bb6b}}.cookie-section__button[data-v-690c5722]{color:#1e2020;cursor:pointer;background-color:#0000;background-image:linear-gradient(85.61deg,#e5bb6b 0%,#ffc709 100%);border:none;border-radius:50px;min-width:140px;padding:12px 22px;font-family:Tilda Sans,Montserrat,sans-serif;font-size:18px;font-weight:500;line-height:1.5;transition:color .3s}@media (hover:hover){.cookie-section__button[data-v-690c5722]:hover{color:#1e2020;background-image:linear-gradient(85.61deg,#ffc709 0%,#e5bb6b 100%)}}.cookie-section__button[data-v-690c5722]:focus-visible,.cookie-section__link[data-v-690c5722]:focus-visible{outline-offset:3px;outline:2px solid}@media (width>=768px) and (width<=1199.98px){.cookie-section[data-v-690c5722]{padding:35px 0}.cookie-section__wrapper[data-v-690c5722]{max-width:calc(100% - 80px)}.cookie-section__text[data-v-690c5722]{margin-right:30px;font-size:14px}.cookie-section__button[data-v-690c5722]{font-size:18px}}@media (width<=767.98px){.cookie-section[data-v-690c5722]{padding:15px 0}.cookie-section__wrapper[data-v-690c5722]{max-width:calc(100% - 50px)}.cookie-section__form[data-v-690c5722]{flex-direction:column}.cookie-section__text[data-v-690c5722]{margin:0 0 25px;font-size:14px}.cookie-section__button[data-v-690c5722]{width:100%;font-size:18px}}.modal-footer[data-v-1ee1a64b]{border:none;margin-top:20px;padding:0}.modal-footer[data-v-1ee1a64b]>*{margin:0}[data-v-1ee1a64b] .notification{color:#dc3545;text-align:center;font-weight:500}[data-v-1ee1a64b] .modal-footer-link{color:#1e2020;background:0 0;border:none;font-size:20px;font-weight:400;line-height:1;text-decoration:underline}.modal-content[data-v-1ee1a64b]{background:#fefefe;border:none;border-radius:40px;padding:40px}.modal-header[data-v-1ee1a64b]{border:none;margin-bottom:20px;padding:0 32px}.modal-title[data-v-1ee1a64b]{text-align:center;text-transform:uppercase;color:#1e2020;margin:0 auto;font-family:Tilda Sans,Montserrat,sans-serif;font-size:36px;font-weight:700;line-height:1.2}.modal-header .btn-close[data-v-1ee1a64b]{opacity:1;box-shadow:none;background-image:url("data:image/svg+xml,%3csvg%20width='42'%20height='42'%20viewBox='0%200%2042%2042'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M42%205.99065L36.0093%200L21%2015.0093L5.99065%200L0%205.99065L15.0093%2021L0%2036.0093L5.99065%2042L21%2026.9907L36.0093%2042L42%2036.0093L26.9907%2021L42%205.99065Z'%20fill='%231E2020'/%3e%3c/svg%3e");background-size:18px 18px;outline:none;width:18px;height:18px;margin:0;position:absolute;top:20px;right:20px}@media (width>=768px){.modal-dialog[data-v-1ee1a64b]{max-width:600px}}@media (width<=767.98px){.modal-header[data-v-1ee1a64b]{margin-bottom:0;padding:20px 20px 0}.modal-header .btn-close[data-v-1ee1a64b]{top:5px;right:5px}.modal-title[data-v-1ee1a64b]{font-size:24px}.modal-content[data-v-1ee1a64b]{background:#fefefe;border:none;border-radius:20px;padding:12px 12px 24px}.modal-footer[data-v-1ee1a64b]{gap:10px}}.modal-fullscreen[data-v-1ee1a64b]{max-width:100%}.modal-account[data-v-1ee1a64b]{border-radius:0}.modal-account .modal-header[data-v-1ee1a64b]{padding-left:var(--bs-modal-padding)}.modal-account .modal-header .btn-close[data-v-1ee1a64b]{background-size:42px 42px;width:42px;height:42px}.modal-account .modal-title[data-v-1ee1a64b]{text-align:left;margin:0 auto 0 0;font-size:64px}@media (width>=992px){.modal-account[data-v-1ee1a64b]{padding:70px 140px}}@media (width<=767.98px){.modal-account .modal-header .btn-close[data-v-1ee1a64b]{background-size:24px 24px;width:24px;height:24px}.modal-account .modal-title[data-v-1ee1a64b]{font-size:32px}}.form-group[data-v-29622415]{grid-template-columns:100px auto;align-items:center;gap:20px;padding-bottom:30px;display:grid;position:relative}.form-label[data-v-29622415]{text-align:right;font-size:16px;line-height:1.2}.form-group[data-v-29622415] .form-control{color:#1e2020;background:#fff8e9;border:1px solid #e5bb6b;border-radius:5px;outline:none;height:40px}.form-group[data-v-29622415] .form-control:focus{box-shadow:none;color:#1e2020;background:#fff8e9;border:1px solid #e5bb6b;outline:none}.form-group[data-v-29622415] .form-control.is-invalid:focus{box-shadow:none}.form-group[data-v-29622415] textarea.form-control{resize:none;grid-area:1/2/2/3;min-height:92px}.form-group>.error[data-v-29622415]{color:#dc3545;font-size:14px;font-weight:500;position:absolute;bottom:10px;left:120px}@media (width<=767.98px){.form-group[data-v-29622415]{grid-template-columns:1fr;gap:0}.form-label[data-v-29622415]{text-align:left}.form-group>.error[data-v-29622415]{font-size:12px;bottom:10px;left:0}.form-group[data-v-29622415] textarea.form-control{grid-area:auto}}.form-submit[data-v-4b9a7865]{justify-content:center;display:grid}.base-modal-button[data-v-5f0c546b],.base-modal-button[data-v-5f0c546b]:hover,.base-modal-button[data-v-5f0c546b]:active,.base-modal-button[data-v-5f0c546b]:focus-visible{background:#e5bb6b;border:none;border-radius:30px;justify-content:center;align-items:center;min-width:200px;height:52px;padding:16px 24px;display:flex}.base-modal-button__text[data-v-5f0c546b]{color:#1e2020;text-align:center;text-transform:uppercase;font-family:Tilda Sans,Montserrat,sans-serif;font-size:20px;font-weight:500;line-height:1}@media (width<=767.98px){.base-modal-button__text[data-v-5f0c546b]{font-size:18px}}.password-input[data-v-2e56d7cf]{position:relative}.password-input__control[data-v-2e56d7cf]{padding-right:44px}.password-input__toggle[data-v-2e56d7cf]{color:#1e2020;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:inline-flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.password-input__toggle[data-v-2e56d7cf]:focus-visible{outline-offset:2px;outline:2px solid #1e2020}.password-input__toggle[data-v-2e56d7cf]:disabled{cursor:not-allowed;opacity:.6}.icon-password[data-v-2e56d7cf]{fill:currentColor;width:20px;height:20px;display:block}.form-check[data-v-effc2057]{margin-left:100px;padding-bottom:20px;position:relative}.form-check-input[type=checkbox][data-v-effc2057]{cursor:pointer;background-color:#fff8e9;border:1px solid #e5bb6b;border-radius:1px}.form-check-input[data-v-effc2057]:focus{box-shadow:none;border:1px solid #e5bb6b}.form-check-input:checked[type=checkbox][data-v-effc2057]{background-image:url("data:image/svg+xml,%3csvg%20width='15'%20height='15'%20viewBox='0%200%2015%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.17295%2010.7501L3.08545%207.66261L3.85732%206.89074L6.17295%209.20636L11.1427%204.23657L11.9146%205.00845L6.17295%2010.7501Z'%20fill='%231E2020'/%3e%3c/svg%3e")}.form-check-label[data-v-effc2057]{color:#1e2020;font-size:12px;line-height:1.2}.form-check-label[data-v-effc2057] a{color:#1e2020;text-decoration:underline}.form-check>.error[data-v-effc2057]{color:#dc3545;font-size:12px;font-weight:500;position:absolute;bottom:5px;left:24px}@media (width<=767.98px){.form-check[data-v-effc2057]{margin-left:0;padding-bottom:20px}.form-check>.error[data-v-effc2057]{font-size:12px;bottom:5px;left:24px}}.choices{margin:0}.choices .choices__inner,.choices[data-type*=select-one] .choices__inner{background-color:#fff8e9;border:1px solid #e5bb6b;border-radius:5px;min-height:40px;padding:5px}.choices.is-open .choices__inner{border-radius:5px 5px 0 0}.choices .choices__list--dropdown,.choices .choices__list[aria-expanded]{background-color:#fff8e9;border:1px solid #e5bb6b}.choices .choices__item{color:#1e2020;opacity:1}.choices[data-type*=select-one] .choices__input{background-color:#fff8e9;border-bottom:1px solid #e5bb6b}.select-wrapper[data-v-a79fcb18]{position:relative}.select-wrapper[data-v-a79fcb18]:after{content:"";pointer-events:none;border:5px solid #0000;border-top-color:currentColor;width:0;height:0;margin-top:-2.5px;transition:transform .2s;position:absolute;top:50%;right:16px}.select-wrapper--opened[data-v-a79fcb18]:after{transform:rotate(180deg)}.form-control[data-v-a79fcb18]{appearance:none;padding-right:44px}.file-photo[data-v-661c9794]{position:relative}.second-btn[data-v-661c9794]{border:none;margin-top:20px;padding:0;text-decoration:underline;text-decoration-thickness:1px}.error[data-v-661c9794]{color:#dc3545;font-size:12px;font-weight:500;line-height:1.1;position:absolute;bottom:-12px;left:0}@media (width<=767.98px){.error[data-v-661c9794]{bottom:-24px}}.get-prize-btn[data-v-cd7996ce]{color:#1e2020;text-align:center;text-transform:uppercase;background:#e5bb6b;border:none;border-radius:30px;justify-content:center;align-items:center;width:180px;height:52px;padding:0;font-family:Tilda Sans,Montserrat,sans-serif;font-size:20px;font-weight:500;line-height:1;display:flex}@media (width<=991.98px){.get-prize-btn[data-v-cd7996ce]{width:140px;height:40px;font-size:18px}}@media (width<=767.98px){.get-prize-btn[data-v-cd7996ce]{font-size:18px}}.personal-table[data-v-37f4fbcd]{transition:opacity .25s}.personal-table--loading[data-v-37f4fbcd]{opacity:.45;pointer-events:none}[data-v-37f4fbcd] .empty-list{text-align:left;padding:20px;font-weight:500}[data-v-37f4fbcd] .table-row{background:0 0;border:none;padding:0}[data-v-37f4fbcd] .table-row.table-row-top{border-bottom:1px solid #e5bb6b}[data-v-37f4fbcd] .table-col{align-items:center;padding:20px}@media (width<=767.98px){[data-v-37f4fbcd] .empty-list{padding:20px 0 0}[data-v-37f4fbcd] .table-row{border-bottom:1px solid #1e2020;padding:5px 0}[data-v-37f4fbcd] .table-col{padding:5px 0}}.prizes-table__row[data-v-ba60da93]{grid-template-columns:2fr 3fr 4fr 3fr;width:100%;display:grid}.prizes-table__row--header[data-v-ba60da93]{font-weight:500}.prizes-table__mobile-caption[data-v-ba60da93]{display:none}@media (width<=767.98px){.prizes-table__row--header[data-v-ba60da93]{display:none}.prizes-table__row[data-v-ba60da93]{grid-template-columns:1fr}.prizes-table__cell[data-v-ba60da93]{grid-template-columns:5fr 7fr;gap:12px;display:grid}.prizes-table__cell--action[data-v-ba60da93]{justify-content:flex-end;display:flex}.prizes-table__mobile-caption[data-v-ba60da93]{padding-right:16px;display:block}}.receipts-table__row[data-v-7b684f04]{text-align:left;grid-template-columns:2fr 3fr 7fr;width:100%;display:grid}.receipts-table__row--header[data-v-7b684f04]{font-weight:500}.receipts-table__row--item[data-v-7b684f04]{cursor:pointer}.entity-id[data-v-7b684f04],.status-text[data-v-7b684f04]{align-items:center;gap:6px;display:inline-flex}.receipt-table-icon[data-v-7b684f04]{object-fit:contain;flex:0 0 24px;width:24px;height:24px;margin-right:5px;display:block}.receipts-pagination[data-v-7b684f04]{justify-content:center;align-items:center;gap:16px;margin-top:24px;display:flex}.receipts-pagination__button[data-v-7b684f04]{color:#1e2020;font:inherit;cursor:pointer;background:#fff;border:1px solid #1e2020;border-radius:6px;padding:6px 12px}.receipts-pagination__button[data-v-7b684f04]:disabled{opacity:.45;cursor:not-allowed}@media (width<=767.98px){.receipts-table__row--header[data-v-7b684f04]{display:none}.receipts-table__row[data-v-7b684f04]{grid-template-columns:1fr}}.account-tabs[data-v-cc41ae36]{border:none;margin:0;padding:0;list-style:none;display:flex}.account-tabs__item:first-of-type .account-tabs__button[data-v-cc41ae36]{border-radius:50px 0 0 50px}.account-tabs__item:last-of-type .account-tabs__button[data-v-cc41ae36]{border-radius:0 50px 50px 0}.account-tabs__button[data-v-cc41ae36]{text-align:center;text-transform:uppercase;color:#1e2020;background:#fefefe;border:1px solid #1e2020;width:140px;height:50px;padding:0;font-family:Tilda Sans,Montserrat,sans-serif;font-size:18px;font-weight:400;line-height:1.2}.account-tabs__button[data-v-cc41ae36]:hover{color:#1e2020;background:#1e202009;border:1px solid #1e2020}.account-tabs__button.account-tabs__button--active[data-v-cc41ae36]{color:#fefefe;background:#1e2020;border:1px solid #1e2020}@media (width<=767.98px){.account-tabs__button[data-v-cc41ae36]{width:120px;height:50px}}.account-user-name[data-v-b9a70105]{color:#1e2020;margin:14px 0 10px;font-family:Tilda Sans,Montserrat,sans-serif;font-size:20px;font-weight:400;line-height:1.2}.statistic-count[data-v-c539187e],.statistic-caption[data-v-c539187e]{color:#1e2020;font-family:Tilda Sans,Montserrat,sans-serif;font-size:30px;font-weight:700;line-height:1}.account-tables[data-v-90dbb9bf]{margin-top:60px}.tables-controls-wrapper[data-v-90dbb9bf]{grid-template-columns:1fr auto;gap:50px;margin-bottom:40px;display:grid}@media (width<=767.98px){.tables-controls-wrapper[data-v-90dbb9bf]{grid-template-columns:1fr;gap:20px;margin-bottom:20px}}.carousel-indicators[data-v-d24e9894]{gap:5px;margin-bottom:15px;display:flex}.carousel-indicators button[data-v-d24e9894]{background:#fff;border:1px solid #1e2020;border-radius:50%;width:16px;min-width:16px;height:16px;min-height:16px}.carousel-indicators button.active[data-v-d24e9894]{background:#1e2020}.receipt-carousel__image[data-v-d24e9894]{object-fit:contain;height:300px}.carousel-control-prev[data-v-d24e9894],.carousel-control-next[data-v-d24e9894]{opacity:1;cursor:pointer;background:0 0;border:none;width:40px;margin-top:15px}.carousel-control-prev-icon[data-v-d24e9894],.carousel-control-next-icon[data-v-d24e9894]{filter:none;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;width:24px;height:24px;display:block}.carousel-control-prev-icon[data-v-d24e9894]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon[data-v-d24e9894]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.receipt-details[data-v-1efef1d5]{text-align:center;margin-top:24px}.receipt-details__info[data-v-1efef1d5]{grid-template-columns:repeat(3,1fr);display:grid}.receipt-details__item--number[data-v-1efef1d5]{text-align:left}.receipt-details__item--status[data-v-1efef1d5]{text-align:center}.receipt-details__item--date[data-v-1efef1d5]{text-align:right}.receipt-details__label[data-v-1efef1d5]{font-size:.875em;display:none}.receipt-details__reason[data-v-1efef1d5]{text-align:center;margin-top:24px}@media (width<=574.98px){.receipt-details__info[data-v-1efef1d5]{grid-template-columns:1fr;gap:5px}.receipt-details__item[data-v-1efef1d5]{text-align:center;border:1px solid #1e2020}.receipt-details__label[data-v-1efef1d5]{display:block}}.preview[data-v-dae82288]{justify-content:center;justify-items:center;display:grid}.receipt-preview[data-v-dae82288]{background-position:50%;background-size:contain;border:1px solid #1e2020;border-radius:8px;width:120px;height:120px}.btn-outline-danger[data-v-dae82288]{border:1px solid #1e2020;width:40px;height:40px;padding:0;font-size:28px;line-height:1}.buttons[data-v-dc23dbb7]{gap:10px;display:grid}input.file[data-v-dc23dbb7]{display:none}.btn-block[data-v-dc23dbb7]{justify-content:center;display:grid}.file-span[data-v-dc23dbb7]{color:#1e2020;text-align:center;text-transform:uppercase;cursor:pointer;background:#e5bb6b;border:none;border-radius:30px;justify-content:center;align-items:center;min-width:200px;height:52px;padding:16px 24px;font-family:Tilda Sans,Montserrat,sans-serif;font-size:20px;font-weight:500;line-height:1;display:flex}@media (width<=767.98px){.file-span[data-v-dc23dbb7]{font-size:18px}}.receipt__notification[data-v-54aeba57]{color:#1e2020;text-align:left;margin-bottom:15px;line-height:1.2}.receipt__notification[data-v-54aeba57] p{margin-bottom:5px}@media (width<=767.98px){.receipt__notification[data-v-54aeba57]{font-size:12px}}.modal .notification[data-v-38377218]{margin-top:10px}.text[data-v-1a252fa5]{text-align:center}.app-preloader[data-v-41bb5a2b]{z-index:2000;color:#e5bb6b;background:#1e2020;flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex;position:fixed;inset:0}.app-preloader__spinner[data-v-41bb5a2b]{border:3px solid #e5bb6b40;border-top-color:#e5bb6b;border-radius:50%;width:52px;height:52px;animation:.8s linear infinite app-preloader-spin-41bb5a2b}.app-preloader__text[data-v-41bb5a2b]{font-family:Tilda Sans,Montserrat,sans-serif;font-size:18px;font-weight:500;line-height:1.2}.app-preloader-enter-active[data-v-41bb5a2b],.app-preloader-leave-active[data-v-41bb5a2b]{transition:opacity .25s}.app-preloader-enter-from[data-v-41bb5a2b],.app-preloader-leave-to[data-v-41bb5a2b]{opacity:0}@keyframes app-preloader-spin-41bb5a2b{to{transform:rotate(360deg)}}@font-face{font-family:Tilda Sans;src:url(/assets/TildaSans-Bold-DOzP09kx.eot);src:url(/assets/TildaSans-Bold-DOzP09kx.eot?#iefix)format("embedded-opentype"),url(/assets/TildaSans-Bold-DFZ_F-Nc.woff2)format("woff2"),url(/assets/TildaSans-Bold-BjYaho7m.woff)format("woff"),url(/assets/TildaSans-Bold-RSIaQYa2.ttf)format("truetype"),url(/assets/TildaSans-Bold-zBJyxajS.svg#TildaSans-Bold)format("svg");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Tilda Sans;src:url(/assets/TildaSans-Medium-P3m89mQC.eot);src:url(/assets/TildaSans-Medium-P3m89mQC.eot?#iefix)format("embedded-opentype"),url(/assets/TildaSans-Medium-CV-uO3DJ.woff2)format("woff2"),url(/assets/TildaSans-Medium-aIyoTEKS.woff)format("woff"),url(/assets/TildaSans-Medium-DEGuGPY0.ttf)format("truetype"),url(/assets/TildaSans-Medium-0pc-ZR_j.svg#TildaSans-Medium)format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Tilda Sans;src:url(/assets/TildaSans-Regular-e1_spRzI.eot);src:url(/assets/TildaSans-Regular-e1_spRzI.eot?#iefix)format("embedded-opentype"),url(/assets/TildaSans-Regular-Dwdm--iy.woff2)format("woff2"),url(/assets/TildaSans-Regular-DJ86K0lb.woff)format("woff"),url(/assets/TildaSans-Regular-BamUO5qg.ttf)format("truetype"),url(/assets/TildaSans-Regular-u7dK_Lda.svg#TildaSans-Regular)format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-Light-BnDSFRhK.eot);src:url(/assets/Montserrat-Light-BnDSFRhK.eot?#iefix)format("embedded-opentype"),url(/assets/Montserrat-Light-C_BV6hTN.woff2)format("woff2"),url(/assets/Montserrat-Light-ozAqyfUu.woff)format("woff"),url(/assets/Montserrat-Light-CD1xVj_i.ttf)format("truetype"),url(/assets/Montserrat-Light-BYikRh7C.svg#Montserrat-Light)format("svg");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-Regular-C_uEE0hB.eot);src:url(/assets/Montserrat-Regular-C_uEE0hB.eot?#iefix)format("embedded-opentype"),url(/assets/Montserrat-Regular-3ZeI_7k9.woff2)format("woff2"),url(/assets/Montserrat-Regular-B1BeB5JF.woff)format("woff"),url(/assets/Montserrat-Regular-BWhdadVA.ttf)format("truetype"),url(/assets/Montserrat-Regular-Ci3xKojb.svg#Montserrat-Regular)format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-Medium-BJ_689E3.eot);src:url(/assets/Montserrat-Medium-BJ_689E3.eot?#iefix)format("embedded-opentype"),url(/assets/Montserrat-Medium-k1yUXVAX.woff2)format("woff2"),url(/assets/Montserrat-Medium-CB2qY9wa.woff)format("woff"),url(/assets/Montserrat-Medium-CvXDT7eJ.ttf)format("truetype"),url(/assets/Montserrat-Medium-BjbFyzvH.svg#Montserrat-Medium)format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-Bold-BclB9Pki.eot);src:url(/assets/Montserrat-Bold-BclB9Pki.eot?#iefix)format("embedded-opentype"),url(/assets/Montserrat-Bold-D9OW42R1.woff2)format("woff2"),url(/assets/Montserrat-Bold-BPPngxKd.woff)format("woff"),url(/assets/Montserrat-Bold-CZ5uqph-.ttf)format("truetype"),url(/assets/Montserrat-Bold-BVJD9wbN.svg#Montserrat-Bold)format("svg");font-weight:700;font-style:normal;font-display:swap}*{font-family:Tilda Sans,Montserrat,sans-serif}body{background-color:#1e2020}
