/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dk-select,
.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 200px;
  cursor: pointer;
}

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 0.4em;
  padding: 0 1.5em 0 0.5em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.dk-selected:before,
.dk-selected:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
}
.dk-selected:before {
  top: 50%;
  border: solid transparent;
  border-width: 0.25em 0.25em 0;
  border-top-color: #cccccc;
  margin: -0.125em 0.5em 0 0;
}
.dk-selected:after {
  top: 0;
  height: 100%;
  border-left: 1px solid #cccccc;
  margin: 0 1.5em 0 0;
}

.dk-selected-disabled {
  color: #bbbbbb;
}

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
}

.dk-select-open-up .dk-select-options {
  border-radius: 0.4em 0.4em 0 0;
  margin-bottom: -1px;
  bottom: 100%;
}

.dk-select-open-down .dk-select-options {
  border-radius: 0 0 0.4em 0.4em;
  margin-top: -1px;
  top: 100%;
}

.dk-select-multi .dk-select-options {
  max-height: 10em;
}

.dk-select-options {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 0.4em;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100;
}

.dk-option-selected {
  background-color: #3297fd;
  color: #fff;
}

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
}

.dk-option {
  padding: 0 0.5em;
}

.dk-select-options .dk-option-highlight {
  background-color: #3297fd;
  color: #fff;
}

.dk-select-options .dk-option-disabled {
  color: #bbbbbb;
  background-color: transparent;
}

.dk-select-options .dk-option-hidden {
  display: none;
}

.dk-optgroup {
  border: solid #cccccc;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em;
}
.dk-optgroup + .dk-option {
  margin-top: 0.25em;
}
.dk-optgroup + .dk-optgroup {
  border-top-width: 0;
  margin-top: 0;
}
.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}
.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dk-optgroup-disabled {
  opacity: 0.6;
  color: #bbbbbb;
  cursor: not-allowed;
}

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%;
}

.dk-optgroup-options {
  list-style: none;
  padding-left: 0;
}
.dk-optgroup-options li {
  padding-left: 1.2em;
}

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #3297fd;
}

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #3297fd;
}

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #3297fd;
}

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
  border-left-color: #3297fd;
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #3297fd;
}

.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none;
}

.dk-selected:hover,
.dk-selected:focus {
  outline: none;
  border-color: #3297fd;
}
.dk-selected:hover:before,
.dk-selected:focus:before {
  border-top-color: #3297fd;
}
.dk-selected:hover:after,
.dk-selected:focus:after {
  border-left-color: #3297fd;
}

.dk-select-disabled {
  opacity: 0.6;
  color: #bbbbbb;
  cursor: not-allowed;
}
.dk-select-disabled .dk-selected:hover,
.dk-select-disabled .dk-selected:focus {
  border-color: inherit;
}
.dk-select-disabled .dk-selected:hover:before,
.dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit;
}
.dk-select-disabled .dk-selected:hover:after,
.dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit;
}

select[data-dkcacheid] {
  display: none;
}

@font-face{font-family:"cera_compact_pro";src:url(../fonts/cera_compact_pro_regular-webfont.woff2) format("woff2"),url(../fonts/cera_compact_pro_regular-webfont.woff) format("woff");font-weight:normal;font-style:normal}@font-face{font-family:"cera_compact_pro";src:url(../fonts/CeraCompactPro-Bold.woff2) format("woff2"),url(../fonts/CeraCompactPro-Bold.woff) format("woff");font-weight:bold;font-style:normal}@font-face{font-family:"manrope";src:url(../fonts/manrope.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:"Bayon";font-style:normal;font-weight:400;src:url(../fonts/bayon.woff2) format("woff2")}html{scroll-behavior:smooth;height:100%;width:100%;margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{height:auto;font-family:manrope,sans-serif}body.privacyPage{min-height:calc(100vh - 100px);display:flex;flex-direction:column;font-family:cera_compact_pro,sans-serif}@media all and (max-width: 768px){body.privacyPage{display:block;padding-top:60px}}a{text-decoration:none;color:inherit;-webkit-tap-highlight-color:rgba(0,0,0,0)}input,button,select{padding:0;outline:none;border:none;box-shadow:none;text-align:left;font-family:inherit;font-size:inherit}p,h1,h2,h3{margin:0}button{cursor:pointer}input{border-radius:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}ul,ol{list-style:none;padding:0;margin:0}:root{--ios-toolbar-height: env(safe-area-inset-bottom, 0px)}.baseButton{display:inline-flex;align-items:center;width:fit-content;height:64px;color:#fff;background-color:#ff5c00;border-radius:6px;font-size:24px;line-height:34px;padding:16px 35px;white-space:nowrap;box-sizing:border-box}.bannerItem{display:flex;flex-direction:column;text-align:center;align-items:center}.bannerItemValue{font-family:Bayon,sans-serif;font-weight:400}@media all and (max-width: 1604px){.bannerItemValue{font-size:123.96px;line-height:223.96px}}@media all and (min-width: 1605px){.bannerItemValue{font-size:166px;line-height:300px}}.bannerItemSlogan{font-size:21px;line-height:29px;font-weight:400}.pageBanner{position:relative;display:flex;gap:111px;width:100%;background-repeat:no-repeat;background-size:cover;background-position:center;overflow:hidden}@media all and (max-width: 768px){.pageBanner{height:calc(100vh - 76px - var(--ios-toolbar-height));max-height:900px}}@media all and (min-width: 769px){.pageBanner{height:100vh}}@media screen and (min-width: 1201px)and (max-width: 1891px){.pageBanner{padding:76px 0 0 136px}}@media screen and (min-width: 1892px){.pageBanner{padding:76px calc((100% - 1620px)/2) 0}}@media all and (max-width: 1200px){.pageBanner{padding:76px 136px 0 136px}}@media screen and (min-width: 769px)and (max-width: 1200px){.pageBanner{padding:76px 136px 200px}}@media all and (max-width: 768px){.pageBanner{padding:76px 43px 0}}.pageBannerImage{position:absolute;width:577.5px;height:874px;flex-shrink:0;object-fit:cover}@media all and (max-width: 1200px){.pageBannerImage{display:none}}@media screen and (min-width: 1201px)and (max-width: 1604px){.pageBannerImage{bottom:-100px;right:-246px}}@media all and (min-width: 1605px){.pageBannerImage{bottom:-100px}}@media screen and (min-width: 1605px)and (max-width: 1891px){.pageBannerImage{right:153px}}@media screen and (min-width: 1892px){.pageBannerImage{right:calc((100% - 1620px)/2 - 153px)}}.pageBannerContent{display:flex;flex-direction:column;color:#fff;letter-spacing:-0.04em}@media all and (max-width: 768px){.pageBannerContent{justify-content:center}}@media all and (min-width: 769px){.pageBannerContent{justify-content:end}}@media all and (min-width: 1201px){.pageBannerContent{margin-bottom:200px}}.pageBannerIcon{width:110px;height:100px;margin-bottom:32px}.pageBannerTitle{font-weight:700}@media all and (max-width: 768px){.pageBannerTitle{margin-bottom:12px}}@media all and (min-width: 769px){.pageBannerTitle{margin-bottom:42px}}@media all and (min-width: 481px){.pageBannerTitle{font-size:64px;line-height:62px}}@media all and (max-width: 480px){.pageBannerTitle{font-size:45px;line-height:52px}}@media all and (min-width: 1201px){.pageBannerText{width:590px}}@media all and (max-width: 1200px){.pageBannerText{width:100%;max-width:590px}}@media all and (min-width: 481px){.pageBannerText{font-size:34px;line-height:45px}}@media all and (max-width: 480px){.pageBannerText{font-size:21px;line-height:32px}}.benefits{display:flex;flex-direction:column;position:relative;background-color:#fff}@media all and (max-width: 768px){.benefits{padding:50px 0 83px}}@media screen and (min-width: 769px)and (max-width: 960px){.benefits{padding:100px 82px 100px;gap:80px}}@media screen and (min-width: 961px)and (max-width: 1200px){.benefits{padding:100px 82px 100px;gap:100px;max-width:960px;margin:0 auto}}@media all and (min-width: 1201px){.benefits{padding:100px 90px;gap:100px}}.benefits .tabsListItem:first-child{border-top:2px solid #ff6b00;color:#000}.benefitsInfo{display:flex;justify-content:space-between;align-items:center;gap:80px}@media all and (max-width: 1200px){.benefitsInfo{flex-direction:column}}@media screen and (min-width: 1800px){.benefitsInfo{max-width:1620px;margin:50px auto 0}}.benefitsInfoWrapper{display:flex;flex-direction:column;align-items:flex-start;gap:34px}@media all and (max-width: 768px){.benefitsInfoWrapper{max-width:100%;padding:0 44px}}.benefitsInfoSubtitle{color:#000;font-size:24px;font-weight:700;line-height:35px;letter-spacing:-0.04em}.benefitsInfoTitle{color:#000;font-weight:700;letter-spacing:-0.04em}@media all and (min-width: 961px){.benefitsInfoTitle{font-size:45px;line-height:52px}}@media all and (max-width: 960px){.benefitsInfoTitle{font-size:32px;line-height:40px}}.benefitsInfoText{color:#333}@media all and (max-width: 960px){.benefitsInfoText{font-size:1rem;line-height:1.5rem}}@media all and (min-width: 961px){.benefitsInfoText{font-size:21px;line-height:32px}}@media screen and (min-width: 1605px)and (max-width: 1799px){.benefitsInfoImage{width:676px;height:550px;object-fit:cover;object-position:left;margin-right:-90px}}@media screen and (min-width: 1800px){.benefitsInfoImage{width:676px}}@media screen and (min-width: 1201px)and (max-width: 1604px){.benefitsInfoImage{width:508px;margin-right:-90px}}@media screen and (min-width: 769px)and (max-width: 1200px){.benefitsInfoImage{width:566px}}@media all and (max-width: 768px){.benefitsInfoImage{max-width:calc(100% - 80px);width:100%}}.benefitsGrid{display:flex;flex-direction:column;width:100%;justify-content:center;max-width:880px}@media all and (max-width: 768px){.benefitsGrid{margin-top:80px;width:calc(100% - 73px);margin:80px auto 0}}@media all and (min-width: 769px){.benefitsGrid{margin:0 auto}}@media all and (max-width: 1604px){.benefitsGrid{gap:33px}}@media all and (min-width: 1605px){.benefitsGrid{gap:50px}}.benefitsGridItems{display:grid}@media all and (max-width: 960px){.benefitsGridItems{gap:60px}}@media all and (min-width: 961px){.benefitsGridItems{grid-template-columns:repeat(2, minmax(0, 610px))}}@media all and (max-width: 1604px){.benefitsGridItems{gap:33px 60px}}@media all and (min-width: 1605px){.benefitsGridItems{gap:50px 60px}}.benefitsGridHeading{letter-spacing:-0.04em;font-weight:700}@media all and (min-width: 1201px){.benefitsGridHeading{font-size:64px;line-height:61px}}@media all and (max-width: 1200px){.benefitsGridHeading{text-align:center;font-size:45px;line-height:52px}}.benefitsGridItem{display:flex;flex-direction:column}@media all and (max-width: 768px){.benefitsGridItem{gap:9px;padding:0 40px}}@media all and (min-width: 769px){.benefitsGridItem{gap:24px}}.benefitsGridItemTitle{color:#000;font-size:36px;font-weight:700;letter-spacing:-0.04em;line-height:41px}.benefitsGridItemInfo{color:#444;font-size:24px;font-weight:400;line-height:37px;letter-spacing:-0.02em}.resultsWrapper{display:flex;flex-direction:column;justify-content:end;background-image:url(../assets/resultsBackground..png);background-repeat:no-repeat;background-position:center}@media all and (max-width: 960px){.resultsWrapper{padding:50px 85px 80px}}@media screen and (min-width: 961px)and (max-width: 1604px){.resultsWrapper{padding:55px 103px}}@media all and (max-width: 1200px){.resultsWrapper{background-size:cover}}@media screen and (min-width: 1201px)and (max-width: 1604px){.resultsWrapper{background-size:100% 250%}}@media all and (min-width: 1605px){.resultsWrapper{background-size:cover;padding:203px 103px 67px}}.resultsWrapper .tabsListItem{border-top:1px solid #7c7c7c}.resultsWrapper .tabsListItem:nth-child(2){border-top:2px solid #ff6b00;color:#fff}.resultsWrapper .bannersWrapper{display:flex;flex-direction:row;align-self:center;justify-content:center;flex-wrap:wrap;gap:31px}@media all and (min-width: 1201px){.resultsWrapper .bannersWrapper{flex-wrap:nowrap}}@media all and (max-width: 1604px){.resultsWrapper .bannerItem{border-radius:3.5px;width:310px;height:314px;padding:32px 27px}}@media all and (max-width: 1200px){.resultsWrapper .bannerItem{background-color:#000}}@media all and (min-width: 1605px){.resultsWrapper .bannerItem{width:415px;height:420px;padding:0 35.65px 42.55px}}.resultsWrapper .bannerItem:nth-child(2) .bannerItemValue{color:#ff6b00}.resultsWrapper .bannerItemValue{color:#fff}@media all and (max-width: 1200px){.resultsWrapper .bannerItemValue{font-size:124px;line-height:224px}}.resultsWrapper .bannerItemSign{color:#ff6b00}.resultsWrapper .bannerItemSlogan{color:#fff}@media all and (max-width: 1200px){.resultsWrapper .bannerItemSlogan{font-size:16px;line-height:22px}}.contactForm{position:relative;display:flex;align-items:center;flex-direction:column;padding:64px 134px;background-color:#fff0e6}@media all and (max-width: 480px){.contactForm{padding:64px 32px}}@media all and (max-width: 1200px){.contactForm{padding:64px 42px}}.contactFormBody{display:flex;flex-direction:column;flex-wrap:wrap;max-height:330px;column-gap:64px;width:1024px}@media all and (max-width: 1604px){.contactFormBody{align-items:center;flex-wrap:nowrap;max-height:max-content;width:100%}}.contactFormTitle{font-weight:700;color:#ff6b00;margin-bottom:24px;letter-spacing:-0.04em;width:1024px}@media all and (max-width: 1604px){.contactFormTitle{align-self:center;text-align:center;width:auto}}@media all and (max-width: 768px){.contactFormTitle{font-size:36px;line-height:3.875rem}}@media all and (min-width: 769px){.contactFormTitle{font-size:45px;line-height:52px}}.contactFormItem{position:relative}@media all and (max-width: 1604px){.contactFormItem{align-self:center;max-width:630px;width:100%}}@media all and (min-width: 1605px){.contactFormItem{width:480px}}.contactFormItem:not(:first-of-type){margin-top:43px}.contactFormItem:first-of-type{margin-top:32px}.contactFormLabel{position:absolute;top:-15px;width:100%;display:block;font-weight:500;font-size:16px;line-height:32px;color:rgba(0,0,0,.5);opacity:0;transition:all .2s ease-out}.contactFormLabel.active{opacity:1}.contactFormInput{width:100%;height:50px;padding:0;border-bottom:1px solid rgba(38,38,38,.5);font-size:21px;color:#000;background-color:rgba(0,0,0,0)}.contactFormInput:focus::-webkit-input-placeholder{color:rgba(0,0,0,0)}.contactForm ::placeholder{color:#b9b9b9}.contactFormError{position:absolute;display:none;left:0;font-size:16px;line-height:22px;color:#ff5c00}.contactFormInvalid .contactFormInput{border-bottom-color:rgba(255,92,0,.4)}.contactFormInvalid .contactFormError{display:block}.contactFormConfirm{display:flex;align-items:center;justify-content:center;min-width:160px;height:42px;padding:10px 24px;font-size:16px;line-height:22px;white-space:nowrap;background-color:#2e2e2e;color:#fff;border-radius:4px;cursor:pointer}@media all and (max-width: 768px){.contactFormConfirm{margin:0 auto}}@media all and (min-width: 769px){.contactFormConfirm{margin-left:auto}}.contactFormSuccessScreen{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;z-index:-1;transition:all .2s ease-out;background-color:rgba(255,107,0,.12);color:#ff6b00}.contactFormSuccessScreen.active{z-index:2;opacity:1}.contactFormSuccessScreenTitle{font-weight:bold;font-size:30px;line-height:50px}.contactFormSuccessScreenSubtitle{font-size:20px;line-height:30px}.dk-selected,.dk-option{display:flex;align-items:center;width:100%;height:50px;border:none;outline:none;padding:0 5px}.dk-selected.hidden-option,.dk-selected{width:100%;height:50px;padding:0;border:none;border-bottom:1px solid rgba(38,38,38,.5);border-radius:0;font-size:21px;color:#000;background-color:rgba(0,0,0,0)}.dk-selected.hidden-option{color:#b9b9b9}.dk-select{width:100%}.dk-selected::before{content:"";width:14px;height:10px;padding:0;margin:0;position:absolute;right:0;top:20px;background-image:url(../assets/downArrow..svg);background-size:contain;background-repeat:no-repeat;border:none;transition:transform .25s ease-out}.dk-select-open-down .dk-selected::before,.dk-select-open-up .dk-selected::before{transform:rotate(180deg)}.dk-selected:after{display:none}.dk-select-options{max-height:max-content;padding:0}.dk-select-options .dk-option-highlight{background-color:#b9b9b9;color:#000}.dk-option-disabled{color:#bbb !important;background-color:rgba(0,0,0,0) !important}.dk-selected:focus,.dk-selected:hover{border-color:rgba(38,38,38,.5)}.dk-option-selected{background-color:rgba(156,155,155,.12);color:#000}.dk-select-open-down .dk-select-options,.dk-select-open-up .dk-select-options{border-radius:0;border:1px #dbdbdb solid;border-radius:0}.dk-option{border-bottom:1px #f0f0f0 solid}.dk-option:last-child{border-bottom:none}.header{width:100%;position:fixed;left:0;top:0;background-color:#000;z-index:8}.headerMenu{display:grid;grid-template-columns:173px 1fr 1fr auto;grid-template-rows:76px auto auto;padding:0 24px;height:76px}@media all and (min-width: 1201px){.headerMenu{grid-template-areas:"logo links menu buttons"}}@media all and (max-width: 1200px){.headerMenu{grid-template-areas:"logo . . menu"}}@media all and (min-width: 1605px){.headerMenu{max-width:1620px;margin:0 auto}}@media screen and (min-width: 1620px){.headerMenu{padding:0}}.headerMenuLogo{grid-area:logo;display:flex;align-items:center;justify-content:center}.headerMenuLinks{grid-area:links;display:flex;gap:36px;align-items:end}@media all and (max-width: 1200px){.headerMenuLinks{display:none}}.headerMenuLinksItem{color:#fff;border-bottom:2px solid rgba(0,0,0,0);padding:25px 10px;font-size:16px;line-height:22px;transition:all .2s ease-out}@media all and (min-width: 1201px){.headerMenuLinksItem{align-self:flex-end}}@media all and (max-width: 1200px){.headerMenuLinksItem{align-self:center}}.headerMenuLinksItem:hover{border-bottom-color:#ff6b00}.headerMenuButton{grid-area:menu;padding:9px 24px;height:42px;font-size:1rem;line-height:1.375rem;color:#fff;border-radius:4px;text-align:center;background-color:rgba(0,0,0,0);align-self:center;width:160px}@media all and (max-width: 390px){.headerMenuButton{border:1px solid #fff}}@media all and (min-width: 391px){.headerMenuButton{border:1px solid rgba(255,255,255,.4)}}@media all and (min-width: 1201px){.headerMenuButton{display:none}}.headerMenuButtons{grid-area:buttons;display:flex;justify-content:flex-end;align-items:center;gap:16px;margin-left:38px}@media all and (max-width: 1200px){.headerMenuButtons{display:none}}.headerMenuButtonsSupport,.headerMenuButtonsDemo{display:inline-flex;align-items:center;justify-content:center;width:160px;height:42px;padding:10px 24px;font-size:.875rem;line-height:1.2rem;color:#fff;border-radius:4px;border-radius:4px}.headerMenuButtonsSupport{border:1px solid rgba(255,255,255,.4);background-color:rgba(0,0,0,0)}.headerMenuButtonsDemo{background-color:#2e2e2e}.headerMenuLinksProducts{padding:25px 10px;cursor:pointer;border-bottom:2px solid rgba(0,0,0,0);transition:all .2s ease-out}.headerMenuLinksProducts:hover{border-bottom-color:#ff6b00}.headerMenuLinksProductsItem{color:#fff;font-size:16px;line-height:22px}.headerMenuLinksProductsPopup{position:absolute;left:0;top:76px;display:flex;justify-content:center;width:100%;gap:24px;background-color:#000;padding:36px 0;opacity:0;pointer-events:none;transition:all .2s ease-out}@media all and (max-width: 960px){.headerMenuLinksProductsPopup{display:none}}.headerMenuLinksProductsPopupElement{display:flex;flex-direction:column;gap:19px;width:246px;height:246px;border-radius:4px;transition:all .2s ease-out}@media all and (min-width: 961px){.headerMenuLinksProductsPopupElement{padding:24px 32px}}@media all and (max-width: 960px){.headerMenuLinksProductsPopupElement{padding:24px 18px}}.headerMenuLinksProductsPopupElementIcon{min-height:60px;margin-bottom:5px}.headerMenuLinksProductsPopupElementIcon path,.headerMenuLinksProductsPopupElementIcon rect{transition:all .2s ease-out}.headerMenuLinksProductsPopupElementTitle{font-weight:700;font-size:24px;line-height:31px;letter-spacing:-1.44px;color:#e8e8e8;transition:all .2s ease-out}.headerMenuLinksProductsPopupElementInfo{font-weight:500;font-size:12px;line-height:16px;color:#999;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;display:-webkit-box;transition:all .2s ease-out}.headerMenuLinksProductsPopupElement:hover{background-color:#e8e8e8}.headerMenuLinksProductsPopupElement:hover .headerMenuLinksProductsPopupElementTitle,.headerMenuLinksProductsPopupElement:hover .headerMenuLinksProductsPopupElementInfo{color:#000}.headerMenuLinksProductsPopupElement:hover .headerMenuLinksProductsPopupElementIcon--platform path,.headerMenuLinksProductsPopupElement:hover .headerMenuLinksProductsPopupElementIcon--platform rect{fill:#000}.headerMenuLinksProducts:hover .headerMenuLinksProductsItem{border-bottom-color:#ff6b00}.headerMenuLinksProducts:hover .headerMenuLinksProductsPopup{opacity:1;pointer-events:auto}.headerSubstrate{width:0;height:0}@media all and (max-width: 1200px){.header--active .headerMenu{grid-template-areas:"logo . . menu" "links links links links" "buttons buttons buttons buttons";height:auto}.header--active .headerMenuLinks{display:flex;flex-direction:column;margin:32px 0 24px;gap:24px;align-items:center}.header--active .headerMenuButtons{display:flex;border-top:1px solid #262626;justify-content:center;padding:24px 0 32px;margin-left:0}.header--active .headerMenuButtonsSupport,.header--active .headerMenuButtonsDemo{width:238px}.header--active .headerSubstrate{width:100%;height:100vh}}.footer{display:flex;flex-direction:column;justify-content:space-between;gap:29px;width:100%;background-color:#f3f3f3;white-space:nowrap}@media all and (max-width: 768px){.footer{padding:36px 36px 0}}@media all and (min-width: 769px){.footer{padding:36px}}.footerNavigation{display:flex;gap:48px;align-items:center;justify-content:center}@media all and (max-width: 768px){.footerNavigation{flex-wrap:wrap;column-gap:48px;row-gap:24px}}.footerNavigation a{font-size:14px;font-weight:400;line-height:39px;color:#000;letter-spacing:.04rem}@media all and (min-width: 1605px){.footerNavigation{max-width:1620px;margin:0 auto}}.footerCompany{display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media all and (max-width: 768px){.footerCompany{flex-wrap:wrap}}@media all and (min-width: 1605px){.footerCompany{max-width:1620px;margin:0 auto;width:100%}}.footerCompanySocial{display:flex;flex-direction:row;gap:24px}.footerCompanySocial a{display:block;width:24px;height:24px}.footerCompanySocial a svg path{transition:all .2s ease-out}.footerCompanySocial a:hover svg path:first-of-type{fill:#000}.footerCompanyLegals{display:flex;gap:24px}@media all and (max-width: 390px){.footerCompanyLegals{flex-direction:column;align-items:center;flex:1}}@media all and (min-width: 391px){.footerCompanyLegals{justify-content:space-between}}@media screen and (min-width: 481px)and (max-width: 960px){.footerCompanyLegals{flex:1;justify-content:space-evenly;padding:0 24px}}@media all and (min-width: 961px){.footerCompanyLegals{justify-content:space-around}}.footerCompanyLegals a{font-size:12px;line-height:39px;font-weight:400;text-decoration:underline;color:rgba(0,0,0,.5);letter-spacing:.04rem}.footerCompanyCopyright{font-size:10px;line-height:39px;font-weight:400;letter-spacing:.04rem}@media all and (max-width: 768px){.footerCompanyCopyright{margin-top:36px;flex-basis:100%;text-align:center;color:#9c9b9b}}:root{--ios-toolbar-height: env(safe-area-inset-bottom, 0px)}.supportPopup{display:none;align-items:center;justify-content:center;position:fixed;width:100%;height:100vh;top:0;left:0;background-color:rgba(32,32,32,.75);z-index:3;cursor:pointer}.supportPopup.active{display:flex}@media all and (max-width: 768px){.supportPopup{background:#fff}}.supportPopupExit{position:absolute;top:25px;right:25px;z-index:3}.supportPopupExit svg path{transition:all .2s ease-out}.supportPopupExit svg:hover path{stroke:#2e2e2e}.supportPopupContainer{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;max-width:840px;padding:50px 20px 55px;margin:0 25px;background-color:#fff}@media all and (max-width: 768px){.supportPopupContainer{position:absolute;top:0;left:0;flex-direction:column;height:calc(100vh - var(--ios-toolbar-height));padding:64px 32px 32px;margin:0;overflow:hidden;overflow-y:auto}}@media all and (min-width: 769px){.supportPopupContainer{width:calc(100% - 50px)}}.supportPopupBody{display:flex;flex-direction:column;max-width:580px;width:100%;gap:32px}.supportPopupBodyContainer{display:grid;gap:32px 20px}@media all and (min-width: 769px){.supportPopupBodyContainer{grid-template-columns:repeat(2, 1fr)}}@media all and (max-width: 768px){.supportPopupBody{flex:1}}.supportPopupTitle{font-weight:700;color:#2e2e2e;margin-bottom:32px;letter-spacing:-0.04em;text-align:center}@media all and (min-width: 769px){.supportPopupTitle{font-size:45px;line-height:52px}}@media all and (max-width: 768px){.supportPopupTitle{font-size:36px;line-height:3.875rem}}.supportPopupItem{position:relative}@media all and (max-width: 768px){.supportPopupItem.button{margin-top:auto}}.supportPopupLabel{position:absolute;top:-15px;width:100%;display:block;font-weight:500;font-size:16px;line-height:32px;color:rgba(0,0,0,.5);opacity:0;transition:all .2s ease-out}.supportPopupLabel.active{opacity:1}.supportPopupInput{width:100%;height:50px;padding:0;border-bottom:1px solid rgba(38,38,38,.5);font-size:21px;color:#000;background-color:rgba(0,0,0,0)}.supportPopupInput:focus::-webkit-input-placeholder{color:rgba(0,0,0,0)}.supportPopup ::placeholder{color:#b9b9b9}.supportPopupError{position:absolute;display:none;left:0;font-size:16px;line-height:22px;color:#ff5c00}.supportPopupInvalid .supportPopupInput{border-bottom-color:rgba(255,92,0,.4)}.supportPopupInvalid .supportPopupError{display:block}.supportPopupConfirm{display:flex;align-items:center;justify-content:center;width:100%;height:42px;padding:10px 24px;margin-top:40px;font-size:16px;line-height:22px;background-color:#ff6b00;color:#fff;border-radius:4px;cursor:pointer}@media all and (max-width: 768px){.supportPopupConfirm{margin:0 auto}}@media all and (min-width: 769px){.supportPopupConfirm{margin-left:auto}}.supportPopupSuccessScreen{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;z-index:-1;transition:all .2s ease-out;background-color:#fff0e6;color:#ff6b00}.supportPopupSuccessScreen.active{z-index:2;opacity:1}.supportPopupSuccessScreenTitle{font-weight:bold;font-size:30px;line-height:50px}.supportPopupSuccessScreenSubtitle{font-size:20px;line-height:30px}:root{--swiper-pagination-bullet-width: 115px;--swiper-pagination-bullet-height: 2px;--swiper-pagination-bullet-border-radius: 0;--swiper-pagination-bullet-inactive-color: $colorBrand-15;--swiper-pagination-color: $colorBrand-6;--swiper-pagination-bullet-inactive-opacity: 1;--swiper-pagination-bullet-horizontal-gap: 10px;--ios-toolbar-height: env(safe-area-inset-bottom, 0px)}.swiper{width:100%;padding-top:76px !important;background-color:#000;box-sizing:content-box}@media all and (max-width: 768px){.swiper{height:calc(100vh - 76px - var(--ios-toolbar-height));max-height:900px}}@media all and (min-width: 769px){.swiper{height:calc(100vh - 76px)}}.slide-content{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}@media all and (min-width: 961px){.slide-content{padding:80px 140px}}@media all and (max-width: 960px){.slide-content{padding:80px 44px}}@media all and (max-width: 390px){.slide-content{padding:155px 24px}}.swiper-container{width:100%;height:100%}.swiper-slide{position:relative;display:flex !important;flex-direction:column;align-items:flex-start}@media all and (max-width: 1200px){.swiper-slide:before{position:absolute;top:0;left:0;content:"";width:100%;height:100%;background-color:rgba(0,0,0,.6);pointer-events:none}.swiper-slide .slide-content{position:relative}}@media all and (max-width: 480px){.swiper-slide{justify-content:center}}@media all and (min-width: 481px){.swiper-slide{justify-content:flex-start}}@media all and (min-width: 961px){.swiper-slide{justify-content:flex-end}}.swiper-slide .swiper-slide-container{display:flex;width:100%}@media all and (min-width: 1605px){.swiper-slide .swiper-slide-container{max-width:1620px;margin-left:calc((100% - 1620px)/2)}}.swiper-slide .swiper-slide-container .slide-content{width:100%}.swiper-slide .slide-title{color:#fff;letter-spacing:-0.02rem;margin-bottom:46px}@media all and (min-width: 961px){.swiper-slide .slide-title{max-width:740px;font-size:52px;line-height:62px}}@media all and (max-width: 960px){.swiper-slide .slide-title{max-width:520px;font-size:34px;line-height:45px}}.swiper-slide.slide-01{background-image:url(../assets/slider_01..webp);background-size:cover;background-position:center}@media all and (max-width: 768px){.swiper-slide.slide-01{height:100%}}@media all and (min-width: 769px){.swiper-slide.slide-01{height:calc(100vh - 76px)}}.swiper-slide.slide-02{background-image:url(../assets/slider_02..webp);background-size:cover;background-position:center}@media all and (max-width: 768px){.swiper-slide.slide-02{height:100%}}@media all and (min-width: 769px){.swiper-slide.slide-02{height:calc(100vh - 76px)}}@media all and (max-width: 390px){.swiper-slide.slide-02 .slide-title{letter-spacing:-1.5px}}.swiper-slide.slide-03{background-image:url(../assets/slider_03..webp);background-size:cover;background-position:center}@media all and (max-width: 768px){.swiper-slide.slide-03{height:100%}}@media all and (min-width: 769px){.swiper-slide.slide-03{height:calc(100vh - 76px)}}@media all and (max-width: 480px){.swiper-pagination{display:none}}@media all and (min-width: 961px){.swiper-pagination{height:64px;display:flex;align-items:center}}@media all and (max-width: 960px){.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:57px !important;right:125px !important}}@media screen and (min-width: 961px)and (max-width: 1604px){.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{right:102px}}@media all and (min-width: 961px){.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{width:max-content !important;left:inherit !important;bottom:80px !important}}@media all and (min-width: 1605px){.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{right:calc((100% - 1620px)/2 + 102px)}}.swiper-pagination-bullet{background:rgba(255,255,255,.4) !important}@media all and (max-width: 768px){.swiper-pagination-bullet{width:91px !important}}.swiper-pagination-bullet-active{background:#ff6b00 !important;height:4px !important}.mission{display:flex;justify-content:flex-end;gap:80px}@media all and (max-width: 390px){.mission{gap:20px}}@media all and (max-width: 768px){.mission{padding:50px 0}}@media all and (min-width: 769px){.mission{padding:100px 0}}@media all and (max-width: 1200px){.mission{flex-direction:column}}@media screen and (min-width: 1201px)and (max-width: 1604px){.mission{padding:100px 0 100px 90px}}@media all and (min-width: 1605px){.mission{padding:100px 0 150px 90px}}@media screen and (min-width: 1800px){.mission{max-width:1620px;padding:100px 0 150px;margin:0 auto}}.missionInfo{display:flex;flex-direction:column;gap:34px}@media all and (max-width: 1200px){.missionInfo{padding:0 80px}}@media all and (max-width: 768px){.missionInfo{padding:0 44px}}@media all and (max-width: 390px){.missionInfo{padding:0 16px}}.missionInfoSubtitle{font-weight:700;font-size:24px;line-height:35px;letter-spacing:-0.04em}.missionInfoTitle{font-weight:700;font-size:45px;line-height:52px;letter-spacing:-0.04em}@media all and (max-width: 768px){.missionInfoTitle{font-size:32px;line-height:40px}}.missionInfoContent{font-size:21px;line-height:32px;color:#333}@media all and (max-width: 768px){.missionInfoContent{font-size:16px;line-height:24px}}.missionImage{width:42%;height:550px;object-fit:cover;object-position:center}@media all and (max-width: 1200px){.missionImage{width:100%}}@media screen and (min-width: 1201px)and (max-width: 1604px){.missionImage{min-width:508px}}@media all and (min-width: 1605px){.missionImage{min-width:676px}}.products{display:flex;flex-direction:column;align-items:center;text-align:center;gap:33px;background-image:url(../assets/homePageProductsBackground..png);background-position:center;background-repeat:no-repeat;background-size:cover}.productsTitle{font-weight:700;font-size:64px;line-height:61px;letter-spacing:-0.04em}@media all and (max-width: 768px){.productsTitle{font-size:38px}}.productsSubtitle{font-weight:400;font-size:24px;line-height:39px}@media all and (max-width: 768px){.productsSubtitle{font-size:16px;line-height:26px;max-width:350px;text-align:center;color:rgba(51,51,51,.6)}}@media all and (min-width: 769px){.productsSubtitle{max-width:645px;color:#333}}.products .cards{display:grid;grid-template-columns:repeat(3, 344px);grid-template-rows:repeat(2, 344px);gap:12px;margin-top:80px}@media all and (max-width: 1604px){.products .cards{grid-template-columns:repeat(2, 344px)}}@media all and (max-width: 768px){.products .cards{grid-template-columns:344px;margin-top:0}}.products .cardsItem{background-color:#e8e8e8;border-radius:4px;transition:all .2s ease-out;user-select:none}@media all and (max-width: 768px){.products .cardsItem{padding:48px 38px}}@media all and (min-width: 769px){.products .cardsItem{padding:38px}}.products .cardsContent{display:flex;flex-direction:column;align-items:flex-start;gap:19px}.products .cardsContentIcon{margin-bottom:40px;flex-shrink:0}.products .cardsContentTitle{font-weight:700;font-size:32px;margin:0;text-align:left}.products .cardsContentInfo{font-size:16px;line-height:1.375rem;color:#333;text-align:left}@media all and (max-width: 768px){.products .cardsImage{display:none}}.products .platform{display:flex;gap:45px;grid-column:span 2}@media all and (max-width: 768px){.products .platform{grid-column:1}}@media all and (min-width: 769px){.products .platform{padding-right:0}}.products .platform:hover{background-color:#000}.products .platform:hover .cardsContentTitle,.products .platform:hover .cardsContentInfo{color:#fff}.products .platform:hover .cardsContentIcon rect,.products .platform:hover .cardsContentIcon path{fill:#fff}.products .unlockPrice:hover{background-color:#ffc107}.products .popupOffers:hover{background-color:#0e2781}.products .popupOffers:hover .cardsContentTitle,.products .popupOffers:hover .cardsContentInfo{color:#fff}.products .popupOffers:hover .cardsContentIcon rect{fill:#fff}.products .popupOffers:hover .cardsContentIcon path{stroke:#fff}.products .scheduleService:hover{background-color:#ff6b00}.products .scheduleService:hover .cardsContentTitle,.products .scheduleService:hover .cardsContentInfo{color:#fff}.products .scheduleService:hover .cardsContentIcon rect{fill:#fff}.products .scheduleService:hover .cardsContentIcon path{stroke:#fff}.products .priceExport:hover{background-color:#149660}.products .priceExport:hover .cardsContentTitle,.products .priceExport:hover .cardsContentInfo{color:#fff}.products .priceExport:hover .cardsContentIcon rect{fill:#fff}.products .priceExport:hover .cardsContentIcon path{stroke:#fff}.banners{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;gap:36px;margin-bottom:40px;background-image:url(../assets/homePageBannersBackground..png);background-position:center bottom;background-repeat:no-repeat;background-size:cover}@media all and (max-width: 1340px){.banners{margin-bottom:0}}.bannersLogo{width:140px;height:140px}.bannersTitle{font-weight:700;font-size:52px;line-height:62px;color:#fff;margin-top:28px;letter-spacing:-0.04em}@media all and (max-width: 768px){.bannersTitle{font-size:36px;line-height:48px;padding:0 16px}}.bannersInfo{color:#999}@media all and (max-width: 960px){.bannersInfo{max-width:520px}}@media all and (max-width: 768px){.bannersInfo{max-width:325px;font-size:16px;line-height:1.625rem}}@media all and (min-width: 769px){.bannersInfo{font-size:24px;line-height:2.4375rem}}@media all and (min-width: 961px){.bannersInfo{max-width:820px}}.bannersButton{display:inline-flex;align-items:center;justify-content:center;background-color:#333;color:#fff}@media all and (min-width: 961px){.bannersButton{border-radius:6px;padding:16px 56px;font-size:24px;line-height:32px}}@media all and (max-width: 960px){.bannersButton{min-width:160px;border-radius:4px;padding:10px 24px;font-size:16px;line-height:22px}}.bannersSubtitle{margin:28px 0;color:#999;font-weight:600;font-size:14px;line-height:2.4375rem;text-transform:uppercase;letter-spacing:1.68px}.bannersWrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:40px}@media all and (min-width: 481px){.bannersWrapper{gap:40px;padding:0 30px}}@media all and (max-width: 480px){.bannersWrapper{padding:0;gap:12px}}.bannerItem{display:flex;flex-direction:column;align-items:center;flex-shrink:0;border-radius:4.6px;box-shadow:0px 4px 28.8px 0px rgba(0,0,0,.2)}@media all and (min-width: 481px){.bannerItem{width:415px;height:420px;padding:42px 36px;line-height:300px}}@media all and (max-width: 480px){.bannerItem{width:344px;height:344px;padding:24px 32px}}@media all and (max-width: 480px){.bannerItemValue{font-size:128px;line-height:231px}}.bannerItemSlogan{color:#fff}.bannerItem:nth-child(1){background-color:#ff6b00}.bannerItem:nth-child(1) .bannerItemValue{color:#fff}.bannerItem:nth-child(1) .bannerItemSign{color:#000}.bannerItem:nth-child(2){background-color:#000}.bannerItem:nth-child(2) .bannerItemValue,.bannerItem:nth-child(2) .bannerItemSign{color:#fff}.bannerItem:nth-child(3){background-color:#fff}.bannerItem:nth-child(3) .bannerItemSlogan{color:#000}.bannerItem:nth-child(3) .bannerItemValue{color:#000}@media all and (min-width: 481px){.bannerItem:nth-child(3) .bannerItemValue{margin-top:-22px}}.bannerItem:nth-child(3) .bannerItemSign{color:#ff6b00}.mainScreen{background-color:#fff}.mainScreen .divider{width:100%;height:100px;background-color:#000}.tabQuiz{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;gap:26px;background-color:#fff}@media all and (max-width: 768px){.tabQuiz{padding:60px 32px}}@media all and (min-width: 481px){.tabQuiz{padding:96px 32px 60px}}@media all and (min-width: 769px){.tabQuiz{padding:110px 50px 200px}}.tabQuizTitle{font-weight:700;line-height:3.875rem;letter-spacing:-0.04em}@media all and (max-width: 768px){.tabQuizTitle{font-size:36px}}@media all and (min-width: 769px){.tabQuizTitle{font-size:64px}}.tabQuizSubtitle{font-size:24px;font-weight:400;line-height:39px}@media all and (max-width: 768px){.tabQuizSubtitle{font-size:16px;line-height:26px;color:rgba(51,51,51,.6)}}@media all and (min-width: 769px){.tabQuizSubtitle{color:#333}}@media all and (max-width: 960px){.tabQuizSubtitle{max-width:550px}}@media all and (min-width: 961px){.tabQuizSubtitle{max-width:700px}}.tabQuizChangeableTitle{font-size:24px;color:#444;line-height:37px;font-weight:400;margin-bottom:34px}@media all and (max-width: 768px){.tabQuizChangeableTitle{margin-bottom:14px}}.tabQuizChangeableTitle span{display:inline-flex;margin-bottom:2px;font-size:36px;line-height:61px;font-weight:700;color:#ff6b00}.tabQuizWrapper{display:flex;flex-direction:row;height:300px;width:1100px;background-color:rgba(0,0,0,0)}@media all and (max-width: 1200px){.tabQuizWrapper{width:100%;height:auto}}@media all and (max-width: 960px){.tabQuizWrapper{flex-direction:column;align-items:center}}@media all and (max-width: 960px){.tabQuizWrapperImage{height:100px;width:125px;order:-1;margin-bottom:40px}}@media screen and (min-width: 961px)and (max-width: 1200px){.tabQuizWrapperImage{height:270px;width:305px}}@media all and (min-width: 1201px){.tabQuizWrapperImage{margin-top:14.5px;height:270px;width:350px}}.tabQuizWrapperColumn{display:flex;flex-direction:column;justify-content:space-between;flex:1}@media all and (max-width: 960px){.tabQuizWrapperColumn{align-items:center;gap:24px}}@media all and (max-width: 960px){.tabQuizWrapperColumn:nth-child(1){align-items:center;margin-bottom:24px}}.tabQuizWrapperColumnItem{position:relative;display:inline-flex;align-items:center;cursor:pointer;font-size:21px;line-height:39px;text-transform:uppercase;color:#333;opacity:.4;transition:all .2s ease-out;letter-spacing:.0900900901em}.tabQuizWrapperColumnItem:hover:not(.tabQuizWrapperColumnItem.tabQuizWrapperColumnItem--active){color:#000}.tabQuizWrapperColumnItem:hover:not(.tabQuizWrapperColumnItem.tabQuizWrapperColumnItem--active):before,.tabQuizWrapperColumnItem:hover:not(.tabQuizWrapperColumnItem.tabQuizWrapperColumnItem--active):after{opacity:.4}@media all and (max-width: 960px){.tabQuizWrapperColumnItem::before,.tabQuizWrapperColumnItem::after{display:none}}.tabQuizWrapperColumnItem--left::after{display:flex;flex:1;background:#000;opacity:.1;content:" ";height:2px;transition:all .2s ease-out}@media screen and (min-width: 961px)and (max-width: 1200px){.tabQuizWrapperColumnItem--left::after{margin:0 9px}}@media all and (min-width: 1201px){.tabQuizWrapperColumnItem--left::after{margin:0 15px}}@media screen and (min-width: 961px)and (max-width: 1200px){.tabQuizWrapperColumnItem--left:nth-child(2):after{margin-right:-75px}}@media all and (min-width: 1201px){.tabQuizWrapperColumnItem--left:nth-child(2):after{margin-right:-100px}}.tabQuizWrapperColumnItem--right::before{display:flex;flex:1;background:#000;opacity:.1;content:" ";height:2px;transition:all .2s ease-out}@media screen and (min-width: 961px)and (max-width: 1200px){.tabQuizWrapperColumnItem--right::before{margin:0 9px}}@media all and (min-width: 1201px){.tabQuizWrapperColumnItem--right::before{margin:0 15px}}@media screen and (min-width: 961px)and (max-width: 1200px){.tabQuizWrapperColumnItem--right:nth-child(2):before{margin-left:-100px}}@media all and (min-width: 1201px){.tabQuizWrapperColumnItem--right:nth-child(2):before{margin-left:-125px}}@media all and (max-width: 960px){.tabQuizWrapperColumnItem--active{color:#ff6b00;opacity:1}}@media all and (min-width: 961px){.tabQuizWrapperColumnItem--active{color:#000;opacity:1}}.tabQuizWrapperColumnItem--active:after,.tabQuizWrapperColumnItem--active:before{background:#ff6b00;opacity:1}
@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.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{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.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-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.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{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0,0,0,0)}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none !important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0px, -50%, 0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform,200ms top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
