/*!************************************************************************************************************************!*\
  !*** 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/sass-loader/dist/cjs.js!./assets/scss/styles.scss ***!
  \**********************************************************************************************************************************************/
@charset "UTF-8";
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;
}

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;
}

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

textarea {
  padding: 0;
  outline: none;
}

img {
  display: block;
}

iframe {
  border: none;
}

/**
 * Keep from smallest to biggest
 */
/**
 * Keep from smallest to biggest
 */
/**
 * 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
 */
/**
 * Keep from smallest to biggest
 */
/**
 * 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: "Ubuntu", Arial, Helvetica, sans-serif;
  font-size: 16rem;
  background-color: #f9f7f2;
}

.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;
    transform: scale(0.7);
  }
}

.js-hamburger span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #186632;
  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;
}

[data-overlayscrollbars-viewport] {
  border-radius: 78rem;
  border-top-left-radius: 0;
}

.os-scrollbar-vertical {
  width: 12rem;
  padding: 12rem 0;
  right: 6rem;
}
.os-scrollbar-vertical .os-scrollbar-track {
  background-color: rgba(56, 48, 40, 0.32);
  transition: opacity 0.2s linear;
}
.os-scrollbar-vertical .os-scrollbar-track:hover {
  background-color: rgba(56, 48, 40, 0.32);
}
.os-scrollbar-vertical .os-scrollbar-handle {
  background-color: #3a5b4f;
  cursor: pointer;
}
.os-scrollbar-vertical .os-scrollbar-handle:hover {
  background-color: #186632;
}

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

.med-popup {
  content: "";
  display: block;
  background-color: rgba(24, 102, 50, 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: #f2f6fc;
  width: 900rem;
  height: auto;
  padding: 60rem;
}
@media (max-width: 991.98px) {
  .med-popup__inner {
    width: 90%;
    padding: 30rem;
  }
}
.med-popup__header {
  color: #160788;
  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: #160788;
}
.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 #1500a7;
  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 #1d1044;
  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: #1500a7;
  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 {
  background-color: #f9f7f2;
  padding-top: 47rem;
  padding-bottom: 80rem;
  color: #383028;
  font-size: 16rem;
  line-height: 24rem;
  letter-spacing: 0.01em;
}
@media (max-width: 991.98px) {
  .sils {
    padding-top: 40rem;
  }
}
@media (max-width: 575.98px) {
  .sils {
    padding-top: 20rem;
  }
}
.sils__tabs {
  display: flex;
  gap: 24rem;
}
@media (max-width: 991.98px) {
  .sils__tabs {
    flex-wrap: wrap;
    gap: 12rem 0rem;
    justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  .sils__tabs {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .sils__tab {
    width: 33%;
  }
}
@media (max-width: 575.98px) {
  .sils__tab {
    width: 100%;
  }
}
.sils__tab.active {
  font-weight: 700;
  color: #186632;
}
* + .sils__items {
  margin-top: 24rem;
}
@media (max-width: 575.98px) {
  * + .sils__items {
    margin-top: 24rem;
  }
}
.sils__item {
  font-size: 16rem;
  line-height: 24rem;
  color: #383028;
}

.breadcrumbs {
  font-size: 16rem;
  line-height: 28rem;
  color: #383028;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 128rem;
  margin-right: 136rem;
}
@media (max-width: 991.98px) {
  .breadcrumbs {
    margin-left: 35rem;
    margin-right: 35rem;
  }
}
@media (max-width: 575.98px) {
  .breadcrumbs {
    margin-left: 24rem;
    margin-right: 24rem;
  }
}
.breadcrumbs__item::before {
  content: ">";
  display: inline-block;
  margin: 0 5rem;
}
.breadcrumbs__item:first-of-type::before {
  display: none;
}
.breadcrumbs--result {
  color: #FFFFFF;
}

@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);
  }
}
.button {
  font-size: 33rem;
  line-height: 41rem;
  font-weight: 500;
  text-align: center;
  box-shadow: 0rem 20rem 30rem rgba(24, 102, 50, 0.17);
  border-radius: 50rem;
  display: block;
  transition: background-position 0.2s linear, color 0.2s linear, border-color 0.2s linear;
}
@media (max-width: 575.98px) {
  .button {
    font-size: 28rem;
    line-height: 38rem;
  }
}
.button--green {
  background: rgb(17, 118, 51);
  background: linear-gradient(135deg, rgb(17, 118, 51) 0%, rgb(15, 114, 51) 50%, rgb(0, 80, 51) 100%);
  background-size: 200% 200%;
  color: #f9f7f2;
  padding: 28rem 53rem 28rem 49rem;
  background-position: 100% 100%;
}
@media (max-width: 575.98px) {
  .button--green {
    padding: 14rem 32rem;
  }
}
.button--green:hover {
  background-position: 0% 0%;
}
.button--yellow {
  background: #FDCE11;
  background: linear-gradient(135deg, rgb(253, 206, 17) 0%, rgb(255, 224, 99) 50%, rgb(253, 206, 17) 100%);
  background-size: 200% 200%;
  color: #3a5b4f;
  padding: 28rem 53rem 28rem 49rem;
  background-position: 100% 100%;
}
@media (max-width: 575.98px) {
  .button--yellow {
    padding: 14rem 32rem;
  }
}
.button--yellow:hover {
  background-position: 0% 0%;
}
.button--medium {
  font-size: 26rem;
  line-height: 33rem;
  padding: 22rem 54rem;
}
.button--small {
  font-size: 28rem;
  line-height: 35rem;
  padding: 24rem 66rem 23rem 67rem;
}
.button--small--very {
  padding: 24rem 44rem 23rem 44rem;
}
.button--transparent {
  border: 3rem solid #186632;
  padding: 14rem 26rem 14rem 25rem;
  color: #186632;
}
.button--transparent:hover {
  color: #d3430c;
  border-color: #d3430c;
}
.button--long {
  padding-left: 81.6rem;
  padding-right: 81.6rem;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35rem 128rem;
}
@media (max-width: 991.98px) {
  .header {
    padding: 35rem;
  }
}
@media (max-width: 575.98px) {
  .header {
    padding: 24rem;
  }
}
.header__logo {
  width: 255rem;
  transition: transform 0.2s linear;
}
.header__logo:hover {
  transform: scale(1.05);
}
.header__links {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .header__links {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f9f7f2;
    z-index: 10000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%);
    transition: transform 0.2s linear;
  }
}
.header__link {
  color: #292323;
  font-size: 22rem;
  line-height: 30rem;
  font-weight: 500;
  margin-left: 50rem;
  transition: color 0.2s linear;
  position: relative;
}
@media (max-width: 575.98px) {
  .header__link {
    font-size: 32rem;
    line-height: 50rem;
    margin-left: 0;
    margin-top: 40rem;
  }
  .header__link:first-of-type {
    margin-top: 0;
  }
  .header__link::first-letter {
    text-transform: uppercase;
  }
}
.header__link a {
  color: #292323;
  transition: color 0.2s linear;
  position: relative;
}
.header__link:hover:not(.active) {
  color: #fdce11;
}
.header__link:hover:not(.active) a {
  color: #fdce11;
}
.header__link.active::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/home/header-bg-small.svg");
  width: 76.595rem;
  height: 44.11rem;
}
@media (max-width: 575.98px) {
  .header__link.active::before {
    width: 122.552rem;
    height: 70.576rem;
  }
}
.header__link.active.small::before {
  background-image: url("../images/home/header-bg.svg");
  width: 134.112rem;
  height: 53.22rem;
}
@media (max-width: 575.98px) {
  .header__link.active.small::before {
    width: 214.5792rem;
    height: 85.152rem;
  }
}

.js-hamburger.active + .header__links {
  transform: translateY(0%);
}

.welcome {
  padding-bottom: 100rem;
  position: relative;
}
.welcome__title {
  position: relative;
  margin-left: 157rem;
  width: 770rem;
  font-family: "Abril Fatface", Arial, Helvetica, sans-serif;
}
@media (max-width: 991.98px) {
  .welcome__title {
    margin-left: 35rem;
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .welcome__title {
    margin-left: 24rem;
  }
}
.welcome__title__top {
  font-size: 89rem;
  line-height: 128rem;
  color: #186632;
  text-align: center;
  position: relative;
  white-space: nowrap;
  z-index: 2;
}
.welcome__title__top--result {
  font-size: 65rem;
}
@media (max-width: 991.98px) {
  .welcome__title__top {
    font-size: 58rem;
    line-height: 68rem;
  }
}
@media (max-width: 575.98px) {
  .welcome__title__top {
    font-size: 48rem;
    line-height: 58rem;
    white-space: wrap;
    text-align: left;
  }
}
@media (max-width: 575.98px) and (max-width: 575.98px) {
  .welcome__title__top--result {
    font-size: 38rem;
    line-height: 48rem;
  }
}
.welcome__title__bottom {
  position: relative;
  font-size: 89rem;
  line-height: 128rem;
  margin-top: -25rem;
  color: #f9f7f2;
  text-align: center;
}
.welcome__title__bottom--result {
  font-size: 110rem;
}
@media (max-width: 991.98px) {
  .welcome__title__bottom {
    font-size: 58rem;
    line-height: 68rem;
    margin-top: 30rem;
  }
}
@media (max-width: 575.98px) {
  .welcome__title__bottom {
    font-size: 38rem;
    line-height: 48rem;
    position: absolute;
    bottom: 0rem;
    right: 68rem;
  }
  .welcome__title__bottom--result {
    right: 34rem;
    bottom: 1rem;
    font-size: 29rem;
    line-height: 38rem;
  }
}
@media (max-width: 575.98px) {
  .welcome__title__bottom--home {
    font-size: 26rem;
    line-height: 48rem;
    bottom: 0rem;
    right: 36rem;
  }
  .welcome__title__bottom--home::before {
    width: 217.9515rem !important;
    height: 44.542rem !important;
  }
}
.welcome__title__bottom > div {
  position: relative;
  z-index: 1;
}
.welcome__title__bottom::before {
  background-image: url("../images/home/title_bottom_bg.svg");
  width: 595.903rem;
  height: 125.084rem;
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 10rem);
  transform: translate(-50%, -50%);
  display: block;
}
@media (max-width: 575.98px) {
  .welcome__title__bottom::before {
    width: 297.9515rem;
    height: 62.542rem;
  }
}
.welcome__title__bottom--result::before {
  width: 305.227rem;
  height: 122.524rem;
  background-image: url("../images/result/points-bg.svg");
}
@media (max-width: 575.98px) {
  .welcome__title__bottom--result::before {
    width: 92.6135rem;
    height: 37.262rem;
  }
}
.welcome__desc {
  font-size: 24rem;
  line-height: 37rem;
  text-align: center;
  color: #383028;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-left: 254rem;
  width: 554rem;
  margin-top: 20rem;
}
.welcome__desc--result {
  width: 702rem;
  margin-left: 190rem;
}
@media (max-width: 991.98px) {
  .welcome__desc {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60rem;
  }
}
@media (max-width: 575.98px) {
  .welcome__desc {
    width: auto;
    margin-top: 148rem;
    margin-left: 24rem;
    margin-right: 24rem;
    text-align: left;
  }
  .welcome__desc--result {
    margin-top: 24rem;
  }
  .welcome__desc--mobile {
    margin-top: 24rem;
  }
}
.welcome__button {
  display: inline-flex;
  align-items: center;
  margin-left: 392rem;
  margin-top: 29rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .welcome__button {
    margin-left: 0;
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-top: 70rem;
    margin-bottom: 30rem;
  }
  .welcome__button--result {
    margin-top: -24rem;
  }
}
@media (max-width: 575.98px) {
  .welcome__button {
    flex-direction: column;
    margin-top: 0rem;
    margin-left: 0;
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .welcome__button__button {
    order: 2;
    margin-top: 24rem;
  }
}
.welcome__button__add {
  margin-left: 56.9rem;
  font-size: 30rem;
  line-height: 38rem;
  color: #186632;
  font-weight: 400;
  font-family: "Abril Fatface", Arial, Helvetica, sans-serif;
}
@media (max-width: 575.98px) {
  .welcome__button__add {
    order: 1;
    margin-left: 0;
    text-align: center;
  }
}
.welcome__button__arrow {
  width: 157.771rem;
  position: absolute;
  top: -81.4rem;
  left: 261.7rem;
  pointer-events: none;
}
.welcome__button__arrow--result {
  width: 170.447rem;
  top: unset;
  bottom: 0rem;
  left: unset;
  right: -23.5rem;
  transform: translateX(100%);
}
@media (max-width: 575.98px) {
  .welcome__button__arrow {
    display: none;
  }
}
.welcome__scroll {
  background-image: url(../images/home/scroll.svg);
  width: 70.53rem;
  height: 90.4rem;
  position: absolute;
  left: 130.7rem;
  bottom: 53.1rem;
  animation: scroll 3s linear infinite;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .welcome__scroll {
    bottom: unset;
    top: 95rem;
    left: 35rem;
    z-index: 1;
  }
}
@media (max-width: 575.98px) {
  .welcome__scroll {
    top: 170rem;
    left: 50%;
    animation: scrollMob 3s linear infinite;
  }
}
.welcome__davinci {
  position: absolute;
  top: 23rem;
  right: 72.7rem;
  width: 665.956rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .welcome__davinci {
    position: relative;
    top: unset;
    right: unset;
    margin-top: 40rem;
    margin-left: 40rem;
  }
}
@media (max-width: 575.98px) {
  .welcome__davinci {
    width: 400rem;
    margin-bottom: 200rem;
  }
}
.welcome__sticker {
  background-image: url("../images/home/sticker.svg");
  width: 326.194rem;
  height: 326.195rem;
  position: absolute;
  top: 71rem;
  right: 590rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 34rem;
  line-height: 48rem;
  font-family: "Abril Fatface", Arial, Helvetica, sans-serif;
  color: #383028;
}
@media (max-width: 991.98px) {
  .welcome__sticker {
    top: unset;
    bottom: 80rem;
    right: 60rem;
  }
}
@media (max-width: 575.98px) {
  .welcome__sticker {
    right: 50%;
    transform: translateX(50%);
  }
}
.welcome__line {
  width: 1666.057rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.scroll {
  background-image: url(../images/home/scroll.svg);
  width: 70.53rem;
  height: 90.4rem;
  animation: scroll 3s linear infinite;
  cursor: pointer;
  margin-top: 48rem;
  z-index: 1;
}

.footer {
  padding-top: 36.4rem;
  padding-left: 123.5rem;
  padding-right: 130.4rem;
}
@media (max-width: 991.98px) {
  .footer {
    padding-left: 35rem;
    padding-right: 35rem;
  }
}
@media (max-width: 575.98px) {
  .footer {
    padding-left: 24rem;
    padding-right: 24rem;
  }
}
.footer__polpharma {
  width: 210.134rem;
  transition: transform 0.2s linear;
}
.footer__polpharma:hover {
  transform: scale(1.05);
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .footer__top {
    flex-direction: column;
  }
}
.footer__top__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16rem;
  line-height: 24rem;
  color: #383028;
}
@media (max-width: 991.98px) {
  .footer__top__info {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .footer__top__info {
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 24rem;
  }
}
.footer__top__info a {
  color: #383028;
  transition: color 0.2s linear;
}
.footer__top__info a:hover {
  color: #d3430c;
}
.footer__copy {
  margin-left: 24rem;
}
@media (max-width: 575.98px) {
  .footer__copy {
    margin-left: 0;
    margin-top: 12rem;
  }
}
.footer__bottom {
  margin-top: 52.9rem;
}
@media (max-width: 575.98px) {
  .footer__bottom {
    margin-top: 24rem;
  }
}
.footer__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .footer__links {
    flex-wrap: wrap;
    margin-left: -15rem;
    margin-right: -15rem;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .footer__links {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__link {
  font-size: 16rem;
  line-height: 24rem;
  color: #383028;
  transition: color 0.2s linear;
}
@media (max-width: 991.98px) {
  .footer__link {
    margin: 5rem 15rem;
  }
}
.footer__link:hover {
  color: #d3430c;
}

.rewards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 823.76rem;
  margin-left: 128rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .rewards {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40rem;
    padding-right: 40rem;
  }
}
@media (max-width: 575.98px) {
  .rewards {
    margin-top: 24rem;
    margin-bottom: 230rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.rewards__left, .rewards__right {
  background-image: url("../images/home/reward_title_bg.svg");
  width: 216.76rem;
  height: 206.77rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 54rem;
  padding-right: 17rem;
}
@media (max-width: 991.98px) {
  .rewards__left, .rewards__right {
    padding-right: 0rem;
  }
}
.rewards__title {
  font-size: 22rem;
  line-height: 28rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #f9f7f2;
  text-align: center;
}
.rewards__count {
  font-size: 48rem;
  line-height: 1;
  color: #fdce11;
  margin-top: 16rem;
  text-align: center;
}
.rewards__cups {
  width: 192rem;
  position: absolute;
  top: 37.8rem;
  left: 157rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .rewards__cups {
    left: 190rem;
    z-index: 1;
  }
}
@media (max-width: 575.98px) {
  .rewards__cups {
    top: unset;
    bottom: 24rem;
    transform: translateY(100%);
    left: 24rem;
  }
}
.rewards__polarbox {
  width: 192rem;
  position: absolute;
  top: 57.8rem;
  left: 164rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .rewards__polarbox {
    left: 220rem;
    z-index: 1;
  }
}
@media (max-width: 575.98px) {
  .rewards__polarbox {
    top: unset;
    bottom: 24rem;
    transform: translateY(100%);
    left: 24rem;
  }
}
.rewards__blanket {
  width: 359rem;
  position: absolute;
  top: 115.8rem;
  right: 142.8rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .rewards__blanket {
    right: 200rem;
  }
}
@media (max-width: 575.98px) {
  .rewards__blanket {
    width: 260rem;
    top: unset;
    bottom: -70rem;
    transform: translateY(100%);
    right: 24rem;
  }
}

.gtk {
  position: relative;
  padding-top: 62.4rem;
  padding-bottom: 193rem;
  padding-left: 882rem;
}
@media (max-width: 991.98px) {
  .gtk {
    padding-left: 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 740rem;
  }
}
@media (max-width: 575.98px) {
  .gtk {
    padding-bottom: 48rem;
  }
}
.gtk__title {
  font-size: 44rem;
  line-height: 1.2;
  color: #383028;
  position: relative;
  display: inline-block;
  font-family: "Abril Fatface", Arial, Helvetica, sans-serif;
}
@media (max-width: 575.98px) {
  .gtk__title {
    font-size: 32rem;
    align-self: flex-start;
    padding-left: 24rem;
  }
}
.gtk__title > div {
  position: relative;
}
.gtk__title::before {
  background-image: url("../images/home/gtk-1.svg");
  width: 208.933rem;
  height: 106.944rem;
  content: "";
  position: absolute;
  top: -30rem;
  right: -50rem;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .gtk__title::before {
    width: 146.2531rem;
    height: 74.8608rem;
    top: -15rem;
    right: -30rem;
  }
}
.gtk__title--slider::before {
  background-image: url("../images/home/slider-text-bg.svg");
  width: 238.474rem;
  height: 65.975rem;
}
.gtk__item {
  display: flex;
  align-items: center;
  margin-top: 47rem;
}
@media (max-width: 575.98px) {
  .gtk__item {
    margin-top: 24rem;
  }
}
.gtk__item--first {
  margin-top: 26rem;
}
@media (max-width: 575.98px) {
  .gtk__item--first {
    margin-top: 48rem;
  }
}
.gtk__icon {
  max-width: 53%;
  max-height: 53%;
}
.gtk__icon__container {
  background-image: url("../images/home/gtk-item.svg");
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180rem;
  height: 180rem;
  margin-right: 48rem;
}
@media (max-width: 575.98px) {
  .gtk__icon__container {
    flex-shrink: 0;
    width: 90rem;
    height: 90rem;
    margin-right: 24rem;
    margin-left: 24rem;
  }
}
.gtk__content__title {
  font-size: 30rem;
  line-height: 1.2;
  color: #186632;
}
@media (max-width: 575.98px) {
  .gtk__content__title {
    font-size: 24rem;
  }
}
.gtk__content__text {
  font-size: 20rem;
  line-height: 30rem;
  color: #383028;
}
.gtk__painkiller {
  width: 256rem;
  position: absolute;
  top: 257.4rem;
  right: 156.3rem;
}
@media (max-width: 991.98px) {
  .gtk__painkiller {
    display: none;
  }
}
.gtk__arrow {
  position: absolute;
  width: 213.8rem;
  height: 247.396rem;
  top: 502rem;
  right: 288rem;
}
@media (max-width: 991.98px) {
  .gtk__arrow {
    display: none;
  }
}
.gtk__king {
  width: 593.666rem;
  position: absolute;
  top: 130.9rem;
  left: 132.9rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .gtk__king {
    top: 780rem;
  }
}
@media (max-width: 575.98px) {
  .gtk__king {
    position: relative;
    top: unset;
    left: unset;
    width: 400rem;
    margin-top: 24rem;
  }
}

.how {
  position: relative;
  padding-bottom: 88rem;
  padding-top: 60.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991.98px) {
  .how {
    padding-bottom: 48rem;
  }
}
.how__items {
  width: 100%;
  padding-left: 256rem;
  padding-right: 256rem;
  display: flex;
  justify-content: space-between;
  margin-top: 122rem;
}
@media (max-width: 991.98px) {
  .how__items {
    padding-left: 35rem;
    padding-right: 35rem;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 35rem;
  }
}
@media (max-width: 575.98px) {
  .how__items {
    padding-left: 24rem;
    padding-right: 24rem;
    margin-top: 24rem;
  }
}
.how__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991.98px) {
  .how__item {
    flex-direction: row;
    margin-top: 35rem;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .how__item {
    flex-direction: column;
  }
}
.how__item__icon {
  max-width: 52%;
  max-height: 52%;
}
.how__item__icon__container {
  width: 182rem;
  height: 182rem;
  border: 8rem solid #fdce11;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
}
.how__item__content {
  background-image: url("../images/home/how-content.svg");
  margin-top: 46rem;
  width: 376.014rem;
  height: 203.652rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20rem;
  line-height: 30rem;
  color: #292323;
  text-align: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .how__item__content {
    margin-top: 0;
    margin-left: 35rem;
  }
}
@media (max-width: 575.98px) {
  .how__item__content {
    margin-top: 24rem;
    margin-left: 0;
  }
}
.how__item__content__dashes-1 {
  width: 42.735rem;
  position: absolute;
  top: -60rem;
  right: -30rem;
  transform: rotate(315deg);
}
.how__item__content__dashes-2 {
  width: 49.794rem;
  position: absolute;
  bottom: -30rem;
  right: -30rem;
}
@media (max-width: 991.98px) {
  .how__item__content__dashes-2 {
    bottom: unset;
    top: -15rem;
    right: -45rem;
  }
}
.how__item__content__dashes-3 {
  width: 56.23rem;
  position: absolute;
  top: -30rem;
  right: -30rem;
}
.how__arrow-left {
  width: 465.163rem;
  position: absolute;
  top: 477.8rem;
  left: 317.8rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .how__arrow-left {
    display: none;
  }
}
.how__arrow-right {
  width: 249.441rem;
  position: absolute;
  top: 295.1rem;
  left: 1079.1rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .how__arrow-right {
    display: none;
  }
}
.how__button {
  margin-top: 132.9rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .how__button {
    margin-top: 48rem;
  }
}

.see {
  position: relative;
  padding-top: 55.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.see__desc {
  font-size: 24rem;
  line-height: 37rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #383028;
  margin-top: 16rem;
  width: 790rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .see__desc {
    width: auto;
    padding-left: 35rem;
    padding-right: 35rem;
  }
}
@media (max-width: 575.98px) {
  .see__desc {
    padding-left: 24rem;
    padding-right: 24rem;
    text-align: left;
  }
}
.see__slider {
  width: 100%;
}
@media (max-width: 991.98px) {
  .see__slider {
    transform: translateX(30rem);
  }
}
@media (max-width: 575.98px) {
  .see__slider {
    transform: none;
  }
}
.see__slider__item {
  position: relative;
  height: 649.45rem;
}
.see__packshot {
  position: absolute;
  top: 52%;
  left: 52%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.see__packshot--2k {
  width: 525rem;
  top: 50%;
  left: 49.6%;
}
@media (max-width: 575.98px) {
  .see__packshot--2k {
    width: 315rem;
    left: 58%;
  }
}
.see__packshot--4k {
  width: 525rem;
  top: 50%;
  left: 49.3%;
}
@media (max-width: 575.98px) {
  .see__packshot--4k {
    width: 315rem;
    left: 58%;
  }
}
.see__packshot--10k {
  width: 539rem;
  top: 51.7%;
  left: 49.3%;
}
@media (max-width: 575.98px) {
  .see__packshot--10k {
    width: 323.4rem;
    left: 58%;
  }
}
.see__packshot--15k {
  width: 438rem;
  top: 52%;
  left: 50.6%;
}
@media (max-width: 575.98px) {
  .see__packshot--15k {
    width: 262.8rem;
    left: 58%;
  }
}
.see__packshot--20k {
  width: 566rem;
  top: 49%;
  left: 48.6%;
}
@media (max-width: 575.98px) {
  .see__packshot--20k {
    width: 339.6rem;
    left: 58%;
  }
}
.see__packshot--50k {
  width: 500rem;
  top: 50%;
  left: 47.6%;
}
@media (max-width: 575.98px) {
  .see__packshot--50k {
    width: 300rem;
    left: 49%;
  }
}
.see__packshot__sticker {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/home/sticker.svg");
  width: 250.43rem;
  height: 250.43rem;
  pointer-events: none;
  position: absolute;
  top: 68rem;
  left: 452rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 33rem;
  line-height: 38rem;
  color: #383028;
  text-align: center;
  font-family: "Abril Fatface", Arial, Helvetica, sans-serif;
}
@media (max-width: 991.98px) {
  .see__packshot__sticker {
    top: 20rem;
    left: 20rem;
  }
}
@media (max-width: 575.98px) {
  .see__packshot__sticker {
    width: 150.258rem;
    height: 150.258rem;
    font-size: 19.8rem;
    line-height: 22.8rem;
    top: 30rem;
    left: 10rem;
  }
}
.see__packshot__bg {
  width: 100%;
  position: relative;
  margin-top: 60.7rem;
  margin-left: 81rem;
  margin-bottom: 63.6rem;
}
@media (max-width: 991.98px) {
  .see__packshot__bg {
    margin-top: 40rem;
    margin-bottom: 40rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media (max-width: 575.98px) {
  .see__packshot__bg {
    margin-right: unset;
    margin-bottom: -30rem;
  }
}
.see__packshot__bg::before {
  content: "";
  display: block;
  width: 872.846rem;
  height: 738.594rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/home/pack-bg.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .see__packshot__bg::before {
    left: 55%;
  }
}
@media (max-width: 575.98px) {
  .see__packshot__bg::before {
    width: 523.7076rem;
    height: 443.1564rem;
  }
}
.see__packshot__cloud {
  background-image: url("../images/home/cloud.svg");
  width: 350.469rem;
  height: 276.701rem;
  padding-left: 69.3rem;
  padding-top: 54.1rem;
  position: absolute;
  top: 0rem;
  right: 535rem;
}
@media (max-width: 991.98px) {
  .see__packshot__cloud {
    right: 0rem;
  }
}
@media (max-width: 575.98px) {
  .see__packshot__cloud {
    width: 210.2814rem;
    height: 166.0206rem;
  }
}
.see__packshot__cloud--2k {
  padding-left: 72.3rem;
  padding-top: 66.1rem;
}
@media (max-width: 575.98px) {
  .see__packshot__cloud--2k {
    padding-left: 43.38rem;
    padding-top: 39.66rem;
  }
}
.see__packshot__cloud--4k {
  padding-left: 66.3rem;
  padding-top: 66.1rem;
}
@media (max-width: 575.98px) {
  .see__packshot__cloud--4k {
    padding-left: 39.78rem;
    padding-top: 39.66rem;
  }
}
.see__packshot__cloud--10k {
  padding-left: 66.3rem;
  padding-top: 66.1rem;
}
@media (max-width: 575.98px) {
  .see__packshot__cloud--10k {
    padding-left: 39.78rem;
    padding-top: 39.66rem;
  }
}
.see__packshot__cloud--15k {
  padding-left: 64.3rem;
  padding-top: 27.1rem;
}
@media (max-width: 575.98px) {
  .see__packshot__cloud--15k {
    padding-left: 38.58rem;
    padding-top: 16.26rem;
  }
}
.see__packshot__cloud--20k {
  padding-left: 73.3rem;
  padding-top: 66.1rem;
}
@media (max-width: 575.98px) {
  .see__packshot__cloud--20k {
    padding-left: 43.98rem;
    padding-top: 39.66rem;
  }
}
.see__packshot__cloud__title {
  font-size: 33rem;
  line-height: 38rem;
  color: #186632;
  font-family: "Abril Fatface", Arial, Helvetica, sans-serif;
}
@media (max-width: 575.98px) {
  .see__packshot__cloud__title {
    font-size: 19.8rem;
    line-height: 22.8rem;
  }
}
.see__packshot__cloud__text {
  font-size: 20rem;
  line-height: 30rem;
  color: #383028;
}
@media (max-width: 575.98px) {
  .see__packshot__cloud__text {
    font-size: 12rem;
    line-height: 18rem;
  }
}
.see__face {
  width: 360.283rem;
  position: absolute;
  top: 56rem;
  left: 114.7rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .see__face {
    display: none;
  }
}
.see__arrow {
  width: 111.507rem;
  height: 54.74rem;
}
@media (max-width: 991.98px) {
  .see__arrow {
    width: 94.78095rem;
    height: 46.529rem;
  }
}
@media (max-width: 991.98px) {
  .see__arrow {
    width: 72.47955rem;
    height: 35.581rem;
  }
}
.see__arrow path,
.see__arrow line {
  transition: stroke 0.2s linear;
}
.see__arrow__container {
  position: absolute;
  top: 496rem;
  right: 246.4rem;
  opacity: 1;
  transition: opacity 0.2s linear;
}
@media (max-width: 991.98px) {
  .see__arrow__container {
    top: 800rem;
    right: 50rem;
  }
}
.see__arrow__container.inactive {
  opacity: 0;
  pointer-events: none;
}
.see__arrow__container--left {
  right: unset;
  left: 246.4rem;
}
@media (max-width: 991.98px) {
  .see__arrow__container--left {
    left: 50rem;
  }
}
.see__arrow__container:hover .see__arrow path,
.see__arrow__container:hover .see__arrow line {
  stroke: #fdce11;
}

.mat {
  margin-left: 128rem;
  margin-right: 136rem;
  padding-bottom: 65rem;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 991.98px) {
  .mat {
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 35rem;
    margin-right: 35rem;
  }
}
@media (max-width: 575.98px) {
  .mat {
    margin-left: 24rem;
    margin-right: 24rem;
  }
}
.mat__quiz {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 43rem;
  counter-reset: nonContestAnswerNo;
}
@media (max-width: 991.98px) {
  .mat__quiz {
    padding-left: 0rem;
  }
}
@media (max-width: 575.98px) {
  .mat__quiz {
    align-items: flex-start;
  }
}
.mat__quiz__title {
  margin-top: 62rem;
  font-size: 44rem;
  line-height: 54rem;
  font-family: "Abril Fatface", Arial, Helvetica, sans-serif;
  width: 799rem;
  position: relative;
  display: inline-block;
  text-align: center;
  color: #383028;
}
@media (max-width: 575.98px) {
  .mat__quiz__title {
    font-size: 24rem;
    line-height: 34rem;
    text-align: left;
    width: auto;
    margin-top: 24rem;
  }
}
.mat__quiz__title > div {
  position: relative;
}
.mat__quiz__title::before {
  content: "";
  width: 350.466rem;
  height: 67.479rem;
  display: block;
  position: absolute;
  top: -10rem;
  left: 35rem;
  background-image: url("../images/mats/title-bg.svg");
}
@media (max-width: 991.98px) {
  .mat__quiz__title::before {
    width: 350.466rem;
    height: 67.479rem;
    left: 34rem;
    top: -6rem;
  }
}
@media (max-width: 575.98px) {
  .mat__quiz__title::before {
    display: none;
  }
}
.mat__quiz__desc {
  font-size: 24rem;
  line-height: 37rem;
  font-weight: 500;
  color: #383028;
  width: 705rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 6rem;
}
@media (max-width: 575.98px) {
  .mat__quiz__desc {
    font-size: 18rem;
    line-height: 24rem;
    width: auto;
    text-align: left;
  }
}
.mat__quiz__no {
  background-image: url("../images/mats/no-bg.svg");
  width: 334.178rem;
  height: 93.108rem;
  margin-top: 32rem;
  padding-top: 40rem;
  padding-right: 20rem;
  display: flex;
  justify-content: center;
  font-size: 30rem;
  line-height: 1;
  color: #186632;
  font-family: "Abril Fatface", Arial, Helvetica, sans-serif;
}
@media (max-width: 991.98px) {
  .mat__quiz__no {
    margin-top: 0rem;
  }
}
@media (max-width: 575.98px) {
  .mat__quiz__no {
    margin-left: auto;
    margin-right: auto;
  }
}
.mat__quiz__question {
  position: relative;
  font-size: 24rem;
  line-height: 37rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: center;
  color: #383028;
  margin-top: 10rem;
}
@media (max-width: 575.98px) {
  .mat__quiz__question {
    font-size: 20rem;
    line-height: 30rem;
    margin-top: 24rem;
    text-align: left;
  }
}
.mat__quiz__question::after {
  content: "";
  background-image: url("../images/mats/question-arrow.svg");
  width: 262.577rem;
  height: 362.196rem;
  position: absolute;
  bottom: 14rem;
  right: 100rem;
  transform: translate(100%, 100%);
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .mat__quiz__question::after {
    display: none;
  }
}
.mat__quiz__question--mona::after {
  right: 53rem;
  bottom: 17rem;
}
@media (max-width: 991.98px) {
  .mat__quiz__question--mona::after {
    bottom: -2rem;
    right: 60rem;
  }
}
.mat__quiz__answer {
  position: relative;
  font-size: 20rem;
  line-height: 30rem;
  color: #383028;
  cursor: pointer;
  display: block;
}
.mat__quiz__answer--human {
  margin-left: -20rem;
}
.mat__quiz__answer--mona {
  margin-left: -50rem;
}
.mat__quiz__answer--woman {
  margin-left: 60rem;
}
.mat__quiz__answer--lis {
  margin-left: -100rem;
}
@media (max-width: 575.98px) {
  .mat__quiz__answer {
    margin-left: 0rem;
  }
}
.mat__quiz__answer:first-of-type {
  margin-top: 6rem;
}
.mat__quiz__answer input {
  opacity: 0;
  width: 0;
  height: 0;
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
}
.mat__quiz__answer__text {
  position: relative;
  counter-increment: nonContestAnswerNo;
  display: flex;
  align-items: center;
  margin-top: 24rem;
  transition: color 0.2s linear;
}
.mat__quiz__answer__text::before {
  background-image: url("../images/mats/letter.svg");
  width: 42.52rem;
  height: 51.29rem;
  content: counter(nonContestAnswerNo, lower-alpha) ".";
  font-size: 26rem;
  line-height: 1;
  font-family: "Abril Fatface", Arial, Helvetica, sans-serif;
  color: #383028;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 11rem;
  margin-right: 23.2rem;
  transition: color 0.2s linear;
  flex-shrink: 0;
}
input:checked + .mat__quiz__answer__text {
  color: #186632;
  font-weight: 900;
}
input:checked + .mat__quiz__answer__text::before {
  color: #186632;
  font-weight: 400;
}
.mat__quiz__button {
  margin-top: 45rem;
}
.mat__quiz__button--mobile {
  margin-top: 12rem;
  margin-bottom: 24rem;
}
@media (max-width: 575.98px) {
  .mat__quiz__button {
    width: 100%;
  }
  .mat__quiz__button .button {
    width: 100%;
  }
}
.mat__quiz-image {
  width: 765.8rem;
  margin-left: 65rem;
}
@media (max-width: 991.98px) {
  .mat__quiz-image {
    margin-left: 0;
    margin-top: 48rem;
    width: auto;
  }
}
.mat__result {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .mat__result {
    flex-grow: 1;
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .mat__result {
    align-items: flex-start;
  }
}
.mat__result__title {
  font-family: "Abril Fatface", Arial, Helvetica, sans-serif;
  font-size: 30rem;
  line-height: 45rem;
  color: #186632;
  position: relative;
  margin-top: 123.8rem;
  margin-right: 180rem;
}
@media (max-width: 991.98px) {
  .mat__result__title {
    margin-right: 0rem;
  }
}
@media (max-width: 575.98px) {
  .mat__result__title {
    width: 100%;
    margin-top: 0rem;
    margin-right: 0;
    align-self: center;
    text-align: left;
  }
}
.mat__result__title::before, .mat__result__title::after {
  background-image: url("../images/mats/result-title-border.svg");
  content: "";
  width: 187.584rem;
  height: 246.231rem;
  pointer-events: none;
  position: absolute;
  top: 60rem;
}
@media (max-width: 575.98px) {
  .mat__result__title::before, .mat__result__title::after {
    display: none;
  }
}
.mat__result__title::before {
  left: 70rem;
  transform: translate(-100%, -50%);
}
@media (max-width: 991.98px) {
  .mat__result__title::before {
    left: 100rem;
  }
}
.mat__result__title::after {
  right: 70rem;
  transform: translate(100%, -50%) scaleX(-1);
}
@media (max-width: 991.98px) {
  .mat__result__title::after {
    right: 100rem;
  }
}
.mat__result__title__ans {
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 24rem;
  line-height: 45rem;
  color: #383028;
  position: relative;
}
.mat__result__title__ans > div {
  position: relative;
}
.mat__result__title__ans::before {
  content: "";
  background-image: url("../images/mats/result-ans-bg.svg");
  width: 390.831rem;
  height: 84.966rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .mat__result__title__ans::before {
    left: 180rem;
  }
}
.mat__result__title__ans--center {
  text-align: center;
}
@media (max-width: 575.98px) {
  .mat__result__title__ans--center {
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .mat__result__title__ans--short::before {
    background-image: url("../images/home/gtk-1.svg");
    width: 188.0397rem;
    height: 96.2496rem;
    left: 85rem;
    top: 58%;
  }
}
@media (max-width: 575.98px) {
  .mat__result__title__ans--medium::before {
    background-image: url("../images/home/medium.svg");
    width: 267.25rem;
    height: 67.479rem;
    left: 115rem;
    top: 58%;
  }
}
.mat__result__desc {
  font-size: 20rem;
  line-height: 30rem;
  color: #383028;
  width: 542rem;
  text-align: center;
  margin-right: 80rem;
}
@media (max-width: 991.98px) {
  .mat__result__desc {
    margin-right: 0rem;
  }
}
@media (max-width: 575.98px) {
  .mat__result__desc {
    width: auto;
    text-align: left;
    margin-right: 0;
  }
}
.mat__result__desc__title {
  margin-top: 202.4rem;
  font-family: "Abril Fatface", Arial, Helvetica, sans-serif;
  font-size: 30rem;
  line-height: 40rem;
  color: #186632;
  text-align: center;
  margin-right: 80rem;
  width: 542rem;
}
@media (max-width: 991.98px) {
  .mat__result__desc__title {
    margin-top: 122.4rem;
    margin-right: 0rem;
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .mat__result__desc__title {
    margin-top: 12rem;
  }
}
.mat__result__button {
  margin-top: 90rem;
  margin-right: 210rem;
  position: relative;
}
.mat__result__button--close {
  margin-top: 56rem;
}
.mat__result__button--end {
  margin-right: 260rem;
}
.mat__result__button--ended {
  margin-right: 280rem;
}
.mat__result__button--home {
  margin-right: 200rem;
}
@media (max-width: 991.98px) {
  .mat__result__button {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 575.98px) {
  .mat__result__button {
    margin-top: 24rem;
    width: 100%;
  }
  .mat__result__button .button {
    width: 100%;
  }
}
.mat__result__button::after {
  content: "";
  background-image: url("../images/mats/result-arrow.svg");
  width: 111.549rem;
  height: 158.105rem;
  position: absolute;
  top: 30rem;
  right: -19.5rem;
  transform: translate(100%, -100%);
}
@media (max-width: 575.98px) {
  .mat__result__button::after {
    display: none;
  }
}
.mat__info__img {
  position: absolute;
  width: 1296rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.mat__info__img--new {
  width: 1864rem;
  top: 230rem;
  left: 540rem;
}
@media (max-width: 991.98px) {
  .mat__info__img {
    width: auto;
    max-width: 100%;
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    margin-top: 48rem;
  }
  .mat__info__img--new {
    width: 1530rem;
    transform: translateX(-350rem);
    margin-top: -430rem;
    height: 1280rem;
    margin-bottom: -208rem;
    object-fit: contain;
    max-width: none;
  }
}
@media (max-width: 575.98px) {
  .mat__info__img--new {
    width: 800rem;
    transform: translateX(-30rem);
    margin-top: -510rem;
    margin-bottom: -432rem;
  }
}
.mat__info__img__container {
  width: 977rem;
  height: 763.55rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .mat__info__img__container {
    width: auto;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .mat__info__img__container {
    margin-bottom: 60rem;
  }
  .mat__info__img__container--devi {
    margin-left: -200rem;
    margin-right: -200rem;
  }
}
.mat__info__img__container--bg {
  background-image: url("../images/mats/info-bg.svg");
}
@media (max-width: 991.98px) {
  .mat__info__img__container--bg {
    margin-top: 48rem;
  }
}
.mat__info__meds {
  position: relative;
  padding: 224rem 319rem 169.5rem 285rem;
}
@media (max-width: 991.98px) {
  .mat__info__meds {
    padding: 104rem 209rem 69.5rem 195rem;
  }
}
@media (max-width: 575.98px) {
  .mat__info__meds {
    padding: 194rem 29rem 69.5rem 95rem;
  }
}
.mat__info__meds__item {
  position: relative;
  margin-top: 153rem;
}
.mat__info__meds__item:first-of-type {
  margin-top: 0rem;
}
.mat__info__meds__item__title {
  font-size: 24rem;
  line-height: 30rem;
  font-weight: 700;
  color: #fdce11;
  text-transform: uppercase;
}
.mat__info__meds__item__text {
  font-size: 20rem;
  line-height: 30rem;
  color: #FFFFFF;
}
.mat__info__meds__pill {
  width: 229rem;
  position: absolute;
  top: -22rem;
  left: 2rem;
  transform: translateX(-100%);
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .mat__info__meds__pill {
    width: 160.3rem;
  }
}
@media (max-width: 575.98px) {
  .mat__info__meds__pill {
    width: 100rem;
    top: -12rem;
  }
}
.mat__info__meds__drop {
  width: 253rem;
  position: absolute;
  top: -33rem;
  left: 14rem;
  transform: translateX(-100%);
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .mat__info__meds__drop {
    width: 177.1rem;
  }
}
@media (max-width: 575.98px) {
  .mat__info__meds__drop {
    width: 127rem;
    top: -13rem;
    left: 22rem;
  }
}
.mat__info__meds__zig {
  width: 382.917rem;
  height: 31.845rem;
  position: absolute;
  top: 384.5rem;
  left: 270.5rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .mat__info__meds__zig {
    top: 264.5rem;
    left: 210.5rem;
  }
}
@media (max-width: 575.98px) {
  .mat__info__meds__zig {
    top: 344.5rem;
    left: 30.5rem;
  }
}
.mat__info__meds__sticker {
  background-image: url("../images/mats/sticker.svg");
  width: 282.024rem;
  height: 249.86rem;
  pointer-events: none;
  position: absolute;
  top: 64.3rem;
  right: 62.5rem;
  font-family: "Abril Fatface", Arial, Helvetica, sans-serif;
  font-size: 47rem;
  line-height: 53rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #f9f7f2;
}
@media (max-width: 991.98px) {
  .mat__info__meds__sticker {
    width: 141.012rem;
    height: 124.93rem;
    top: 44.3rem;
    right: 42.5rem;
    font-size: 21rem;
    line-height: 29rem;
  }
}
.mat__info__recipe {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 159rem 108.5rem 234.5rem 90.5rem;
}
@media (max-width: 991.98px) {
  .mat__info__recipe {
    padding: 59rem 108.5rem 75rem 90.5rem;
  }
}
@media (max-width: 575.98px) {
  .mat__info__recipe {
    padding: 69rem 18.5rem 44.5rem 30.5rem;
  }
}
.mat__info__recipe__title {
  font-family: "Abril Fatface", Arial, Helvetica, sans-serif;
  font-size: 83rem;
  line-height: 86rem;
  text-align: center;
  color: #fdce11;
}
@media (max-width: 575.98px) {
  .mat__info__recipe__title {
    font-size: 38rem;
    line-height: 48rem;
  }
}
.mat__info__recipe__text {
  font-family: "Abril Fatface", Arial, Helvetica, sans-serif;
  font-size: 83rem;
  line-height: 86rem;
  color: #f9f7f2;
  text-align: center;
}
@media (max-width: 575.98px) {
  .mat__info__recipe__text {
    font-size: 32rem;
    line-height: 42rem;
  }
}
.mat__info__recipe__pack {
  position: absolute;
  width: 155.895rem;
  top: 466.1rem;
  left: 119.5rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .mat__info__recipe__pack {
    display: none;
  }
}
.mat__info__recipe__mona {
  width: 401.72rem;
  position: absolute;
  bottom: -13rem;
  right: -16rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .mat__info__recipe__mona {
    display: none;
  }
}
.mat__info__recipe__dots {
  width: 99.424rem;
  position: absolute;
  top: 32.9rem;
  right: 17.7rem;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .mat__info__recipe__dots {
    display: none;
  }
}
.mat__info__con {
  position: relative;
  padding-top: 115.3rem;
  padding-bottom: 147rem;
  margin-left: auto;
  margin-right: auto;
  width: 557rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 575.98px) {
  .mat__info__con {
    width: auto;
  }
}
.mat__info__con__title {
  font-family: "Abril Fatface", Arial, Helvetica, sans-serif;
  font-size: 43rem;
  line-height: 49rem;
  text-align: center;
  margin-bottom: 7rem;
  text-transform: uppercase;
  color: #f9f7f2;
}
.mat__info__con__row {
  width: 100%;
}
.mat__info__con__item {
  margin-top: 48.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mat__info__con__item__title {
  margin-top: 8.4rem;
  font-size: 24rem;
  line-height: 31rem;
  font-weight: 700;
  color: #fdce11;
  text-align: center;
  white-space: nowrap;
}
.mat__info__con__item__icon {
  width: 134.672rem;
}
.mat__info__con__line {
  width: 72.015rem;
  position: absolute;
  bottom: 72.5rem;
  left: 81rem;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .mat__info__con__line {
    display: none;
  }
}
.mat__info__con__mark {
  width: 138.881rem;
  position: absolute;
  top: 212.3rem;
  right: 41rem;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .mat__info__con__mark {
    display: none;
  }
}
.mat__info__con__manydots {
  width: 99.424rem;
  position: absolute;
  bottom: 119.6rem;
  right: -20.3rem;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .mat__info__con__manydots {
    display: none;
  }
}
.mat__chpl {
  font-family: "Abril Fatface", Arial, Helvetica, sans-serif;
  font-size: 20rem;
  line-height: 30rem;
  color: #186632;
  padding: 5rem 34rem;
  background-color: #f9f7f2;
  position: absolute;
  bottom: -12rem;
  left: 50%;
  transform: translateX(-50%);
}
.mat__chpl--1 {
  bottom: 10rem;
}
.mat__chpl--2 {
  bottom: 10rem;
}
@media (max-width: 575.98px) {
  .mat__chpl {
    bottom: 0rem;
    transform: translate(-50%, 100%);
  }
}

.quiz {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  counter-reset: questionNo;
  padding-bottom: 66rem;
}
@media (max-width: 991.98px) {
  .quiz {
    padding-left: 35rem;
    padding-right: 35rem;
  }
}
@media (max-width: 575.98px) {
  .quiz {
    padding-bottom: 48rem;
    padding-left: 12rem;
    padding-right: 24rem;
  }
}
.quiz__title {
  position: relative;
  font-family: "Abril Fatface", Arial, Helvetica, sans-serif;
  font-size: 44rem;
  line-height: 58rem;
  text-align: center;
  color: #000000;
  margin-top: 52rem;
}
.quiz__title > div {
  position: relative;
}
.quiz__title::before {
  background-image: url("../images/quiz/title-bg.svg");
  content: "";
  width: 351.299rem;
  height: 66.541rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.quiz__subtitle {
  font-size: 24rem;
  line-height: 37rem;
  font-weight: 500;
  color: #383028;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 17rem;
}
@media (max-width: 991.98px) {
  .quiz__subtitle {
    width: 400rem;
  }
}
@media (max-width: 575.98px) {
  .quiz__subtitle {
    font-size: 22rem;
    line-height: 29rem;
  }
  .quiz__subtitle--fix {
    font-size: 20rem;
    line-height: 30rem;
  }
}
.quiz__subtitle--big {
  font-size: 44rem;
  line-height: 58rem;
}
@media (max-width: 991.98px) {
  .quiz__subtitle--big {
    width: 600rem;
    font-size: 34rem;
    line-height: 48rem;
  }
}
.quiz__question {
  margin-top: 76.5rem;
  font-size: 20rem;
  line-height: 30rem;
  color: #186632;
  font-weight: 700;
  counter-increment: questionNo;
  counter-reset: answerNo;
}
@media (max-width: 991.98px) {
  .quiz__question {
    margin-top: 48rem;
  }
}
@media (max-width: 575.98px) {
  .quiz__question {
    margin-top: 24rem;
  }
}
.quiz__question:first-of-type {
  margin-top: 45rem;
}
.quiz__question__title {
  margin-left: 23rem;
}
@media (max-width: 991.98px) {
  .quiz__question__title {
    margin-left: 0;
  }
}
.quiz__question__title::before {
  content: counter(questionNo) ". ";
  display: inline;
}
.quiz__answers {
  margin-top: 3.5rem;
}
@media (max-width: 991.98px) {
  .quiz__answers {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .quiz__answers {
    align-items: flex-start;
  }
}
.quiz__answer {
  margin-top: 19.5rem;
  font-size: 20rem;
  line-height: 30rem;
  color: #383028;
  display: flex;
  align-items: flex-start;
  counter-increment: answerNo;
}
@media (max-width: 991.98px) {
  .quiz__answer {
    margin-left: -95rem;
  }
}
@media (max-width: 575.98px) {
  .quiz__answer {
    margin-left: unset;
    width: 100%;
  }
}
.quiz__answer__text {
  position: relative;
  width: 470.93rem;
  height: 64.078rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  text-align: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22463.93%22%20height=%2264.078%22%20viewBox=%220%200%20463.93%2064.078%22%3E%3Cpath%20id=%22Path_98204%22%20data-name=%22Path%2098204%22%20d=%22M178.878,1132.933c-1.982-20.839-1.841-28.81,43.7-31s351.394-5.293,379.921-3.953c44.25,2.078,36.192,20.909,36.192,34.957,0,16.444-19.261,21.208-39.462,23.242-29.379,2.959-359.05,3.666-392.612,0C190.347,1154.752,181.05,1150.431,178.878,1132.933Z%22%20transform=%22translate(-176.801%20-1096.093)%22%20fill=%22rgba(0,0,0,0)%22%20stroke=%22%23fdce11%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20stroke-width=%223%22/%3E%3C/svg%3E");
}
@media (max-width: 575.98px) {
  .quiz__answer__text {
    background-image: unset !important;
    border: 2rem solid #fdce11;
    width: auto;
    height: auto;
    padding: 18rem;
    border-radius: 18rem;
    justify-content: flex-start;
    text-align: left;
    flex-shrink: 1;
    flex-grow: 1;
  }
}
.quiz__answer.active .quiz__answer__text, .quiz__answer.correct .quiz__answer__text, .quiz__answer.match .quiz__answer__text {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22463.93%22%20height=%2264.078%22%20viewBox=%220%200%20463.93%2064.078%22%3E%3Cpath%20id=%22Path_98204%22%20data-name=%22Path%2098204%22%20d=%22M178.878,1132.933c-1.982-20.839-1.841-28.81,43.7-31s351.394-5.293,379.921-3.953c44.25,2.078,36.192,20.909,36.192,34.957,0,16.444-19.261,21.208-39.462,23.242-29.379,2.959-359.05,3.666-392.612,0C190.347,1154.752,181.05,1150.431,178.878,1132.933Z%22%20transform=%22translate(-176.801%20-1096.093)%22%20fill=%22rgba(253,206,17,1)%22%20stroke=%22%23fdce11%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20stroke-width=%223%22/%3E%3C/svg%3E");
}
@media (max-width: 575.98px) {
  .quiz__answer.active .quiz__answer__text, .quiz__answer.correct .quiz__answer__text, .quiz__answer.match .quiz__answer__text {
    background-color: #fdce11;
  }
}
.quiz__answer.correct .quiz__answer__text::before, .quiz__answer.match .quiz__answer__text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%22463.93%22 height%3D%2264.078%22 viewBox%3D%220 0 463.93 64.078%22%3E%3Cpath id%3D%22Path_102560%22 data-name%3D%22Path 102560%22 d%3D%22M178.878%2C1132.933c-1.982-20.839-1.841-28.81%2C43.7-31s351.394-5.293%2C379.921-3.953c44.25%2C2.078%2C36.192%2C20.909%2C36.192%2C34.957%2C0%2C16.444-19.261%2C21.208-39.462%2C23.242-29.379%2C2.959-359.05%2C3.666-392.612%2C0C190.347%2C1154.752%2C181.05%2C1150.431%2C178.878%2C1132.933Z%22 transform%3D%22translate(-176.801 -1096.093)%22 fill%3D%22%23186632%22 stroke%3D%22%23186632%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
}
@media (max-width: 575.98px) {
  .quiz__answer.correct .quiz__answer__text::before, .quiz__answer.match .quiz__answer__text::before {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .quiz__answer.correct .quiz__answer__text, .quiz__answer.match .quiz__answer__text {
    background-color: #186632;
  }
}
.quiz__answer.correct .quiz__answer__text > div, .quiz__answer.match .quiz__answer__text > div {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}
.quiz__answer.correct .quiz__answer__text::after, .quiz__answer.match .quiz__answer__text::after {
  content: "";
  width: 60.623rem;
  height: 75.484rem;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  top: 45%;
  right: -40rem;
  background-image: url("../images/answers/bulb.svg");
}
@media (max-width: 991.98px) {
  .quiz__answer.correct .quiz__answer__text::after, .quiz__answer.match .quiz__answer__text::after {
    right: 20rem;
    transform: translate(100%, -50%) rotate(45deg);
  }
}
@media (max-width: 575.98px) {
  .quiz__answer.correct .quiz__answer__text::after, .quiz__answer.match .quiz__answer__text::after {
    display: none;
  }
}
.quiz__answer.wrong .quiz__answer__text {
  color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%22463.93%22 height%3D%2264.078%22 viewBox%3D%220 0 463.93 64.078%22%3E%3Cpath id%3D%22Path_102562%22 data-name%3D%22Path 102562%22 d%3D%22M178.878%2C1132.933c-1.982-20.839-1.841-28.81%2C43.7-31s351.394-5.293%2C379.921-3.953c44.25%2C2.078%2C36.192%2C20.909%2C36.192%2C34.957%2C0%2C16.444-19.261%2C21.208-39.462%2C23.242-29.379%2C2.959-359.05%2C3.666-392.612%2C0C190.347%2C1154.752%2C181.05%2C1150.431%2C178.878%2C1132.933Z%22 transform%3D%22translate(-176.801 -1096.093)%22 fill%3D%22%23dc0022%22 stroke%3D%22%23dc0022%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
}
@media (max-width: 575.98px) {
  .quiz__answer.wrong .quiz__answer__text {
    background-color: #dc0022;
  }
}
.quiz__answer.wrong .quiz__answer__text::after {
  content: "";
  width: 41.662rem;
  height: 79.753rem;
  position: absolute;
  transform: translateY(-50%);
  top: 45%;
  right: -27rem;
  background-image: url("../images/answers/mark.svg");
}
@media (max-width: 991.98px) {
  .quiz__answer.wrong .quiz__answer__text::after {
    transform: translate(100%, -50%);
    right: 13rem;
  }
}
@media (max-width: 575.98px) {
  .quiz__answer.wrong .quiz__answer__text::after {
    display: none;
  }
}
.quiz__answer::before {
  content: counter(answerNo, lower-alpha) ".";
  background-image: url("../images/quiz/answer-no-bg.svg");
  width: 67.365rem;
  height: 64.716rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 28.1rem;
  font-family: "Abril Fatface", Arial, Helvetica, sans-serif;
  font-size: 26rem;
  line-height: 1;
  color: #f9f7f2;
  text-align: center;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .quiz__answer::before {
    margin-right: 14rem;
  }
}
.quiz__add {
  margin-top: 57.5rem;
  font-size: 14rem;
  line-height: 21rem;
  color: #383028;
  text-align: center;
  width: 888rem;
}
@media (max-width: 991.98px) {
  .quiz__add {
    width: auto;
  }
}
.quiz__button {
  margin-top: 84rem;
}
@media (max-width: 991.98px) {
  .quiz__button {
    margin-top: 48rem;
  }
}
.quiz__mona {
  width: 503rem;
  position: absolute;
  top: 95.8rem;
  right: 85rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .quiz__mona {
    display: none;
  }
}
.quiz__flower {
  width: 276rem;
  position: absolute;
  top: 369rem;
  left: 283.1rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .quiz__flower {
    display: none;
  }
}
.quiz__feet {
  width: 385.976rem;
  position: absolute;
  top: 1300rem;
  right: 69rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .quiz__feet {
    display: none;
  }
}
.quiz__hearts {
  width: 68.887rem;
  position: absolute;
  top: 1261rem;
  right: 248rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .quiz__hearts {
    display: none;
  }
}
.quiz__cloud {
  background-image: url("../images/quiz/cloud.svg");
  width: 247.508rem;
  height: 219.281rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 43rem;
  line-height: 49rem;
  color: #186632;
  text-transform: uppercase;
  text-align: center;
  font-family: "Abril Fatface", Arial, Helvetica, sans-serif;
  position: absolute;
  top: 170.2rem;
  left: 128rem;
}
@media (max-width: 991.98px) {
  .quiz__cloud {
    width: 173.2556rem;
    height: 153.4967rem;
    font-size: 28rem;
    line-height: 38rem;
    top: 50rem;
    left: 25rem;
  }
}
@media (max-width: 575.98px) {
  .quiz__cloud {
    position: relative;
    top: unset;
    left: unset;
    margin-top: 24rem;
  }
}
.quiz__cloud-drop {
  background-image: url("../images/quiz/cloud-drop.svg");
  width: 234.163rem;
  height: 228.474rem;
  position: absolute;
  top: 1213rem;
  right: 324.8rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .quiz__cloud-drop {
    display: none;
  }
}
.quiz__cloud-drop__drop {
  width: 229rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.quiz__cloud-pill {
  background-image: url("../images/quiz/cloud-pill.svg");
  width: 255.766rem;
  height: 243.445rem;
  position: absolute;
  top: 1885rem;
  left: 228rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .quiz__cloud-pill {
    display: none;
  }
}
.quiz__cloud-pill__pill {
  width: 211rem;
  position: absolute;
  top: 139.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.quiz__copter {
  width: 297.224rem;
  height: 265.388rem;
  position: absolute;
  top: 1546rem;
  left: 212.7rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .quiz__copter {
    display: none;
  }
}
.quiz__arrow {
  width: 188.99rem;
  height: 206.176rem;
  position: absolute;
  top: 1740.8rem;
  left: 128rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .quiz__arrow {
    display: none;
  }
}
.quiz__glasses {
  width: 337rem;
  position: absolute;
  top: 2217.6rem;
  right: 109.3rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .quiz__glasses {
    display: none;
  }
}
.quiz__autograph {
  width: 66.433rem;
  height: 289.578rem;
  position: absolute;
  top: 2605.2rem;
  right: 128rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .quiz__autograph {
    display: none;
  }
}

.result {
  position: relative;
  padding-bottom: 100rem;
}
@media (max-width: 575.98px) {
  .result {
    padding-top: 24rem;
  }
}
.result__men {
  width: 723.727rem;
  position: absolute;
  top: 46.7rem;
  right: 128rem;
}
@media (max-width: 991.98px) {
  .result__men {
    position: relative;
    top: unset;
    right: unset;
    margin-top: 60rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .result__men {
    display: none;
  }
}
.result__cloud {
  background-image: url("../images/result/drop-cloud.svg");
  width: 234.163rem;
  height: 228.474rem;
  top: 78rem;
  right: 746rem;
  position: absolute;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .result__cloud {
    display: none;
  }
}
.result__drop {
  width: 229rem;
}
.result__chpl {
  background-image: url("../images/result/chpl-bg.svg");
  width: 469.303rem;
  height: 83.109rem;
  top: 678.4rem;
  right: 252rem;
  position: absolute;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26rem;
  line-height: 1.2;
  color: #186632;
  text-align: center;
}
@media (max-width: 991.98px) {
  .result__chpl {
    position: relative;
    top: unset;
    right: unset;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48rem;
  }
}
@media (max-width: 575.98px) {
  .result__chpl {
    margin-left: -45rem;
  }
}
.result__box {
  background-image: url("../images/result/agreements-bg.svg");
  width: 1525.998rem;
  height: 908.083rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 92rem;
  padding-top: 40rem;
  padding-bottom: 40rem;
  padding-left: 134rem;
  padding-right: 55rem;
}
@media (max-width: 991.98px) {
  .result__box {
    width: auto;
    height: auto;
    background-image: none;
    padding: 24rem;
  }
}
@media (max-width: 575.98px) {
  .result__box {
    margin-top: 12rem;
  }
}
.result__hr {
  width: 1267.48rem;
  margin-top: 27.8rem;
}
@media (max-width: 991.98px) {
  .result__hr {
    width: 100%;
  }
}
.result__scroll {
  background-image: url(../images/home/scroll.svg);
  width: 70.53rem;
  height: 90.4rem;
  position: absolute;
  left: 130.7rem;
  top: 650rem;
  animation: scroll 3s linear infinite;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .result__scroll {
    bottom: unset;
    top: 95rem;
    left: 35rem;
    z-index: 1;
  }
}
@media (max-width: 575.98px) {
  .result__scroll {
    top: 300rem;
    left: 88%;
    animation: scrollMob 3s linear infinite;
  }
}

@media (max-width: 991.98px) {
  .agreements {
    margin-left: 38rem;
    margin-top: 24rem;
  }
}
.agreements__element {
  position: relative;
  margin-top: 27.8rem;
  display: block;
  cursor: pointer;
}
.agreements__element:first-of-type {
  margin-top: 0;
}
.agreements__element__content {
  font-size: 18rem;
  line-height: 28rem;
  color: #186632;
}
.agreements__element__content a {
  color: #186632;
}
.agreements__element__text {
  font-size: 16rem;
  line-height: 28rem;
  color: #383028;
}
.agreements__element input {
  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  width: 0;
  height: 0;
}
.agreements__element__checkbox {
  background-image: url("../images/result/checkbox.svg");
  width: 35.937rem;
  height: 31.918rem;
  position: absolute;
  top: -7rem;
  left: -10rem;
  transform: translateX(-100%);
}
.agreements__element__checkbox::before {
  background-image: url("../images/result/checkmark.svg");
  content: "";
  width: 35.937rem;
  height: 31.918rem;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.agreements__element input:checked + .agreements__element__checkbox::before {
  opacity: 1;
}
.agreements__add {
  font-size: 16rem;
  line-height: 28rem;
  color: #383028;
  margin-top: 20rem;
}

.rules {
  margin-top: 19.1rem;
  counter-reset: ruleNo;
}
.rules__container {
  position: relative;
  padding-right: 35rem;
  display: flex;
}
@media (max-width: 575.98px) {
  .rules__container {
    padding-right: 0;
  }
}
.rules__box {
  height: 340rem;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.rules__box::-webkit-scrollbar {
  display: none;
}
.rules__box__intro {
  font-size: 16rem;
  line-height: 28rem;
  color: #383028;
}
.rules__box__intro__title {
  font-size: 16rem;
  line-height: 28rem;
  font-weight: 700;
  color: #186632;
}
.rules__box p {
  font-size: 16rem;
  line-height: 21rem;
  font-weight: 700;
  color: #186632;
  margin-top: 21.5rem;
}
.rules__box > ol {
  margin-top: 14.8rem;
}
.rules__box > ol li {
  counter-increment: ruleNo;
  display: flex;
  font-size: 16rem;
  line-height: 28rem;
  color: #383028;
  margin-top: 1em;
  list-style-type: none;
}
.rules__box > ol li:first-of-type {
  margin-top: 14.8rem;
}
.rules__box > ol li::before {
  content: counter(ruleNo) ".";
  display: block;
  margin-right: 8rem;
}
.rules__arrows {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  margin-left: 30rem;
}
.rules__prev {
  background-image: url("../images/result/arrow-yellow.svg");
  width: 49.471rem;
  height: 60.302rem;
  position: relative;
}
.rules__prev::before {
  content: "";
  background-image: url("../images/result/arrow-black.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: left 0.2s linear, top 0.2s linear;
  pointer-events: none;
}
.rules__prev:hover:not(.inactive)::before, .rules__prev:focus:not(.inactive)::before {
  top: 47%;
  left: 61%;
}
.rules__next {
  background-image: url("../images/result/arrow-yellow.svg");
  width: 49.471rem;
  height: 60.302rem;
  position: relative;
  transform: scale(-1);
}
.rules__next::before {
  content: "";
  background-image: url("../images/result/arrow-black.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  transition: left 0.2s linear, top 0.2s linear;
  pointer-events: none;
}
.rules__next:hover:not(.inactive)::before, .rules__next:focus:not(.inactive)::before {
  top: 47%;
  left: 61%;
}
.rules__arrow.inactive {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.rules__button {
  margin-top: 57.3rem;
  display: flex;
  justify-content: center;
}
.rules__error {
  font-size: 24rem;
  margin-left: 210rem;
  color: #cc0000;
  margin-top: 60rem;
  margin-bottom: -40rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .rules__error {
    margin-left: 150rem;
    margin-bottom: -80rem;
  }
}
@media (max-width: 575.98px) {
  .rules__error {
    margin-left: 24rem;
    font-size: 20rem;
    margin-left: 20rem;
    margin-bottom: -40rem;
  }
}

.coans__button--top {
  margin-top: 24rem;
}

.survey {
  position: relative;
  padding-top: 24rem;
  padding-bottom: 30rem;
}

.thank {
  position: relative;
  padding-bottom: 95rem;
  padding-top: 52rem;
}
.thank__title {
  position: relative;
  font-family: "Abril Fatface", Arial, Helvetica, sans-serif;
  font-size: 44rem;
  line-height: 58rem;
  text-align: center;
  color: #000000;
  display: inline-flex;
}
.thank__title > div {
  position: relative;
}
.thank__title::before {
  content: "";
  background-image: url("../images/thank/title-bg.svg");
  width: 351.299rem;
  height: 66.541rem;
  position: absolute;
  top: -13.1rem;
  left: -47.7rem;
}
@media (max-width: 991.98px) {
  .thank__title::before {
    top: -5rem;
    left: -30rem;
  }
}
@media (max-width: 575.98px) {
  .thank__title::before {
    top: -5rem;
    left: 60rem;
  }
}
.thank__box {
  display: flex;
  justify-content: center;
  margin-top: 77.3rem;
}
@media (max-width: 991.98px) {
  .thank__box {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .thank__box {
    margin-top: 24rem;
  }
}
.thank__element + .thank__element {
  margin-left: 174rem;
}
@media (max-width: 991.98px) {
  .thank__element + .thank__element {
    margin-left: 0;
  }
}
.thank__element {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991.98px) {
  .thank__element {
    margin-top: 48rem;
  }
  .thank__element:first-of-type {
    margin-top: 0;
  }
}
.thank__element__container {
  position: relative;
}
@media (max-width: 991.98px) {
  .thank__element__container {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .thank__element__container {
    flex-direction: column;
  }
}
.thank__element__text {
  position: absolute;
  top: 28rem;
  width: 279.9rem;
  height: 279.901rem;
  background-image: url("../images/thank/star.svg");
  font-size: 20rem;
  line-height: 30rem;
  font-weight: 700;
  color: #383028;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.thank__element__text--left {
  left: -13rem;
  transform: translateX(-100%);
}
.thank__element__text--right {
  right: -13rem;
  transform: translateX(100%);
}
@media (max-width: 991.98px) {
  .thank__element__text {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    transform: none;
  }
}
.thank__element__button {
  margin-top: 38.9rem;
}
.thank__pills, .thank__woman {
  width: 402rem;
  height: 346rem;
}
.thank__button {
  display: flex;
  justify-content: center;
  margin-top: 38.9rem;
}
.thank__cloud {
  background-image: url("../images/thank/cloud.svg");
  width: 231.401rem;
  height: 220.272rem;
  position: absolute;
  top: 72.2rem;
  right: 268rem;
}
@media (max-width: 991.98px) {
  .thank__cloud {
    display: none;
  }
}
.thank__cloud__pill {
  width: 211rem;
  position: absolute;
  top: 41.5rem;
  left: 19.3rem;
}
.thank__subtitle {
  font-size: 24rem;
  line-height: 37rem;
  font-weight: 500;
  color: #383028;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 17rem;
}
@media (max-width: 991.98px) {
  .thank__subtitle {
    width: 600rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .thank__subtitle {
    width: auto;
  }
}

.four-o-four {
  position: relative;
  padding-top: 17.1rem;
  padding-bottom: 65rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.four-o-four__img {
  width: 1139rem;
}
@media (max-width: 991.98px) {
  .four-o-four__img {
    width: 700rem;
  }
}
@media (max-width: 575.98px) {
  .four-o-four__img {
    width: 400rem;
  }
}
.four-o-four__desc {
  font-size: 24rem;
  line-height: 37rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #383028;
  margin-top: 29.7rem;
  text-align: center;
  padding-left: 160rem;
  padding-right: 160rem;
}
@media (max-width: 575.98px) {
  .four-o-four__desc {
    padding-left: 24rem;
    padding-right: 24rem;
  }
}
.four-o-four__button {
  margin-top: 37rem;
  display: flex;
  justify-content: center;
}

html {
  font-size: 0.2659574468vw;
}
@media (min-width: 376px) {
  html {
    font-size: 0.2659574468vw;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 0.1197916667vw;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 0.0520833333vw;
  }
}

.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: 376px) {
  .d-xs-block {
    display: block;
  }
  .d-xs-inline {
    display: inline;
  }
  .d-xs-inline-block {
    display: inline-block;
  }
  .d-xs-flex {
    display: flex;
  }
  .d-xs-inline-flex {
    display: inline-flex;
  }
  .d-xs-grid {
    display: grid;
  }
  .d-xs-inline-grid {
    display: inline-grid;
  }
  .d-xs-none {
    display: none;
  }
  .d-xs-table {
    display: table;
  }
  .d-xs-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: 768px) {
  .d-md-block {
    display: block;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
  .d-md-grid {
    display: grid;
  }
  .d-md-inline-grid {
    display: inline-grid;
  }
  .d-md-none {
    display: none;
  }
  .d-md-table {
    display: table;
  }
  .d-md-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: 376px) {
  .flex-xs-row {
    flex-direction: row;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xs-column {
    flex-direction: column;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xs-wrap {
    flex-wrap: wrap;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xs-0-0-0 {
    flex: 0 0 0;
  }
  .flex-xs-0-0-auto {
    flex: 0 0 auto;
  }
  .flex-xs-0-1-0 {
    flex: 0 1 0;
  }
  .flex-xs-0-1-auto {
    flex: 0 1 auto;
  }
  .flex-xs-1-0-0 {
    flex: 1 0 0;
  }
  .flex-xs-1-0-auto {
    flex: 1 0 auto;
  }
  .flex-xs-1-1-0 {
    flex: 1 1 0;
  }
  .flex-xs-1-1-auto {
    flex: 1 1 auto;
  }
  .justify-content-xs-start {
    justify-content: flex-start;
  }
  .justify-content-xs-end {
    justify-content: flex-end;
  }
  .justify-content-xs-center {
    justify-content: center;
  }
  .justify-content-xs-between {
    justify-content: space-between;
  }
  .justify-content-xs-around {
    justify-content: space-around;
  }
  .align-items-xs-start {
    align-items: flex-start;
  }
  .align-items-xs-end {
    align-items: flex-end;
  }
  .align-items-xs-center {
    align-items: center;
  }
  .align-items-xs-baseline {
    align-items: baseline;
  }
  .align-items-xs-stretch {
    align-items: stretch;
  }
  .align-items-xs-between {
    align-items: space-between;
  }
  .align-items-xs-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: 768px) {
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-0-0-0 {
    flex: 0 0 0;
  }
  .flex-md-0-0-auto {
    flex: 0 0 auto;
  }
  .flex-md-0-1-0 {
    flex: 0 1 0;
  }
  .flex-md-0-1-auto {
    flex: 0 1 auto;
  }
  .flex-md-1-0-0 {
    flex: 1 0 0;
  }
  .flex-md-1-0-auto {
    flex: 1 0 auto;
  }
  .flex-md-1-1-0 {
    flex: 1 1 0;
  }
  .flex-md-1-1-auto {
    flex: 1 1 auto;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-items-md-between {
    align-items: space-between;
  }
  .align-items-md-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: 376px) {
  .row.gutter-xs-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .row.gutter-xs-0 > .col,
  .row.gutter-xs-0 > [class*=col-] {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .row.gutter-xs-16 {
    margin-right: -16rem;
    margin-left: -16rem;
  }
  .row.gutter-xs-16 > .col,
  .row.gutter-xs-16 > [class*=col-] {
    padding-right: 16rem;
    padding-left: 16rem;
  }
  .row.gutter-xs-20 {
    margin-right: -20rem;
    margin-left: -20rem;
  }
  .row.gutter-xs-20 > .col,
  .row.gutter-xs-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: 768px) {
  .row.gutter-md-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .row.gutter-md-0 > .col,
  .row.gutter-md-0 > [class*=col-] {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .row.gutter-md-16 {
    margin-right: -16rem;
    margin-left: -16rem;
  }
  .row.gutter-md-16 > .col,
  .row.gutter-md-16 > [class*=col-] {
    padding-right: 16rem;
    padding-left: 16rem;
  }
  .row.gutter-md-20 {
    margin-right: -20rem;
    margin-left: -20rem;
  }
  .row.gutter-md-20 > .col,
  .row.gutter-md-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-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%;
}

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

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

.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%;
}

.offset-150 {
  margin-left: 150rem;
}

@media (min-width: 376px) {
  .offset-xs-1 {
    margin-left: 8.3333%;
  }
  .offset-xs-2 {
    margin-left: 16.6667%;
  }
  .offset-xs-1-5 {
    margin-left: 20%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333%;
  }
  .offset-xs-5 {
    margin-left: 41.6667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333%;
  }
  .offset-xs-8 {
    margin-left: 66.6667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333%;
  }
  .offset-xs-11 {
    margin-left: 91.6667%;
  }
  .offset-xs-12 {
    margin-left: 100%;
  }
  .offset-xs-150 {
    margin-left: 150rem;
  }
}
@media (min-width: 576px) {
  .offset-sm-1 {
    margin-left: 8.3333%;
  }
  .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%;
  }
  .offset-sm-150 {
    margin-left: 150rem;
  }
}
@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 8.3333%;
  }
  .offset-md-2 {
    margin-left: 16.6667%;
  }
  .offset-md-1-5 {
    margin-left: 20%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333%;
  }
  .offset-md-5 {
    margin-left: 41.6667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333%;
  }
  .offset-md-8 {
    margin-left: 66.6667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333%;
  }
  .offset-md-11 {
    margin-left: 91.6667%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
  .offset-md-150 {
    margin-left: 150rem;
  }
}
@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.3333%;
  }
  .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%;
  }
  .offset-lg-150 {
    margin-left: 150rem;
  }
}
.color-white {
  color: #FFFFFF;
}

.color-black {
  color: #000000;
}

.color-cream {
  color: #f9f7f2;
}

.color-dark {
  color: #383028;
}

.color-darker {
  color: #292323;
}

.color-green-light {
  color: #186632;
}

.color-green {
  color: #3a5b4f;
}

.color-yellow {
  color: #fdce11;
}

.color-orange {
  color: #d3430c;
}

.color-red {
  color: #dc0022;
}

:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-cream: #f9f7f2;
  --color-dark: #383028;
  --color-darker: #292323;
  --color-green-light: #186632;
  --color-green: #3a5b4f;
  --color-yellow: #fdce11;
  --color-orange: #d3430c;
  --color-red: #dc0022;
}

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

.bg-cover, .header__link.active::before, .welcome__title__bottom::before, .welcome__scroll, .welcome__sticker, .scroll, .rewards__left, .rewards__right, .gtk__title::before, .gtk__icon__container, .how__item__content, .see__packshot__cloud, .see__arrow, .mat__quiz__title::before, .mat__quiz__no, .mat__quiz__question::after, .mat__quiz__answer__text::before, .mat__result__title::before, .mat__result__title::after, .mat__result__title__ans::before, .mat__result__button::after, .mat__info__img__container--bg, .mat__info__meds__sticker, .quiz__title::before, .quiz__answer__text, .quiz__answer.correct .quiz__answer__text::before, .quiz__answer.match .quiz__answer__text::before, .quiz__answer.correct .quiz__answer__text::after, .quiz__answer.match .quiz__answer__text::after, .quiz__answer.wrong .quiz__answer__text::after, .quiz__answer::before, .quiz__cloud, .quiz__cloud-drop, .quiz__cloud-pill, .result__cloud, .result__chpl, .result__box, .result__scroll, .agreements__element__checkbox, .agreements__element__checkbox::before, .rules__prev, .rules__prev::before, .rules__next, .rules__next::before, .thank__title::before, .thank__element__text, .thank__cloud {
  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;
}

.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;
}
