/*!************************************************************************************************************************!*\
  !*** 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.11.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-viewport~=scrollbarHidden] {
  scrollbar-width: none !important;
}

[data-overlayscrollbars-initialize]::-webkit-scrollbar,
[data-overlayscrollbars-initialize]::-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 clip after initialization is done
 */
[data-overlayscrollbars-initialize]:not([data-overlayscrollbars]):not(html):not(body) {
  overflow: auto;
}

/**
 * applied to body 
 */
html[data-overlayscrollbars-body] {
  overflow: hidden;
}

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

html[data-overlayscrollbars-body] > body {
  overflow: visible;
  margin: 0;
}

/**
 * structure setup 
 */
[data-overlayscrollbars] {
  position: relative;
}

[data-overlayscrollbars~=host],
[data-overlayscrollbars-padding] {
  display: flex;
  align-items: stretch !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  scroll-behavior: auto !important;
}

[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
  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]:not([data-overlayscrollbars]) {
  --os-vaw: 0;
  --os-vah: 0;
  outline: none;
}
[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]):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],
[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport] {
  overflow: hidden !important;
}

[data-overlayscrollbars~=noClipping],
[data-overlayscrollbars-padding~=noClipping] {
  overflow: visible !important;
}

[data-overlayscrollbars-viewport~=measuring] {
  overflow: hidden !important;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

[data-overlayscrollbars-viewport~=overflowXVisible]:not([data-overlayscrollbars-viewport~=measuring]) {
  overflow-x: visible !important;
}

[data-overlayscrollbars-viewport~=overflowXHidden] {
  overflow-x: hidden !important;
}

[data-overlayscrollbars-viewport~=overflowXScroll] {
  overflow-x: scroll !important;
}

[data-overlayscrollbars-viewport~=overflowYVisible]:not([data-overlayscrollbars-viewport~=measuring]) {
  overflow-y: visible !important;
}

[data-overlayscrollbars-viewport~=overflowYHidden] {
  overflow-y: hidden !important;
}

[data-overlayscrollbars-viewport~=overflowYScroll] {
  overflow-y: scroll !important;
}

[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId) {
  font-size: 0 !important;
  line-height: 0 !important;
}

[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId)::before,
[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId)::after,
[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId) > * {
  display: none !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

[data-overlayscrollbars-viewport~=scrolling] {
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

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

/**
 * Display contents to bridge any flickering during deferred initialization.
 */
[data-overlayscrollbars-contents]:not(#osFakeId):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;
}

@property --os-scroll-percent {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
@property --os-viewport-percent {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
.os-scrollbar {
  --os-viewport-percent: 0;
  --os-scroll-percent: 0;
  --os-scroll-direction: 0;
  --os-scroll-percent-directional: calc(
    var(--os-scroll-percent) - (var(--os-scroll-percent) + (1 - var(--os-scroll-percent)) * -1) *
      var(--os-scroll-direction)
  );
}

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

.os-scrollbar-track {
  position: relative;
  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;
  left: calc(var(--os-scroll-percent-directional) * 100%);
  transform: translateX(calc(var(--os-scroll-percent-directional) * -100%));
  width: calc(var(--os-viewport-percent) * 100%);
}

.os-scrollbar-vertical .os-scrollbar-handle {
  right: 0;
  top: calc(var(--os-scroll-percent-directional) * 100%);
  transform: translateY(calc(var(--os-scroll-percent-directional) * -100%));
  height: calc(var(--os-viewport-percent) * 100%);
}

@supports (container-type: size) {
  .os-scrollbar-track {
    container-type: size;
  }
  .os-scrollbar-horizontal .os-scrollbar-handle {
    left: auto;
    transform: translateX(calc(var(--os-scroll-percent-directional) * 100cqw + var(--os-scroll-percent-directional) * -100%));
  }
  .os-scrollbar-vertical .os-scrollbar-handle {
    top: auto;
    transform: translateY(calc(var(--os-scroll-percent-directional) * 100cqh + var(--os-scroll-percent-directional) * -100%));
  }
  .os-scrollbar-rtl.os-scrollbar-horizontal .os-scrollbar-handle {
    right: auto;
    left: 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;
}

@media print {
  .os-scrollbar {
    display: none;
  }
}
.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-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-track:hover {
  border: var(--os-track-border-hover);
  background: var(--os-track-bg-hover);
}
.os-scrollbar-track:active {
  border: var(--os-track-border-active);
  background: var(--os-track-bg-active);
}

.os-scrollbar-handle {
  border: var(--os-handle-border);
  border-radius: var(--os-handle-border-radius);
  background: var(--os-handle-bg);
}
.os-scrollbar-handle:hover {
  border: var(--os-handle-border-hover);
  background: var(--os-handle-bg-hover);
}
.os-scrollbar-handle:active {
  border: var(--os-handle-border-active);
  background: var(--os-handle-bg-active);
}

.os-scrollbar-track:before,
.os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.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-track:before {
  top: calc(var(--os-padding-perpendicular) * -1);
  bottom: calc(var(--os-padding-perpendicular) * -1);
}
.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-track:before {
  left: calc(var(--os-padding-perpendicular) * -1);
  right: calc(var(--os-padding-perpendicular) * -1);
}
.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-viewport~=measuring] > .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 ***!
  \**********************************************************************************************************************************************/
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: congenial, Arial, Helvetica, sans-serif;
  font-size: 16rem;
  background-color: #fdfdf4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* For webkit browsers (like Safari) */
.os-scrollbar-vertical {
  width: 12rem;
  padding: 12rem 0;
  right: 6rem;
}
.os-scrollbar-vertical .os-scrollbar-track {
  background-color: #7d3c5e;
  transition: opacity 0.2s linear;
}
.os-scrollbar-vertical .os-scrollbar-track:hover {
  background-color: rgba(125, 60, 94, 0.32);
}
.os-scrollbar-vertical .os-scrollbar-handle {
  background-color: #cd5b97;
  cursor: pointer;
}
.os-scrollbar-vertical .os-scrollbar-handle:hover {
  background-color: #cd5b97;
}

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

.med-popup {
  content: "";
  display: block;
  background-color: rgba(235, 206, 206, 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: 1rem 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: 2rem 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: 5rem;
  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.98rem) {
  .med-popup__button-accept--big {
    font-size: 16rem;
    line-height: 26rem;
    padding: 10rem 15rem;
  }
}
.med-popup__button-reject {
  letter-spacing: 0.02em;
  border-radius: 5rem;
  -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;
}

.edition-popup {
  content: "";
  display: block;
  background-color: rgba(58, 94, 38, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10002;
}
.edition-popup__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4d9e00;
  width: 900rem;
  height: auto;
  padding: 60rem;
}
@media (max-width: 991.98px) {
  .edition-popup__inner {
    width: 90%;
    padding: 30rem;
  }
}
.edition-popup__header {
  color: #FFF;
  font-size: 26rem;
  margin-bottom: 20rem;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .edition-popup__header {
    font-size: 22rem;
  }
}
.edition-popup p {
  font-size: 18rem;
  margin-bottom: 40rem;
  color: #FFF;
}
.edition-popup__input-group {
  position: relative;
}
.edition-popup__input-group__checkbox {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.edition-popup__input-group__fake-checkbox {
  width: 20rem;
  height: 20rem;
  border: 1rem solid #1500a7;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.edition-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: 2rem solid #1d1044;
  border-top: transparent;
  border-left: transparent;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.edition-popup__input-group .edition-popup__input-group__checkbox:checked + .edition-popup__input-group__fake-checkbox::before {
  opacity: 1;
  transition: opacity 0.04s ease;
}
.edition-popup__input-group__fake-label {
  padding-left: 40rem;
  line-height: 26rem;
  cursor: pointer;
}
.edition-popup__button-accept {
  padding: 10rem 25rem;
  border-radius: 5rem;
  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;
}
.edition-popup__button-accept:hover {
  color: #fff;
  background-color: #336900;
}
.edition-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.98rem) {
  .edition-popup__button-accept--big {
    font-size: 16rem;
    line-height: 26rem;
    padding: 10rem 15rem;
  }
}
.edition-popup__button-reject {
  letter-spacing: 0.02em;
  border-radius: 5rem;
  -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;
}
.edition-popup__button-reject:hover {
  color: white;
  background-color: #1500a7;
}

.sils {
  background-color: #ffffff;
  padding: 61rem 100rem 13rem 106rem;
  color: #000000;
  font-size: 14rem;
  line-height: 22rem;
  letter-spacing: 0.018em;
}
@media (max-width: 991.98px) {
  .sils {
    padding: 40rem;
  }
}
@media (max-width: 575.98px) {
  .sils {
    padding-top: 20rem;
  }
}
@media (max-width: 575.98rem) {
  .sils {
    padding: 20rem;
  }
}
.sils__item {
  font-size: 16rem;
  line-height: 24rem;
  color: #000000;
}

.breadcrumbs {
  font-family: "noto-sans", sans-serif;
  font-size: 14rem;
  line-height: 31rem;
  color: #A3A3A3;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  position: absolute;
  top: 198rem;
  left: 124rem;
}
@media (max-width: 991.98px) {
  .breadcrumbs {
    top: 136rem;
    left: 24rem;
  }
}
@media (max-width: 575.98px) {
  .breadcrumbs {
    top: 89rem;
    left: 12rem;
  }
}
.breadcrumbs__item::before {
  content: "/";
  display: inline-block;
  margin: 0 5rem;
}
.breadcrumbs__item:first-of-type::before {
  display: none;
}
.breadcrumbs__item:last-of-type {
  font-weight: 700;
}

@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);
  }
}
.main-wrapper {
  background-image: url(../images/background-2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}
.main-wrapper--knowledge {
  background-image: url(../images/background-knowledge.png);
}
@media (max-width: 575.98px) {
  .main-wrapper {
    background-image: url(../images/background-2.png);
    background-size: 100% auto;
  }
}

html, body {
  height: 100%;
  overflow: hidden;
}

.main-wrapper {
  height: 100%;
}

.px {
  padding: 0 124rem;
}
@media (max-width: 991.98px) {
  .px {
    padding: 0 20rem;
  }
}

.nav {
  padding-top: 39rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
}
@media (max-width: 991.98px) {
  .nav {
    padding-top: 20rem;
  }
}
.nav__logo {
  width: 283rem;
  height: auto;
}
@media (max-width: 575.98px) {
  .nav__logo {
    width: 180rem;
  }
}
.nav__menu {
  display: flex;
  align-items: center;
  gap: 50rem;
  margin-right: 240rem;
}
@media (max-width: 991.98px) {
  .nav__menu {
    display: none;
  }
  .nav__menu.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    align-items: center;
    justify-content: center;
    z-index: 3;
    gap: 30rem;
  }
  .nav__menu.active .nav__menu__item {
    color: #7D3C5E;
  }
}
@media (max-width: 991.98px) {
  .nav__menu {
    margin-right: 0;
  }
}
.nav__menu__item {
  font-weight: bold;
  font-size: 20rem;
  letter-spacing: 0.01em;
  line-height: 90rem;
  text-align: left;
  color: #fff;
  border: 1rem solid rgba(0, 0, 0, 0);
  text-transform: uppercase;
}
.nav__menu__item.active {
  color: #22441E;
}

.button {
  filter: drop-shadow(0rem 0.98rem 17.34rem rgba(173, 43, 255, 0.18));
  border-radius: 200rem;
  font-weight: 900;
  font-size: 24rem;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  padding: 22rem 40rem;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.button span {
  position: relative;
  z-index: 3;
}
.button .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease;
}
.button .gradient--1 {
  background: linear-gradient(-90deg, #d55e9c 0%, #7d3c5e 100%);
  z-index: 1;
  opacity: 1;
}
.button .gradient--2 {
  background: linear-gradient(90deg, #d55e9c 0%, #7d3c5e 100%);
  z-index: 1;
  opacity: 1;
}
.button:hover .gradient--2 {
  opacity: 0;
}
.button:hover .gradient--1 {
  opacity: 1;
}
.button--wide {
  padding: 22rem 80rem;
}
.button--outlined {
  border: 2rem solid #7d3c5e;
  border-radius: 1000rem;
  background: transparent;
  padding: 16rem 37rem;
  font-family: Congenial;
  font-weight: normal;
  font-size: 20rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
  color: #7f3d5f;
}
@media (max-width: 575.98px) {
  .button {
    font-size: 18rem;
    padding: 16rem 36rem;
  }
}

.position-relative {
  position: relative;
}

.header {
  position: relative;
}
.header__h1 {
  font-weight: 900;
  font-size: 80rem;
  line-height: 90rem;
  color: #7d3c5e;
  margin-top: 40rem;
}
@media (max-width: 991.98px) {
  .header__h1 {
    margin-top: 60rem;
    line-height: 1.2;
  }
}
@media (max-width: 575.98px) {
  .header__h1 {
    font-size: 50rem;
    margin-top: 30rem;
  }
}
.header__h1 .small {
  font-weight: bold;
  font-size: 65rem;
  line-height: 75rem;
  text-align: left;
  color: #5bd383;
}
@media (max-width: 575.98px) {
  .header__h1 .small {
    font-size: 30rem;
    line-height: 35rem;
  }
}
.header__h1 .small b {
  font-weight: 900;
  font-size: 78rem;
  line-height: 135rem;
  color: #7d3c5e;
}
@media (max-width: 575.98px) {
  .header__h1 .small b {
    font-size: 30rem;
    line-height: 30rem;
  }
}
.header__p {
  font-weight: normal;
  font-size: 24rem;
  line-height: 40rem;
  text-align: left;
  color: #22441e;
  margin-top: 50rem;
}
@media (max-width: 991.98px) {
  .header__p {
    margin-top: 20rem;
  }
}
@media (max-width: 575.98px) {
  .header__p {
    margin-top: 10rem;
    font-size: 16rem;
    line-height: 24rem;
  }
  .header__p br {
    display: none;
  }
}
.header__button {
  margin-top: 80rem;
}
@media (max-width: 991.98px) {
  .header__button {
    margin-top: 60rem;
  }
}
@media (max-width: 575.98px) {
  .header__button {
    margin-top: 30rem;
  }
}
.header__img {
  width: 1217rem;
  height: auto;
  margin-left: -250rem;
  margin-top: -130rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .header__img {
    margin-top: 180rem;
  }
}
@media (max-width: 575.98px) {
  .header__img {
    margin-top: 300rem;
    width: calc(100% + 40rem);
    margin-left: -20rem;
    margin-right: -20rem;
    margin-top: 300rem;
  }
}
.header__rewards {
  position: absolute;
  right: -200rem;
  bottom: 100rem;
}
@media (max-width: 991.98px) {
  .header__rewards {
    right: 30rem;
    bottom: -200rem;
    z-index: 3;
  }
}
@media (max-width: 575.98px) {
  .header__rewards {
    right: 50rem;
    bottom: -300rem;
    z-index: 3;
  }
}
.header__rewards--result {
  right: 30%;
  bottom: 0rem;
}
@media (max-width: 991.98px) {
  .header__rewards--result {
    bottom: auto;
    top: 30rem;
    right: 0;
  }
}
@media (max-width: 575.98px) {
  .header__rewards--result {
    bottom: -250rem;
    right: 10%;
    top: auto;
  }
}
.header__rewards__circle {
  width: 433rem;
  height: 433rem;
  border-radius: 100%;
  background-color: #FFF;
  padding-top: 60rem;
}
@media (max-width: 991.98px) {
  .header__rewards__circle {
    width: 333rem;
    height: 333rem;
  }
}
@media (max-width: 575.98px) {
  .header__rewards__circle {
    width: 290rem;
    height: 290rem;
    padding-top: 40rem;
  }
}
.header__rewards__circle__h2 {
  font-weight: 900;
  font-size: 29rem;
  text-align: center;
  color: #7d3c5e;
}
@media (max-width: 575.98px) {
  .header__rewards__circle__h2 {
    font-size: 18rem;
  }
}
.header__rewards__circle__h2 span {
  font-weight: normal;
  font-size: 22rem;
  text-align: center;
  color: #22441e;
}
@media (max-width: 575.98px) {
  .header__rewards__circle__h2 span {
    font-size: 16rem;
  }
}
.header__rewards__circle__img {
  width: 320rem;
  height: auto;
  margin: 0 auto;
  margin-top: 5rem;
  z-index: 3;
  position: relative;
}
@media (max-width: 991.98px) {
  .header__rewards__circle__img {
    width: 234rem;
  }
}
.header__rewards__flower {
  font-weight: bold;
  font-size: 36rem;
  line-height: 31rem;
  text-align: center;
  color: #7d3c5e;
  position: absolute;
  right: 120rem;
  bottom: -140rem;
  z-index: 4;
}
@media (max-width: 991.98px) {
  .header__rewards__flower {
    left: -162rem;
    right: auto;
  }
}
@media (max-width: 575.98px) {
  .header__rewards__flower {
    right: 50rem;
    bottom: -152rem;
    font-size: 28rem;
    line-height: 28rem;
    left: auto;
    top: auto;
  }
}
.header__rewards__flower__image {
  width: 437rem;
  height: auto;
}
@media (max-width: 575.98px) {
  .header__rewards__flower__image {
    width: 300rem;
  }
}
.header__rewards__flower__name {
  font-size: 20rem;
  line-height: 22rem;
  text-align: center;
  color: #22441e;
  position: absolute;
  top: 190rem;
  left: 85rem;
}
@media (max-width: 575.98px) {
  .header__rewards__flower__name {
    top: 125rem;
    left: 54rem;
    line-height: 16rem;
    font-size: 15rem;
  }
}
.header__rewards__flower span {
  position: absolute;
  top: 150rem;
  left: 85rem;
}
@media (max-width: 575.98px) {
  .header__rewards__flower span {
    top: 98rem;
    left: 54rem;
  }
}
.header__rewards__flower--2 {
  right: -311rem;
  bottom: -45rem;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .header__rewards__flower--2 {
    right: -214rem;
    left: auto;
    bottom: -233rem;
  }
}
@media (max-width: 575.98px) {
  .header__rewards__flower--2 {
    right: -204rem;
    bottom: 61rem;
  }
}
.header__rewards__flower--2 span {
  top: 160rem;
}
@media (max-width: 575.98px) {
  .header__rewards__flower--2 span {
    top: 108rem;
    left: 54rem;
  }
}
.header__rewards__flower--2 .header__rewards__flower__name {
  left: 75rem;
  top: 200rem;
}
@media (max-width: 575.98px) {
  .header__rewards__flower--2 .header__rewards__flower__name {
    left: 46rem;
    top: 134rem;
  }
}
.header__rewards__flower--result {
  right: -320rem;
  bottom: -70rem;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .header__rewards__flower--result {
    right: -200rem;
  }
}
.header__leafs {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 392rem;
  height: auto;
}
@media (max-width: 991.98px) {
  .header__leafs {
    display: none;
  }
}

.how-to {
  margin-top: 60rem;
  position: relative;
  margin-bottom: 112rem;
}
.how-to__decoration {
  pointer-events: none;
  width: 333rem;
  height: auto;
  position: absolute;
  right: 10%;
  top: -120rem;
}
@media (max-width: 575.98px) {
  .how-to__decoration {
    width: 200rem;
    top: -80rem;
    right: -80rem;
  }
}
.how-to__pre {
  font-weight: 500;
  font-size: 24rem;
  line-height: 32rem;
  text-align: center;
  color: #7d3c5e;
  text-transform: uppercase;
}
.how-to__h2 {
  font-weight: bold;
  font-size: 48rem;
  line-height: 50rem;
  text-align: center;
  color: #22441e;
  margin-top: 15rem;
}
@media (max-width: 575.98px) {
  .how-to__h2 {
    font-size: 32rem;
    line-height: 1.2;
  }
}
.how-to__step {
  position: relative;
  margin-top: 180rem;
  margin-bottom: 100rem;
}
@media (max-width: 991.98px) {
  .how-to__step {
    margin-top: 60rem;
    margin-bottom: 0;
    width: 100%;
    height: 500rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .how-to__step--1 {
    margin-top: 130rem;
  }
}
@media (max-width: 575.98px) {
  .how-to__step {
    margin-top: 60rem;
    margin-bottom: 0;
    width: 100%;
    height: 300rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .how-to__step--1 {
    margin-top: 80rem;
  }
}
.how-to__step__bg {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.how-to__step__bg--1 {
  width: 660rem;
  top: 60%;
}
@media (max-width: 575.98px) {
  .how-to__step__bg--1 {
    width: 400rem;
  }
}
.how-to__step__bg--2 {
  width: 560rem;
  left: 55%;
}
@media (max-width: 575.98px) {
  .how-to__step__bg--2 {
    width: 360rem;
  }
}
.how-to__step__bg--3 {
  width: 660rem;
  left: 51%;
}
@media (max-width: 575.98px) {
  .how-to__step__bg--3 {
    width: 420rem;
  }
}
.how-to__step-cont {
  z-index: 3;
  position: relative;
}
.how-to__step__icon {
  height: auto;
  margin: 0 auto;
}
.how-to__step__icon--1 {
  width: 67rem;
}
@media (max-width: 575.98px) {
  .how-to__step__icon--1 {
    width: 33.5rem;
  }
}
.how-to__step__icon--2 {
  width: 92rem;
}
@media (max-width: 575.98px) {
  .how-to__step__icon--2 {
    width: 46rem;
  }
}
.how-to__step__icon--3 {
  width: 72rem;
}
@media (max-width: 575.98px) {
  .how-to__step__icon--3 {
    width: 36rem;
  }
}
.how-to__step__h3 {
  font-weight: bold;
  font-size: 24rem;
  line-height: 32rem;
  text-align: center;
  color: #7d3c5e;
  margin-top: 43rem;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .how-to__step__h3 {
    margin-top: 20rem;
    font-size: 18rem;
    line-height: 1.2;
  }
}
.how-to__step__p {
  font-size: 22rem;
  line-height: 34rem;
  text-align: center;
  color: #22441e;
  margin-top: 16rem;
}
@media (max-width: 575.98px) {
  .how-to__step__p {
    margin-top: 8rem;
    font-size: 16rem;
    line-height: 1.2;
  }
}
.how-to__step--1 .how-to__step__h3 {
  margin-top: 28rem;
}
.how-to__step--3 .how-to__step__h3 {
  margin-top: 32rem;
}
.how-to__h3 {
  font-weight: bold;
  font-size: 32rem;
  line-height: 37rem;
  text-align: center;
  color: #22441e;
}
@media (max-width: 991.98px) {
  .how-to__h3 {
    margin-top: 50rem;
  }
}
@media (max-width: 575.98px) {
  .how-to__h3 {
    font-size: 24rem;
    line-height: 1.2;
    margin-top: 50rem;
  }
}
.how-to__h3 span {
  font-size: 22rem;
}
.how-to__button {
  margin-top: 44rem;
}

.packshots {
  border-radius: 30rem 340rem 0 0;
  background: #fff;
  border: 1rem solid rgba(0, 0, 0, 0);
  box-shadow: 4.46rem 4.46rem 136.1rem rgba(0, 0, 0, 0.1);
  padding-top: 69rem;
  padding-bottom: 41rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .packshots {
    padding-top: 20rem;
    border-radius: 30rem 30rem 0 0;
    padding-bottom: 30rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
.packshots__decoration {
  pointer-events: none;
  top: -100rem;
  right: 0;
  width: 342rem;
  height: auto;
  position: absolute;
}
@media (max-width: 991.98px) {
  .packshots__decoration {
    width: 150rem;
    right: 0;
  }
}
.packshots__decoration--2 {
  width: 553rem;
  height: auto;
  z-index: -1;
  right: -127rem;
  top: -99rem;
}
@media (max-width: 575.98px) {
  .packshots__decoration--2 {
    width: 200rem;
    right: 0;
  }
}
.packshots__decoration--3 {
  width: 337rem;
  height: auto;
  right: auto;
  left: -90rem;
  top: -150rem;
}
@media (max-width: 575.98px) {
  .packshots__decoration--3 {
    width: 100rem;
  }
}
.packshots__tree {
  margin-left: -260rem;
  margin-top: -69rem;
  width: 874rem;
  height: auto;
}
@media (max-width: 991.98px) {
  .packshots__tree {
    width: 100%;
    margin: 0;
  }
}
.packshots__h2 {
  font-weight: bold;
  font-size: 48rem;
  line-height: 50rem;
  text-align: left;
  color: #22441e;
}
@media (max-width: 575.98px) {
  .packshots__h2 {
    font-size: 32rem;
    line-height: 1.2;
  }
}
.packshots__p {
  font-size: 30rem;
  line-height: 44rem;
  text-align: left;
  color: #7f3d5f;
  margin-top: 44rem;
}
@media (max-width: 575.98px) {
  .packshots__p {
    font-size: 18rem;
    line-height: 1.2;
    margin-top: 24rem;
  }
}
.packshots__drug {
  color: #22441E;
  font-weight: bold;
  font-size: 32rem;
  line-height: 63rem;
  text-align: left;
  margin-top: 22rem;
}
@media (max-width: 575.98px) {
  .packshots__drug {
    margin-top: 30rem;
    font-size: 24rem;
    line-height: 1.2;
  }
}
.packshots__drug span {
  font-weight: 900;
  color: #ae2b2b;
}
.packshots__refs {
  font-family: Congenial;
  font-weight: normal;
  font-size: 16rem;
  line-height: 22rem;
  text-align: left;
  color: #22441e;
  opacity: 0.88;
  margin-top: -50rem;
  margin-bottom: 30rem;
}
@media (max-width: 991.98px) {
  .packshots__refs {
    margin-top: 30rem;
    font-size: 12rem;
  }
}
.packshots__img {
  width: 1413rem;
  height: auto;
  margin-left: -206rem;
  margin-top: -60rem;
}
@media (max-width: 991.98px) {
  .packshots__img {
    display: none;
  }
}
.packshots__img-mobile {
  width: 100%;
  height: auto;
  display: none;
}
@media (max-width: 991.98px) {
  .packshots__img-mobile {
    display: block;
  }
}
.packshots__img-mobile--2 {
  width: 115%;
}
.footer {
  background-color: #302682;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30.5rem;
  padding-bottom: 38rem;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .footer {
    flex-direction: column;
  }
}
.footer__logo {
  width: 210rem;
  height: auto;
  display: block;
}
.footer__menu {
  font-family: Figtree;
  font-weight: normal;
  font-size: 16rem;
  line-height: 24rem;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 60rem;
}
.footer__menu__item {
  color: #fff;
}
@media (max-width: 991.98px) {
  .footer__menu {
    flex-direction: column;
    margin-top: 60rem;
    gap: 15rem;
  }
}
.footer__hr {
  width: 100%;
  background-color: #FFFFFF;
  opacity: 0.5;
  height: 1px;
  margin-bottom: 43rem;
  margin-top: 54.7rem;
}
.footer__sil {
  font-family: Figtree;
  font-weight: normal;
  font-size: 9px;
  line-height: 11px;
  text-align: justify;
  color: #fff;
}

.copyright {
  font-family: Figtree;
  font-weight: normal;
  font-size: 16rem;
  line-height: 24rem;
  text-align: right;
  color: #fff;
  margin-top: 65rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .copyright {
    text-align: center;
  }
}

.quiz {
  margin-top: 156rem;
  padding-bottom: 60rem;
  margin-left: 165rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .quiz {
    margin-left: 0rem;
    margin-top: 80rem;
  }
}
@media (max-width: 575.98px) {
  .quiz {
    margin-left: 0rem;
    margin-top: 50rem;
  }
}
.quiz__refs {
  font-weight: normal;
  font-size: 16rem;
  line-height: 22rem;
  text-align: left;
  color: #22441e;
  opacity: 0.88;
  margin-top: 44rem;
}
.quiz__header {
  display: flex;
}
@media (max-width: 991.98px) {
  .quiz__header {
    flex-direction: column;
  }
}
.quiz__tree {
  width: 780rem;
  height: auto;
  margin-right: -120rem;
  margin-top: -200rem;
}
@media (max-width: 991.98px) {
  .quiz__tree {
    width: 100%;
    margin-right: 0;
    margin-top: 0rem;
  }
}
.quiz__decoration {
  pointer-events: none;
  position: absolute;
}
.quiz__decoration--left {
  width: 250rem;
  height: auto;
  bottom: -27rem;
  left: -165rem;
}
.quiz__decoration--right {
  width: 702rem;
  height: auto;
  top: -287rem;
  right: 0;
}
@media (max-width: 991.98px) {
  .quiz__decoration--right {
    display: none;
  }
}
.quiz__decoration--butterfly {
  width: 262rem;
  height: auto;
  top: -140rem;
  right: 633rem;
}
@media (max-width: 991.98px) {
  .quiz__decoration--butterfly {
    right: 30rem;
  }
}
@media (max-width: 575.98px) {
  .quiz__decoration--butterfly {
    right: -40rem;
    top: 20rem;
    width: 150rem;
  }
}
.quiz__left {
  text-align: left;
}
.quiz__subtitle {
  font-weight: bold;
  font-size: 48rem;
  line-height: 50rem;
  text-align: left;
  color: #22441e;
  margin-top: 1.5rem;
}
@media (max-width: 991.98px) {
  .quiz__subtitle {
    font-size: 32rem;
    line-height: 1.2;
  }
}
.quiz__excerpt {
  font-size: 38rem;
  line-height: 52rem;
  text-align: left;
  color: #3a5e26;
  margin-top: 68rem;
}
@media (max-width: 991.98px) {
  .quiz__excerpt {
    margin-top: 32rem;
    font-size: 28rem;
    line-height: 1.4;
  }
}
.quiz__questions {
  width: 1010rem;
  margin-top: -240rem;
}
@media (max-width: 991.98px) {
  .quiz__questions {
    margin-top: -30rem;
    width: 100%;
  }
}
.quiz__question__title {
  font-family: Congenial;
  font-weight: normal;
  font-size: 24rem;
  line-height: 40rem;
  text-align: left;
  color: #22441e;
  border: 1rem solid rgba(0, 0, 0, 0);
  margin-top: 50rem;
}
.quiz__answers {
  counter-reset: answer;
  margin-top: 15rem;
}
.quiz__answer {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1rem solid rgba(0, 0, 0, 0);
  filter: drop-shadow(3rem 3rem 30rem rgba(34, 68, 30, 0.24));
  border-radius: 10000rem;
  width: 100%;
  margin-bottom: 10rem;
  border: 3rem solid transparent;
  color: #22441E;
  font-weight: 400;
}
.quiz__answer:last-child {
  margin-bottom: 0;
}
.quiz__answer:before {
  counter-increment: answer;
  content: counter(answer, upper-alpha);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63rem;
  height: 63rem;
  border-radius: 100%;
  background: #22441e;
  font-weight: 500;
  font-size: 20rem;
  line-height: 50rem;
  text-align: center;
  color: #fff;
  margin-right: 12rem;
  border: 3rem solid #22441e;
}
.quiz__answer.active {
  background: #DBF66B;
  border: 3rem solid rgba(181, 230, 48, 0.49);
  font-weight: 900;
}
.quiz__answer.correct, .quiz__answer.match {
  background-color: #FFF0F8;
  color: #7d3c5e;
  font-weight: 900;
  border: 3rem solid transparent;
}
.quiz__answer.correct::before, .quiz__answer.match::before {
  background-color: #7D3C5E;
  border: none;
}
.quiz__answer.wrong {
  background-color: #DC0022;
  color: #FFF;
}
.quiz__answer.wrong::before {
  background-color: #590E1E;
  border: none;
}
.quiz__button {
  margin-top: 60rem;
}
.quiz__buttontop {
  margin-top: 27rem;
}

.result {
  margin-top: 156rem;
  padding-bottom: 114rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .result {
    margin-top: 80rem;
  }
}
@media (max-width: 575.98px) {
  .result {
    margin-top: 50rem;
  }
}
.result__decoration {
  pointer-events: none;
  position: absolute;
}
.result__decoration--left {
  left: 0;
  bottom: -27rem;
  width: 250rem;
  height: auto;
}
.result__decoration--right {
  right: 0;
  bottom: 0rem;
  width: 668rem;
  height: auto;
}
@media (max-width: 991.98px) {
  .result__decoration--right {
    display: none;
  }
}
.result__decoration--right2 {
  right: 0;
  top: -600rem;
  width: 668rem;
  height: auto;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .result__decoration--right2 {
    display: none;
  }
}
.result__tree {
  width: 780rem;
  height: auto;
  margin-top: -150rem;
  margin-right: -120rem;
}
@media (max-width: 991.98px) {
  .result__tree {
    width: 120%;
    margin-top: 0;
    margin-right: 0;
    margin-left: -30rem;
  }
}
.result__header {
  position: relative;
  margin-bottom: 167rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .result__header {
    flex-direction: column;
    margin-bottom: 20rem;
  }
}
@media (max-width: 575.98px) {
  .result__header {
    flex-direction: column;
    margin-bottom: 340rem;
  }
}
.result__reward-decoration {
  width: 407rem;
  height: auto;
  position: absolute;
  top: -170rem;
  right: -80rem;
}
@media (max-width: 991.98px) {
  .result__reward-decoration {
    width: 300rem;
    top: -100rem;
  }
}
.result__points {
  position: relative;
}
.result__points__text {
  font-family: Congenial;
  font-weight: 900;
  font-size: 68rem;
  line-height: 79rem;
  text-align: left;
  color: #7d3c5e;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .result__points__text {
    flex-direction: column;
    font-size: 32rem;
    line-height: 1.2;
    align-items: start;
  }
}
.result__points__numbers {
  font-weight: 900;
  font-size: 56rem;
  line-height: 31rem;
  color: #7d3c5e;
  position: absolute;
  width: 345rem;
  height: 389rem;
  background-image: url(../images/result-flower.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 105rem 80rem;
  left: 472rem;
  top: -50rem;
}
@media (max-width: 991.98px) {
  .result__points__numbers {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 30rem;
    margin-bottom: -80rem;
    width: 245rem;
    padding: 70rem 50rem;
    height: 289rem;
    font-size: 46rem;
  }
}
.result__desc {
  font-size: 38rem;
  line-height: 52rem;
  text-align: left;
  color: #3a5e26;
  margin-top: 83rem;
}
@media (max-width: 991.98px) {
  .result__desc {
    margin-top: 0rem;
    font-size: 21rem;
    line-height: 1.2;
  }
}
.result__buttontop {
  margin-top: 63rem;
}
@media (max-width: 991.98px) {
  .result__buttontop {
    margin-top: 20rem;
  }
}

.form {
  margin: 0 auto;
  margin-bottom: 60rem;
  width: 1336rem;
}
@media (max-width: 991.98px) {
  .form {
    width: 100%;
  }
}
.form__row {
  margin-bottom: -14rem;
}
.form__col {
  margin-bottom: 14rem;
}

.white__box {
  width: 1336rem;
  margin: 0 auto;
  border-radius: 30px;
  background: #fff;
  border: 1rem solid rgba(0, 0, 0, 0);
  box-shadow: 4.46rem 4.46rem 136.1rem rgba(0, 0, 0, 0.1);
  padding: 56rem 105rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .white__box {
    width: 100%;
    padding: 20rem;
  }
}
.white__box__decoration {
  pointer-events: none;
  position: absolute;
  height: auto;
}
.white__box__decoration--1 {
  width: 132rem;
  top: -60rem;
  right: -35rem;
}
@media (max-width: 991.98px) {
  .white__box__decoration--1 {
    width: 50rem;
    top: -30rem;
    right: -5rem;
  }
}
.white__box__decoration--2 {
  width: 395rem;
  bottom: -160rem;
  right: -270rem;
}
.white__box__decoration--3 {
  width: 412rem;
  top: 60rem;
  left: -250rem;
}
.white__box__decoration--4 {
  width: 550rem;
  bottom: -220rem;
  left: -150rem;
  z-index: -1;
}

.input-group__label {
  font-family: "Lato", sans-serif;
  font-size: 20rem;
  line-height: 22rem;
  font-weight: bold;
  color: #7D3C5E;
}
.input-group__label__text {
  margin-bottom: 8rem;
}
.input-group__input {
  padding-right: 10rem;
  padding-left: 10rem;
  width: 100%;
  height: 59.56rem;
  font-family: "Lato", sans-serif;
  font-size: 20rem;
  line-height: 59.56rem;
  color: #2a2a2a;
  background-color: #FFF;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 1000rem;
}
.input-group__warning {
  margin-top: 8rem;
  color: red;
}

.suv {
  position: relative;
}
.suv__bg {
  background-image: url("../images/suv/bg.png");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  bottom: 0rem;
  pointer-events: none;
}
.suv__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  bottom: 0rem;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.6);
}
.suv__overlay2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  bottom: 0rem;
  pointer-events: none;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.suv__content {
  position: relative;
  padding-top: 30.6rem;
  padding-left: 105rem;
  padding-right: 105rem;
  padding-bottom: 81rem;
}
@media (max-width: 991.98px) {
  .suv__content {
    padding-top: 24rem;
    padding-left: 24rem;
    padding-right: 24rem;
    padding-bottom: 24rem;
  }
}
@media (max-width: 575.98px) {
  .suv__content {
    padding-top: 0rem;
    padding-left: 24rem;
    padding-right: 24rem;
    padding-bottom: 0rem;
  }
}
.suv__bfs1 {
  position: absolute;
  pointer-events: none;
  width: 725rem;
  height: 725rem;
  top: 735rem;
  right: -214.6rem;
}
.suv__bfs2 {
  position: absolute;
  pointer-events: none;
  width: 570rem;
  height: 569rem;
  top: 165rem;
  left: 170rem;
}
.suv__bfs3 {
  position: absolute;
  pointer-events: none;
  width: 177rem;
  height: 231rem;
  top: 523.9rem;
  left: 34.4rem;
}

.questionaire {
  margin-top: 84rem;
  padding-bottom: 114rem;
  position: relative;
}
.questionaire__decoration {
  pointer-events: none;
  position: absolute;
  height: auto;
}
.questionaire__decoration--left {
  width: 203rem;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .questionaire__decoration--left {
    width: 80rem;
  }
}
.questionaire__decoration--right {
  width: 682rem;
  top: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .questionaire__decoration--right {
    width: 160rem;
  }
}
.questionaire__decoration--branch {
  width: 224rem;
  top: -20rem;
  right: 280rem;
}
@media (max-width: 991.98px) {
  .questionaire__decoration--branch {
    top: 60rem;
    width: 100rem;
    right: -30rem;
  }
}
.questionaire__decoration--3 {
  width: 412rem;
  top: -40rem;
  left: 0rem;
}
@media (max-width: 991.98px) {
  .questionaire__decoration--3 {
    width: 160rem;
  }
}
.questionaire__decoration--leaf {
  width: 133rem;
  bottom: 180rem;
  left: 100rem;
}
.questionaire__flex {
  gap: 40rem;
  margin-top: 13rem;
}
@media (max-width: 991.98px) {
  .questionaire__flex {
    padding-right: 50rem;
    padding-left: 50rem;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25rem;
  }
}
@media (max-width: 575.98px) {
  .questionaire__flex {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
.questionaire__container {
  margin-top: 36.4rem;
  padding-top: 39.2rem;
  padding-bottom: 39.2rem;
  padding-left: 146rem;
  padding-right: 148rem;
}
@media (max-width: 991px) {
  .questionaire__container {
    padding-left: 34rem;
    padding-right: 34rem;
  }
}
@media (max-width: 575px) {
  .questionaire__container {
    padding-left: 24rem;
    padding-right: 24rem;
    margin-top: 0;
    padding-top: 20rem;
  }
}
.questionaire__title {
  font-family: Congenial;
  font-weight: bold;
  font-size: 48rem;
  line-height: 50rem;
  color: #22441e;
  text-align: center;
}
@media (max-width: 991.98px) {
  .questionaire__title {
    font-size: 28rem;
    line-height: 1.2;
  }
}
.questionaire__title2 {
  font-family: Congenial;
  font-weight: normal;
  font-size: 38rem;
  line-height: 1;
  text-align: center;
  color: #3a5e26;
  margin-top: 21rem;
  margin-bottom: 56rem;
}
@media (max-width: 991.98px) {
  .questionaire__title2 {
    font-size: 24rem;
    line-height: 1.2;
    margin-bottom: 26rem;
  }
}
.questionaire__ny {
  font-family: Congenial;
  font-weight: 500;
  font-size: 24rem;
  line-height: 32rem;
  text-align: left;
  color: #7d3c5e;
  text-transform: uppercase;
}
.questionaire__ny:first-of-type {
  margin-right: 480rem;
}
@media (max-width: 991.98px) {
  .questionaire__ny {
    padding-top: 0rem;
  }
}
@media (max-width: 575.98px) {
  .questionaire__ny {
    padding-top: 4rem;
    text-align: center;
  }
}
.questionaire__point__text {
  position: relative;
  z-index: 11;
  height: 50rem;
  width: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: color 200ms linear, background-color 200ms linear;
  font-size: 23rem;
  line-height: 1;
  color: #22441e;
  background: #fff;
  filter: drop-shadow(0rem 0.98rem 17.34rem rgba(34, 68, 30, 0.38));
  border-radius: 100%;
}
.questionaire__point.active .questionaire__point__text, .questionaire__point.success .questionaire__point__text {
  color: white;
}
input[type=radio]:checked + .questionaire__point__text {
  background-color: #7D3C5E;
  color: white;
}
.questionaire__textarea {
  width: 1130rem;
  min-height: 164rem;
  margin-top: 48rem;
  padding: 30rem 28rem;
  outline: none;
  border-radius: 12rem;
  border: 2rem solid #7D3C5E;
  background-color: white;
  font-size: 14rem;
  line-height: 20rem;
  font-weight: 700;
  color: #7D3C5E;
  resize: vertical;
}
@media (max-width: 991.98px) {
  .questionaire__textarea {
    width: 590rem;
    margin-top: 24rem;
  }
}
@media (max-width: 575.98px) {
  .questionaire__textarea {
    width: 330rem;
  }
}
.questionaire__textarea::placeholder {
  font-size: 14rem;
  line-height: 20rem;
  font-weight: 700;
  color: #7D3C5E;
}
* + .questionaire__button {
  margin-top: 95rem;
}
@media (max-width: 575.98px) {
  .questionaire__button {
    margin-left: -17rem;
  }
}

.agreements__element ~ .agreements__element {
  margin-top: 29rem;
}
.agreements__element {
  position: relative;
  display: flex;
  cursor: pointer;
}
.agreements__element input {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  appearance: none;
  -webkit-appearance: none;
  opacity: 0;
}
.agreements__element__checkbox {
  width: 27.051rem;
  height: 26.307rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/checkbox.svg");
  flex-shrink: 0;
  margin-right: 12.9rem;
}
.agreements__element__checkbox::before {
  content: "";
  width: 21.631rem;
  height: 30.502rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/checkmark.svg");
  position: absolute;
  top: 35%;
  left: 60%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.2s linear;
}
.agreements__element input:checked + .agreements__element__checkbox::before {
  opacity: 1;
}
.agreements__element__content {
  color: #22441E;
  font-size: 16rem;
  line-height: 22rem;
  font-family: "Noto Sans", sans-serif;
}
.agreements__element__content a {
  color: #22441E;
  text-decoration: underline;
}
* + .agreements__element__text {
  margin-top: 26rem;
}
.agreements__element__text {
  color: #22441E;
  font-size: 15rem;
  line-height: 23rem;
  font-family: "Noto Sans", sans-serif;
}
.agreements__element__text--heading {
  font-weight: 900;
  font-size: 20rem;
  line-height: 22rem;
  color: #22441E;
  font-family: "Noto Sans", sans-serif;
}
.agreements__element__text--heading + p {
  margin-top: 10rem;
}
.agreements__add {
  color: #22441E;
  margin-top: 30rem;
  font-size: 14rem;
  line-height: 21rem;
  margin-left: 40rem;
}

.rules {
  margin-top: 18.5rem;
  font-family: "Noto Sans", sans-serif;
}
.rules__box {
  height: 334.47rem;
  padding: 30.5rem 62.1rem 19rem 44rem;
  counter-reset: ruleNo;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/result/rules_bg.svg");
}
.rules__box__intro {
  font-size: 14rem;
  line-height: 23rem;
  color: #22441E;
}
.rules__box__intro__title {
  font-size: 14rem;
  line-height: 23rem;
  color: #22441E;
  font-weight: 900;
}
.rules__box * + p {
  margin-top: 19rem;
}
.rules__box p {
  display: block;
  font-size: 14rem;
  line-height: 23rem;
  color: #22441E;
  font-weight: 900;
}
.rules__box ol {
  list-style-type: none;
  margin-top: 13rem;
}
.rules__box ol * + li {
  margin-top: 1em;
}
.rules__box ol li {
  display: flex;
  counter-increment: ruleNo;
  font-size: 14rem;
  line-height: 23rem;
  color: #22441E;
}
.rules__box ol li::before {
  content: counter(ruleNo) ".";
  margin-right: 7rem;
  flex-shrink: 0;
}
.rules__buttonbottom {
  display: flex;
  justify-content: center;
  margin-top: 81.1rem;
}
@media (max-width: 991.98px) {
  .rules__buttonbottom {
    margin-top: 48rem;
  }
}
@media (max-width: 575.98px) {
  .rules__buttonbottom {
    margin-top: 24rem;
  }
}

.thank {
  position: relative;
  padding-top: 140rem;
  padding-bottom: 50.1rem;
}
@media (max-width: 991.98px) {
  .thank {
    padding-bottom: 50.1rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
@media (max-width: 575.98px) {
  .thank {
    padding-bottom: 50rem;
  }
}
.thank__decoration {
  pointer-events: none;
  position: absolute;
  height: auto;
}
.thank__decoration--4 {
  width: 333rem;
  top: 150rem;
  left: 50rem;
}
@media (max-width: 991.98px) {
  .thank__decoration--4 {
    width: 123rem;
    top: 50rem;
  }
}
.thank__decoration--bark {
  width: 576rem;
  bottom: 40rem;
  left: 15%;
}
.thank__decoration--leaf {
  width: 148rem;
  bottom: 150rem;
  left: 2%;
}
.thank__title {
  font-family: Congenial;
  font-weight: 900;
  font-size: 48rem;
  line-height: 50rem;
  text-align: center;
  color: #7d3c5e;
}
@media (max-width: 991.98px) {
  .thank__title {
    font-size: 32rem;
  }
}
.thank__subtitle {
  font-family: Congenial;
  font-weight: normal;
  font-size: 38rem;
  line-height: 52rem;
  text-align: center;
  color: #3a5e26;
}
.thank__desc {
  font-family: Congenial;
  font-weight: normal;
  font-size: 38rem;
  line-height: 52rem;
  text-align: center;
  color: #3a5e26;
  margin-top: 50rem;
}
@media (max-width: 991.98px) {
  .thank__desc {
    font-size: 24rem;
    line-height: 1.2;
    margin-top: 20rem;
  }
}
.thank__box {
  display: flex;
  justify-content: center;
  margin-top: 44rem;
  gap: 62rem;
}
@media (max-width: 575.98px) {
  .thank__box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20rem;
  }
}
.thank__box__element {
  width: 457rem;
  display: flex;
  position: relative;
  border-radius: 30rem;
  align-items: center;
  background-color: #FFF;
  padding: 24rem 20rem;
  box-shadow: 4.46rem 4.46rem 136.1rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .thank__box__element {
    width: auto;
    padding: 30rem 20rem;
    flex-direction: column;
    justify-content: center;
  }
}
.thank__box__element::before {
  content: "";
  display: block;
  width: 436.657rem;
  height: 418.322rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/thankyou/el_bg.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.thank__box__element__text {
  font-size: 16rem;
  line-height: 25rem;
  text-align: left;
  color: #22441e;
}
.thank__box__element__text b {
  font-weight: 900;
  font-size: 20rem;
  line-height: 25rem;
  text-align: left;
  color: #22441e;
}
.thank__box__element__img {
  width: 185rem;
  height: auto;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: -50rem;
}
.thank__box__element__img--1 {
  margin-left: -30rem;
}
.thank__box__element__button {
  position: relative;
  margin-top: 16rem;
}
.thank__button {
  display: flex;
  justify-content: center;
  margin-top: 48rem;
}
@media (max-width: 575.98px) {
  .thank__button {
    margin-top: 105rem;
  }
}
.thank__button--nolinkabove {
  margin-top: 177rem;
}
@media (max-width: 991.98px) {
  .thank__button--nolinkabove {
    margin-top: -60rem;
  }
}
@media (max-width: 575.98px) {
  .thank__button--nolinkabove {
    margin-top: -75rem;
  }
}
.thank__dots__topright {
  width: 911.33rem;
  pointer-events: none;
  position: absolute;
  top: 111.2rem;
  right: -366.8rem;
}
@media (max-width: 991.98px) {
  .thank__dots__topright {
    display: none;
  }
}
.thank__dots__topleft {
  width: 1208.517rem;
  pointer-events: none;
  position: absolute;
  top: -208.9rem;
  left: -449.3rem;
}
@media (max-width: 991.98px) {
  .thank__dots__topleft {
    display: none;
  }
}
.thank__elipsebottom {
  width: 1606.144rem;
  position: absolute;
  pointer-events: none;
  top: 836rem;
  left: -1031.1rem;
}
.thank__zig {
  width: 290.711rem;
  pointer-events: none;
  position: absolute;
  top: 925.4rem;
  left: 429.6rem;
}
@media (max-width: 991.98px) {
  .thank__zig {
    display: none;
  }
}
.thank__pointer {
  width: 132.116rem;
  pointer-events: none;
  position: absolute;
  top: 395rem;
  right: 471.9rem;
  animation: scrollPointer 3s linear infinite;
}
@media (max-width: 991.98px) {
  .thank__pointer {
    display: none;
  }
}

.knowledge {
  padding-top: 120rem;
}
@media (max-width: 991.98px) {
  .knowledge {
    padding-top: 60rem;
  }
}
.knowledge__button {
  margin-top: 44rem;
  margin-bottom: 95rem;
}
.knowledge__decoration {
  position: absolute;
  height: auto;
  pointer-events: none;
}
.knowledge__decoration--right {
  width: 682rem;
  right: -60rem;
  top: 0;
}
@media (max-width: 575.98px) {
  .knowledge__decoration--right {
    width: 300rem;
    right: -30rem;
  }
}
.knowledge__decoration--1 {
  width: 341rem;
  top: 150rem;
  right: -150rem;
}
@media (max-width: 575.98px) {
  .knowledge__decoration--1 {
    display: none;
  }
}
.knowledge__decoration--2 {
  width: 341rem;
  bottom: -50rem;
  right: -50rem;
}
@media (max-width: 575.98px) {
  .knowledge__decoration--2 {
    display: none;
  }
}
.knowledge__two {
  margin-top: -200rem;
}
.knowledge__mani {
  width: 535rem;
  height: auto;
  margin-top: 100rem;
  margin-left: -60rem;
}
@media (max-width: 991.98px) {
  .knowledge__mani {
    margin-top: -80rem;
  }
}
@media (max-width: 575.98px) {
  .knowledge__mani {
    width: 100%;
    margin-left: 0rem;
    margin-top: -180rem;
  }
}
.knowledge__mani2 {
  width: 535rem;
  height: auto;
  margin-top: 10rem;
  margin-left: -60rem;
}
@media (max-width: 575.98px) {
  .knowledge__mani2 {
    width: 100%;
    margin-left: 0rem;
    margin-top: -80rem;
  }
}
.knowledge__mani-svg {
  width: 588rem;
  height: auto;
  margin-top: -80rem;
}
@media (max-width: 575.98px) {
  .knowledge__mani-svg {
    width: 100%;
    margin-top: -40rem;
  }
}
.knowledge__after-mani {
  font-family: Congenial;
  font-weight: normal;
  font-size: 30rem;
  line-height: 44rem;
  text-align: left;
  color: #22441e;
  opacity: 0.88;
  margin-top: -40rem;
}
@media (max-width: 575.98px) {
  .knowledge__after-mani {
    font-size: 24rem;
    line-height: 1.4;
    margin-bottom: 20rem;
  }
  .knowledge__after-mani br {
    display: none;
  }
}
.knowledge__after-mani b {
  font-weight: 900;
}
.knowledge__after-mani__leaf {
  width: 324rem;
  height: auto;
  position: absolute;
  top: -40rem;
  right: -200rem;
}
.knowledge__after-mani__source {
  font-family: Congenial;
  font-weight: normal;
  font-size: 16rem;
  line-height: 22rem;
  text-align: left;
  color: #22441e;
  opacity: 0.88;
}
.knowledge__after-mani__source--mt {
  margin-top: 30rem;
}
.knowledge__text {
  font-family: Congenial;
  font-weight: normal;
  font-size: 30rem;
  line-height: 44rem;
  text-align: left;
  color: #3a5e26;
}
@media (max-width: 575.98px) {
  .knowledge__text {
    margin-top: 30rem;
  }
}
.knowledge__98-4-procent {
  width: 463rem;
  height: auto;
}
@media (max-width: 575.98px) {
  .knowledge__98-4-procent {
    width: 100%;
  }
}
.knowledge__arrow-down {
  width: 100rem;
  height: auto;
  position: absolute;
  bottom: 100rem;
  right: 50rem;
  cursor: pointer;
  z-index: 5;
}
.knowledge__arrow-down path, .knowledge__arrow-down circle {
  stroke: #7d3c5e;
}
@media (max-width: 575px) {
  .knowledge__arrow-down {
    width: 60rem;
    bottom: 50rem;
    right: 25rem;
  }
}
.knowledge__arrow {
  width: 164rem;
  position: absolute;
  top: -40rem;
  right: 0;
}
@media (max-width: 991.98px) {
  .knowledge__arrow {
    display: none;
  }
}
.knowledge__arrow2 {
  width: 164rem;
  position: absolute;
  top: -50rem;
  right: 0rem;
}
@media (max-width: 991.98px) {
  .knowledge__arrow2 {
    display: none;
  }
}
.knowledge__h2 {
  font-weight: bold;
  font-size: 58rem;
  line-height: 71rem;
  text-align: left;
  color: #22441e;
  opacity: 0.88;
  margin-bottom: 23rem;
}
@media (max-width: 575.98px) {
  .knowledge__h2 {
    font-size: 32rem;
    line-height: 1.4;
  }
}
.knowledge__h22 {
  font-weight: bold;
  font-size: 58rem;
  line-height: 71rem;
  text-align: left;
  color: #22441e;
  opacity: 0.88;
  margin-bottom: 13rem;
  margin-top: 80rem;
}
@media (max-width: 575.98px) {
  .knowledge__h22 {
    font-size: 32rem;
    line-height: 1.4;
    margin-top: 30rem;
  }
}
.knowledge__move {
  margin-left: -50rem;
}
@media (max-width: 991.98px) {
  .knowledge__move {
    margin-left: 0;
  }
}
.knowledge__h1 {
  font-family: Congenial;
  font-weight: 900;
  font-size: 90rem;
  line-height: 90rem;
  text-align: left;
  color: #7d3c5e;
}
@media (max-width: 991.98px) {
  .knowledge__h1 {
    font-size: 70rem;
    line-height: 1.2;
  }
}
@media (max-width: 575.98px) {
  .knowledge__h1 {
    font-size: 32rem;
  }
}
.knowledge__p {
  font-family: Congenial;
  font-weight: normal;
  font-size: 38rem;
  line-height: 52rem;
  text-align: left;
  color: #3a5e26;
  margin-top: 40rem;
}
@media (max-width: 575.98px) {
  .knowledge__p {
    margin-top: 20rem;
    font-size: 24rem;
    line-height: 30rem;
  }
}
.knowledge__tree {
  width: 106%;
  height: auto;
  margin-top: -180rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .knowledge__tree {
    width: 100%;
    margin-top: -20rem;
  }
}
@media (max-width: 575.98px) {
  .knowledge__tree {
    margin-top: 20rem;
    width: 115%;
    margin-left: -20rem;
  }
}
.knowledge__whitebox {
  background-color: #fff;
  filter: drop-shadow(4.46rem 4.46rem 136.1rem rgba(0, 0, 0, 0.1));
  border-radius: 30rem 30rem 400rem 30rem;
  padding: 95rem 0 55rem 0;
  margin-top: 40rem;
}
@media (max-width: 991.98px) {
  .knowledge__whitebox {
    padding: 95rem 20rem 55rem 20rem;
  }
}
@media (max-width: 575.98px) {
  .knowledge__whitebox {
    padding: 20rem 20rem 20rem 20rem;
    border-radius: 30rem 30rem 120rem 30rem;
  }
}
.knowledge__whitebox-cont {
  position: relative;
}
.knowledge__whitebox__decoration {
  position: absolute;
  height: auto;
}
.knowledge__whitebox__decoration--sunflower {
  bottom: -200rem;
  right: -100rem;
  width: 450rem;
}
@media (max-width: 575.98px) {
  .knowledge__whitebox__decoration--sunflower {
    width: 200rem;
    bottom: -100rem;
  }
}
.knowledge__whitebox__decoration--swirl {
  bottom: -180rem;
  right: -50rem;
  width: 550rem;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .knowledge__whitebox__decoration--swirl {
    width: 300rem;
    bottom: -100rem;
    right: -90rem;
  }
}
.knowledge__whitebox__header {
  font-weight: bold;
  font-size: 48rem;
  line-height: 50rem;
  text-align: center;
  color: #fff;
  border-radius: 28rem;
  background: #22441e;
  padding: 0 42rem;
  display: inline-block;
  margin-left: 30rem;
}
@media (max-width: 991.98px) {
  .knowledge__whitebox__header {
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .knowledge__whitebox__header {
    font-size: 28rem;
    line-height: 1.2;
    margin-left: 0rem;
  }
}
.knowledge__whitebox__packshots {
  width: 817rem;
  height: auto;
}
@media (max-width: 991.98px) {
  .knowledge__whitebox__packshots {
    margin-left: 50rem;
  }
}
@media (max-width: 575.98px) {
  .knowledge__whitebox__packshots {
    width: 100%;
  }
}
.knowledge__whitebox__packshots__text {
  font-family: Congenial;
  font-weight: normal;
  font-size: 22rem;
  line-height: 34rem;
  text-align: left;
  color: #22441e;
  margin-top: -50rem;
}
@media (max-width: 991.98px) {
  .knowledge__whitebox__packshots__text {
    margin-bottom: 50rem;
  }
}
@media (max-width: 575.98px) {
  .knowledge__whitebox__packshots__text {
    margin-top: 0;
  }
}
.knowledge__whitebox__packshots__text b {
  font-weight: 900;
}
.knowledge__whitebox__pill {
  height: auto;
  margin-bottom: 20rem;
}
.knowledge__whitebox__pill--1 {
  width: 70rem;
  margin-top: 90rem;
}
@media (max-width: 575.98px) {
  .knowledge__whitebox__pill--1 {
    margin-top: 50rem;
  }
}
.knowledge__whitebox__pill--2 {
  width: 81rem;
}
.knowledge__whitebox__pill__text {
  font-size: 30rem;
  line-height: 44rem;
  text-align: left;
  color: #7f3d5f;
  margin-bottom: 70rem;
}
@media (max-width: 575.98px) {
  .knowledge__whitebox__pill__text {
    font-size: 24rem;
    line-height: 1.4;
  }
}
.knowledge__whitebox__pill__text b {
  color: #3A5E26;
  font-size: 38rem;
  line-height: 44rem;
  font-weight: 900;
}
.knowledge__flowers {
  margin-top: 80rem;
}
.knowledge__flowers__h2 {
  font-family: Congenial;
  font-weight: bold;
  font-size: 48rem;
  line-height: 50rem;
  text-align: center;
  color: #22441e;
}
@media (max-width: 575.98px) {
  .knowledge__flowers__h2 {
    font-size: 32rem;
    line-height: 1.4;
  }
}
.knowledge__flowers__list {
  margin-top: 40rem;
}
@media (max-width: 575.98px) {
  .knowledge__flowers__list {
    margin-top: 0;
  }
}
.knowledge__flowers__list__item {
  position: relative;
  padding-left: 137rem;
  margin-bottom: 70rem;
  font-family: Congenial;
  font-size: 30rem;
  line-height: 44rem;
  text-align: left;
  color: #7d3c5e;
  opacity: 0.88;
}
@media (max-width: 575.98px) {
  .knowledge__flowers__list__item {
    font-size: 24rem;
    line-height: 1.4;
    padding-top: 140rem;
    padding-left: 0;
    margin-bottom: 30rem;
  }
}
.knowledge__flowers__list__item b {
  font-weight: 900;
}
.knowledge__flowers__list__item__source {
  font-weight: normal;
  font-size: 16rem;
  line-height: 22rem;
  text-align: left;
  color: #22441e;
  opacity: 0.88;
}
.knowledge__flowers__list__item:before {
  background-image: url(../images/windflower-bloom.png);
  width: 137rem;
  height: 154rem;
  background-size: contain;
  content: "";
  display: block;
  left: 0;
  top: -20rem;
  position: absolute;
}
@media (max-width: 575.98px) {
  .knowledge__flowers__list__item:before {
    left: 50%;
    transform: translateX(-40%);
    top: 20rem;
  }
}
.knowledge__dosage {
  margin-top: -500rem;
  padding-top: 530rem;
  background-image: url(../images/dawkowanie.png);
  background-size: 2482rem auto;
  height: 1214rem;
  background-position: -120rem top;
  background-blend-mode: overlay;
  position: relative;
}
@media (max-width: 991.98px) {
  .knowledge__dosage {
    background-image: url(../images/dawkowanie-mobile.png);
    background-position: center 0rem;
    background-size: 109% auto;
    margin-top: -43rem;
    padding-top: 186rem;
    height: auto;
    padding-bottom: 500rem;
    padding-left: 150rem;
    padding-right: 300rem;
  }
}
@media (max-width: 575.98px) {
  .knowledge__dosage {
    background-image: url(../images/dawkowanie-mobile.png);
    background-position: -149rem 0rem;
    background-size: 219% auto;
    margin-top: -43rem;
    padding-top: 186rem;
    height: auto;
    padding-bottom: 300rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.knowledge__dosage__ref {
  position: absolute;
  right: 200rem;
  bottom: 280rem;
  font-weight: normal;
  font-size: 16rem;
  line-height: 22rem;
  text-align: left;
  color: #fff;
  opacity: 0.88;
}
@media (max-width: 991.98px) {
  .knowledge__dosage__ref {
    right: 50%;
    bottom: 200rem;
  }
}
@media (max-width: 575.98px) {
  .knowledge__dosage__ref {
    right: 30%;
    bottom: 200rem;
  }
}
.knowledge__dosage__h2 {
  font-family: Congenial;
  font-weight: bold;
  font-size: 48rem;
  line-height: 50rem;
  text-align: center;
  color: #fff;
  margin-bottom: 30rem;
}
.knowledge__dosage__flex {
  padding-left: 250rem;
  display: flex;
  gap: 150rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .knowledge__dosage__flex {
    gap: 20rem;
    flex-direction: column;
    padding-left: 50rem;
  }
}
.knowledge__dosage__flex:before {
  content: "";
  position: absolute;
  mix-blend-mode: multiply;
  width: 80%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #79664c;
  opacity: 0.7;
  filter: blur(50rem);
}
.knowledge__dosage__flex__image {
  width: 200rem;
  height: auto;
  position: relative;
}
.knowledge__dosage__flex__image--1 {
  margin-top: 20rem;
}
.knowledge__dosage__flex__image--2 {
  margin-top: 20rem;
}
.knowledge__dosage__flex__text {
  position: relative;
  font-weight: normal;
  font-size: 30rem;
  line-height: 44rem;
  text-align: left;
  color: #fff;
}
.knowledge__new {
  border-radius: 340rem 30rem 30rem 30rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 4.46px 4.46px 136.1px rgba(0, 0, 0, 0.1);
  padding: 90rem 0;
  margin-top: 100rem;
}
@media (max-width: 991.98px) {
  .knowledge__new {
    padding: 40rem 20rem;
    border-radius: 90rem 30rem 30rem 30rem;
  }
}
.knowledge__new__h2 {
  font-size: 58rem;
  line-height: 71rem;
  text-align: center;
  color: #22441e;
  opacity: 0.88;
}
@media (max-width: 991.98px) {
  .knowledge__new__h2 {
    font-size: 32rem;
    line-height: 1.2;
  }
}
.knowledge__new__h2 b {
  font-weight: bold;
}
.knowledge__new__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30rem;
  margin-top: 30rem;
}
@media (max-width: 991.98px) {
  .knowledge__new__flex {
    flex-direction: column;
  }
}
.knowledge__new__badge {
  border-radius: 74.5rem;
  background: #7f3d5f;
  padding: 20rem 30rem;
  font-weight: 900;
  font-size: 48rem;
  line-height: 50rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 991.98px) {
  .knowledge__new__badge {
    font-size: 32rem;
  }
}
@media (max-width: 575.98px) {
  .knowledge__new__badge {
    font-size: 24rem;
    line-height: 1.2;
  }
}
.knowledge__new__border {
  border-radius: 30rem;
  background: #fff;
  border: 2px solid #b5e630;
  margin: 30rem 111rem;
  padding: 44rem 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .knowledge__new__border {
    margin: 30rem;
  }
}
@media (max-width: 575.98px) {
  .knowledge__new__border {
    margin: 30rem 0rem;
  }
}
.knowledge__new__border__decoration {
  position: absolute;
  top: -130rem;
  left: -113rem;
  width: 255rem;
  height: auto;
}
.knowledge__new__border__decoration--2 {
  left: auto;
  right: -216rem;
  top: auto;
  bottom: -237rem;
  width: 412rem;
}
@media (max-width: 991.98px) {
  .knowledge__new__border__decoration--2 {
    display: none;
  }
}
.knowledge__new__border__first {
  font-weight: 900;
  font-size: 48rem;
  line-height: 58rem;
  text-align: center;
  color: #22441E;
}
.knowledge__new__border__first span {
  color: #5bd383;
}
@media (max-width: 575.98px) {
  .knowledge__new__border__first {
    font-size: 24rem;
    line-height: 1.2;
  }
}
.knowledge__new__border__second {
  font-size: 30rem;
  line-height: 44rem;
  text-align: center;
  color: #22441e;
  opacity: 0.88;
}
@media (max-width: 575.98px) {
  .knowledge__new__border__second {
    font-size: 24rem;
    line-height: 1.2;
  }
}
.knowledge__arrows {
  display: flex;
  padding: 0 20rem;
  justify-content: center;
  gap: 40rem;
}
@media (max-width: 991.98px) {
  .knowledge__arrows {
    flex-direction: column;
    gap: 10rem;
  }
}
@media (max-width: 575.98px) {
  .knowledge__arrows {
    padding: 0;
  }
}
.knowledge__arrows__left {
  display: flex;
}
.knowledge__arrows__right {
  display: flex;
}
@media (max-width: 575.98px) {
  .knowledge__arrows__right {
    margin-right: 20rem;
    gap: 10rem;
  }
}
.knowledge__arrows__decoration {
  margin-top: -300rem;
  width: 290rem;
  height: auto;
  margin-left: auto;
}
@media (max-width: 575.98px) {
  .knowledge__arrows__decoration {
    display: none;
  }
}
.knowledge__arrows__p {
  font-size: 16rem;
  line-height: 22rem;
  text-align: left;
  color: #22441e;
  opacity: 0.88;
}
.knowledge__arrows__p--left {
  margin-left: 150rem;
  margin-top: 0;
}
.knowledge__arrows__p--right {
  margin-top: -120rem;
  margin-left: 40rem;
}
@media (max-width: 575.98px) {
  .knowledge__arrows__p--right {
    margin-top: 0;
    margin-left: 0;
  }
}
.knowledge__arrows__arrow {
  margin-top: 82rem;
}
@media (max-width: 991.98px) {
  .knowledge__arrows__arrow {
    margin-top: 0;
  }
}
.knowledge__arrows__arrow--first {
  margin-top: 0;
}
.knowledge__arrows__arrow__svg {
  width: 363rem;
  height: auto;
}
@media (max-width: 575.98px) {
  .knowledge__arrows__arrow__svg {
    width: 100%;
  }
}
.knowledge__arrows__arrow__svg--small {
  width: 250rem;
}
@media (max-width: 575.98px) {
  .knowledge__arrows__arrow__svg--small {
    width: calc(100% + 20rem);
    margin: 0 -20rem;
  }
}
.knowledge__arrows__text {
  font-size: 30rem;
  line-height: 40rem;
  text-align: center;
  color: #22441e;
  opacity: 0.88;
}
@media (max-width: 575.98px) {
  .knowledge__arrows__text {
    font-size: 14rem;
    line-height: 1.2;
  }
}
.knowledge__arrows__refs {
  padding: 0 150rem;
  margin-top: 80rem;
}
@media (max-width: 991.98px) {
  .knowledge__arrows__refs {
    padding: 0 30rem;
    margin-top: 40rem;
  }
}
@media (max-width: 575.98px) {
  .knowledge__arrows__refs {
    padding: 0 20rem;
  }
}
.knowledge__arrows__after {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 575.98px) {
  .knowledge__arrows__after {
    flex-direction: column;
    align-items: flex-end;
    margin-right: -20rem;
    margin-top: 50rem;
  }
}
.knowledge__arrows__after__logo {
  width: 425rem;
  height: auto;
  margin-left: 180rem;
}
@media (max-width: 991.98px) {
  .knowledge__arrows__after__logo {
    width: 300rem;
  }
}
@media (max-width: 575.98px) {
  .knowledge__arrows__after__logo {
    margin-left: 0;
    margin-bottom: 30rem;
  }
}
.knowledge__arrows__after__new {
  border-radius: 59.5px 0 0 59.5px;
  background: #7f3d5f;
  font-weight: 900;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  padding: 30rem 60rem;
  margin-left: 40rem;
}
@media (max-width: 991.98px) {
  .knowledge__arrows__after__new {
    font-size: 32rem;
  }
}
@media (max-width: 575.98px) {
  .knowledge__arrows__after__new {
    margin-left: 0;
  }
}

.benefits {
  margin-top: 60rem;
  position: relative;
  margin-bottom: 112rem;
}
.benefits__h2 {
  font-family: Congenial;
  font-weight: bold;
  font-size: 48rem;
  line-height: 50rem;
  text-align: center;
  color: #22441e;
  margin-bottom: 36rem;
}
@media (max-width: 991.98px) {
  .benefits__h2 {
    margin-bottom: 140rem;
  }
}
.benefits__step {
  position: relative;
  height: 500rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .benefits__step {
    height: 250rem;
  }
}
.benefits__step--2 {
  height: 500rem;
}
.benefits__step--3 {
  height: 500rem;
}
@media (max-width: 575.98px) {
  .benefits__step--3 {
    height: 350rem;
  }
}
.benefits__step__bg {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .benefits__step__bg {
    width: 130%;
  }
}
.benefits__step__bg--1 {
  width: 660rem;
  top: 57%;
}
@media (max-width: 575.98px) {
  .benefits__step__bg--1 {
    width: 130%;
  }
}
.benefits__step__bg--2 {
  width: 600rem;
  left: 55%;
  top: 55%;
}
@media (max-width: 575.98px) {
  .benefits__step__bg--2 {
    width: 115%;
  }
}
.benefits__step__bg--3 {
  width: 660rem;
  left: 51%;
  top: 48%;
}
@media (max-width: 575.98px) {
  .benefits__step__bg--3 {
    width: 130%;
  }
}
.benefits__step-cont {
  z-index: 3;
  position: relative;
}
.benefits__step__h3 {
  font-family: Congenial;
  font-weight: normal;
  font-size: 30rem;
  line-height: 44rem;
  text-align: center;
  color: #7f3d5f;
}
@media (max-width: 575.98px) {
  .benefits__step__h3 {
    font-size: 24rem;
    line-height: 1.2;
  }
}
.benefits__step__p {
  font-family: Congenial;
  font-weight: bold;
  font-size: 30rem;
  line-height: 44rem;
  text-align: center;
  color: #22441e;
}
@media (max-width: 575.98px) {
  .benefits__step__p {
    font-size: 21rem;
    line-height: 1.2;
  }
}
.benefits__ref {
  font-family: Congenial;
  font-weight: normal;
  font-size: 16rem;
  line-height: 22rem;
  color: #22441e;
  opacity: 0.88;
  margin-top: 50rem;
  margin-left: 36%;
}
@media (max-width: 991.98px) {
  .benefits__ref {
    margin-top: 0rem;
    margin-left: 20rem;
  }
}
.benefits__button {
  margin-top: 44rem;
}

.plastic-wreath-heart {
  width: 100%;
  height: 984rem;
  background-image: url(../images/plastic-wreath-heart.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-family: Congenial;
  font-weight: 500;
  font-size: 38rem;
  line-height: 52rem;
  text-align: center;
  color: #3a5e26;
  padding-top: 330rem;
}
@media (max-width: 575.98px) {
  .plastic-wreath-heart {
    font-size: 20rem;
    line-height: 28rem;
    padding-top: 300rem;
    height: 754rem;
    width: 110%;
    margin-left: -13rem;
  }
}
.plastic-wreath-heart b {
  font-family: Congenial;
  font-weight: bold;
  font-size: 78rem;
  text-align: center;
  color: #7f3d5f;
}
@media (max-width: 575.98px) {
  .plastic-wreath-heart b {
    font-size: 24rem;
    line-height: 30rem;
  }
}

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;
}
.row.gutter-24 {
  margin-right: -24rem;
  margin-left: -24rem;
}
.row.gutter-24 > .col,
.row.gutter-24 > [class*=col-] {
  padding-right: 24rem;
  padding-left: 24rem;
}
@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;
  }
  .row.gutter-xs-24 {
    margin-right: -24rem;
    margin-left: -24rem;
  }
  .row.gutter-xs-24 > .col,
  .row.gutter-xs-24 > [class*=col-] {
    padding-right: 24rem;
    padding-left: 24rem;
  }
}
@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;
  }
  .row.gutter-sm-24 {
    margin-right: -24rem;
    margin-left: -24rem;
  }
  .row.gutter-sm-24 > .col,
  .row.gutter-sm-24 > [class*=col-] {
    padding-right: 24rem;
    padding-left: 24rem;
  }
}
@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;
  }
  .row.gutter-md-24 {
    margin-right: -24rem;
    margin-left: -24rem;
  }
  .row.gutter-md-24 > .col,
  .row.gutter-md-24 > [class*=col-] {
    padding-right: 24rem;
    padding-left: 24rem;
  }
}
@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;
  }
  .row.gutter-lg-24 {
    margin-right: -24rem;
    margin-left: -24rem;
  }
  .row.gutter-lg-24 > .col,
  .row.gutter-lg-24 > [class*=col-] {
    padding-right: 24rem;
    padding-left: 24rem;
  }
}

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

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

@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-pink {
  color: #f1eaea;
}

.color-pink-dark {
  color: #ebcece;
}

.color-pink-light {
  color: #f6f1f1;
}

.color-pink-lighter {
  color: #EFE0E0;
}

.color-dark {
  color: #2A2A2A;
}

.color-grey {
  color: #7B7B7B;
}

.color-grey-dark {
  color: #272727;
}

.color-purple {
  color: #7b41f2;
}

.color-violet {
  color: #A78EEC;
}

.color-lavend {
  color: #D1C8EA;
}

.color-gold {
  color: #cda65b;
}

.color-shadow {
  color: #9C7489;
}

.color-pink-pastel {
  color: #D9939F;
}

.color-pink-add {
  color: #D65E73;
}

.color-green {
  color: #8EE9C1;
}

.color-orange {
  color: #F4947C;
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-pink: #f1eaea;
  --color-pink-dark: #ebcece;
  --color-pink-light: #f6f1f1;
  --color-pink-lighter: #EFE0E0;
  --color-dark: #2A2A2A;
  --color-grey: #7B7B7B;
  --color-grey-dark: #272727;
  --color-purple: #7b41f2;
  --color-violet: #A78EEC;
  --color-lavend: #D1C8EA;
  --color-gold: #cda65b;
  --color-shadow: #9C7489;
  --color-pink-pastel: #D9939F;
  --color-pink-add: #D65E73;
  --color-green: #8EE9C1;
  --color-orange: #F4947C;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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