/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/normalize-css/normalize.css ***!
  \************************************************************************************************************************/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

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

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/jquery-confirm/dist/jquery-confirm.min.css ***!
  \***************************************************************************************************************************************/
/*!
 * jquery-confirm v3.3.4 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2019 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */@-webkit-keyframes jconfirm-spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes jconfirm-spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}body[class*=jconfirm-no-scroll-]{overflow:hidden!important}.jconfirm{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden}.jconfirm .jconfirm-bg{position:fixed;top:0;left:0;right:0;bottom:0;-webkit-transition:opacity .4s;transition:opacity .4s}.jconfirm .jconfirm-bg.jconfirm-bg-h{opacity:0!important}.jconfirm .jconfirm-scrollpane{-webkit-perspective:500px;perspective:500px;-webkit-perspective-origin:center;perspective-origin:center;display:table;width:100%;height:100%}.jconfirm .jconfirm-row{display:table-row;width:100%}.jconfirm .jconfirm-cell{display:table-cell;vertical-align:middle}.jconfirm .jconfirm-holder{max-height:100%;padding:50px 0}.jconfirm .jconfirm-box-container{-webkit-transition:-webkit-transform;transition:-webkit-transform;transition:transform;transition:transform,-webkit-transform}.jconfirm .jconfirm-box-container.jconfirm-no-transition{-webkit-transition:none!important;transition:none!important}.jconfirm .jconfirm-box{background:white;border-radius:4px;position:relative;outline:0;padding:15px 15px 0;overflow:hidden;margin-left:auto;margin-right:auto}@-webkit-keyframes type-blue{1%,100%{border-color:#3498db}50%{border-color:#5faee3}}@keyframes type-blue{1%,100%{border-color:#3498db}50%{border-color:#5faee3}}@-webkit-keyframes type-green{1%,100%{border-color:#2ecc71}50%{border-color:#54d98c}}@keyframes type-green{1%,100%{border-color:#2ecc71}50%{border-color:#54d98c}}@-webkit-keyframes type-red{1%,100%{border-color:#e74c3c}50%{border-color:#ed7669}}@keyframes type-red{1%,100%{border-color:#e74c3c}50%{border-color:#ed7669}}@-webkit-keyframes type-orange{1%,100%{border-color:#f1c40f}50%{border-color:#f4d03f}}@keyframes type-orange{1%,100%{border-color:#f1c40f}50%{border-color:#f4d03f}}@-webkit-keyframes type-purple{1%,100%{border-color:#9b59b6}50%{border-color:#b07cc6}}@keyframes type-purple{1%,100%{border-color:#9b59b6}50%{border-color:#b07cc6}}@-webkit-keyframes type-dark{1%,100%{border-color:#34495e}50%{border-color:#46627f}}@keyframes type-dark{1%,100%{border-color:#34495e}50%{border-color:#46627f}}.jconfirm .jconfirm-box.jconfirm-type-animated{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.jconfirm .jconfirm-box.jconfirm-type-blue{border-top:solid 7px #3498db;-webkit-animation-name:type-blue;animation-name:type-blue}.jconfirm .jconfirm-box.jconfirm-type-green{border-top:solid 7px #2ecc71;-webkit-animation-name:type-green;animation-name:type-green}.jconfirm .jconfirm-box.jconfirm-type-red{border-top:solid 7px #e74c3c;-webkit-animation-name:type-red;animation-name:type-red}.jconfirm .jconfirm-box.jconfirm-type-orange{border-top:solid 7px #f1c40f;-webkit-animation-name:type-orange;animation-name:type-orange}.jconfirm .jconfirm-box.jconfirm-type-purple{border-top:solid 7px #9b59b6;-webkit-animation-name:type-purple;animation-name:type-purple}.jconfirm .jconfirm-box.jconfirm-type-dark{border-top:solid 7px #34495e;-webkit-animation-name:type-dark;animation-name:type-dark}.jconfirm .jconfirm-box.loading{height:120px}.jconfirm .jconfirm-box.loading:before{content:'';position:absolute;left:0;background:white;right:0;top:0;bottom:0;border-radius:10px;z-index:1}.jconfirm .jconfirm-box.loading:after{opacity:.6;content:'';height:30px;width:30px;border:solid 3px transparent;position:absolute;left:50%;margin-left:-15px;border-radius:50%;-webkit-animation:jconfirm-spin 1s infinite linear;animation:jconfirm-spin 1s infinite linear;border-bottom-color:dodgerblue;top:50%;margin-top:-15px;z-index:2}.jconfirm .jconfirm-box div.jconfirm-closeIcon{height:20px;width:20px;position:absolute;top:10px;right:10px;cursor:pointer;opacity:.6;text-align:center;font-size:27px!important;line-height:14px!important;display:none;z-index:1}.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa{font-size:16px}.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon{font-size:16px}.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi{font-size:16px}.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover{opacity:1}.jconfirm .jconfirm-box div.jconfirm-title-c{display:block;font-size:22px;line-height:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;padding-bottom:15px}.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand{cursor:move}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{font-size:inherit;display:inline-block;vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i{vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:inherit;font-family:inherit;display:inline-block;vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-content-pane{margin-bottom:15px;height:auto;-webkit-transition:height .4s ease-in;transition:height .4s ease-in;display:inline-block;width:100%;position:relative;overflow-x:hidden;overflow-y:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll{overflow-y:hidden}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar{width:3px}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track{background:rgba(0,0,0,0.1)}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb{background:#666;border-radius:3px}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content{overflow:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img{max-width:100%;height:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty{display:none}.jconfirm .jconfirm-box .jconfirm-buttons{padding-bottom:11px}.jconfirm .jconfirm-box .jconfirm-buttons>button{margin-bottom:4px;margin-left:2px;margin-right:2px}.jconfirm .jconfirm-box .jconfirm-buttons button{display:inline-block;padding:6px 12px;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:4px;min-height:1em;-webkit-transition:opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;-webkit-tap-highlight-color:transparent;border:0;background-image:none}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue{background-color:#3498db;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover{background-color:#2980b9;color:#FFF}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green{background-color:#2ecc71;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover{background-color:#27ae60;color:#FFF}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red{background-color:#e74c3c;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover{background-color:#c0392b;color:#FFF}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange{background-color:#f1c40f;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover{background-color:#f39c12;color:#FFF}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default{background-color:#ecf0f1;color:#000;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover{background-color:#bdc3c7;color:#000}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple{background-color:#9b59b6;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover{background-color:#8e44ad;color:#FFF}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark{background-color:#34495e;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover{background-color:#2c3e50;color:#FFF}.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c{color:#e74c3c!important}.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c{color:#3498db!important}.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c{color:#2ecc71!important}.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c{color:#9b59b6!important}.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c{color:#f1c40f!important}.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c{color:#34495e!important}.jconfirm .jconfirm-clear{clear:both}.jconfirm.jconfirm-rtl{direction:rtl}.jconfirm.jconfirm-rtl div.jconfirm-closeIcon{left:5px;right:auto}.jconfirm.jconfirm-white .jconfirm-bg,.jconfirm.jconfirm-light .jconfirm-bg{background-color:#444;opacity:.2}.jconfirm.jconfirm-white .jconfirm-box,.jconfirm.jconfirm-light .jconfirm-box{-webkit-box-shadow:0 2px 6px rgba(0,0,0,0.2);box-shadow:0 2px 6px rgba(0,0,0,0.2);border-radius:5px}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons{float:right}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button{text-transform:uppercase;font-size:14px;font-weight:bold;text-shadow:none}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default{-webkit-box-shadow:none;box-shadow:none;color:#333}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover{background:#ddd}.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-black .jconfirm-bg,.jconfirm.jconfirm-dark .jconfirm-bg{background-color:darkslategray;opacity:.4}.jconfirm.jconfirm-black .jconfirm-box,.jconfirm.jconfirm-dark .jconfirm-box{-webkit-box-shadow:0 2px 6px rgba(0,0,0,0.2);box-shadow:0 2px 6px rgba(0,0,0,0.2);background:#444;border-radius:5px;color:white}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons{float:right}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button{border:0;background-image:none;text-transform:uppercase;font-size:14px;font-weight:bold;text-shadow:none;-webkit-transition:background .1s;transition:background .1s;color:white}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default{-webkit-box-shadow:none;box-shadow:none;color:#fff;background:0}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover{background:#666}.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake{-webkit-animation:shake .82s cubic-bezier(0.36,0.07,0.19,0.97) both;animation:shake .82s cubic-bezier(0.36,0.07,0.19,0.97) both;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow{-webkit-animation:glow .82s cubic-bezier(0.36,0.07,0.19,0.97) both;animation:glow .82s cubic-bezier(0.36,0.07,0.19,0.97) both;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(-2px,0,0);transform:translate3d(-2px,0,0)}20%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-8px,0,0);transform:translate3d(-8px,0,0)}40%,60%{-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-2px,0,0);transform:translate3d(-2px,0,0)}20%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-8px,0,0);transform:translate3d(-8px,0,0)}40%,60%{-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0)}}@-webkit-keyframes glow{0%,100%{-webkit-box-shadow:0 0 0 red;box-shadow:0 0 0 red}50%{-webkit-box-shadow:0 0 30px red;box-shadow:0 0 30px red}}@keyframes glow{0%,100%{-webkit-box-shadow:0 0 0 red;box-shadow:0 0 0 red}50%{-webkit-box-shadow:0 0 30px red;box-shadow:0 0 30px red}}.jconfirm{-webkit-perspective:400px;perspective:400px}.jconfirm .jconfirm-box{opacity:1;-webkit-transition-property:all;transition-property:all}.jconfirm .jconfirm-box.jconfirm-animation-top,.jconfirm .jconfirm-box.jconfirm-animation-left,.jconfirm .jconfirm-box.jconfirm-animation-right,.jconfirm .jconfirm-box.jconfirm-animation-bottom,.jconfirm .jconfirm-box.jconfirm-animation-opacity,.jconfirm .jconfirm-box.jconfirm-animation-zoom,.jconfirm .jconfirm-box.jconfirm-animation-scale,.jconfirm .jconfirm-box.jconfirm-animation-none,.jconfirm .jconfirm-box.jconfirm-animation-rotate,.jconfirm .jconfirm-box.jconfirm-animation-rotatex,.jconfirm .jconfirm-box.jconfirm-animation-rotatey,.jconfirm .jconfirm-box.jconfirm-animation-scaley,.jconfirm .jconfirm-box.jconfirm-animation-scalex{opacity:0}.jconfirm .jconfirm-box.jconfirm-animation-rotate{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.jconfirm .jconfirm-box.jconfirm-animation-rotatex{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotatexr{-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotatey{-webkit-transform:rotatey(90deg);transform:rotatey(90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotateyr{-webkit-transform:rotatey(-90deg);transform:rotatey(-90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-scaley{-webkit-transform:scaley(1.5);transform:scaley(1.5);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-scalex{-webkit-transform:scalex(1.5);transform:scalex(1.5);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-top{-webkit-transform:translate(0px,-100px);transform:translate(0px,-100px)}.jconfirm .jconfirm-box.jconfirm-animation-left{-webkit-transform:translate(-100px,0px);transform:translate(-100px,0px)}.jconfirm .jconfirm-box.jconfirm-animation-right{-webkit-transform:translate(100px,0px);transform:translate(100px,0px)}.jconfirm .jconfirm-box.jconfirm-animation-bottom{-webkit-transform:translate(0px,100px);transform:translate(0px,100px)}.jconfirm .jconfirm-box.jconfirm-animation-zoom{-webkit-transform:scale(1.2);transform:scale(1.2)}.jconfirm .jconfirm-box.jconfirm-animation-scale{-webkit-transform:scale(0.5);transform:scale(0.5)}.jconfirm .jconfirm-box.jconfirm-animation-none{visibility:hidden}.jconfirm.jconfirm-supervan .jconfirm-bg{background-color:rgba(54,70,93,0.95)}.jconfirm.jconfirm-supervan .jconfirm-box{background-color:transparent}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark{border:0}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon{color:white}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c{text-align:center;color:white;font-size:28px;font-weight:normal}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c>*{padding-bottom:25px}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane{margin-bottom:25px}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content{text-align:center;color:white}.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons{text-align:center}.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button{font-size:16px;border-radius:2px;background:#303f53;text-shadow:none;border:0;color:white;padding:10px;min-width:100px}.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-material .jconfirm-bg{background-color:rgba(0,0,0,0.67)}.jconfirm.jconfirm-material .jconfirm-box{background-color:white;-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,0.2),0 13px 19px 2px rgba(0,0,0,0.14),0 5px 24px 4px rgba(0,0,0,0.12);box-shadow:0 7px 8px -4px rgba(0,0,0,0.2),0 13px 19px 2px rgba(0,0,0,0.14),0 5px 24px 4px rgba(0,0,0,0.12);padding:30px 25px 10px 25px}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,0.87)}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,0.87);font-size:22px;font-weight:bold}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content{color:rgba(0,0,0,0.87)}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons{text-align:right}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button{text-transform:uppercase;font-weight:500}.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-bootstrap .jconfirm-bg{background-color:rgba(0,0,0,0.21)}.jconfirm.jconfirm-bootstrap .jconfirm-box{background-color:white;-webkit-box-shadow:0 3px 8px 0 rgba(0,0,0,0.2);box-shadow:0 3px 8px 0 rgba(0,0,0,0.2);border:solid 1px rgba(0,0,0,0.4);padding:15px 0 0}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,0.87)}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,0.87);font-size:22px;font-weight:bold;padding-left:15px;padding-right:15px}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content{color:rgba(0,0,0,0.87);padding:0 15px}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons{text-align:right;padding:10px;margin:-5px 0 0;border-top:solid 1px #ddd;overflow:hidden;border-radius:0 0 4px 4px}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button{font-weight:500}.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-modern .jconfirm-bg{background-color:slategray;opacity:.6}.jconfirm.jconfirm-modern .jconfirm-box{background-color:white;-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,0.2),0 13px 19px 2px rgba(0,0,0,0.14),0 5px 24px 4px rgba(0,0,0,0.12);box-shadow:0 7px 8px -4px rgba(0,0,0,0.2),0 13px 19px 2px rgba(0,0,0,0.14),0 5px 24px 4px rgba(0,0,0,0.12);padding:30px 30px 15px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,0.87);top:15px;right:15px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,0.87);font-size:24px;font-weight:bold;text-align:center;margin-bottom:10px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;-webkit-transform:scale(0);transform:scale(0);display:block;margin-right:0;margin-left:0;margin-bottom:10px;font-size:69px;color:#aaa}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content{text-align:center;font-size:15px;color:#777;margin-bottom:25px}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons{text-align:center}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button{font-weight:bold;text-transform:uppercase;-webkit-transition:background .1s;transition:background .1s;padding:10px 20px}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button+button{margin-left:4px}.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{-webkit-transform:scale(1);transform:scale(1)}
/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/slick-carousel-latest/slick/slick.css ***!
  \**********************************************************************************************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/overlayscrollbars/styles/overlayscrollbars.css ***!
  \*******************************************************************************************************************************************/
/*! 
 * OverlayScrollbars
 * Version: 2.7.1
 * 
 * Copyright (c) Rene Haas | KingSora.
 * https://github.com/KingSora
 * 
 * Released under the MIT license.
 */
.os-size-observer,
.os-size-observer-listener {
  scroll-behavior: auto !important;
  direction: inherit;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
  box-sizing: border-box;
}

.os-size-observer,
.os-size-observer-listener,
.os-size-observer-listener-item,
.os-size-observer-listener-item-final {
  writing-mode: horizontal-tb;
  position: absolute;
  left: 0;
  top: 0;
}

.os-size-observer {
  z-index: -1;
  contain: strict;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: inherit;
  border: inherit;
  box-sizing: inherit;
  margin: -133px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.1);
}
.os-size-observer::before {
  content: "";
  flex: none;
  box-sizing: inherit;
  padding: 10px;
  width: 10px;
  height: 10px;
}

.os-size-observer-appear {
  animation: os-size-observer-appear-animation 1ms forwards;
}

.os-size-observer-listener {
  box-sizing: border-box;
  position: relative;
  flex: auto;
  padding: inherit;
  border: inherit;
  margin: -133px;
  transform: scale(calc(1 / 0.1));
}
.os-size-observer-listener.ltr {
  margin-right: -266px;
  margin-left: 0;
}
.os-size-observer-listener.rtl {
  margin-left: -266px;
  margin-right: 0;
}
.os-size-observer-listener:empty::before {
  content: "";
  width: 100%;
  height: 100%;
}
.os-size-observer-listener:empty::before, .os-size-observer-listener > .os-size-observer-listener-item {
  display: block;
  position: relative;
  padding: inherit;
  border: inherit;
  box-sizing: content-box;
  flex: auto;
}

.os-size-observer-listener-scroll {
  box-sizing: border-box;
  display: flex;
}

.os-size-observer-listener-item {
  right: 0;
  bottom: 0;
  overflow: hidden;
  direction: ltr;
  flex: none;
}

.os-size-observer-listener-item-final {
  transition: none;
}

@keyframes os-size-observer-appear-animation {
  from {
    cursor: auto;
  }
  to {
    cursor: none;
  }
}
.os-trinsic-observer {
  flex: none;
  box-sizing: border-box;
  position: relative;
  max-width: 0px;
  max-height: 1px;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  z-index: -1;
  height: 0;
  top: calc(100% + 1px);
  contain: strict;
}
.os-trinsic-observer:not(:empty) {
  height: calc(100% + 1px);
  top: -1px;
}
.os-trinsic-observer:not(:empty) > .os-size-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

/**
 * hide native scrollbars
 * changes to this styles need to be reflected in the environment styles to correctly detect scrollbar hiding
 */
[data-overlayscrollbars-initialize],
[data-overlayscrollbars~=scrollbarHidden],
[data-overlayscrollbars-viewport~=scrollbarHidden] {
  scrollbar-width: none !important;
}

[data-overlayscrollbars-initialize]::-webkit-scrollbar,
[data-overlayscrollbars-initialize]::-webkit-scrollbar-corner,
[data-overlayscrollbars~=scrollbarHidden]::-webkit-scrollbar,
[data-overlayscrollbars~=scrollbarHidden]::-webkit-scrollbar-corner,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar-corner {
  -webkit-appearance: none !important;
          appearance: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/**
 * elements wont suddenly crop after initialization is done
 */
[data-overlayscrollbars-initialize]:not([data-overlayscrollbars]):not(html):not(body) {
  overflow: auto;
}

/**
 * applied to body 
 */
html[data-overlayscrollbars] {
  box-sizing: border-box;
  margin: 0;
}

html[data-overlayscrollbars~=body],
html[data-overlayscrollbars~=body] > body {
  width: 100%;
  height: 100%;
}

html[data-overlayscrollbars~=viewport] > body {
  overflow: visible;
}

/**
 * structure setup 
 */
[data-overlayscrollbars~=host],
[data-overlayscrollbars-padding] {
  display: flex;
  align-items: stretch !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport] {
  box-sizing: inherit;
  position: relative;
  flex: auto !important;
  height: auto;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 0;
}

[data-overlayscrollbars-viewport] {
  --os-vaw: 0;
  --os-vah: 0;
  outline: none;
}
[data-overlayscrollbars-viewport]:focus {
  outline: none;
}
[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~=arrange]::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  min-width: 1px;
  min-height: 1px;
  width: var(--os-vaw);
  height: var(--os-vah);
}

[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport] {
  overflow: hidden;
}

[data-overlayscrollbars~=host],
[data-overlayscrollbars~=viewport] {
  position: relative;
  overflow: hidden;
}

[data-overlayscrollbars~=overflowVisible],
[data-overlayscrollbars-padding~=overflowVisible],
[data-overlayscrollbars-viewport~=overflowVisible] {
  overflow: visible;
}

[data-overlayscrollbars-overflow-x=hidden] {
  overflow-x: hidden;
}

[data-overlayscrollbars-overflow-x=scroll] {
  overflow-x: scroll;
}

[data-overlayscrollbars-overflow-x=hidden] {
  overflow-y: hidden;
}

[data-overlayscrollbars-overflow-y=scroll] {
  overflow-y: scroll;
}

[data-overlayscrollbars~=scrollbarPressed],
[data-overlayscrollbars~=scrollbarPressed] [data-overlayscrollbars-viewport] {
  scroll-behavior: auto !important;
}

[data-overlayscrollbars-content] {
  box-sizing: inherit;
}

/**
 * Display contents to bridge any flickering during deferred initialization.
 */
[data-overlayscrollbars-contents]:not([data-overlayscrollbars-padding]):not([data-overlayscrollbars-viewport]):not([data-overlayscrollbars-content]) {
  display: contents;
}

/**
 * optional & experimental grid mode
 */
[data-overlayscrollbars-grid],
[data-overlayscrollbars-grid] [data-overlayscrollbars-padding] {
  display: grid;
  grid-template: 1fr/1fr;
}

[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-viewport],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding] > [data-overlayscrollbars-viewport] {
  height: auto !important;
  width: auto !important;
}

.os-scrollbar {
  contain: size layout;
  contain: size layout style;
  transition: opacity 0.15s, visibility 0.15s, top 0.15s, right 0.15s, bottom 0.15s, left 0.15s;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

body > .os-scrollbar {
  position: fixed;
  z-index: 99999;
}

.os-scrollbar-transitionless {
  transition: none;
}

.os-scrollbar-track {
  position: relative;
  direction: ltr !important;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  position: absolute;
}

.os-scrollbar-track,
.os-scrollbar-handle {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track,
.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle {
  pointer-events: auto;
  touch-action: none;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-horizontal {
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden {
  opacity: 0;
  visibility: hidden;
}

.os-scrollbar-interaction.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-unusable,
.os-scrollbar-unusable *,
.os-scrollbar-wheel,
.os-scrollbar-wheel * {
  pointer-events: none !important;
}

.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
  transition: none !important;
}

.os-scrollbar-horizontal .os-scrollbar-handle {
  bottom: 0;
}

.os-scrollbar-vertical .os-scrollbar-handle {
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle {
  right: auto;
  left: 0;
}

.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl {
  left: 0;
  right: 0;
}

.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl {
  top: 0;
  bottom: 0;
}

.os-scrollbar {
  --os-size: 0;
  --os-padding-perpendicular: 0;
  --os-padding-axis: 0;
  --os-track-border-radius: 0;
  --os-track-bg: none;
  --os-track-bg-hover: none;
  --os-track-bg-active: none;
  --os-track-border: none;
  --os-track-border-hover: none;
  --os-track-border-active: none;
  --os-handle-border-radius: 0;
  --os-handle-bg: none;
  --os-handle-bg-hover: none;
  --os-handle-bg-active: none;
  --os-handle-border: none;
  --os-handle-border-hover: none;
  --os-handle-border-active: none;
  --os-handle-min-size: 33px;
  --os-handle-max-size: none;
  --os-handle-perpendicular-size: 100%;
  --os-handle-perpendicular-size-hover: 100%;
  --os-handle-perpendicular-size-active: 100%;
  --os-handle-interactive-area-offset: 0;
}

.os-scrollbar .os-scrollbar-track {
  border: var(--os-track-border);
  border-radius: var(--os-track-border-radius);
  background: var(--os-track-bg);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s;
}
.os-scrollbar .os-scrollbar-track:hover {
  border: var(--os-track-border-hover);
  background: var(--os-track-bg-hover);
}
.os-scrollbar .os-scrollbar-track:active {
  border: var(--os-track-border-active);
  background: var(--os-track-bg-active);
}
.os-scrollbar .os-scrollbar-handle {
  border: var(--os-handle-border);
  border-radius: var(--os-handle-border-radius);
  background: var(--os-handle-bg);
}
.os-scrollbar .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.os-scrollbar .os-scrollbar-handle:hover {
  border: var(--os-handle-border-hover);
  background: var(--os-handle-bg-hover);
}
.os-scrollbar .os-scrollbar-handle:active {
  border: var(--os-handle-border-active);
  background: var(--os-handle-bg-active);
}

.os-scrollbar-horizontal {
  padding: var(--os-padding-perpendicular) var(--os-padding-axis);
  right: var(--os-size);
  height: var(--os-size);
}
.os-scrollbar-horizontal.os-scrollbar-rtl {
  left: var(--os-size);
  right: 0;
}
.os-scrollbar-horizontal .os-scrollbar-handle {
  min-width: var(--os-handle-min-size);
  max-width: var(--os-handle-max-size);
  height: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, height 0.15s;
}
.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  bottom: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-horizontal:hover .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-hover);
}
.os-scrollbar-horizontal:active .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-active);
}

.os-scrollbar-vertical {
  padding: var(--os-padding-axis) var(--os-padding-perpendicular);
  bottom: var(--os-size);
  width: var(--os-size);
}
.os-scrollbar-vertical .os-scrollbar-handle {
  min-height: var(--os-handle-min-size);
  max-height: var(--os-handle-max-size);
  width: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, width 0.15s;
}
.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  right: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before {
  right: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  left: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-vertical:hover .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-hover);
}
.os-scrollbar-vertical:active .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-active);
}

/* NONE THEME: */
[data-overlayscrollbars~=updating] > .os-scrollbar,
.os-theme-none.os-scrollbar {
  display: none !important;
}

/* DARK & LIGHT THEME: */
.os-theme-dark,
.os-theme-light {
  box-sizing: border-box;
  --os-size: 10px;
  --os-padding-perpendicular: 2px;
  --os-padding-axis: 2px;
  --os-track-border-radius: 10px;
  --os-handle-interactive-area-offset: 4px;
  --os-handle-border-radius: 10px;
}

.os-theme-dark {
  --os-handle-bg: rgba(0, 0, 0, 0.44);
  --os-handle-bg-hover: rgba(0, 0, 0, 0.55);
  --os-handle-bg-active: rgba(0, 0, 0, 0.66);
}

.os-theme-light {
  --os-handle-bg: rgba(255, 255, 255, 0.44);
  --os-handle-bg-hover: rgba(255, 255, 255, 0.55);
  --os-handle-bg-active: rgba(255, 255, 255, 0.66);
}
/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/swiper/swiper.css ***!
  \**************************************************************************************************************/
/**
 * Swiper 12.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 18, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
: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;
  /* Fix of Webkit flickering */
  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;
}
/* Auto Height */
.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);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .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: transparent;
}
.swiper:not(.swiper-watch-progress),
.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);
  }
}
/* Slide styles end */

/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./assets/scss/styles.scss ***!
  \**********************************************************************************************************************************************/
/**
 * Note that if ur using just px or rem u probably dont need wrap every value by val({value}) it's purpose it's more like for handling vw or so...
 */
html {
  font-family: sans-serif;
}

body {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
}

p, ol, ul {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

input {
  font-family: inherit;
  border: none;
  margin: 0;
  padding: 0;
  outline-style: none;
  min-width: 0;
}

input::placeholder {
  font-family: inherit;
}

form {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s linear;
}

button {
  cursor: pointer;
  font-family: inherit;
  border: none;
  outline: none;
  text-align: left;
  color: inherit;
  background-color: transparent;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding-block: 0;
  padding-inline: 0;
  transition: all 0.2s linear;
}

label {
  margin: 0;
  font-weight: 400;
}

textarea {
  padding: 0;
  outline: none;
}

img {
  display: block;
}

iframe {
  border: none;
}

/**
 * Keep from smallest to biggest, each value is min px breakpoint
 * - by this breakpoints most of utility classes will be generated, also it will
 */
/* Bootstrap-like breakpoints */
/* Tailwind-like breakpoints */
/* use an preset $bootstrap-breakpoints or $tailwind-breakpoints, or u can even write your own breakpoints map */
/**
 * Keep from smallest to biggest
 * scaling value should be calculated of (current break point min / next breakpoint min)
 */
/** 
 * use dynamic assign by breakpoints or assign your custom map of 
 */
/**
 * Bootstrap like
	$scalingRem:
	(
	'xs': 1,             // basic project 376 min-0px
	'sm': 0.69,          // basic min-576px
	'lg': 0.516666666,   // basic min-992px
	);
*/
/**
 * Tailwind like

$scalingRem:
(
	'xs': 0.89999,   // Base 376px (575.98/ 639.98)
	'sm': 0.625,     // Tailwind 640px (640 / 1023.98) cause next is lg
	'lg': 0.53333,   // Tailwind 1024px (1024 / 1919.98)
);
 */
/**
 * Directions will be prefixed
 * so if prefix is "m" and providing "t" for top will be mt
 * allowed directions are:
 * ~ t -> top
 * ~ r -> right
 * ~ b -> bottom
 * ~ l -> left
 * ~ x -> left and right
 * ~ y -> top and bottom
 */
/**
 * Gutters value should be keept as an number cause it will be wrapped in val function for negative margins
 */
/**
 * Columns values should contain unit if needed wrap in val to use native calculations
 * - those values are are used for offset
 */
/* EXAMPLE */
/* Font_directory:
 * (
		'class-name-for-family':
 * 		(
 * 			'src': FontFileName.extension, // or map like (FontFileName.extension, FontFileName2.otherExtension)
 * 			'sans-serif': false, //added by default can be disabled
 * 			'params':
 * 			(
 * 				'font-weight': 400,
 * 				'font-style': 'italic',
 * 				'font-stretch': 'condensed',
 * 			)
 * 		)
 * )
 */
/**
 * Pass single numeric value or map with named breakpoints: numeric value
 *
 * If map provided then can be specified default (as "default" or "value" key: numeric value
 */
/**
 * Keep from smallest to biggest, each value is min px breakpoint
 * - by this breakpoints most of utility classes will be generated, also it will
 */
/* Bootstrap-like breakpoints */
/* Tailwind-like breakpoints */
/* use an preset $bootstrap-breakpoints or $tailwind-breakpoints, or u can even write your own breakpoints map */
/**
 * Keep from smallest to biggest
 * scaling value should be calculated of (current break point min / next breakpoint min)
 */
/** 
 * use dynamic assign by breakpoints or assign your custom map of 
 */
/**
 * Bootstrap like
	$scalingRem:
	(
	'xs': 1,             // basic project 376 min-0px
	'sm': 0.69,          // basic min-576px
	'lg': 0.516666666,   // basic min-992px
	);
*/
/**
 * Tailwind like

$scalingRem:
(
	'xs': 0.89999,   // Base 376px (575.98/ 639.98)
	'sm': 0.625,     // Tailwind 640px (640 / 1023.98) cause next is lg
	'lg': 0.53333,   // Tailwind 1024px (1024 / 1919.98)
);
 */
/**
 * Directions will be prefixed
 * so if prefix is "m" and providing "t" for top will be mt
 * allowed directions are:
 * ~ t -> top
 * ~ r -> right
 * ~ b -> bottom
 * ~ l -> left
 * ~ x -> left and right
 * ~ y -> top and bottom
 */
/**
 * Gutters value should be keept as an number cause it will be wrapped in val function for negative margins
 */
/**
 * Columns values should contain unit if needed wrap in val to use native calculations
 * - those values are are used for offset
 */
/* EXAMPLE */
/* Font_directory:
 * (
		'class-name-for-family':
 * 		(
 * 			'src': FontFileName.extension, // or map like (FontFileName.extension, FontFileName2.otherExtension)
 * 			'sans-serif': false, //added by default can be disabled
 * 			'params':
 * 			(
 * 				'font-weight': 400,
 * 				'font-style': 'italic',
 * 				'font-stretch': 'condensed',
 * 			)
 * 		)
 * )
 */
/**
 * Pass single numeric value or map with named breakpoints: numeric value
 *
 * If map provided then can be specified default (as "default" or "value" key: numeric value
 */
body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16rem;
  background-color: #fbeede;
  color: #054f84;
  background: url("../images/background.jpg?v=1.2");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}
body.page--presentation {
  background-image: url(../images/background-presentation.png?v=1.2);
}
body.page--game {
  background-image: url(../images/background-game.png?v=1.2);
}
body.page--save {
  background-image: url(../images/background-save.png?v=1.2);
}
body.page--answers {
  background-image: url(../images/background-game.png?v=1.2);
  background-size: 105% auto;
}
body.page--thankyou {
  background-image: url(../images/background-thank.png?v=1.2);
  background-position: top center;
}
@media (max-width: 991.98px) {
  body {
    background-size: cover;
    background-position: center;
  }
}

.js-bg-btn-under {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: blue;
  width: 30rem;
  height: 30rem;
  z-index: 100000;
}

.js-bg-btn-above {
  position: fixed;
  bottom: 0;
  right: 30rem;
  background-color: red;
  width: 30rem;
  height: 30rem;
  z-index: 100000;
}

.js-bg-under {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0.6;
  pointer-events: none;
}

.js-bg-above {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0.6;
  pointer-events: none;
  z-index: 100000;
}

::-webkit-scrollbar {
  display: none;
}

.js-hamburger {
  width: 60px;
  height: 45px;
  position: absolute;
  z-index: 10002;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 24rem;
  right: 30rem;
  display: none;
}
@media (max-width: 575.98px) {
  .js-hamburger {
    display: block;
    top: 22rem;
    transform: scale(0.7);
  }
}

.js-hamburger span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #4f4fe1;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.js-hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.js-hamburger span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.js-hamburger span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.js-hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.js-hamburger.active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.js-hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

.header.active .js-hamburger {
  position: fixed;
}

.js-hamburger.active span {
  background-color: #054f84;
}

@media (max-width: 575.98px) {
  .js-hamburger.active + .headernav {
    transform: translateX(0%);
  }
}

.headernav {
  transition: transform 0.3s linear;
}

/* For webkit browsers (like Safari) */
*::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* Make scrollbar invisible */
}

.os-scrollbar-vertical {
  width: 12rem;
  padding: 12rem 0;
  right: 6rem;
}
.os-scrollbar-vertical .os-scrollbar-track {
  background-color: rgba(186, 187, 219, 0.32);
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.os-scrollbar-vertical .os-scrollbar-track:hover {
  background-color: #babbdb;
}
.os-scrollbar-vertical .os-scrollbar-handle {
  background-color: #4f4fe1;
  cursor: pointer;
}
.os-scrollbar-vertical .os-scrollbar-handle:hover {
  background-color: #4040f5;
}

.rodo-monit {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 10001;
  background-color: rgba(26, 36, 67, 0.9);
}
.rodo-monit p {
  font-size: 14rem;
  margin-bottom: 20rem;
  color: #FFF;
}
.rodo-monit p a {
  color: #FFF;
}

.med-popup {
  content: "";
  display: block;
  background-color: rgba(49, 39, 131, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10002;
}
.med-popup__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4a5e95;
  width: 900rem;
  height: auto;
  padding: 60rem;
}
@media (max-width: 991.98px) {
  .med-popup__inner {
    width: 90%;
    padding: 30rem;
  }
}
.med-popup__header {
  color: #FFF;
  font-size: 26rem;
  margin-bottom: 20rem;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .med-popup__header {
    font-size: 22rem;
  }
}
.med-popup p {
  font-size: 16rem;
  margin-bottom: 40rem;
  color: #FFF;
}
.med-popup__input-group {
  position: relative;
}
.med-popup__input-group__checkbox {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.med-popup__input-group__fake-checkbox {
  width: 20rem;
  height: 20rem;
  border: 1px solid #312783;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.med-popup__input-group__fake-checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(36deg);
  width: 9rem;
  height: 15rem;
  border: 2px solid #312783;
  border-top: transparent;
  border-left: transparent;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.med-popup__input-group .med-popup__input-group__checkbox:checked + .med-popup__input-group__fake-checkbox::before {
  opacity: 1;
  transition: opacity 0.04s ease;
}
.med-popup__input-group__fake-label {
  padding-left: 40rem;
  line-height: 26rem;
  cursor: pointer;
}
.med-popup__button-accept {
  padding: 10rem 25rem;
  border-radius: 5px;
  font-size: 16rem;
  cursor: pointer;
  margin-right: 20rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #312783;
  background-color: white;
  transition: background-color 200ms linear, color 200ms linear;
}
.med-popup__button-accept:hover {
  color: #fff;
  background-color: #4d9e00;
}
.med-popup__button-accept--big {
  width: 100%;
  padding: 15rem 80rem;
  font-weight: 700;
  font-size: 20rem;
  line-height: 28rem;
  text-align: center;
}
@media (max-width: 575.98px) {
  .med-popup__button-accept--big {
    font-size: 16rem;
    line-height: 26rem;
    padding: 10rem 15rem;
  }
}
.med-popup__button-reject {
  letter-spacing: 0.02em;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 16rem;
  align-items: center;
  padding: 10rem 25rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  color: #1500a7;
  background-color: white;
  transition: background-color 200ms linear, color 200ms linear;
}
.med-popup__button-reject:hover {
  color: white;
  background-color: #1500a7;
}

.sils {
  padding-top: 82rem;
  color: #ffffff;
  font-size: 18rem;
  line-height: 24rem;
}
@media (max-width: 991.98px) {
  .sils {
    padding-top: 48rem;
  }
}
@media (max-width: 575.98px) {
  .sils {
    padding-top: 24rem;
  }
}
.sils__item {
  font-size: 16rem;
  line-height: 24rem;
  color: #ffffff;
}
.sils li {
  margin-left: 20rem;
}

.breadcrumbs {
  font-size: 14rem;
  line-height: 33rem;
  color: #282B6A;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  opacity: 0.98;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  margin-top: 15rem;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .breadcrumbs {
    position: relative;
    top: unset;
    left: unset;
    margin-left: 20rem;
  }
}
.breadcrumbs__item::before {
  content: "/";
  display: inline-block;
  margin: 0 10rem;
  font-weight: 400;
}
.breadcrumbs__item:first-of-type::before {
  display: none;
}
.breadcrumbs__item:first-of-type {
  font-weight: 700;
}
.breadcrumbs--quiz {
  margin-left: -248rem;
}
@media (max-width: 991.98px) {
  .breadcrumbs--quiz {
    margin-left: 0rem;
  }
}
.breadcrumbs--ans {
  margin-left: -144rem;
}
@media (max-width: 991.98px) {
  .breadcrumbs--ans {
    margin-left: 0rem;
  }
}

@keyframes scroll {
  0% {
    transform: translateY(30rem);
  }
  50% {
    transform: translateY(10rem);
  }
  100% {
    transform: translateY(30rem);
  }
}
@keyframes scrollMob {
  0% {
    transform: translate(-50%, -30rem);
  }
  50% {
    transform: translate(-50%, -10rem);
  }
  100% {
    transform: translate(-50%, -30rem);
  }
}
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 47rem;
  position: relative;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .header {
    margin-top: 10rem;
  }
}
.header__logo {
  width: 238rem;
  height: auto;
  margin-right: 140rem;
}
@media (max-width: 991.98px) {
  .header__logo {
    margin-right: 268rem;
  }
}
.header.homepage {
  height: 100rem;
}
.header__links {
  display: flex;
  gap: 65rem;
}
@media (max-width: 575.98px) {
  .header__links {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    min-height: 100%;
    background: url("../images/background.jpg?v=1.2");
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    transform: translateX(-101%);
  }
}
.header__links__item {
  font-weight: bold;
  font-size: 22rem;
  letter-spacing: 0.01em;
  line-height: 28rem;
  text-align: left;
  color: #282B6A;
  position: relative;
}
.header__links__item:before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #282B6A;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.4s ease;
}
.header__links__item:hover:before {
  width: 100%;
}
@media (max-width: 991.98px) {
  .header__links__item {
    font-size: 32rem;
  }
}
.header__links__item a {
  color: #282B6A;
}

.first-absolute-gradient {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 961rem;
  background: linear-gradient(#d139b9 0%, rgba(104, 31, 123, 0) 100%);
  opacity: 0.65;
  position: absolute;
}

.second-absolute-gradient {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 961rem;
  background: linear-gradient(#000096 0%, rgba(104, 31, 123, 0) 100%);
  position: absolute;
  opacity: 0.3;
}

.third-absolute-gradient {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 346rem;
  background: linear-gradient(#1d0054 0%, rgba(70, 30, 126, 0.89) 33.64%, rgba(133, 39, 144, 0) 100%);
  position: absolute;
}

.button {
  background: linear-gradient(-10deg, #ec1d2f 0%, #aa0c0f 50%, #ec1d2f 100%);
  filter: drop-shadow(0px 3px 22px rgba(0, 0, 0, 0.32));
  font-size: 24rem;
  letter-spacing: 0.03em;
  line-height: 24rem;
  text-align: center;
  color: #FFF;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.32);
  padding: 25rem 40rem;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 100rem;
  display: inline-block;
  background-position: 0 0;
  background-size: 100% 200%;
}
.button:hover {
  background-position: 100% 100%;
  transition: background-position 0.4s ease;
}

.intro {
  position: relative;
  padding-bottom: 90rem;
}
@media (max-width: 991.98px) {
  .intro {
    padding: 0 20rem;
    padding-bottom: 600rem;
  }
}
@media (max-width: 575.98px) {
  .intro {
    padding-bottom: 1200rem;
  }
}
.intro__button {
  margin-top: 50rem;
}
.intro__logo {
  width: 380rem;
  height: auto;
  margin: 0rem auto 24rem auto;
}
.intro__h3 {
  font-weight: normal;
  font-size: 32rem;
  letter-spacing: 0.01em;
  line-height: 59rem;
  text-align: center;
  font-weight: 800;
  color: #282B6A;
}
.intro__h2 {
  font-weight: 900;
  font-size: 111rem;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: -10rem;
  color: #282B6A;
  text-shadow: 1px 10px 18px rgba(19, 24, 100, 0.32);
}
@media (max-width: 575.98px) {
  .intro__h2 {
    font-size: 90rem;
  }
}
.intro__phrase {
  font-size: 48rem;
  letter-spacing: 0.01em;
  font-weight: 800;
  line-height: 60rem;
  text-align: center;
  color: #282B6A;
  text-shadow: 0px 3px 6px rgba(19, 24, 100, 0.32);
  margin-bottom: 30rem;
}
.intro__phrase b {
  font-weight: 800;
  color: #D0191D;
}
@media (max-width: 575.98px) {
  .intro__phrase {
    font-size: 38rem;
  }
}
.intro__p {
  font-weight: normal;
  font-size: 26rem;
  line-height: 38rem;
  text-align: center;
  color: #282B6A;
}
.intro__p b {
  font-weight: 800;
}
.intro__left {
  position: absolute;
  top: -20rem;
  left: 80rem;
}
.intro__left__img {
  width: 700rem;
  height: auto;
}
@media (max-width: 991.98px) {
  .intro__left {
    bottom: -100rem;
    left: -80rem;
    top: auto;
  }
}
@media (max-width: 575.98px) {
  .intro__left {
    bottom: 440rem;
  }
}
.intro__left--results {
  left: 150rem;
  top: -80rem;
}
.intro__left--results .intro__left__img {
  width: 547rem;
}
@media (max-width: 991.98px) {
  .intro__left--results {
    bottom: -100rem;
    left: -80rem;
    top: auto;
  }
  .intro__left--results .intro__left__img {
    width: 700rem;
  }
}
@media (max-width: 575.98px) {
  .intro__left--results {
    bottom: 460rem;
  }
}
.intro__left__circle {
  width: 558.35rem;
  height: 558.35rem;
  background: #312783;
  filter: drop-shadow(20px 20px 30px rgba(48, 6, 41, 0.32));
  border-radius: 100%;
  position: relative;
}
.intro__left__circle__glow {
  content: "";
  display: block;
  width: 634rem;
  height: 634rem;
  background: url(../images/circle_glow.svg?v=1.2);
  opacity: 0.98;
  position: absolute;
  filter: blur(30rem);
  z-index: 0;
  border-radius: 100%;
  top: -10rem;
  left: -30rem;
}
.intro__left__circle__border {
  position: absolute;
  bottom: 200rem;
  right: 150rem;
  width: 515.39rem;
  height: 515.39rem;
  content: "";
  border-radius: 100%;
  border: 4rem dashed #fad0f7;
}
.intro__left__circle-2 {
  position: absolute;
  top: 103rem;
  left: 179rem;
  width: 486.49rem;
  height: 486.49rem;
  background: #FFF;
  filter: drop-shadow(0px 3px 99px rgba(58, 32, 126, 0.32));
  border-radius: 100%;
}
.intro__left__image-1 {
  width: 350.64rem;
  height: auto;
  background: transparent;
  margin: 50rem auto -50rem;
}
.intro__left__image-2 {
  width: 360.98rem;
  height: auto;
  position: absolute;
  right: -220rem;
  bottom: -100rem;
}
.intro__left--thank {
  left: -200rem;
  bottom: 120rem;
}
.intro__left--thank .intro__left__circle-2 {
  width: 388.38rem;
  height: 388.38rem;
  z-index: 3;
}
.intro__left--thank .intro__left__image-1 {
  width: 279rem;
  z-index: 3;
}

.rewards {
  position: absolute;
  bottom: 180rem;
  right: 150rem;
}
@media (max-width: 991.98px) {
  .rewards {
    bottom: 0rem;
    right: 30rem;
  }
}
@media (max-width: 575.98px) {
  .rewards {
    right: 80rem;
  }
}
.rewards__decoration {
  position: absolute;
  width: 209rem;
  height: 209rem;
  background: #f7f7f7;
  filter: drop-shadow(0px 3px 60px rgba(0, 9, 54, 0.35));
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0rem;
  left: 250rem;
  border-radius: 100%;
}
.rewards__decoration__img {
  width: 105rem;
  height: auto;
}
.rewards__circle {
  width: 397.49rem;
  height: 397.49rem;
  background: #F4F7FF;
  filter: drop-shadow(0px 3px 60px rgba(0, 9, 54, 0.35));
  border-radius: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.rewards__circle__glow {
  content: "";
  display: block;
  width: 976rem;
  height: 976rem;
  background: url(../images/circle_glow.svg?v=1.2);
  position: absolute;
  z-index: 0;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rewards__circle__reward {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 30rem;
}
.rewards__circle__reward__text {
  font-weight: 900;
  font-size: 30rem;
  letter-spacing: 0.01em;
  line-height: 28rem;
  text-align: center;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #d0191d;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 11rem 28rem;
  white-space: nowrap;
  text-transform: uppercase;
  position: absolute;
  top: -80rem;
  left: 50%;
  transform: translateX(-50%);
}
.rewards__circle__reward__img {
  width: 280rem;
  margin-top: -30rem;
  margin-bottom: 10rem;
  margin-right: 0;
  z-index: 1;
  position: relative;
  height: auto;
}
.rewards__circle-text {
  z-index: 1;
}
.rewards__circle-text__big {
  font-weight: 900;
  font-size: 67rem;
  letter-spacing: 0.01em;
  line-height: 43rem;
  text-align: center;
  color: #084895;
  margin-bottom: 10rem;
}
.rewards__circle-text__small {
  font-weight: 600;
  font-size: 21rem;
  letter-spacing: 0.01em;
  line-height: 28rem;
  text-align: center;
  color: #084895;
  white-space: nowrap;
}
.rewards__circle-text--1 {
  bottom: -30rem;
  left: -55rem;
}
.rewards__circle-text--2 {
  top: -120rem;
  right: -60rem;
}
@media (max-width: 575.98px) {
  .rewards__circle-text--2 {
    right: -30rem;
  }
}
.rewards__image-1 {
  width: 350.64rem;
  height: auto;
  background: transparent;
  margin: 50rem auto -50rem;
}
.rewards__image-2 {
  width: 360.98rem;
  height: auto;
  position: absolute;
  right: -180rem;
  bottom: -100rem;
}
.rewards--results {
  bottom: 50rem;
}
.howTo {
  padding: 10rem 123rem 63rem 123rem;
  position: relative;
  margin-top: 122rem;
}
@media (max-width: 991.98px) {
  .howTo {
    padding: 10rem 25rem;
  }
}
.howTo__glow {
  border-radius: 90px;
  background: linear-gradient(#282b6a 0%, #2f3289 100%);
  opacity: 0.56;
  filter: blur(50rem);
  width: calc(100% - 123rem - 123rem);
  height: calc(100% - 10rem - 63rem);
  position: absolute;
  top: 70rem;
  left: 90rem;
}
.howTo__decoration {
  bottom: 3rem;
  right: 3rem;
  position: absolute;
  width: 177rem;
  height: auto;
}
.howTo__container {
  background: #004895;
  border-radius: 85rem;
  padding: 76rem 0 62rem 0;
  position: relative;
}
.howTo__title {
  font-weight: normal;
  font-size: 38rem;
  line-height: 48rem;
  font-weight: 800;
  text-align: center;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(19, 24, 100, 0.32);
  text-transform: uppercase;
}
.howTo__excerpt {
  font-size: 55rem;
  line-height: 65rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.howTo__list {
  margin-top: 100rem;
  display: flex;
  justify-content: center;
  gap: 52rem;
  position: relative;
  counter-reset: listNo;
}
@media (max-width: 991.98px) {
  .howTo__list {
    flex-direction: column;
    align-items: center;
  }
}
.howTo__item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  width: 444rem;
  height: 444rem;
  background: #2f4489;
  filter: drop-shadow(0px 3px 60px rgba(0, 9, 54, 0.42));
  counter-increment: listNo;
  position: relative;
  z-index: 1;
}
.howTo__item__glow {
  content: "";
  display: block;
  width: 475rem;
  height: 475rem;
  background: url(../images/circle_glow.svg?v=1.2);
  opacity: 0.55;
  position: absolute;
  filter: blur(50rem);
  z-index: 0;
  border-radius: 100%;
  top: 20rem;
  right: 120rem;
}
.howTo__item__glow-left {
  content: "";
  display: block;
  width: 529rem;
  height: 529rem;
  background: #4f108a;
  opacity: 0.75;
  position: absolute;
  filter: blur(30rem);
  z-index: 0;
  border-radius: 100%;
  top: 0rem;
  left: 80rem;
}
.howTo__item::before {
  content: counter(listNo);
  width: 77rem;
  height: 77rem;
  border-radius: 9999px;
  background: #093FC3;
  filter: drop-shadow(0px 10px 39.3px rgba(225, 32, 195, 0.33));
  pointer-events: none;
  position: absolute;
  top: 25rem;
  left: 34rem;
  font-size: 42rem;
  line-height: 34rem;
  font-weight: 900;
  text-align: center;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.howTo__item__inner {
  width: 89.12%;
  height: 89.12%;
  border-radius: 9999px;
  display: flex;
  flex-direction: column;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='50%25' ry='50%25' stroke='%23ffffff' stroke-width='10' stroke-dasharray='6%2c30' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5e95;
  filter: drop-shadow(0px 3px 20px rgba(0, 9, 54, 0.42));
}
.howTo__item__img {
  width: 93rem;
  height: 93rem;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
.howTo__item__title {
  margin-top: 38.9rem;
  font-size: 24rem;
  line-height: 34rem;
  letter-spacing: 0.04em;
  font-weight: 800;
  text-align: center;
  color: #ffffff;
}
.howTo__item__text {
  margin-top: 13rem;
  font-size: 22rem;
  line-height: 34rem;
  color: #ffffff;
  text-align: center;
}
.howTo__button {
  margin-top: 100rem;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.drug {
  padding: 90rem 120rem 0 120rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .drug {
    padding: 110rem 20rem;
  }
}
.drug__button {
  margin: 3rem 0;
}
.drug__glow {
  display: block;
  width: 798px;
  height: 798px;
  background: url(../images/circle_glow.svg?v=1.2);
  opacity: 0.28;
  position: absolute;
  filter: blur(50rem);
  z-index: 0;
  border-radius: 100%;
  top: -30%;
  left: -45%;
  z-index: 0;
}
.drug__decoration {
  width: 404rem;
  height: auto;
  transform: rotate(-31deg);
  position: absolute;
  top: -30%;
  left: -5%;
}
.drug__title {
  font-size: 38rem;
  line-height: 48rem;
  font-weight: 800;
  text-align: center;
  color: #2b2e72;
  text-shadow: 0px 3px 6px rgba(19, 24, 100, 0.32);
}
.drug__logo {
  width: 338rem;
  height: auto;
  position: relative;
  margin-left: -10rem;
  margin-bottom: 50rem;
  margin-top: 34rem;
}
.drug__p {
  font-size: 26rem;
  line-height: 38rem;
  text-align: left;
  color: #fff;
  position: relative;
}
.drug__p b {
  font-weight: bold;
}
.drug__packshots {
  width: 908.36rem;
  height: auto;
  margin-top: -30rem;
  margin-left: -80rem;
  position: relative;
}
@media (max-width: 575.98px) {
  .drug__packshots {
    width: 120%;
    margin-left: -50rem;
  }
}
@media (max-width: 375.98px) {
  .drug__packshots {
    width: 119%;
    margin-left: -30rem;
  }
}
.drug__dosage__list__item {
  display: flex;
  align-items: center;
  gap: 52rem;
  margin-bottom: 32rem;
}
.drug__dosage__list__item:last-of-type {
  margin-bottom: 0;
}
.drug__dosage__list__img {
  width: 313rem;
  height: auto;
  flex-shrink: 0;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.drug__dosage__list__img__cont {
  width: 146rem;
  height: 154rem;
  position: relative;
  flex-shrink: 0;
}
.drug__dosage__list__text {
  font-weight: bold;
  font-size: 26rem;
  line-height: 38rem;
  text-align: left;
  color: #2B2E72;
}
.drug__dosage__list__text span {
  color: #dc0022;
}
* + .drug__ul {
  margin-top: 44rem;
}
@media (max-width: 575.98px) {
  * + .drug__ul {
    margin-top: 24rem;
  }
}
.drug__ul {
  list-style-type: none;
}
.drug__ul * + li {
  margin-top: 30rem;
}
.drug__ul li {
  display: flex;
  gap: 20rem;
  font-size: 22rem;
  line-height: 38rem;
  color: #ffffff;
}
.drug__ul li::before {
  content: "";
  display: block;
  width: 19rem;
  height: 19rem;
  border-radius: 9999px;
  background-color: #E015E9;
  transform: translateY(8rem);
  flex-shrink: 0;
}
* + .drug__refs {
  margin-top: 55.7rem;
}
@media (max-width: 575.98px) {
  * + .drug__refs {
    margin-top: 24rem;
  }
}
.drug__refs {
  font-weight: normal;
  font-size: 16rem;
  line-height: 26rem;
  text-align: left;
  color: #282b6a;
  white-space: nowrap;
  margin-bottom: 90rem;
}
@media (max-width: 991.98px) {
  .drug__refs {
    white-space: wrap;
  }
}
.drug__right__img {
  width: 650rem;
  height: auto;
  margin-left: 60rem;
}
@media (max-width: 991.98px) {
  .drug__right__img {
    margin-left: 0;
    width: 100%;
  }
}
.drug__textwithlogo {
  margin-top: -40rem;
  display: flex;
  align-items: flex-end;
  font-size: 26rem;
  line-height: 38rem;
  color: #ffffff;
}
.drug__textwithlogo__content {
  margin-right: -50rem;
}
.drug__textwithlogo__img {
  width: 235rem;
  filter: drop-shadow(0rem 3rem 20rem rgba(0, 0, 0, 0.5));
}
* + .drug__table {
  margin-top: 33rem;
}
.drug__table {
  border-radius: 21rem;
  border: 2.5rem solid #E41EEB;
  padding: 19rem 16rem;
}
.drug__table__head {
  display: flex;
  gap: 16rem;
}
.drug__table__head__item {
  width: calc((100% - 16rem * (1)) / 2);
  font-size: 22rem;
  line-height: 38rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #d705e4;
  border-radius: 12rem;
  text-align: center;
  padding: 15rem 8rem;
}
.drug__table__head + .drug__table__row {
  margin-top: 14.5rem;
}
.drug__table__row {
  display: flex;
  justify-content: center;
  border-top: 2.5rem solid #E41EEB;
}
.drug__table__row__col {
  flex-shrink: 0;
  width: calc(100% / 2);
  font-size: 22rem;
  line-height: 38rem;
  color: #ffffff;
  text-align: center;
  padding: 21rem 8rem;
  border-left: 2.5rem solid #E41EEB;
}
.drug__table__row__col:first-of-type {
  border-left: none;
}
.drug__flex {
  position: relative;
  gap: 40rem;
  display: flex;
  align-items: center;
  margin-bottom: 40rem;
}
@media (max-width: 375.98px) {
  .drug__flex {
    gap: 12rem;
    margin-bottom: 20rem;
  }
}
.drug__flex__glow {
  display: block;
  width: 153rem;
  height: 153rem;
  background: url(../images/circle_glow.svg?v=1.2);
  opacity: 0.55;
  position: absolute;
  filter: blur(30rem);
  z-index: 0;
  border-radius: 100%;
  top: 0rem;
  left: 0rem;
  z-index: 0;
}
.drug__flex__icon {
  width: 133.89rem;
  height: 133.89rem;
  background-color: #FFF;
  border-radius: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 375.98px) {
  .drug__flex__icon {
    width: 50rem;
    height: 50rem;
  }
}
.drug__flex__icon__img {
  object-fit: contain;
  width: 66.39%;
  height: 66.39%;
  object-position: center center;
}
.drug__flex__text {
  font-size: 24rem;
  letter-spacing: 0.04em;
  line-height: 34rem;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 375.98px) {
  .drug__flex__text {
    font-size: 16rem;
    line-height: 24rem;
  }
}
.drug__flex__text b {
  font-weight: bold;
}
.drug__button {
  margin-top: 30rem;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .drug__button {
    display: flex;
    justify-content: center;
  }
}
.drug__button-right {
  margin-top: 50rem;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .drug__button-right {
    display: flex;
    justify-content: center;
  }
}
.drug__slider__container {
  width: 1581rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .drug__slider__container {
    width: auto;
  }
}
.drug__slider__slide {
  padding-left: 86rem;
  padding-right: 86rem;
}
@media (max-width: 991.98px) {
  .drug__slider__slide {
    padding-left: 24rem;
    padding-right: 24rem;
  }
}
@media (max-width: 375.98px) {
  .drug__slider__slide {
    padding-left: 10rem;
    padding-right: 0rem;
  }
}
@media (max-width: 991.98px) {
  * + .drug__slider__nav {
    margin-top: 48rem;
  }
}
.drug__slider__nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .drug__slider__nav {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    transform: none;
  }
}
.drug__slider__nav__button {
  width: 77rem;
  height: 77rem;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0rem 10rem 39.3rem rgba(236, 10, 47, 0.6);
  background-color: #ec0a2f;
}
.drug__slider__nav__button.inactive {
  opacity: 0.4;
}
.drug__slider__nav__button::before {
  content: "";
  display: block;
  background-image: url("../images/slider_arrow.svg");
  width: 34.311rem;
  height: 19.913rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.drug__slider__nav__button--prev {
  transform: translateX(-120rem);
}
@media (max-width: 991.98px) {
  .drug__slider__nav__button--prev {
    transform: none;
  }
}
.drug__slider__nav__button--next {
  transform: translateX(120rem) scaleX(-1);
}
@media (max-width: 991.98px) {
  .drug__slider__nav__button--next {
    transform: translateX(-24rem) scaleX(-1);
  }
}

.footer {
  padding: 30rem 140rem;
  background: #004895;
  filter: drop-shadow(0px 3px 30px rgba(0, 13, 33, 0.16));
}
@media (max-width: 991.98px) {
  .footer {
    padding: 30rem 20rem;
  }
}
.footer__polpharma {
  width: 300rem;
}
@media (max-width: 991.98px) {
  .footer__polpharma {
    margin: 0 auto;
    margin-bottom: 30rem;
  }
}
.footer__decoration {
  position: absolute;
  bottom: -120rem;
  right: 0;
  width: 465rem;
  height: auto;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .footer__decoration {
    display: none;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .footer__top {
    flex-direction: column;
  }
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 50rem;
}
@media (max-width: 991.98px) {
  .footer__links {
    flex-direction: column;
    gap: 20rem;
  }
}
.footer__link {
  font-size: 16rem;
  line-height: 24rem;
  text-align: right;
  color: #fff;
}
.footer__copy {
  font-size: 16rem;
  line-height: 24rem;
  text-align: right;
  color: #fff;
  margin-top: 65rem;
}
@media (max-width: 991.98px) {
  .footer__copy {
    text-align: center;
  }
}

.subpage__section {
  padding-left: 269rem;
  position: relative;
  padding-top: 38rem;
  padding-right: 269rem;
  padding-bottom: 89rem;
}
@media (max-width: 991.98px) {
  .subpage__section {
    padding: 38rem 20rem;
  }
}
.subpage__h2 {
  font-weight: 900;
  font-size: 72rem;
  letter-spacing: 0.06em;
  color: #282B6A;
  text-shadow: 0px 3px 6px rgba(19, 24, 100, 0.32);
  text-align: center;
}
.subpage__h3 {
  font-weight: bold;
  font-size: 26rem;
  line-height: 38rem;
  text-align: left;
  color: #282B6A;
  margin-top: 30rem;
  text-align: center;
}
.subpage__p {
  font-size: 22rem;
  line-height: 34rem;
  text-align: left;
  color: #282B6A;
  margin-top: 37rem;
  text-align: center;
}
.subpage__decoration {
  position: absolute;
  right: -100rem;
  top: -300rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .subpage__decoration {
    top: -200rem;
    right: -300rem;
    display: none;
  }
}
.subpage__decoration--bg {
  top: -90rem;
  right: 500rem;
  width: 408.48rem;
  height: auto;
}
.subpage__decoration__glow {
  content: "";
  display: block;
  width: 554rem;
  height: 554rem;
  background: url(../images/circle_glow.svg?v=1.2);
  opacity: 0.68;
  position: absolute;
  filter: blur(50rem);
  z-index: 0;
  border-radius: 100%;
  top: 33%;
  left: -299rem;
}
.subpage__decoration__circle {
  width: 571.97rem;
  height: 571.97rem;
  background: #312783;
  filter: drop-shadow(20px 20px 30px rgba(48, 6, 41, 0.32));
  border-radius: 100%;
}
.subpage__decoration__circle:before {
  content: "";
  width: 731.96rem;
  height: 731.96rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4rem dashed #fad0f7;
  border-radius: 100%;
}
.subpage__decoration__circle-2 {
  width: 575.88rem;
  height: 575.88rem;
  background: #FFF;
  border-radius: 100%;
  filter: drop-shadow(0px 3px 99px rgba(58, 32, 126, 0.32));
  position: absolute;
  top: 200rem;
  left: -200rem;
}
.subpage__decoration__circle-2__img {
  width: 475rem;
  height: auto;
  margin-left: 80rem;
  margin-top: 50rem;
}
.subpage__button {
  margin-top: 106rem;
}

.slides {
  width: 1105rem;
  margin: 0 auto;
  margin-top: 40rem;
  box-shadow: 0px 20px 60px rgba(74, 78, 149, 0.49);
  position: relative;
}
@media (max-width: 991.98px) {
  .slides {
    width: 100%;
    padding: 0 20rem;
    box-shadow: none;
  }
}
.slides__img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.increment-counter {
  counter-increment: listNo;
}

.know__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100rem;
  position: relative;
}
@media (max-width: 575.98px) {
  .know__items {
    padding-bottom: 300rem;
  }
}
.know__items__decoration {
  position: absolute;
  bottom: 60rem;
  left: 80rem;
  width: 370rem;
  transform: rotate(35deg);
  opacity: 0.33;
}
.know__item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  width: 444rem;
  height: 444rem;
  background: #312783;
  filter: drop-shadow(0px 3px 60px rgba(0, 9, 54, 0.42));
  position: relative;
  z-index: 1;
}
.know__item-cont {
  position: relative;
  counter-increment: listNo;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 535.96rem;
  height: 535.96rem;
  margin-left: -50rem;
}
@media (max-width: 575.98px) {
  .know__item-cont {
    margin-left: 0;
  }
}
.know__item-cont::before {
  content: "";
  display: block;
  width: 417rem;
  height: 208rem;
  position: absolute;
  right: -118%;
  top: 65%;
  transform: translateY(-50%);
  background-image: url(../images/know-line-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .know__item-cont::before {
    right: -400rem;
    top: 100%;
    transform: translateY(-50%) rotate(30deg);
  }
}
@media (max-width: 575.98px) {
  .know__item-cont::before {
    display: none;
  }
}
.know__item-cont:nth-of-type(2) {
  margin-top: 383rem;
}
.know__item-cont:nth-of-type(3) {
  margin-top: -140rem;
}
.know__item-cont:nth-of-type(4) {
  margin-top: 250rem;
}
.know__item-cont:nth-of-type(4)::before {
  display: none;
}
@media (max-width: 991.98px) {
  .know__item-cont:nth-of-type(1) {
    margin-left: 50rem;
  }
  .know__item-cont:nth-of-type(2) {
    margin-top: 100rem;
    margin-left: 400rem;
  }
  .know__item-cont:nth-of-type(3) {
    margin-top: 100rem;
    margin-left: 50rem;
  }
  .know__item-cont:nth-of-type(4) {
    margin-top: 100rem;
    margin-left: 400rem;
  }
  .know__item-cont:nth-of-type(4)::before {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .know__item-cont:nth-of-type(1) {
    margin-left: 0rem;
  }
  .know__item-cont:nth-of-type(2) {
    margin-top: 200rem;
    margin-left: 0;
  }
  .know__item-cont:nth-of-type(3) {
    margin-top: 200rem;
    margin-left: 0;
  }
  .know__item-cont:nth-of-type(4) {
    margin-top: 200rem;
    margin-left: 0;
  }
  .know__item-cont:nth-of-type(4)::before {
    display: none;
  }
}
.know__item-cont--2 {
  margin-right: -50rem;
  margin-left: 150rem;
}
.know__item-cont--2::before {
  width: 355rem;
  height: 114rem;
  left: -110%;
  right: auto;
  top: 69%;
  background-image: url(../images/know-line-2.svg);
}
@media (max-width: 991.98px) {
  .know__item-cont--2::before {
    left: -76%;
    right: auto;
    top: 104%;
    transform: translateY(-50%) rotate(-50deg);
  }
}
@media (max-width: 575.98px) {
  .know__item-cont--2::before {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .know__item-cont--2 {
    margin-right: 0;
    margin-left: 0;
  }
}
.know__item-cont:after {
  content: "";
  width: 535.96rem;
  height: 535.96rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4rem solid #fad0f7;
  border-style: dashed;
  border-radius: 100%;
}
.know__item__glow {
  content: "";
  display: block;
  width: 630rem;
  height: 630rem;
  background: url(../images/circle_glow.svg?v=1.2);
  opacity: 0.8;
  position: absolute;
  filter: blur(30rem);
  z-index: 0;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.know__item__glow-left {
  content: "";
  display: block;
  width: 529rem;
  height: 529rem;
  background: #4f108a;
  opacity: 0.75;
  position: absolute;
  filter: blur(30rem);
  z-index: 0;
  border-radius: 100%;
  top: 0rem;
  left: 80rem;
}
.know__item::before {
  content: counter(listNo);
  width: 77rem;
  height: 77rem;
  border-radius: 9999px;
  background: #ffd2fc;
  filter: drop-shadow(0px 10px 39.3px rgba(225, 32, 195, 0.33));
  pointer-events: none;
  position: absolute;
  top: -5rem;
  left: -5rem;
  font-size: 42rem;
  line-height: 34rem;
  font-weight: 900;
  text-align: center;
  color: #312783;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.know__item--right::before {
  left: auto;
  right: -20rem;
}
@media (max-width: 575.98px) {
  .know__item--right::before {
    right: auto;
    left: -5rem;
  }
}
.know__item__inner {
  width: 89.12%;
  height: 89.12%;
  border-radius: 9999px;
  display: flex;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #40349a;
  filter: drop-shadow(0px 3px 20px rgba(0, 9, 54, 0.42));
}
.know__item__decoration {
  width: 333rem;
  height: 333rem;
  background-color: #FFF;
  padding: 10rem;
  border-radius: 100%;
  position: absolute;
  right: -60%;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .know__item__decoration {
    bottom: -60%;
    right: 0;
  }
}
.know__item__decoration--left {
  right: auto;
  left: -70%;
}
@media (max-width: 575.98px) {
  .know__item__decoration--left {
    bottom: -60%;
    left: auto;
  }
}
.know__item__decoration__inner {
  border: 4.27rem solid #312783;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.know__item__decoration__inner__image {
  width: 260rem;
  position: relative;
  height: auto;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.know__item__decoration__inner__image--2 {
  width: 500rem;
  top: 50%;
}
.know__item__decoration__inner__image--3 {
  width: 250rem;
}
.know__item__decoration__inner__image--4 {
  width: 488rem;
  top: 50%;
}
.know__item__img {
  width: 93rem;
  height: 93rem;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
.know__item__title {
  margin-top: 38.9rem;
  font-size: 24rem;
  line-height: 34rem;
  letter-spacing: 0.04em;
  font-weight: 800;
  text-align: center;
  color: #ffffff;
}
.know__item__text {
  margin-top: 13rem;
  font-size: 22rem;
  line-height: 34rem;
  color: #ffffff;
  text-align: center;
}
.know__logo {
  width: 359rem;
  height: auto;
  margin-left: -35rem;
}
.know__p {
  font-size: 22rem;
  line-height: 34rem;
  text-align: left;
  color: #fff;
  margin-top: 34rem;
}
.know__p b {
  font-weight: bold;
}
.know__apla {
  background: transparent;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.32));
  backdrop-filter: blur(50px);
  --webkit-backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.15);
  padding: 33rem 62rem;
  font-size: 22rem;
  line-height: 34rem;
  text-align: left;
  color: #fff;
  border-radius: 36rem;
  margin-bottom: 16rem;
}
@media (max-width: 991.98px) {
  .know__apla {
    padding: 20rem;
  }
}
.know__apla b {
  font-weight: bold;
}
.know__apla--mt-80 {
  margin-top: 80rem;
}
.know__apla--big {
  padding: 26rem 62rem;
  font-size: 28rem;
}
@media (max-width: 991.98px) {
  .know__apla--big {
    margin-top: 30rem;
  }
}
.know__packshots {
  margin-top: 124rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .know__packshots {
    flex-direction: column;
  }
}
.know__packshots__decoration {
  width: 525rem;
  left: -400rem;
  top: 0;
  position: absolute;
  opacity: 0.33;
}
.know__packshots__text {
  font-size: 22rem;
  line-height: 34rem;
  text-align: left;
  color: #fff;
  position: relative;
}
.know__packshots__text b {
  font-weight: bold;
}
.know__packshots__circle {
  width: 490.66rem;
  height: 490.66rem;
  background: transparent;
  border: 4rem dashed #fad0f7;
  border-radius: 100%;
  position: relative;
  margin-left: 300rem;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .know__packshots__circle {
    margin-left: 0rem;
    margin-top: 80rem;
  }
}
.know__packshots__circle:before {
  width: 591rem;
  height: 591rem;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.31;
  background-color: url(../images/circle_glow.svg?v=1.2);
  filter: blur(30rem);
  border-radius: 100%;
  z-index: -1;
}
.know__packshots__circle::after {
  width: 332rem;
  height: 332rem;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.31;
  background-color: #4f108a;
  filter: blur(30rem);
  border-radius: 100%;
  z-index: -1;
}
.know__packshots__circle__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .know__packshots__circle__inner {
    width: 100%;
  }
}
.know__packshots__circle__image {
  margin-top: -68rem;
  width: 877rem;
  height: auto;
}
@media (max-width: 991.98px) {
  .know__packshots__circle__image {
    width: 120%;
    margin-left: -10%;
  }
}
.know__tables {
  margin-top: 62rem;
}
.know__tables__h2 {
  margin-top: 115rem;
}
.know__tables__row {
  font-weight: normal;
  font-size: 22rem;
  line-height: 34rem;
  text-align: left;
  color: #fff;
  padding: 0 30rem 0 50rem;
  border-bottom: 2px dashed #FFF;
  min-height: 81rem;
  display: flex;
  align-items: center;
}
.know__tables__row--right {
  padding: 0 30rem 0 0;
}
@media (max-width: 991.98px) {
  .know__tables__row {
    padding: 0;
  }
}
.know__tables2 {
  margin-top: 62rem;
}
.know__tables2__decoration {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -400rem;
  width: 420rem;
}
.know__tables2__h2 {
  margin-top: 126rem;
  position: relative;
}
.know__tables2__content {
  padding: 0 62rem;
  font-size: 22rem;
  line-height: 34rem;
  text-align: left;
  color: #fff;
  min-height: 102rem;
  display: flex;
  align-items: center;
  border-bottom: 2px dashed #FFF;
}
.know__tables2__ul {
  padding: 0;
}
.know__tables2__ul li {
  font-size: 22rem;
  line-height: 34rem;
  text-align: left;
  color: #fff;
  padding-left: 33rem;
  position: relative;
  list-style-type: none;
}
.know__tables2__ul li:before {
  content: "";
  display: block;
  width: 11rem;
  height: 11rem;
  background: url(../images/circle_glow.svg?v=1.2);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 11rem;
}
.know__tables2__ul li b {
  font-weight: 700;
}
* + .know__refs {
  margin-top: 93.7rem;
}
@media (max-width: 991.98px) {
  * + .know__refs {
    margin-top: 48rem;
  }
}
@media (max-width: 575.98px) {
  * + .know__refs {
    margin-top: 24rem;
  }
}
.know__refs {
  font-size: 12rem;
  line-height: 21rem;
  font-weight: 300;
  color: #ffffff;
}

.quiz {
  margin-top: 156rem;
  padding-bottom: 60rem;
  margin-left: 165rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .quiz {
    margin-left: 0rem;
    margin-top: 80rem;
  }
}
@media (max-width: 575.98px) {
  .quiz {
    margin-left: 0rem;
    margin-top: 50rem;
  }
}
.quiz__decoration {
  width: 321.59rem;
  height: 321.59rem;
  border: 4rem dashed #fad0f7;
  border-radius: 100%;
  position: absolute;
  left: -100rem;
  top: 100rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .quiz__decoration {
    left: auto;
    right: -100rem;
    top: -20rem;
  }
}
.quiz__decoration:before {
  content: "";
  display: block;
  width: 554rem;
  height: 554rem;
  background: url(../images/circle_glow.svg?v=1.2);
  opacity: 0.68;
  position: absolute;
  filter: blur(20rem);
  z-index: 0;
  border-radius: 100%;
  top: -300rem;
  left: -100rem;
  z-index: -1;
}
.quiz__decoration__img {
  width: 258rem;
  height: auto;
  transform: rotate(-30deg);
}
.quiz__decoration-2 {
  width: 321.59rem;
  height: 321.59rem;
  bottom: 200rem;
  right: -30rem;
  position: absolute;
}
.quiz__decoration-2:before {
  content: "";
  display: block;
  width: 800rem;
  height: 800rem;
  background: url(../images/circle_glow.svg?v=1.2);
  opacity: 0.38;
  filter: blur(50rem);
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  top: -350rem;
  left: 0;
}
.quiz__decoration-2__img {
  width: 400rem;
  height: auto;
  transform: rotate(0deg);
}
.quiz__arrow {
  width: 132rem;
  height: auto;
  margin-top: 30rem;
}
.quiz__refs {
  font-weight: normal;
  font-size: 16rem;
  line-height: 22rem;
  text-align: left;
  color: #22441e;
  opacity: 0.88;
  margin-top: 44rem;
}
.quiz__left {
  text-align: left;
}
.quiz__subtitle {
  font-weight: bold;
  font-size: 48rem;
  line-height: 50rem;
  text-align: left;
  color: #22441e;
  margin-top: 1.5rem;
}
@media (max-width: 991.98px) {
  .quiz__subtitle {
    font-size: 32rem;
    line-height: 1.2;
  }
}
.quiz__excerpt {
  font-size: 38rem;
  line-height: 52rem;
  text-align: left;
  color: #3a5e26;
  margin-top: 68rem;
}
@media (max-width: 991.98px) {
  .quiz__excerpt {
    margin-top: 32rem;
    font-size: 28rem;
    line-height: 1.4;
  }
}
.quiz__questions {
  width: 1010rem;
  margin: 0 auto;
  margin-top: 30rem;
  position: relative;
}
.quiz__questions--logout {
  margin-top: 60rem;
}
.quiz__questions-container {
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .quiz__questions {
    width: 100%;
  }
}
.quiz__questions__decoration {
  width: 784rem;
  height: auto;
  position: absolute;
  top: 50%;
  right: -450rem;
  transform: translateY(-50%) rotate(10deg);
  opacity: 0.3;
  z-index: -1;
}
.quiz__questions__decoration-2:before {
  content: "";
  display: block;
  width: 800rem;
  height: 800rem;
  background: url(../images/circle_glow.svg?v=1.2);
  opacity: 0.68;
  position: absolute;
  filter: blur(30rem);
  z-index: 0;
  border-radius: 100%;
  top: 33%;
  left: -299rem;
}
.quiz__question__title {
  font-weight: bold;
  font-size: 18rem;
  line-height: 34rem;
  text-align: left;
  color: #282b6a;
}
.quiz__answers {
  counter-reset: answer;
  margin-top: 19rem;
  margin-bottom: 50rem;
}
.quiz__answer {
  display: flex;
  align-items: center;
  border-radius: 10000rem;
  width: 100%;
  margin-bottom: 10rem;
  color: #FFF;
  font-weight: 400;
  padding: 8rem;
  background: rgba(45, 48, 129, 0.5);
}
.quiz__answer:last-child {
  margin-bottom: 0;
}
.quiz__answer:before {
  counter-increment: answer;
  content: counter(answer, upper-alpha);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50rem;
  height: 50rem;
  border-radius: 100%;
  background: #FFF;
  font-weight: 500;
  font-size: 20rem;
  line-height: 34rem;
  text-align: center;
  color: #fff;
  margin-right: 50rem;
  background: #4a4e95;
  filter: drop-shadow(10px 10px 20px #282b6a);
}
.quiz__answer.active {
  background: #2D3081;
  font-weight: 700;
}
.quiz__answer.correct, .quiz__answer.match {
  background-color: #5BD383;
  color: #4A168A;
  font-weight: 900;
  border: 3rem solid transparent;
  color: #FFF;
}
.quiz__answer.correct:before, .quiz__answer.match:before {
  background: #1FAF4F;
  filter: drop-shadow(10px 10px 20px #1c7c3c);
}
.quiz__answer.wrong {
  background-color: #D0191D;
  color: #FFF;
}
.quiz__answer.wrong:before {
  background: #aa0c0f;
  filter: drop-shadow(10px 10px 20px #961c1c);
}
.quiz__button {
  margin-top: 60rem;
}
.quiz__buttontop {
  margin-top: 30rem;
}

.result {
  position: relative;
  margin-top: 156rem;
  padding-bottom: 60rem;
  margin-left: 165rem;
}
@media (max-width: 991.98px) {
  .result {
    margin-left: 0rem;
    margin-top: 80rem;
  }
}
@media (max-width: 575.98px) {
  .result {
    margin-left: 0rem;
    margin-top: 50rem;
  }
}
.result__content {
  position: relative;
}
@media (max-width: 991.98px) {
  .result__content {
    padding-bottom: 800rem;
  }
}
.result__content__decoration {
  width: 731.06rem;
  height: 731.06rem;
  border-radius: 100%;
  position: absolute;
  top: -400rem;
  right: -500rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4rem dashed #fad0f7;
}
@media (max-width: 991.98px) {
  .result__content__decoration {
    top: 130rem;
    right: -200rem;
    width: 400rem;
    height: 400rem;
  }
}
.result__content__decoration__img {
  width: 490rem;
  height: auto;
  margin-top: 200rem;
  margin-left: -50rem;
}
@media (max-width: 991.98px) {
  .result__content__decoration__img {
    width: 300rem;
    margin-top: 50rem;
  }
}
.result__content__decoration-2 {
  width: 463rem;
  height: 463rem;
  background: transparent;
  border: 4rem dashed #fad0f7;
  padding: 63rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  bottom: -500rem;
  left: -420rem;
}
.result__content__decoration-2:before {
  content: "";
  display: block;
  width: 433rem;
  height: 433rem;
  background: #68009b;
  opacity: 0.58;
  position: absolute;
  filter: blur(30rem);
  z-index: 0;
  border-radius: 100%;
  top: -300rem;
  left: -30rem;
  z-index: -1;
}
.result__content__decoration-2__circle {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.result__content__decoration-2__img {
  width: 242rem;
  margin-top: 50rem;
  height: auto;
}
.result__title {
  font-weight: 900;
  font-size: 69rem;
  letter-spacing: 0.01em;
  color: #282B6A;
  text-shadow: 0px 3px 6px rgba(19, 24, 100, 0.32);
  text-align: center;
}
@media (max-width: 575.98px) {
  .result__title {
    font-size: 50rem;
    margin-bottom: 30rem;
  }
}
.result__points {
  font-weight: 500;
  font-size: 55rem;
  letter-spacing: 0.01em;
  line-height: 98rem;
  text-align: center;
  color: #282b6a;
}
@media (max-width: 575.98px) {
  .result__points {
    font-size: 32rem;
    line-height: 98rem;
    vertical-align: middle;
  }
}
.result__points b {
  font-weight: 900;
  font-size: 72rem;
  letter-spacing: 0.06em;
  line-height: 45rem;
  text-align: center;
  color: #282B6A;
  border: 1px solid rgba(0, 0, 0, 0);
  text-shadow: 1px 0px 2px #131864;
  display: inline-block;
  margin-left: 30rem;
  position: relative;
  color: #ec1d2f;
  border: 1px solid rgba(0, 0, 0, 0);
  text-shadow: 1px 0px 2px #131864;
}
.result__desc {
  font-weight: normal;
  font-size: 22rem;
  line-height: 34rem;
  text-align: center;
  color: #282b6a;
}
* + .result__buttontop {
  margin-top: 69rem;
}
@media (max-width: 575.98px) {
  * + .result__buttontop {
    margin-top: 24rem;
  }
}
.result__buttontop {
  display: flex;
}
@media (max-width: 991.98px) {
  .result__buttontop {
    margin-left: 0rem;
  }
}
@media (max-width: 575.98px) {
  .result__buttontop {
    justify-content: center;
  }
}
* + .result__buttonbottom {
  margin-top: 58rem;
}
@media (max-width: 575.98px) {
  * + .result__buttonbottom {
    margin-top: 24rem;
  }
}
.result__buttonbottom {
  display: flex;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .result__buttonbottom {
    justify-content: center;
  }
}
* + .result__box {
  margin-top: 137.6rem;
}
@media (max-width: 991.98px) {
  * + .result__box {
    margin-top: 50rem;
  }
}
@media (max-width: 575.98px) {
  * + .result__box {
    margin-top: 50rem;
  }
}
.result__box {
  border-radius: 40rem;
  padding: 55rem;
  background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(50px) brightness(1.15);
  --webkit-backdrop-filter: blur(50px) brightness(1.15);
  background-color: #F0F6FF;
  /* (plus shape's fill blended on top as a separate layer with 7% opacity) */
}
@media (max-width: 991.98px) {
  .result__box {
    padding: 30rem 20rem;
  }
}

.agreements {
  font-size: 15rem;
  line-height: 23rem;
  color: #282B6A;
}
.agreements a {
  color: #282B6A;
  text-decoration: underline;
}
.agreements label.agreements__element {
  font-weight: 500;
}
* + .agreements__element {
  margin-top: 16rem;
}
@media (max-width: 575.98px) {
  * + .agreements__element {
    margin-top: 12rem;
  }
}
.agreements__element {
  position: relative;
  display: flex;
  cursor: pointer;
}
.agreements__element input {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  appearance: none;
  -webkit-appearance: none;
  opacity: 0;
}
.agreements__element__checkbox {
  width: 27.051rem;
  height: 26.307rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/checkbox.svg");
  flex-shrink: 0;
  margin-right: 12.9rem;
}
.agreements__element__checkbox::before {
  content: "";
  width: 21.631rem;
  height: 30.502rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/checkmark.svg");
  position: absolute;
  top: 35%;
  left: 60%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.2s linear;
}
.agreements__element input:checked + .agreements__element__checkbox::before {
  opacity: 1;
}
.agreements__element__content {
  color: #282B6A;
  font-size: 15rem;
  line-height: 23rem;
}
.agreements__element__content a {
  color: #282B6A;
  text-decoration: underline;
}
* + .agreements__element__text {
  margin-top: 26rem;
}
.agreements__element__text {
  color: #282B6A;
  font-size: 15rem;
  line-height: 23rem;
}
.agreements__element__text--heading {
  font-weight: 900;
  font-size: 22rem;
  line-height: 24rem;
  color: #282B6A;
}
.agreements__element__text--heading + p {
  margin-top: 10rem;
}
* + .agreements__add {
  margin-top: 15rem;
}
@media (max-width: 575.98px) {
  * + .agreements__add {
    margin-top: 12rem;
  }
}
.agreements__add {
  font-size: 15rem;
  line-height: 16rem;
  margin-left: 41rem;
  font-weight: 300;
}

* + .rules {
  margin-top: 60rem;
}

.rules {
  font-size: 13rem;
  line-height: 20rem;
  color: #282B6A;
  padding: 0rem 0rem 7rem 45rem;
  border-radius: 9rem;
  counter-reset: ruleNo;
  position: relative;
}
@media (max-width: 991.98px) {
  .rules {
    margin-top: 48rem;
  }
}
@media (max-width: 575.98px) {
  .rules {
    margin-top: 24rem;
    padding: 11.2rem 9rem 15.8rem 14rem;
  }
}
.rules__decoration {
  width: 550rem;
  height: auto;
  position: absolute;
  right: -420rem;
  transform: rotate(40deg);
  bottom: -100rem;
  opacity: 0.5;
}
.rules p {
  display: block;
  font-weight: 700;
}
.rules * + p {
  margin-top: 20rem;
}
.rules * + ol {
  margin-top: 14rem;
}
.rules * + li {
  margin-top: 1em;
}
.rules li {
  counter-increment: ruleNo;
  display: flex;
  gap: 10rem;
}
.rules li::before {
  content: counter(ruleNo) ".";
  min-width: 18rem;
}
.rules__box {
  padding-right: 37rem;
  height: 317rem;
}
.rules__box .os-scrollbar-track {
  background-color: rgba(236, 29, 47, 0.55);
}
.rules__box .os-scrollbar-handle {
  background-color: rgb(236, 29, 47);
}

.thank {
  position: relative;
  padding-top: 0;
  padding-bottom: 52rem;
}
.thank__decoration {
  width: 554.06rem;
  height: 554.06rem;
  border-radius: 100%;
  position: absolute;
  top: -300rem;
  right: -200rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4rem dashed #fad0f7;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .thank__decoration {
    width: 400rem;
    height: 400rem;
    top: 0;
  }
}
.thank__decoration:before {
  content: "";
  width: 813rem;
  height: 813rem;
  background: url(../images/circle_glow.svg?v=1.2);
  opacity: 0.65;
  filter: blur(50rem);
  position: absolute;
  right: -150rem;
  top: -190rem;
  border-radius: 100%;
  z-index: -1;
}
.thank__decoration:after {
  content: "";
  width: 627rem;
  height: 627rem;
  background: #421788;
  opacity: 0.75;
  filter: blur(50rem);
  position: absolute;
  top: -200rem;
  border-radius: 100%;
  z-index: -1;
}
.thank__decoration__img {
  width: 350rem;
  height: auto;
  margin-top: 50rem;
  margin-left: -50rem;
}
.thank__title {
  font-weight: 900;
  font-size: 32rem;
  letter-spacing: 0.05em;
  line-height: 41rem;
  text-align: center;
  color: #282B6A;
  text-transform: uppercase;
  margin-top: 34rem;
  position: relative;
}
.thank__desc {
  font-weight: normal;
  font-size: 22rem;
  line-height: 34rem;
  text-align: center;
  color: #282b6a;
  margin-top: 21rem;
  position: relative;
}
.thank__boxes {
  display: flex;
  gap: 74rem;
  margin-top: 54rem;
  position: relative;
  z-index: 2;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .thank__boxes {
    gap: 20rem;
    flex-direction: column;
    padding-bottom: 200rem;
  }
}
.thank__box {
  background: #2B2E72;
  padding: 35rem 30rem 25rem 30rem;
  text-align: center;
  border-radius: 40rem;
  position: relative;
  width: 465rem;
  box-shadow: 0px 50px 99px rgba(74, 78, 149, 0.44);
}
@media (max-width: 991.98px) {
  .thank__box {
    width: 100%;
  }
}
.thank__box__text {
  font-size: 16rem;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
.thank__box__text b {
  font-weight: bold;
  display: block;
  margin-bottom: 10rem;
  font-size: 18rem;
}
.thank__box__link {
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 55px;
  text-align: left;
  color: #fff;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-top: 10rem;
}
.thank__box__link svg {
  width: 24rem;
  height: auto;
}
.thank__button {
  display: flex;
  justify-content: center;
  margin-top: 68rem;
}
@media (max-width: 575.98px) {
  .thank__button {
    margin-top: 105rem;
  }
}
.thank__button--nolinkabove {
  margin-top: 177rem;
}
@media (max-width: 991.98px) {
  .thank__button--nolinkabove {
    margin-top: -60rem;
  }
}
@media (max-width: 575.98px) {
  .thank__button--nolinkabove {
    margin-top: -75rem;
  }
}

.four-o-four {
  margin-bottom: 96rem;
}
@media (max-width: 575.98px) {
  .four-o-four {
    margin-bottom: 48rem;
  }
}
* + .four-o-four__button {
  margin-top: 48rem;
}
@media (max-width: 575.98px) {
  * + .four-o-four__button {
    margin-top: 24rem;
  }
}
.four-o-four__button {
  display: flex;
  justify-content: center;
}

html {
  font-size: 0.1736111111vw;
}
@media (min-width: 576px) {
  html {
    font-size: 0.1008064516vw;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 0.0520838759vw;
  }
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-grid {
  display: grid;
}

.d-inline-grid {
  display: inline-grid;
}

.d-none {
  display: none;
}

.d-table {
  display: table;
}

.d-unset {
  display: unset;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
  .d-sm-grid {
    display: grid;
  }
  .d-sm-inline-grid {
    display: inline-grid;
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-unset {
    display: unset;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
  .d-lg-grid {
    display: grid;
  }
  .d-lg-inline-grid {
    display: inline-grid;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-unset {
    display: unset;
  }
}
.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-0-0-0 {
  flex: 0 0 0;
}

.flex-0-0-auto {
  flex: 0 0 auto;
}

.flex-0-1-0 {
  flex: 0 1 0;
}

.flex-0-1-auto {
  flex: 0 1 auto;
}

.flex-1-0-0 {
  flex: 1 0 0;
}

.flex-1-0-auto {
  flex: 1 0 auto;
}

.flex-1-1-0 {
  flex: 1 1 0;
}

.flex-1-1-auto {
  flex: 1 1 auto;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-items-between {
  align-items: space-between;
}

.align-items-around {
  align-items: space-around;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-0-0-0 {
    flex: 0 0 0;
  }
  .flex-sm-0-0-auto {
    flex: 0 0 auto;
  }
  .flex-sm-0-1-0 {
    flex: 0 1 0;
  }
  .flex-sm-0-1-auto {
    flex: 0 1 auto;
  }
  .flex-sm-1-0-0 {
    flex: 1 0 0;
  }
  .flex-sm-1-0-auto {
    flex: 1 0 auto;
  }
  .flex-sm-1-1-0 {
    flex: 1 1 0;
  }
  .flex-sm-1-1-auto {
    flex: 1 1 auto;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-items-sm-between {
    align-items: space-between;
  }
  .align-items-sm-around {
    align-items: space-around;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-0-0-0 {
    flex: 0 0 0;
  }
  .flex-lg-0-0-auto {
    flex: 0 0 auto;
  }
  .flex-lg-0-1-0 {
    flex: 0 1 0;
  }
  .flex-lg-0-1-auto {
    flex: 0 1 auto;
  }
  .flex-lg-1-0-0 {
    flex: 1 0 0;
  }
  .flex-lg-1-0-auto {
    flex: 1 0 auto;
  }
  .flex-lg-1-1-0 {
    flex: 1 1 0;
  }
  .flex-lg-1-1-auto {
    flex: 1 1 auto;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-items-lg-between {
    align-items: space-between;
  }
  .align-items-lg-around {
    align-items: space-around;
  }
}
.row {
  margin-right: -16rem;
  margin-left: -16rem;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.row > * {
  padding-right: 16rem;
  padding-left: 16rem;
}
.row.gutter-0 {
  margin-right: 0rem;
  margin-left: 0rem;
}
.row.gutter-0 > .col,
.row.gutter-0 > [class*=col-] {
  padding-right: 0rem;
  padding-left: 0rem;
}
.row.gutter-16 {
  margin-right: -16rem;
  margin-left: -16rem;
}
.row.gutter-16 > .col,
.row.gutter-16 > [class*=col-] {
  padding-right: 16rem;
  padding-left: 16rem;
}
.row.gutter-20 {
  margin-right: -20rem;
  margin-left: -20rem;
}
.row.gutter-20 > .col,
.row.gutter-20 > [class*=col-] {
  padding-right: 20rem;
  padding-left: 20rem;
}
@media (min-width: 576px) {
  .row.gutter-sm-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .row.gutter-sm-0 > .col,
  .row.gutter-sm-0 > [class*=col-] {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .row.gutter-sm-16 {
    margin-right: -16rem;
    margin-left: -16rem;
  }
  .row.gutter-sm-16 > .col,
  .row.gutter-sm-16 > [class*=col-] {
    padding-right: 16rem;
    padding-left: 16rem;
  }
  .row.gutter-sm-20 {
    margin-right: -20rem;
    margin-left: -20rem;
  }
  .row.gutter-sm-20 > .col,
  .row.gutter-sm-20 > [class*=col-] {
    padding-right: 20rem;
    padding-left: 20rem;
  }
}
@media (min-width: 992px) {
  .row.gutter-lg-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .row.gutter-lg-0 > .col,
  .row.gutter-lg-0 > [class*=col-] {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .row.gutter-lg-16 {
    margin-right: -16rem;
    margin-left: -16rem;
  }
  .row.gutter-lg-16 > .col,
  .row.gutter-lg-16 > [class*=col-] {
    padding-right: 16rem;
    padding-left: 16rem;
  }
  .row.gutter-lg-20 {
    margin-right: -20rem;
    margin-left: -20rem;
  }
  .row.gutter-lg-20 > .col,
  .row.gutter-lg-20 > [class*=col-] {
    padding-right: 20rem;
    padding-left: 20rem;
  }
}

.col-1 {
  width: 100%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}

.col-1-10 {
  width: 100%;
  flex: 0 0 10%;
  max-width: 10%;
}

.col-2 {
  width: 100%;
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
}

.col-1-5 {
  width: 100%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-3 {
  width: 100%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  width: 100%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.col-5 {
  width: 100%;
  flex: 0 0 41.6667%;
  max-width: 41.6667%;
}

.col-6 {
  width: 100%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  width: 100%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}

.col-8 {
  width: 100%;
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
}

.col-9 {
  width: 100%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  width: 100%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}

.col-11 {
  width: 100%;
  flex: 0 0 91.6667%;
  max-width: 91.6667%;
}

.col-12 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    width: 100%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .col-sm-1-10 {
    width: 100%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-sm-2 {
    width: 100%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
  .col-sm-1-5 {
    width: 100%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-3 {
    width: 100%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    width: 100%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-sm-5 {
    width: 100%;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-sm-6 {
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    width: 100%;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-sm-8 {
    width: 100%;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .col-sm-9 {
    width: 100%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    width: 100%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col-sm-11 {
    width: 100%;
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }
  .col-sm-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    width: 100%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .col-lg-1-10 {
    width: 100%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-lg-2 {
    width: 100%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
  .col-lg-1-5 {
    width: 100%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-3 {
    width: 100%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    width: 100%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-lg-5 {
    width: 100%;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-lg-6 {
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    width: 100%;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-lg-8 {
    width: 100%;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .col-lg-9 {
    width: 100%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    width: 100%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col-lg-11 {
    width: 100%;
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }
  .col-lg-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.offset-1 {
  margin-left: 8.3333%;
}

.offset-1-10 {
  margin-left: 10%;
}

.offset-2 {
  margin-left: 16.6667%;
}

.offset-1-5 {
  margin-left: 20%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333%;
}

.offset-5 {
  margin-left: 41.6667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333%;
}

.offset-8 {
  margin-left: 66.6667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333%;
}

.offset-11 {
  margin-left: 91.6667%;
}

.offset-12 {
  margin-left: 100%;
}

@media (min-width: 576px) {
  .offset-sm-1 {
    margin-left: 8.3333%;
  }
  .offset-sm-1-10 {
    margin-left: 10%;
  }
  .offset-sm-2 {
    margin-left: 16.6667%;
  }
  .offset-sm-1-5 {
    margin-left: 20%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333%;
  }
  .offset-sm-5 {
    margin-left: 41.6667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333%;
  }
  .offset-sm-8 {
    margin-left: 66.6667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333%;
  }
  .offset-sm-11 {
    margin-left: 91.6667%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.3333%;
  }
  .offset-lg-1-10 {
    margin-left: 10%;
  }
  .offset-lg-2 {
    margin-left: 16.6667%;
  }
  .offset-lg-1-5 {
    margin-left: 20%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333%;
  }
  .offset-lg-5 {
    margin-left: 41.6667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333%;
  }
  .offset-lg-8 {
    margin-left: 66.6667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333%;
  }
  .offset-lg-11 {
    margin-left: 91.6667%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
}
.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-dark {
  color: #1A2443;
}

.color-dark-blue {
  color: #0d1736;
}

.color-coffee {
  color: #efdfca;
}

.color-pastel {
  color: #F8F8F8;
}

.color-green {
  color: #bacf7c;
}

.color-cream {
  color: #FBEEDE;
}

.color-circledark {
  color: #EFDEC9;
}

.color-wood {
  color: #D4BEA3;
}

.color-pastel-yellow {
  color: #F0DFCA;
}

.color-dark-red {
  color: #964751;
}

.color-coffe-light {
  color: #F0E0CB;
}

.color-red {
  color: #e95e5c;
}

.color-beige {
  color: #EFDDC8;
}

.color-light {
  color: #fff5f0;
}

.color-skin {
  color: #f1c096;
}

.color-orange {
  color: #ee773a;
}

.color-correct {
  color: #c6dc85;
}

.color-wrong {
  color: #E9605E;
}

.color-grey {
  color: #c2bab1;
}

.color-mud {
  color: #503A25;
}

.color-cyan {
  color: #00BAFF;
}

.color-sea {
  color: #0089F2;
}

.color-blue {
  color: #4a80f5;
}

.color-deep-blue {
  color: #1222ae;
}

.color-navy {
  color: #131864;
}

.color-violet {
  color: #8400FF;
}

.color-pink {
  color: #E015E9;
}

.color-pink2 {
  color: #E41EEB;
}

.color-pink3 {
  color: #d705e4;
}

.color-pinkglow {
  color: #E120C3;
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-dark: #1A2443;
  --color-dark-blue: #0d1736;
  --color-coffee: #efdfca;
  --color-pastel: #F8F8F8;
  --color-green: #bacf7c;
  --color-cream: #FBEEDE;
  --color-circledark: #EFDEC9;
  --color-wood: #D4BEA3;
  --color-pastel-yellow: #F0DFCA;
  --color-dark-red: #964751;
  --color-coffe-light: #F0E0CB;
  --color-red: #e95e5c;
  --color-beige: #EFDDC8;
  --color-light: #fff5f0;
  --color-skin: #f1c096;
  --color-orange: #ee773a;
  --color-correct: #c6dc85;
  --color-wrong: #E9605E;
  --color-grey: #c2bab1;
  --color-mud: #503A25;
  --color-cyan: #00BAFF;
  --color-sea: #0089F2;
  --color-blue: #4a80f5;
  --color-deep-blue: #1222ae;
  --color-navy: #131864;
  --color-violet: #8400FF;
  --color-pink: #E015E9;
  --color-pink2: #E41EEB;
  --color-pink3: #d705e4;
  --color-pinkglow: #E120C3;
}

:root {
  --size-text: 18;
}

.bg-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.list-clear {
  list-style-type: none;
}

.main-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive.embed-responsive-1by1::before {
  padding-top: 100%;
}

.input-hidden {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  appearance: none;
  -webkit-appearance: none;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}
