/* Web fonts */
/* GRID switcher */
.grid-switcher {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #363636;
  border-radius: 50%;
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 10px;
  position: fixed;
  width: 40px;
  height: 40px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  z-index: 99999999;
  font-family: "Poppins", Arial, sans-serif;
}
.grid-switcher.is-active, .grid-switcher:focus, .grid-switcher:hover {
  color: #0f0f0f;
  background-color: #ffe5e5;
}

.grid-container {
  font-size: 0;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 9999999;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}
.grid-container.is-active {
  opacity: 1;
  overflow: visible;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.grid-column-item {
  width: 100%;
  min-width: 1px;
  min-height: 0;
  width: 16.6666666667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
@media (min-width: 767px) {
  .grid-column-item {
    width: 8.3333333333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

.grid-column {
  background-color: rgba(255, 0, 0, 0.1);
  height: 100vh;
}

/* Animate helpers */
@-webkit-keyframes spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loading-spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-animation-name: spinner-rotate;
          animation-name: spinner-rotate;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border: 5px solid #556fd1;
  border-right-color: transparent;
  border-radius: 50%;
}

.donut-spinner {
  display: inline-block;
  border: 10px solid hsl(222, 100%, 95%);
  border-left-color: #556fd1;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: donut-spin 1.2s linear infinite;
          animation: donut-spin 1.2s linear infinite;
}

@-webkit-keyframes donut-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes donut-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.bouncing-loader > div,
.bouncing-loader:before,
.bouncing-loader:after {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #556fd1;
  margin-bottom: -5px;
  border-radius: 50%;
  -webkit-animation: bouncing-loader 0.6s infinite alternate;
          animation: bouncing-loader 0.6s infinite alternate;
}

.bouncing-loader > div,
.bouncing-loader:before,
.bouncing-loader:after {
  content: "";
}

.bouncing-loader > div {
  margin: 0 5px;
}

.bouncing-loader > div {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.bouncing-loader:after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes bouncing-loader {
  to {
    opacity: 0.1;
    -webkit-transform: translate3d(0, -16px, 0);
            transform: translate3d(0, -16px, 0);
  }
}

@keyframes bouncing-loader {
  to {
    opacity: 0.1;
    -webkit-transform: translate3d(0, -16px, 0);
            transform: translate3d(0, -16px, 0);
  }
}
/* Typography */
.typography p,
.typography li,
.typography td,
.typography th {
  line-height: 1.5em;
}
.typography p,
.typography ul,
.typography ol,
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6,
.typography table,
.typography fieldset,
.typography blockquote,
.typography iframe {
  margin-bottom: 1rem;
}
.typography h1 {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Jura", Arial, sans-serif;
  font-weight: 700;
  color: #0f0f0f;
  font-size: 26px;
  font-size: 1.625rem;
}
@media (min-width: 767px) {
  .typography h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.typography h2 {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Jura", Arial, sans-serif;
  font-weight: 700;
  color: #0f0f0f;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 767px) {
  .typography h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.typography h3 {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Jura", Arial, sans-serif;
  font-weight: 700;
  color: #0f0f0f;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 767px) {
  .typography h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.typography h4 {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Jura", Arial, sans-serif;
  font-weight: 700;
  color: #0f0f0f;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 767px) {
  .typography h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.typography h5 {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Jura", Arial, sans-serif;
  font-weight: 700;
  color: #0f0f0f;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 767px) {
  .typography h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.typography h6 {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Jura", Arial, sans-serif;
  font-weight: 700;
  color: #0f0f0f;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 767px) {
  .typography h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.typography a {
  text-decoration: underline;
  color: #0f0f0f;
}
.typography a:focus, .typography a:hover {
  text-decoration: underline;
}
.typography p {
  display: block;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #0f0f0f;
  font-size: 16px;
  font-size: 1rem;
}
.typography strong {
  font-weight: 700;
  color: #0f0f0f;
}
.typography img {
  max-width: 100%;
  margin-bottom: 2rem;
}
.typography ul,
.typography ol {
  margin-bottom: 2.5rem;
  padding-left: 0;
  list-style: none;
}
.typography ul li,
.typography ol li {
  position: relative;
  margin-bottom: 0.3rem;
  padding-left: 3rem;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #0f0f0f;
  font-size: 16px;
  font-size: 1rem;
}
.typography ul li:before {
  position: absolute;
  top: 9px;
  left: 3px;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  color: #0f0f0f;
  border-radius: 100%;
  background-color: #0f0f0f;
}
.typography ol {
  list-style-position: inside;
  counter-reset: item;
}
.typography ol li:before {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  line-height: 1.4;
  content: counter(item) ".";
  counter-increment: item;
  color: #0f0f0f;
  font-size: 16px;
  font-size: 1rem;
}
.typography figure {
  margin: 0;
  margin-bottom: 2rem;
}
.typography figure img {
  margin: 0;
}
.typography figcaption {
  margin-top: 0.6rem;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  color: #0f0f0f;
  font-size: 12px;
  font-size: 0.75rem;
}

/* Form base */
.form__textarea, .form__input {
  width: 100%;
  height: 50px;
  padding: 0.2rem 1rem;
  border: 1px solid rgba(77, 99, 109, 0.5);
  background-color: #1d434f;
  color: #ffffff;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 10px;
  outline: none !important;
  -webkit-appearance: none;
}
.form__textarea:-webkit-autofill, .form__input:-webkit-autofill {
  color: #ffffff;
}
.form__textarea:autofill, .form__input:autofill {
  color: #ffffff;
}
.form__textarea:-webkit-autofill, .form__input:-webkit-autofill {
  color: #ffffff !important;
}

.form__input-ext {
  background: #e3eaec;
  color: #0f0f0f;
}
.form__input-ext:-webkit-autofill {
  color: #0f0f0f;
}
.form__input-ext:autofill {
  color: #0f0f0f;
}
.form__input-ext:-webkit-autofill, .form__input-ext:-webkit-autofill:hover, .form__input-ext:-webkit-autofill:focus {
  color: #0f0f0f !important;
}

.form__input--small {
  height: 40px;
}

.form__input--outline {
  background: #ffffff;
  border: 1px solid #e3eaec;
  color: #0f0f0f;
}
.form__input--outline:disabled {
  color: #7e979d;
  background: #f4f7f7;
  pointer-events: none;
}

.form__textarea {
  height: 150px;
  padding: 1rem 1.5rem;
  line-height: 1.5rem;
  resize: none;
  border-radius: 0;
}

@media (min-width: 576px) {
  .form__textarea--limit {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    min-height: 50px;
    height: 50px;
    max-height: 250px;
  }
}
@media (max-width: 575px) {
  .form__textarea--limit {
    height: 200px !important;
  }
}

.form__select {
  width: 100%;
  height: 40px;
  padding: 0.2rem 1rem;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #0f0f0f;
  border: 1px solid #ffffff;
  border-radius: 10px;
  outline: none;
  background-color: white;
  font-size: 16px;
  font-size: 1rem;
  -webkit-appearance: value;
  -moz-appearance: value;
  -ms-appearance: value;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.form__icon {
  position: absolute;
  top: 38px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  font-size: 22px;
  font-size: 1.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.form__icon.is-active svg {
  fill: #556fd1;
}
.form__icon svg {
  font-size: 20px;
  font-size: 1.25rem;
  fill: #7e979d;
}

.form__icon--small {
  width: 40px;
  height: 40px;
}

.form__icon--calendar {
  pointer-events: none;
}

.form__icon--top {
  top: 0;
}

.form__offset-block {
  padding-right: 40px;
}

.form__icon-block .form__input {
  padding-right: 60px;
}

.form__text {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  color: #0f0f0f;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.form__label {
  display: inline-block;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}
.form__label .required {
  color: #556fd1;
}

.form__label--bg {
  background: #1d434f;
}

.form__label--classic {
  background-color: transparent;
  color: #0f0f0f;
}

.form__field {
  position: relative;
}

.form__field--small {
  margin-bottom: 0.5rem;
}

.form__field--medium {
  margin-bottom: 1rem;
}

.form__field--big {
  margin-bottom: 2rem;
}

.form__placeholder {
  position: relative;
  z-index: 1;
}
.form__placeholder.is-active .form__label {
  -webkit-transform: translateX(5px) translateY(-10px);
      -ms-transform: translateX(5px) translateY(-10px);
          transform: translateX(5px) translateY(-10px);
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 10px 0;
}
.form__placeholder .form__input,
.form__placeholder .form__textarea {
  padding: 12px 15px 12px;
}
.form__placeholder .select2-container .select2-selection--single {
  padding: 7px 15px 0 25px;
}
.form__placeholder .form__label {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 0;
  cursor: text;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(1px) translateY(8px);
      -ms-transform: translateX(1px) translateY(8px);
          transform: translateX(1px) translateY(8px);
  text-transform: none;
  pointer-events: none;
  padding: 5px 15px 5px;
}

.form__placeholder-textarea .form__label {
  top: 1px;
  left: 2px;
  background: #1d434f;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.label__value-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: right;
}

.label__value {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #f7f7f7;
  padding: 3px 15px;
  font-weight: 700;
  margin-top: 5px;
  border-radius: 5px;
}
.label__value:empty {
  display: none;
  padding: 0;
  margin-top: 0;
}
.label__value:empty + .code__copy {
  display: none;
}
.label__value span {
  color: #556fd1;
}

/* Placeholder helpers */
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #817f7f;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #817f7f;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #817f7f;
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #817f7f;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #817f7f;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #817f7f;
}

input::-moz-input-placeholder,
select::-moz-input-placeholder,
textarea::-moz-input-placeholder {
  color: #817f7f;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #817f7f;
}

.form__field--white input::-webkit-input-placeholder, .form__field--white select::-webkit-input-placeholder, .form__field--white textarea::-webkit-input-placeholder {
  color: white;
}

.form__field--white input::-moz-placeholder, .form__field--white select::-moz-placeholder, .form__field--white textarea::-moz-placeholder {
  color: white;
}

.form__field--white input:-ms-input-placeholder, .form__field--white select:-ms-input-placeholder, .form__field--white textarea:-ms-input-placeholder {
  color: white;
}

.form__field--white input::-ms-input-placeholder, .form__field--white select::-ms-input-placeholder, .form__field--white textarea::-ms-input-placeholder {
  color: white;
}

.form__field--white input::placeholder,
.form__field--white select::placeholder,
.form__field--white textarea::placeholder {
  color: white;
}

.form__field--white input::-webkit-input-placeholder,
.form__field--white select::-webkit-input-placeholder,
.form__field--white textarea::-webkit-input-placeholder {
  color: white;
}

.form__field--white input::-moz-input-placeholder,
.form__field--white select::-moz-input-placeholder,
.form__field--white textarea::-moz-input-placeholder {
  color: white;
}

.form__field--white input:-ms-input-placeholder,
.form__field--white select:-ms-input-placeholder,
.form__field--white textarea:-ms-input-placeholder {
  color: white;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus::-moz-input-placeholder,
textarea:focus::-moz-input-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus:-moz-input-placeholder,
textarea:focus:-moz-input-placeholder {
  color: transparent;
  opacity: 1;
}

/* Form validation */
.has-field-error.select2-container .select2-selection--single, .has-field-error.select-classic .select2-container .select2-selection--multiple, .has-field-error.form__textarea, .has-field-error.form__input {
  border-color: #556fd1 !important;
}
.has-field-error + .select2-container .select2-selection--single, .has-field-error + .select-classic .select2-container .select2-selection--multiple {
  border-color: #556fd1 !important;
}
.has-field-error .form__field-message {
  display: block;
}

.has-field-success.select2-container .select2-selection--single, .has-field-success.select-classic .select2-container .select2-selection--multiple, .has-field-success.form__textarea, .has-field-success.form__input {
  border-color: #55a954 !important;
}
.has-field-success + .select2-container .select2-selection--single, .has-field-success + .select-classic .select2-container .select2-selection--multiple {
  border-color: #55a954 !important;
}

.parsley-error.select2-container .select2-selection--single, .parsley-error.select-classic .select2-container .select2-selection--multiple, .parsley-error.form__textarea, .parsley-error.form__input,
.has-error.select2-container .select2-selection--single,
.has-error.select-classic .select2-container .select2-selection--multiple,
.has-error.form__textarea,
.has-error.form__input {
  border-color: #556fd1 !important;
}
.parsley-error + .select2-container .select2-selection--single, .parsley-error + .select-classic .select2-container .select2-selection--multiple,
.has-error + .select2-container .select2-selection--single,
.has-error + .select-classic .select2-container .select2-selection--multiple {
  border-color: #556fd1 !important;
}
.parsley-error + .form__field-message,
.has-error + .form__field-message {
  display: block;
}

.has-field-success.select2-container .select2-selection--single, .has-field-success.select-classic .select2-container .select2-selection--multiple, .has-field-success.form__textarea, .has-field-success.form__input,
.parsley-success.select2-container .select2-selection--single,
.parsley-success.select-classic .select2-container .select2-selection--multiple,
.parsley-success.form__textarea,
.parsley-success.form__input {
  border-color: #55a954 !important;
}
.has-field-success + .select2-container .select2-selection--single, .has-field-success + .select-classic .select2-container .select2-selection--multiple,
.parsley-success + .select2-container .select2-selection--single,
.parsley-success + .select-classic .select2-container .select2-selection--multiple {
  border-color: #55a954 !important;
}

.form__field-message {
  display: none;
  color: #556fd1;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}

.form__field-message-text {
  display: inline-block;
  margin-top: 5px;
  background: #e8cbcd;
  border-radius: 3px;
  text-align: left;
  margin-left: 8px;
  padding: 5px 10px;
  line-height: 1.2;
  padding-left: 30px;
  position: relative;
}
.form__field-message-text:before, .form__field-message-text:after {
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  left: 10px;
  content: "";
  background: #556fd1;
}
.form__field-message-text:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: 12px;
}
.form__field-message-text:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 12px;
}

.parsley-errors-list {
  color: #556fd1;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}
.parsley-errors-list li {
  display: inline-block;
  margin-top: 5px;
  background: #e8cbcd;
  border-radius: 3px;
  text-align: left;
  margin-left: 8px;
  padding: 5px 10px;
  line-height: 1.2;
  padding-left: 30px;
  position: relative;
}
.parsley-errors-list li:before, .parsley-errors-list li:after {
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  left: 10px;
  content: "";
  background: #556fd1;
}
.parsley-errors-list li:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: 12px;
}
.parsley-errors-list li:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 12px;
}

.parsley--small li {
  font-size: 13px;
  font-size: 0.8125rem;
}

/* .checkbox.checkbox--radiobox
	input#checkbox_payment_1.checkbox__input-hidden(type='radio', name="payment" required='')
	label.checkbox__label(for='checkbox_payment_1')
		span.checkbox__box
		span.checkbox__text Platba kartou */
/* Checkbox helpers */
.checkbox {
  margin-bottom: 1rem;
}

.input-hidden,
.checkbox__input-hidden {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.checkbox--white .checkbox__text {
  color: #ffffff;
}
.checkbox--white .checkbox__input-hidden:checked .checkbox__box:after,
.checkbox--white .checkbox__input-hidden:checked + label .checkbox__box:after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
}

.checkbox__label {
  margin: 0;
  padding-left: 0;
  min-height: inherit;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  padding-top: 0;
  cursor: pointer;
  text-transform: none;
}

.checkbox__box {
  position: relative;
  max-width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(77, 99, 109, 0.5);
  background-color: #1d434f;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}

.checkbox__text {
  max-width: calc(100% - 20px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 20px);
          flex: 0 0 calc(100% - 20px);
  width: calc(100% - 20px);
  display: block;
  position: relative;
  cursor: pointer;
  text-align: left;
  color: #0f0f0f;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 1rem;
  line-height: 1.4;
}

.checkbox__slider {
  position: absolute;
  height: 32px;
  width: 32px;
  left: 3px;
  bottom: 3px;
  border-radius: 50% !important;
  background-color: #556fd1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.checkbox__input-hidden:checked + .checkbox__label .checkbox__box:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 6px;
  width: 7px;
  height: 13px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

.checkbox--switcher {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 78px;
  min-width: 78px;
  height: 40px;
}
.checkbox--switcher .checkbox__label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #7e979d;
  border-radius: 35px;
  background-color: transparent;
  opacity: 0.7;
}
.checkbox--switcher .checkbox__slider {
  background-color: #7e979d;
}

.checkbox--radiobox {
  margin-bottom: 2rem;
}
.checkbox--radiobox .checkbox__box {
  top: 0;
  max-width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #0f0f0f;
  border-radius: 100%;
}
.checkbox--radiobox .checkbox__input-hidden:checked + .checkbox__label .checkbox__box:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  margin-top: -5px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background-color: #0f0f0f;
}

/* Buttons helper */
.btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 1.1em 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  outline: none !important;
  font-family: "Poppins", Arial, sans-serif;
  background: #0f0f0f;
  text-align: center;
  letter-spacing: 0.02em;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  border-radius: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-appearance: none;
}
.btn, .btn:visited, .btn:active, .btn:focus {
  color: white;
}
.btn:disabled {
  cursor: default !important;
}
.btn:hover {
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}
@media (min-width: 992px) {
  .btn:hover {
    cursor: pointer;
    text-decoration: none;
  }
}

.btn--responsive {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

@media (max-width: 575px) {
  .btn--xs-responsive {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
}
.btn--font-size-xsmall {
  font-size: 12px;
  font-size: 0.75rem;
}

.btn--font-size-small {
  font-size: 14px;
  font-size: 0.875rem;
}

.btn--font-size-medium {
  font-size: 16px;
  font-size: 1rem;
}

.btn--font-size-big {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .btn--font-size-big {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 767px) {
  .btn--font-size-big {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.btn--font-size-big-ext {
  font-size: 18px;
  font-size: 1.125rem;
}

.btn--font-size-large {
  font-size: 20px;
  font-size: 1.25rem;
}

.btn--size-small {
  padding: 0.9em 1.2rem;
}

.btn--size-small-ext {
  padding: 0.75em 1.2rem;
}

.btn--size-medium {
  padding: 1.2em 1.5rem;
}

.btn--size-big {
  padding: 2.2em 2rem;
}

.btn--min-width-xssmall {
  min-width: 80px;
}

.btn--min-width-xsmall {
  min-width: 120px;
}

.btn--min-width-small {
  min-width: 150px;
}

.btn--min-width-small-ext-1 {
  min-width: 160px;
}

.btn--min-width-small-ext {
  min-width: 190px;
}

.btn--min-width-medium {
  min-width: 250px;
}

.btn--min-width-medium--ext {
  min-width: 265px;
}

.btn--min-width-big {
  min-width: 300px;
}

.btn--min-width-large {
  min-width: 280px;
}
@media (min-width: 576px) {
  .btn--min-width-large {
    min-width: 360px;
  }
}

.btn--gray-fill {
  color: #7e979d;
  border: 1px solid transparent;
  background-color: #e3eaec;
}
.btn--gray-fill, .btn--gray-fill:visited, .btn--gray-fill:active, .btn--gray-fill:focus {
  color: #7e979d;
}
.btn--gray-fill:hover:not(:disabled) {
  color: #e3eaec;
  background-color: #0f0f0f;
}
.btn--gray-fill:hover:not(:disabled) svg {
  fill: #e3eaec;
}

.btn--pink-fill {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #556fd1;
}
.btn--pink-fill, .btn--pink-fill:visited, .btn--pink-fill:active, .btn--pink-fill:focus {
  color: #ffffff;
}
.btn--pink-fill:hover {
  color: #ffffff;
  background-color: rgb(51.75, 81, 191.25);
}
.btn--pink-fill:hover .btn__icon {
  color: #ffffff;
}
.btn--pink-fill .btn__icon {
  color: #ffffff;
}

.btn--pink-outline {
  color: #556fd1;
  border: 1px solid #556fd1;
  background-color: transparent;
}
.btn--pink-outline, .btn--pink-outline:visited, .btn--pink-outline:active, .btn--pink-outline:focus {
  color: #556fd1;
}
.btn--pink-outline:hover {
  color: #ffffff;
  border: 1px solid #556fd1;
  background-color: #556fd1;
}
.btn--pink-outline:hover .btn__icon {
  color: #ffffff;
}
.btn--pink-outline .btn__icon {
  color: #556fd1;
}

/* Color helpers */
.bg-black {
  background-color: #0f0f0f;
}

.bg-white {
  background-color: #ffffff;
}

.bg-pink {
  background-color: #556fd1;
}

.bg-green-dark {
  background-color: #0f0f0f;
}

.bg-gray {
  background-color: #e3eaec;
}

.bg-gray-light {
  background-color: #f7f7f7;
}

.txt-white {
  color: #ffffff;
}

.txt-black {
  color: #0f0f0f;
}

.txt-pink {
  color: #556fd1;
}

.txt-blue {
  color: #556fd1;
}

.txt-red {
  color: #820000;
}

.txt-orange {
  color: #eca869;
}

.txt-green {
  color: #556fd1;
}

.txt-green-dark {
  font-weight: 700;
  color: #55a954;
}

.h--white h1,
.h--white .alfa,
.h--white h2,
.h--white .beta,
.h--white h3,
.h--white .gamma,
.h--white h4,
.h--white .delta,
.h--white h5,
.h--white .epsilon,
.h--white h6,
.h--white .zeta {
  color: #ffffff;
}

.h--pink h1,
.h--pink .alfa,
.h--pink h2,
.h--pink .beta,
.h--pink h3,
.h--pink .gamma,
.h--pink h4,
.h--pink .delta,
.h--pink h5,
.h--pink .epsilon,
.h--pink h6,
.h--pink .zeta {
  color: #556fd1;
}

@media (max-width: 766px) {
  .h--sm-gray-ext h1,
  .h--sm-gray-ext .alfa,
  .h--sm-gray-ext h2,
  .h--sm-gray-ext .beta,
  .h--sm-gray-ext h3,
  .h--sm-gray-ext .gamma,
  .h--sm-gray-ext h4,
  .h--sm-gray-ext .delta,
  .h--sm-gray-ext h5,
  .h--sm-gray-ext .epsilon,
  .h--sm-gray-ext h6,
  .h--sm-gray-ext .zeta {
    color: #7e979d;
  }
}
.p--gray p {
  color: #e3eaec;
}

.p--gray-ext p {
  color: #7e979d;
}

.p--white p {
  color: #ffffff;
}

.p--black p {
  color: #0f0f0f;
}

.p--green-dark p {
  color: #0f0f0f;
}

.p--pink p {
  color: #556fd1;
}

.p--primary-semibold p {
  font-weight: 600;
}

ul.list-style.ul--white li,
.ul--white li {
  color: #ffffff;
}
ul.list-style.ul--white li:before,
.ul--white li:before {
  background-color: #ffffff;
}

ol.list-style.ol-white li,
.ol-white li {
  color: #ffffff;
}
ol.list-style.ol-white li:before,
.ol-white li:before {
  color: #ffffff;
}

/* Gutter helpers */
.no-gutter {
  margin: 0;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.gutter-4.row {
  margin-right: -2px;
  margin-left: -2px;
}

.gutter-4 > [class*=col-],
.gutter-4 > [class*=" col-"] {
  padding-right: 2px;
  padding-left: 2px;
}

.gutter-6.row {
  margin-right: -3px;
  margin-left: -3px;
}

.gutter-6 > [class*=col-],
.gutter-6 > [class*=" col-"] {
  padding-right: 3px;
  padding-left: 3px;
}

.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}

.gutter-10 > [class*=col-],
.gutter-10 > [class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px;
}

.gutter-20 > [class*=col-],
.gutter-20 > [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutter-30.row {
  margin-right: -15px;
  margin-left: -15px;
}

.gutter-30 > [class*=col-],
.gutter-30 > [class*=" col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

.gutter-40.row {
  margin-right: -20px;
  margin-left: -20px;
}

.gutter-40 > [class*=col-],
.gutter-40 > [class*=" col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

.gutter-50.row {
  margin-right: -25px;
  margin-left: -25px;
}

.gutter-50 > [class*=col-],
.gutter-50 > [class*=" col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

.gutter-60.row {
  margin-right: -30px;
  margin-left: -30px;
}

.gutter-60 > [class*=col-],
.gutter-60 > [class*=" col-"] {
  padding-right: 30px;
  padding-left: 30px;
}

.gutter-sm-80.row {
  margin-right: -40px;
  margin-left: -40px;
}

.gutter-sm-80 > [class*=col-],
.gutter-sm-80 > [class*=" col-"] {
  padding-right: 40px;
  padding-left: 40px;
}

.gutter-sm-100.row {
  margin-right: -50px;
  margin-left: -50px;
}

.gutter-sm-100 > [class*=col-],
.gutter-sm-100 > [class*=" col-"] {
  padding-right: 50px;
  padding-left: 50px;
}

@media (min-width: 576px) {
  .gutter-xs-10.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutter-xs-10 > [class*=col-],
  .gutter-xs-10 > [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .gutter-xs-20.row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gutter-xs-20 > [class*=col-],
  .gutter-xs-20 > [class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gutter-xs-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-xs-30 > [class*=col-],
  .gutter-xs-30 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-xs-40.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .gutter-xs-40 > [class*=col-],
  .gutter-xs-40 > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-xs-50.row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .gutter-xs-50 > [class*=col-],
  .gutter-xs-50 > [class*=" col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .gutter-xs-60.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .gutter-xs-60 > [class*=col-],
  .gutter-xs-60 > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .gutter-xs-100.row {
    margin-right: -50px;
    margin-left: -50px;
  }
  .gutter-xs-100 > [class*=col-],
  .gutter-xs-100 > [class*=" col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 767px) {
  .gutter-sm-10.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutter-sm-10 > [class*=col-],
  .gutter-sm-10 > [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .gutter-sm-20.row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gutter-sm-20 > [class*=col-],
  .gutter-sm-20 > [class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gutter-sm-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-sm-30 > [class*=col-],
  .gutter-sm-30 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-sm-40.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .gutter-sm-40 > [class*=col-],
  .gutter-sm-40 > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-sm-50.row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .gutter-sm-50 > [class*=col-],
  .gutter-sm-50 > [class*=" col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .gutter-sm-60.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .gutter-sm-60 > [class*=col-],
  .gutter-sm-60 > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .gutter-sm-100.row {
    margin-right: -50px;
    margin-left: -50px;
  }
  .gutter-sm-100 > [class*=col-],
  .gutter-sm-100 > [class*=" col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .no-md-gutter {
    margin: 0;
  }
  .no-md-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .gutter-md-10.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutter-md-10 > [class*=col-],
  .gutter-md-10 > [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .gutter-md-20.row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gutter-md-20 > [class*=col-],
  .gutter-md-20 > [class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gutter-md-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-md-30 > [class*=col-],
  .gutter-md-30 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-md-40.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .gutter-md-40 > [class*=col-],
  .gutter-md-40 > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-md-50.row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .gutter-md-50 > [class*=col-],
  .gutter-md-50 > [class*=" col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .gutter-md-60.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .gutter-md-60 > [class*=col-],
  .gutter-md-60 > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .gutter-md-100.row {
    margin-right: -50px;
    margin-left: -50px;
  }
  .gutter-md-100 > [class*=col-],
  .gutter-md-100 > [class*=" col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .gutter-lg-10.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutter-lg-10 > [class*=col-],
  .gutter-lg-10 > [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .gutter-lg-20.row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gutter-lg-20 > [class*=col-],
  .gutter-lg-20 > [class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gutter-lg-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-lg-30 > [class*=col-],
  .gutter-lg-30 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-lg-40.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .gutter-lg-40 > [class*=col-],
  .gutter-lg-40 > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-lg-50.row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .gutter-lg-50 > [class*=col-],
  .gutter-lg-50 > [class*=" col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .gutter-lg-60.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .gutter-lg-60 > [class*=col-],
  .gutter-lg-60 > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .gutter-lg-80.row {
    margin-right: -40px;
    margin-left: -40px;
  }
  .gutter-lg-80 > [class*=col-],
  .gutter-lg-80 > [class*=" col-"] {
    padding-right: 40px;
    padding-left: 40px;
  }
  .gutter-lg-100.row {
    margin-right: -50px;
    margin-left: -50px;
  }
  .gutter-lg-100 > [class*=col-],
  .gutter-lg-100 > [class*=" col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1400px) {
  .gutter-xl-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-xl-30 > [class*=col-],
  .gutter-xl-30 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-xl-40.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .gutter-xl-40 > [class*=col-],
  .gutter-xl-40 > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-xl-60.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .gutter-xl-60 > [class*=col-],
  .gutter-xl-60 > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .gutter-xl-80.row {
    margin-right: -40px;
    margin-left: -40px;
  }
  .gutter-xl-80 > [class*=col-],
  .gutter-xl-80 > [class*=" col-"] {
    padding-right: 40px;
    padding-left: 40px;
  }
  .gutter-xl-120.row {
    margin-right: -60px;
    margin-left: -60px;
  }
  .gutter-xl-120 > [class*=col-],
  .gutter-xl-120 > [class*=" col-"] {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 1600px) {
  .gutter-xxl-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-xxl-30 > [class*=col-],
  .gutter-xxl-30 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-xxl-60.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .gutter-xxl-60 > [class*=col-],
  .gutter-xxl-60 > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .gutter-xxl-120.row {
    margin-right: -60px;
    margin-left: -60px;
  }
  .gutter-xxl-120 > [class*=col-],
  .gutter-xxl-120 > [class*=" col-"] {
    padding-right: 60px;
    padding-left: 60px;
  }
  .gutter-xxl-180.row {
    margin-right: -90px;
    margin-left: -90px;
  }
  .gutter-xxl-180 > [class*=col-],
  .gutter-xxl-180 > [class*=" col-"] {
    padding-right: 90px;
    padding-left: 90px;
  }
}
@media (min-width: 1800px) {
  .gutter-xxxl-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-xxxl-30 > [class*=col-],
  .gutter-xxxl-30 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-xxxl-60.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .gutter-xxxl-60 > [class*=col-],
  .gutter-xxxl-60 > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* Hidden content */
.hidden-content {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.hidden-content.is-active {
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.hidden-content--none {
  display: none;
}
.hidden-content--none.is-active {
  display: block;
}

@media (max-width: 575px) {
  .hidden-xs-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .hidden-xs-content.is-active {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
}
@media (max-width: 766px) {
  .hidden-sm-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .hidden-sm-content.is-active {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
}
@media (max-width: 991px) {
  .hidden-md-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .hidden-md-content.is-active {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .hidden-lg-content.is-active {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
}
/* Hidden class */
.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-visible {
  overflow: visible;
}

@media (max-width: 766px) {
  .overflow-sm-hidden {
    overflow: hidden;
  }
}
/* HR helper */
.hr-line {
  margin: 30px 0;
  height: 1px;
  background-color: #f7f7f7;
}

.hr-line-1 {
  margin: 1rem 0;
}

.hr-line-1-3 {
  margin: 1rem 3rem;
}

.hr-line-2 {
  margin: 1rem -15px 2rem;
}

.hr-line-3 {
  margin: 3rem 0;
}

.hr-line--width-100 {
  width: 100px;
}

.hr-line--width-200 {
  width: 200px;
}

.hr-line--width-300 {
  width: 300px;
}

.hr-line--center {
  margin: 0 auto;
}

.hr-line--white {
  background-color: #ffffff;
}

.hr-line--black {
  background-color: #0f0f0f;
}

.hr-line--gray {
  background-color: rgba(77, 99, 109, 0.5);
}

.hr-line--gray-ext {
  background-color: #e3eaec;
}

/* Icon helpers */
.icon-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s;
}

.icon--size-12 svg {
  font-size: 12px;
  font-size: 0.75rem;
}

.icon--size-14 {
  height: 18px;
}
.icon--size-14 svg {
  font-size: 14px;
  font-size: 0.875rem;
}

.icon--size-16 {
  height: 20px;
}
.icon--size-16 svg {
  font-size: 16px;
  font-size: 1rem;
}

.icon--size-18 {
  height: 19px;
}
.icon--size-18 svg {
  font-size: 18px;
  font-size: 1.125rem;
}

.icon--size-20 svg {
  font-size: 20px;
  font-size: 1.25rem;
}

.icon--size-22 svg {
  font-size: 22px;
  font-size: 1.375rem;
}

.icon--size-24 svg {
  font-size: 24px;
  font-size: 1.5rem;
}

.icon--size-26 svg {
  font-size: 26px;
  font-size: 1.625rem;
}

.icon--size-28 svg {
  font-size: 28px;
  font-size: 1.75rem;
}

.icon--size-30 svg {
  font-size: 30px;
  font-size: 1.875rem;
}

.icon--size-60 svg {
  font-size: 60px;
  font-size: 3.75rem;
}

.icon--size-107 svg {
  font-size: 107px;
  font-size: 6.6875rem;
}

.icon--size-97 svg {
  font-size: 97px;
  font-size: 6.0625rem;
}

.icon--size-313 svg {
  font-size: 313px;
  font-size: 19.5625rem;
}

.icon--size-209 svg {
  font-size: 209px;
  font-size: 13.0625rem;
}

.icon--size-124 svg {
  font-size: 124px;
  font-size: 7.75rem;
}

.icon--size-313 svg {
  font-size: 313px;
  font-size: 19.5625rem;
}

.icon---white svg {
  fill: #ffffff;
}

.icon---black svg {
  fill: #0f0f0f;
}

.icon---pink svg {
  fill: #556fd1;
}

.icon---gray svg {
  fill: #c8d6d9;
}

/* Image helpers */
.img {
  display: block;
}

.img--full {
  width: 100%;
}

.img--responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img--cover {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img--contain {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img--radius {
  border-radius: 10px;
}

.img--position-top {
  -o-object-position: top;
     object-position: top;
}

.img-flex-position-top img {
  -o-object-position: top;
     object-position: top;
}

.bg-image-hover,
.img-hover {
  display: block;
  overflow: hidden;
}
.bg-image-hover:focus img, .bg-image-hover:hover img,
.img-hover:focus img,
.img-hover:hover img {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.bg-image-hover img,
.img-hover img {
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
  will-change: transform;
}

.img-flex-contain,
.img-flex-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img-flex-contain img,
.img-flex-cover img {
  display: block;
  height: 100%;
}

.img-flex-cover img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-flex-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.bg-image,
.bg-rectangle {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

@media (min-width: 992px) {
  .img-offset--about {
    position: relative;
    left: calc(-50vw + 100%);
    width: 50vw;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .img-offset--about {
    position: relative;
    left: calc(-50vw + 50%);
    width: 100vw;
  }
}
@media (max-width: 766px) {
  .img-offset--about {
    margin: 0 -15px;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .img-offset--hero {
    position: relative;
    margin-top: -320px;
    margin-left: 120px;
  }
  .img-offset--hero img {
    max-width: none;
    height: 500px;
  }
}
@media (min-width: 767px) {
  .img-offset--hero {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .img-offset--hero img {
    position: relative;
    right: 120px;
    max-width: none;
    height: 630px;
  }
}
@media (min-width: 992px) {
  .img-offset--hero {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .img-offset--hero img {
    right: 0;
    max-width: none;
    width: 1200px;
    height: 900px;
  }
}
@media (max-width: 575px) {
  .img-offset--hero {
    margin: -40px -240px -100px;
  }
}
.img-offset--hero img {
  pointer-events: none;
}

.bg-image-graph {
  background-position: bottom;
  height: 160px;
  top: auto;
  bottom: 0;
}

.bg-image-graph-ext {
  background-position: bottom;
  top: auto;
  bottom: 0;
  height: 200px;
}
@media (min-width: 767px) {
  .bg-image-graph-ext {
    height: 385px;
  }
}

.bg-image-hero {
  width: 612px;
  height: 900px;
  top: -200px;
  left: auto;
  right: 0;
  z-index: -1;
}

/* Aspect ratio */
[class*=aspect-ratio-] {
  display: block;
  position: relative;
}

[class*=aspect-ratio-] > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.aspect-ratio-16-9 {
  padding-top: 56.25%;
}

.aspect-ratio-3-2 {
  padding-top: 66.66%;
}

.aspect-ratio-4-3 {
  padding-top: 75%;
}

.aspect-ratio-8-5 {
  padding-top: 62.5%;
}

.aspect-ratio-1-1 {
  padding-top: 100%;
}

@media (max-width: 766px) {
  .aspect-ratio-sm-4-3 {
    position: relative;
    display: block;
    padding-top: 75%;
  }
  .aspect-ratio-sm-4-3 > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* Margin helpers */
.margin-0 {
  margin: 0 !important;
}

@media (min-width: 576px) {
  .margin-xs-0 {
    margin: 0 !important;
  }
}
@media (min-width: 767px) {
  .margin-sm-0 {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .margin-md-0 {
    margin: 0 !important;
  }
}
@media (min-width: 1200px) {
  .margin-lg-0 {
    margin: 0 !important;
  }
}
@media (min-width: 1400px) {
  .margin-xl-0 {
    margin: 0 !important;
  }
}
.margin-bottom-01 {
  margin-bottom: 0.1rem;
}

.margin-bottom-02 {
  margin-bottom: 0.2rem;
}

.margin-bottom-03 {
  margin-bottom: 0.3rem;
}

.margin-bottom-04 {
  margin-bottom: 0.4rem;
}

.margin-bottom-05 {
  margin-bottom: 0.5rem;
}

.margin-bottom-06 {
  margin-bottom: 0.6rem;
}

.margin-bottom-07 {
  margin-bottom: 0.7rem;
}

.margin-bottom-08 {
  margin-bottom: 0.8rem;
}

.margin-bottom-09 {
  margin-bottom: 0.9rem;
}

.margin-bottom-1 {
  margin-bottom: 1rem;
}

.margin-bottom-1-2 {
  margin-bottom: 1.2rem;
}

.margin-bottom-1-5 {
  margin-bottom: 1.5rem;
}

.margin-bottom-2 {
  margin-bottom: 2rem;
}

.margin-bottom-2-5 {
  margin-bottom: 2.5rem;
}

.margin-bottom-3 {
  margin-bottom: 3rem;
}

.margin-bottom-3-5 {
  margin-bottom: 3.5rem;
}

.margin-bottom-4 {
  margin-bottom: 4rem;
}

.margin-bottom-5 {
  margin-bottom: 5rem;
}

.margin-bottom-6 {
  margin-bottom: 6rem;
}

.margin-bottom-7 {
  margin-bottom: 7rem;
}

.margin-bottom-8 {
  margin-bottom: 8rem;
}

.margin-bottom-9 {
  margin-bottom: 9rem;
}

.margin-bottom-10 {
  margin-bottom: 10rem;
}

@media (min-width: 576px) {
  .margin-bottom-xs-1 {
    margin-bottom: 1rem;
  }
  .margin-bottom-xs-2 {
    margin-bottom: 2rem;
  }
  .margin-bottom-xs-3 {
    margin-bottom: 3rem;
  }
  .margin-bottom-xs-4 {
    margin-bottom: 4rem;
  }
  .margin-bottom-xs-5 {
    margin-bottom: 5rem;
  }
  .margin-bottom-xs-6 {
    margin-bottom: 6rem;
  }
}
@media (min-width: 767px) {
  .margin-bottom-sm-1 {
    margin-bottom: 1rem;
  }
  .margin-bottom-sm-1-5 {
    margin-bottom: 1.5rem;
  }
  .margin-bottom-sm-2 {
    margin-bottom: 2rem;
  }
  .margin-bottom-sm-2-5 {
    margin-bottom: 2.5rem;
  }
  .margin-bottom-sm-3 {
    margin-bottom: 3rem;
  }
  .margin-bottom-sm-4 {
    margin-bottom: 4rem;
  }
  .margin-bottom-sm-5 {
    margin-bottom: 5rem;
  }
  .margin-bottom-sm-6 {
    margin-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  .margin-bottom-md-1 {
    margin-bottom: 1rem;
  }
  .margin-bottom-md-2 {
    margin-bottom: 2rem;
  }
  .margin-bottom-md-2-5 {
    margin-bottom: 2.5rem;
  }
  .margin-bottom-md-3 {
    margin-bottom: 3rem;
  }
  .margin-bottom-md-4 {
    margin-bottom: 4rem;
  }
  .margin-bottom-md-5 {
    margin-bottom: 5rem;
  }
  .margin-bottom-md-6 {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1200px) {
  .margin-bottom-lg-1 {
    margin-bottom: 1rem;
  }
  .margin-bottom-lg-2 {
    margin-bottom: 2rem;
  }
  .margin-bottom-lg-3 {
    margin-bottom: 3rem;
  }
  .margin-bottom-lg-4 {
    margin-bottom: 4rem;
  }
  .margin-bottom-lg-5 {
    margin-bottom: 5rem;
  }
  .margin-bottom-lg-6 {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1400px) {
  .margin-bottom-xl-1 {
    margin-bottom: 1rem;
  }
  .margin-bottom-xl-2 {
    margin-bottom: 2rem;
  }
  .margin-bottom-xl-3 {
    margin-bottom: 3rem;
  }
  .margin-bottom-xl-4 {
    margin-bottom: 4rem;
  }
  .margin-bottom-xl-5 {
    margin-bottom: 5rem;
  }
  .margin-bottom-xl-6 {
    margin-bottom: 6rem;
  }
}
.margin-top-01 {
  margin-top: 0.1rem;
}

.margin-top-02 {
  margin-top: 0.2rem;
}

.margin-top-03 {
  margin-top: 0.3rem;
}

.margin-top-04 {
  margin-top: 0.4rem;
}

.margin-top-05 {
  margin-top: 0.5rem;
}

.margin-top-06 {
  margin-top: 0.6rem;
}

.margin-top-07 {
  margin-top: 0.7rem;
}

.margin-top-08 {
  margin-top: 0.8rem;
}

.margin-top-09 {
  margin-top: 0.9rem;
}

.margin-top-1 {
  margin-top: 1rem;
}

.margin-top-1-5 {
  margin-top: 1.5rem;
}

.margin-top-2 {
  margin-top: 2rem;
}

.margin-top-2-5 {
  margin-top: 2.5rem;
}

.margin-top-3 {
  margin-top: 3rem;
}

.margin-top-3-5 {
  margin-top: 3.5rem;
}

.margin-top-4 {
  margin-top: 4rem;
}

.margin-top-5 {
  margin-top: 5rem;
}

.margin-top-6 {
  margin-top: 6rem;
}

.margin-top-7 {
  margin-top: 7rem;
}

.margin-top-8 {
  margin-top: 8rem;
}

.margin-top-9 {
  margin-top: 9rem;
}

.margin-top-10 {
  margin-top: 10rem;
}

@media (min-width: 576px) {
  .margin-top-xs-1 {
    margin-top: 1rem;
  }
  .margin-top-xs-2 {
    margin-top: 2rem;
  }
  .margin-top-xs-3 {
    margin-top: 3rem;
  }
  .margin-top-xs-4 {
    margin-top: 4rem;
  }
  .margin-top-xs-5 {
    margin-top: 5rem;
  }
  .margin-top-xs-6 {
    margin-top: 6rem;
  }
}
@media (min-width: 767px) {
  .margin-top-sm-1 {
    margin-top: 1rem;
  }
  .margin-top-sm-2 {
    margin-top: 2rem;
  }
  .margin-top-sm-2-5 {
    margin-top: 2.5rem;
  }
  .margin-top-sm-3 {
    margin-top: 3rem;
  }
  .margin-top-sm-4 {
    margin-top: 4rem;
  }
  .margin-top-sm-5 {
    margin-top: 5rem;
  }
  .margin-top-sm-6 {
    margin-top: 6rem;
  }
}
@media (min-width: 992px) {
  .margin-top-md-05 {
    margin-top: 0.5rem;
  }
  .margin-top-md-1 {
    margin-top: 1rem;
  }
  .margin-top-md-2 {
    margin-top: 2rem;
  }
  .margin-top-md-3 {
    margin-top: 3rem;
  }
  .margin-top-md-4 {
    margin-top: 4rem;
  }
  .margin-top-md-5 {
    margin-top: 5rem;
  }
  .margin-top-md-6 {
    margin-top: 6rem;
  }
}
@media (min-width: 1200px) {
  .margin-top-lg-1 {
    margin-top: 1rem;
  }
  .margin-top-lg-2 {
    margin-top: 2rem;
  }
  .margin-top-lg-3 {
    margin-top: 3rem;
  }
  .margin-top-lg-4 {
    margin-top: 4rem;
  }
  .margin-top-lg-5 {
    margin-top: 5rem;
  }
  .margin-top-lg-6 {
    margin-top: 6rem;
  }
}
@media (min-width: 1400px) {
  .margin-top-xl-1 {
    margin-top: 1rem;
  }
  .margin-top-xl-2 {
    margin-top: 2rem;
  }
  .margin-top-xl-3 {
    margin-top: 3rem;
  }
  .margin-top-xl-4 {
    margin-top: 4rem;
  }
  .margin-top-xl-5 {
    margin-top: 5rem;
  }
  .margin-top-xl-6 {
    margin-top: 6rem;
  }
}
.margin-left-01 {
  margin-left: 0.1rem;
}

.margin-left-02 {
  margin-left: 0.2rem;
}

.margin-left-03 {
  margin-left: 0.3rem;
}

.margin-left-04 {
  margin-left: 0.4rem;
}

.margin-left-05 {
  margin-left: 0.5rem;
}

.margin-left-08 {
  margin-left: 0.8rem;
}

.margin-left-1 {
  margin-left: 1rem;
}

.margin-left-1-5 {
  margin-left: 1.5rem;
}

.margin-left-2 {
  margin-left: 2rem;
}

.margin-left-3 {
  margin-left: 3rem;
}

.margin-left-4 {
  margin-left: 4rem;
}

.margin-left-5 {
  margin-left: 5rem;
}

.margin-left-6 {
  margin-left: 6rem;
}

.margin-left-7 {
  margin-left: 7rem;
}

.margin-left-8 {
  margin-left: 8rem;
}

.margin-left-9 {
  margin-left: 9rem;
}

.margin-left-10 {
  margin-left: 10rem;
}

@media (min-width: 576px) {
  .margin-left-xs-03 {
    margin-left: 0.3rem;
  }
  .margin-left-xs-1 {
    margin-left: 1rem;
  }
  .margin-left-xs-2 {
    margin-left: 2rem;
  }
  .margin-left-xs-3 {
    margin-left: 3rem;
  }
  .margin-left-xs-4 {
    margin-left: 4rem;
  }
  .margin-left-xs-5 {
    margin-left: 5rem;
  }
  .margin-left-xs-6 {
    margin-left: 6rem;
  }
}
@media (min-width: 767px) {
  .margin-left-sm-1 {
    margin-left: 1rem;
  }
  .margin-left-sm-2 {
    margin-left: 2rem;
  }
  .margin-left-sm-3 {
    margin-left: 3rem;
  }
  .margin-left-sm-4 {
    margin-left: 4rem;
  }
  .margin-left-sm-5 {
    margin-left: 5rem;
  }
  .margin-left-sm-6 {
    margin-left: 6rem;
  }
}
@media (min-width: 992px) {
  .margin-left-md-1 {
    margin-left: 1rem;
  }
  .margin-left-md-2 {
    margin-left: 2rem;
  }
  .margin-left-md-3 {
    margin-left: 3rem;
  }
  .margin-left-md-4 {
    margin-left: 4rem;
  }
  .margin-left-md-5 {
    margin-left: 5rem;
  }
  .margin-left-md-6 {
    margin-left: 6rem;
  }
}
@media (min-width: 1200px) {
  .margin-left-lg-1 {
    margin-left: 1rem;
  }
  .margin-left-lg-2 {
    margin-left: 2rem;
  }
  .margin-left-lg-3 {
    margin-left: 3rem;
  }
  .margin-left-lg-4 {
    margin-left: 4rem;
  }
  .margin-left-lg-5 {
    margin-left: 5rem;
  }
  .margin-left-lg-6 {
    margin-left: 6rem;
  }
}
@media (min-width: 1400px) {
  .margin-left-xl-1 {
    margin-left: 1rem;
  }
  .margin-left-xl-2 {
    margin-left: 2rem;
  }
  .margin-left-xl-3 {
    margin-left: 3rem;
  }
  .margin-left-xl-4 {
    margin-left: 4rem;
  }
  .margin-left-xl-5 {
    margin-left: 5rem;
  }
  .margin-left-xl-6 {
    margin-left: 6rem;
  }
}
.margin-right-01 {
  margin-right: 0.1rem;
}

.margin-right-02 {
  margin-right: 0.2rem;
}

.margin-right-03 {
  margin-right: 0.3rem;
}

.margin-right-04 {
  margin-right: 0.4rem;
}

.margin-right-05 {
  margin-right: 0.5rem;
}

.margin-right-08 {
  margin-right: 0.8rem;
}

.margin-right-1 {
  margin-right: 1rem;
}

.margin-right-1-5 {
  margin-right: 1.5rem;
}

.margin-right-2 {
  margin-right: 2rem;
}

.margin-right-3 {
  margin-right: 3rem;
}

.margin-right-4 {
  margin-right: 4rem;
}

.margin-right-5 {
  margin-right: 5rem;
}

.margin-right-6 {
  margin-right: 6rem;
}

.margin-right-7 {
  margin-right: 7rem;
}

.margin-right-8 {
  margin-right: 8rem;
}

.margin-right-9 {
  margin-right: 9rem;
}

.margin-right-10 {
  margin-right: 10rem;
}

@media (min-width: 576px) {
  .margin-right-xs-03 {
    margin-right: 0.3rem;
  }
  .margin-right-xs-1 {
    margin-right: 1rem;
  }
  .margin-right-xs-2 {
    margin-right: 2rem;
  }
  .margin-right-xs-3 {
    margin-right: 3rem;
  }
  .margin-right-xs-4 {
    margin-right: 4rem;
  }
  .margin-right-xs-5 {
    margin-right: 5rem;
  }
  .margin-right-xs-6 {
    margin-right: 6rem;
  }
}
@media (min-width: 767px) {
  .margin-right-sm-1 {
    margin-right: 1rem;
  }
  .margin-right-sm-2 {
    margin-right: 2rem;
  }
  .margin-right-sm-3 {
    margin-right: 3rem;
  }
  .margin-right-sm-4 {
    margin-right: 4rem;
  }
  .margin-right-sm-5 {
    margin-right: 5rem;
  }
  .margin-right-sm-6 {
    margin-right: 6rem;
  }
}
@media (min-width: 992px) {
  .margin-right-md-1 {
    margin-right: 1rem;
  }
  .margin-right-md-2 {
    margin-right: 2rem;
  }
  .margin-right-md-3 {
    margin-right: 3rem;
  }
  .margin-right-md-4 {
    margin-right: 4rem;
  }
  .margin-right-md-5 {
    margin-right: 5rem;
  }
  .margin-right-md-6 {
    margin-right: 6rem;
  }
}
@media (min-width: 1200px) {
  .margin-right-lg-1 {
    margin-right: 1rem;
  }
  .margin-right-lg-2 {
    margin-right: 2rem;
  }
  .margin-right-lg-3 {
    margin-right: 3rem;
  }
  .margin-right-lg-4 {
    margin-right: 4rem;
  }
  .margin-right-lg-5 {
    margin-right: 5rem;
  }
  .margin-right-lg-6 {
    margin-right: 6rem;
  }
}
@media (min-width: 1400px) {
  .margin-right-xl-1 {
    margin-right: 1rem;
  }
  .margin-right-xl-2 {
    margin-right: 2rem;
  }
  .margin-right-xl-3 {
    margin-right: 3rem;
  }
  .margin-right-xl-4 {
    margin-right: 4rem;
  }
  .margin-right-xl-5 {
    margin-right: 5rem;
  }
  .margin-right-xl-6 {
    margin-right: 6rem;
  }
}
.margin-center {
  margin: 0 auto;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

@media (min-width: 576px) {
  .margin-xs-center {
    margin: 0 auto;
  }
  .margin-xs-left-auto {
    margin-left: auto;
  }
  .margin-xs-right-auto {
    margin-right: auto;
  }
}
@media (min-width: 767px) {
  .margin-sm-center {
    margin: 0 auto;
  }
  .margin-sm-left-auto {
    margin-left: auto;
  }
  .margin-sm-right-auto {
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .margin-md-center {
    margin: 0 auto;
  }
  .margin-md-left-auto {
    margin-left: auto;
  }
  .margin-md-right-auto {
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .margin-lg-center {
    margin: 0 auto;
  }
  .margin-lg-left-auto {
    margin-left: auto;
  }
  .margin-lg-right-auto {
    margin-right: auto;
  }
}
.margin-top-0 {
  margin-top: 0 !important;
}

@media (min-width: 576px) {
  .margin-top-xs-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 767px) {
  .margin-top-sm-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .margin-top-md-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .margin-top-lg-0 {
    margin-top: 0 !important;
  }
}
@media (max-width: 1199px) {
  .margin-bp-top-lg-0 {
    margin-top: 0 !important;
  }
}
@media (max-width: 991px) {
  .margin-bp-top-md-0 {
    margin-top: 0 !important;
  }
}
@media (max-width: 766px) {
  .margin-bp-top-sm-0 {
    margin-top: 0 !important;
  }
}
@media (max-width: 575px) {
  .margin-bp-top-xs-0 {
    margin-top: 0 !important;
  }
}
.margin-right-0 {
  margin-right: 0 !important;
}

@media (min-width: 576px) {
  .margin-right-xs-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 767px) {
  .margin-right-sm-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .margin-right-md-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .margin-right-lg-0 {
    margin-right: 0 !important;
  }
}
@media (max-width: 1199px) {
  .margin-bp-right-lg-0 {
    margin-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .margin-bp-right-md-0 {
    margin-right: 0 !important;
  }
}
@media (max-width: 766px) {
  .margin-bp-right-sm-0 {
    margin-right: 0 !important;
  }
}
@media (max-width: 575px) {
  .margin-bp-right-xs-0 {
    margin-right: 0 !important;
  }
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}

@media (min-width: 576px) {
  .margin-bottom-xs-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 767px) {
  .margin-bottom-sm-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .margin-bottom-md-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .margin-bottom-lg-0 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1199px) {
  .margin-bp-bottom-lg-0 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .margin-bp-bottom-md-0 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 766px) {
  .margin-bp-bottom-sm-0 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575px) {
  .margin-bp-bottom-xs-0 {
    margin-bottom: 0 !important;
  }
}
.margin-left-0 {
  margin-left: 0 !important;
}

@media (min-width: 576px) {
  .margin-left-xs-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 767px) {
  .margin-left-sm-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .margin-left-md-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .margin-left-lg-0 {
    margin-left: 0 !important;
  }
}
@media (max-width: 1199px) {
  .margin-bp-left-lg-0 {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .margin-bp-left-md-0 {
    margin-left: 0 !important;
  }
}
@media (max-width: 766px) {
  .margin-bp-left-sm-0 {
    margin-left: 0 !important;
  }
}
@media (max-width: 575px) {
  .margin-bp-left-xs-0 {
    margin-left: 0 !important;
  }
}
/* Padding block */
.padding-0 {
  padding: 0 !important;
}

@media (min-width: 576px) {
  .padding-xs-0 {
    padding: 0 !important;
  }
}

@media (min-width: 767px) {
  .padding-sm-0 {
    padding: 0 !important;
  }
}

@media (min-width: 992px) {
  .padding-md-0 {
    padding: 0 !important;
  }
}

@media (min-width: 1200px) {
  .padding-lg-0 {
    padding: 0 !important;
  }
}

@media (min-width: 1400px) {
  .padding-xl-0 {
    padding: 0 !important;
  }
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-top-xs-0 {
  padding-top: 0 !important;
}

@media (min-width: 767px) {
  .padding-top-sm-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .padding-top-md-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .padding-top-lg-0 {
    padding-top: 0 !important;
  }
}
@media (max-width: 1199px) {
  .padding-bp-top-lg-0 {
    padding-top: 0 !important;
  }
}
@media (max-width: 991px) {
  .padding-bp-top-md-0 {
    padding-top: 0 !important;
  }
}
@media (max-width: 766px) {
  .padding-bp-top-sm-0 {
    padding-top: 0 !important;
  }
}
@media (max-width: 575px) {
  .padding-bp-top-xs-0 {
    padding-top: 0 !important;
  }
}
.padding-right-0 {
  padding-right: 0 !important;
}

.padding-right-xs-0 {
  padding-right: 0 !important;
}

@media (min-width: 767px) {
  .padding-right-sm-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .padding-right-md-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .padding-right-lg-0 {
    padding-right: 0 !important;
  }
}
@media (max-width: 1199px) {
  .padding-bp-right-lg-0 {
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .padding-bp-right-md-0 {
    padding-right: 0 !important;
  }
}
@media (max-width: 766px) {
  .padding-bp-right-sm-0 {
    padding-right: 0 !important;
  }
}
@media (max-width: 575px) {
  .padding-bp-right-xs-0 {
    padding-right: 0 !important;
  }
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-bottom-xs-0 {
  padding-bottom: 0 !important;
}

@media (min-width: 767px) {
  .padding-bottom-sm-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .padding-bottom-md-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .padding-bottom-lg-0 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1199px) {
  .padding-bp-bottom-lg-0 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .padding-bp-bottom-md-0 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 766px) {
  .padding-bp-bottom-sm-0 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 575px) {
  .padding-bp-bottom-xs-0 {
    padding-bottom: 0 !important;
  }
}
.padding-left-0 {
  padding-left: 0 !important;
}

.padding-left-xs-0 {
  padding-left: 0 !important;
}

@media (min-width: 767px) {
  .padding-left-sm-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .padding-left-md-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .padding-left-lg-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 1199px) {
  .padding-bp-left-lg-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .padding-bp-left-md-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 766px) {
  .padding-bp-left-sm-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 575px) {
  .padding-bp-left-xs-0 {
    padding-left: 0 !important;
  }
}
/* Position helpers */
.pos-r {
  position: relative;
}

.pos-f {
  position: fixed;
}

.pos-s {
  position: static;
}

.pos-sticky {
  position: sticky;
}

.pos-a {
  position: absolute;
}

.pos-auto {
  position: inherit;
}

/* Size helpers */
.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.h-vh-100 {
  height: 100vh;
}

.h-full,
.h-100 {
  height: 100%;
}

.h-50 {
  height: 50%;
}

.h-25 {
  height: 25%;
}

.h-22 {
  height: 22px;
}

/* Text helpers */
.txt-r {
  text-align: right;
}

.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.w-pre {
  white-space: pre;
}

@media (min-width: 576px) {
  .txt-xs-c {
    text-align: center;
  }
  .txt-xs-l {
    text-align: left;
  }
  .txt-xs-r {
    text-align: right;
  }
}
@media (min-width: 767px) {
  .txt-sm-l {
    text-align: left;
  }
  .txt-sm-r {
    text-align: right;
  }
  .txt-sm-c {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .txt-md-l {
    text-align: left;
  }
  .txt-md-r {
    text-align: right;
  }
  .txt-md-c {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .txt-lg-r {
    text-align: right;
  }
  .txt-lg-l {
    text-align: left;
  }
  .txt-lg-c {
    text-align: center;
  }
}
.txt-upper {
  text-transform: uppercase;
}

.txt-lower {
  text-transform: lowercase;
}

.txt-italic {
  font-style: italic;
}

.txt-300 {
  font-weight: 300;
}

.txt-400 {
  font-weight: 400;
}

.txt-600 {
  font-weight: 600;
}

.txt-700 {
  font-weight: 700;
}

.txt-line {
  text-decoration: line-through;
}

.txt-underline {
  text-decoration: underline;
}

/* Z-index helpers */
.z-index--1 {
  z-index: -1;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.z-index-100 {
  z-index: 100;
}

.z-index-1000 {
  z-index: 1000;
}

.z-index-10000 {
  z-index: 10000;
}

.z-index-100000 {
  z-index: 100000;
}

/* Opacity helpers */
.opacity-0 {
  opacity: 0;
}

.opacity-01 {
  opacity: 0.1;
}

.opacity-02 {
  opacity: 0.2;
}

.opacity-03 {
  opacity: 0.3;
}

.opacity-04 {
  opacity: 0.4;
}

.opacity-05 {
  opacity: 0.5;
}

.opacity-06 {
  opacity: 0.6;
}

.opacity-07 {
  opacity: 0.7;
}

.opacity-08 {
  opacity: 0.8;
}

.opacity-09 {
  opacity: 0.9;
}

.opacity-1 {
  opacity: 1;
}

/* Dots helpers */
.clip-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clip-text--1 {
  -webkit-line-clamp: 1;
}

.clip-text--2 {
  -webkit-line-clamp: 2;
}

.clip-text--3 {
  -webkit-line-clamp: 3;
}

.clip-text--4 {
  -webkit-line-clamp: 4;
}

.dots {
  overflow: hidden;
}

/* Base settings */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-transition: color 0.15s, background 0.15s, border 0.15s, opacity 0.15s;
  transition: color 0.15s, background 0.15s, border 0.15s, opacity 0.15s;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

::-moz-selection {
  color: #fff;
  background-color: #556fd1;
}

::selection {
  color: #fff;
  background-color: #556fd1;
}

::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: #f7f7f7;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #556fd1;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(64.9305555556, 94, 203.5694444444);
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

html {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  font-size: 100%;
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-width: 310px;
  margin: 0;
  color: #000;
  background-color: #0f0f0f;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}

.page-dashboard {
  background: #e3eaec;
}
@media (min-width: 767px) {
  .page-dashboard {
    background-color: #ffffff;
  }
}
@media (min-width: 992px) {
  .page-dashboard {
    background-color: #f4f7f7;
  }
}

em,
i,
.italic {
  font-style: italic;
}

strong,
.strong {
  font-weight: 600;
}

small,
.small {
  font-size: 12px;
  font-size: 0.75rem;
}

.back-top-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 90px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #556fd1;
  border-radius: 100%;
  cursor: pointer;
  z-index: 999;
}
@media (min-width: 992px) {
  .back-top-top {
    bottom: 15px;
  }
}
.back-top-top:hover {
  background-color: rgb(64.9305555556, 94, 203.5694444444);
}
.back-top-top svg {
  fill: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
}

h1,
.alfa,
h2,
.beta,
h3,
.gamma,
h4,
.delta,
h5,
.epsilon,
h6,
.zeta {
  margin: 0;
  margin-bottom: 1.5rem;
  color: #0f0f0f;
  font-family: "Jura", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  word-break: break-word;
}
h1 a,
.alfa a,
h2 a,
.beta a,
h3 a,
.gamma a,
h4 a,
.delta a,
h5 a,
.epsilon a,
h6 a,
.zeta a {
  color: inherit;
}

h1,
.alfa {
  font-size: 42px;
  font-size: 2.625rem;
}
@media (min-width: 576px) {
  h1,
  .alfa {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 767px) {
  h1,
  .alfa {
    font-size: 56px;
    font-size: 3.5rem;
  }
}

h2,
.beta {
  font-size: 42px;
  font-size: 2.625rem;
}
@media (min-width: 576px) {
  h2,
  .beta {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (min-width: 767px) {
  h2,
  .beta {
    font-size: 48px;
    font-size: 3rem;
  }
}

@media (min-width: 576px) {
  .beta-small {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

h3,
.gamma {
  font-size: 26px;
  font-size: 1.625rem;
}
@media (min-width: 576px) {
  h3,
  .gamma {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (min-width: 767px) {
  h3,
  .gamma {
    font-size: 32px;
    font-size: 2rem;
  }
}

.gamma-small {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .gamma-small {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .gamma-small {
    font-size: 32px;
    font-size: 2rem;
  }
}

.gamma-big {
  font-size: 36px;
  font-size: 2.25rem;
}

h4,
.delta {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  h4,
  .delta {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 767px) {
  h4,
  .delta {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 766px) {
  .delta-sm-small {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 767px) {
  .delta-big {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h5,
.epsilon {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  h5,
  .epsilon {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 767px) {
  h5,
  .epsilon {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.epsilon-big {
  font-size: 20px;
  font-size: 1.25rem;
}

h6,
.zeta {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  h6,
  .zeta {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 767px) {
  h6,
  .zeta {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.zeta-big {
  font-size: 16px;
  font-size: 1rem;
}

.h--font-light h1,
.h--font-light .alfa,
.h--font-light h2,
.h--font-light .beta,
.h--font-light h3,
.h--font-light .gamma,
.h--font-light h4,
.h--font-light .delta,
.h--font-light h5,
.h--font-light .epsilon,
.h--font-light h6,
.h--font-light .zeta {
  font-weight: 300;
}

.h--font-regular h1,
.h--font-regular .alfa,
.h--font-regular h2,
.h--font-regular .beta,
.h--font-regular h3,
.h--font-regular .gamma,
.h--font-regular h4,
.h--font-regular .delta,
.h--font-regular h5,
.h--font-regular .epsilon,
.h--font-regular h6,
.h--font-regular .zeta {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
}

.h--font-primary-medium h1,
.h--font-primary-medium .alfa,
.h--font-primary-medium h2,
.h--font-primary-medium .beta,
.h--font-primary-medium h3,
.h--font-primary-medium .gamma,
.h--font-primary-medium h4,
.h--font-primary-medium .delta,
.h--font-primary-medium h5,
.h--font-primary-medium .epsilon,
.h--font-primary-medium h6,
.h--font-primary-medium .zeta {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 500;
}

.h--font-primary-semibold h1,
.h--font-primary-semibold .alfa,
.h--font-primary-semibold h2,
.h--font-primary-semibold .beta,
.h--font-primary-semibold h3,
.h--font-primary-semibold .gamma,
.h--font-primary-semibold h4,
.h--font-primary-semibold .delta,
.h--font-primary-semibold h5,
.h--font-primary-semibold .epsilon,
.h--font-primary-semibold h6,
.h--font-primary-semibold .zeta {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
}

.h--font-bold h1,
.h--font-bold .alfa,
.h--font-bold h2,
.h--font-bold .beta,
.h--font-bold h3,
.h--font-bold .gamma,
.h--font-bold h4,
.h--font-bold .delta,
.h--font-bold h5,
.h--font-bold .epsilon,
.h--font-bold h6,
.h--font-bold .zeta {
  font-weight: 700;
}

.h--font-black h1,
.h--font-black .alfa,
.h--font-black h2,
.h--font-black .beta,
.h--font-black h3,
.h--font-black .gamma,
.h--font-black h4,
.h--font-black .delta,
.h--font-black h5,
.h--font-black .epsilon,
.h--font-black h6,
.h--font-black .zeta {
  font-weight: 900;
}

.h--font-primary h1,
.h--font-primary .alfa,
.h--font-primary h2,
.h--font-primary .beta,
.h--font-primary h3,
.h--font-primary .gamma,
.h--font-primary h4,
.h--font-primary .delta,
.h--font-primary h5,
.h--font-primary .epsilon,
.h--font-primary h6,
.h--font-primary .zeta {
  font-family: "Poppins", Arial, sans-serif;
}

.h--font-secondary h1,
.h--font-secondary .alfa,
.h--font-secondary h2,
.h--font-secondary .beta,
.h--font-secondary h3,
.h--font-secondary .gamma,
.h--font-secondary h4,
.h--font-secondary .delta,
.h--font-secondary h5,
.h--font-secondary .epsilon,
.h--font-secondary h6,
.h--font-secondary .zeta {
  font-family: "Jura", Arial, sans-serif;
}

.h--text-upper h1,
.h--text-upper .alfa,
.h--text-upper h2,
.h--text-upper .beta,
.h--text-upper h3,
.h--text-upper .gamma,
.h--text-upper h4,
.h--text-upper .delta,
.h--text-upper h5,
.h--text-upper .epsilon,
.h--text-upper h6,
.h--text-upper .zeta {
  text-transform: uppercase;
}

.h--line-08 h1,
.h--line-08 .alfa,
.h--line-08 h2,
.h--line-08 .beta,
.h--line-08 h3,
.h--line-08 .gamma,
.h--line-08 h4,
.h--line-08 .delta,
.h--line-08 h5,
.h--line-08 .epsilon,
.h--line-08 h6,
.h--line-08 .zeta {
  line-height: 0.8;
}

.h--line-1 h1,
.h--line-1 .alfa,
.h--line-1 h2,
.h--line-1 .beta,
.h--line-1 h3,
.h--line-1 .gamma,
.h--line-1 h4,
.h--line-1 .delta,
.h--line-1 h5,
.h--line-1 .epsilon,
.h--line-1 h6,
.h--line-1 .zeta {
  line-height: 1;
}

.h--line-1-2 h1,
.h--line-1-2 .alfa,
.h--line-1-2 h2,
.h--line-1-2 .beta,
.h--line-1-2 h3,
.h--line-1-2 .gamma,
.h--line-1-2 h4,
.h--line-1-2 .delta,
.h--line-1-2 h5,
.h--line-1-2 .epsilon,
.h--line-1-2 h6,
.h--line-1-2 .zeta {
  line-height: 1.2;
}

.h--line-1-4 h1,
.h--line-1-4 .alfa,
.h--line-1-4 h2,
.h--line-1-4 .beta,
.h--line-1-4 h3,
.h--line-1-4 .gamma,
.h--line-1-4 h4,
.h--line-1-4 .delta,
.h--line-1-4 h5,
.h--line-1-4 .epsilon,
.h--line-1-4 h6,
.h--line-1-4 .zeta {
  line-height: 1.4;
}

.h--line-1-5 h1,
.h--line-1-5 .alfa,
.h--line-1-5 h2,
.h--line-1-5 .beta,
.h--line-1-5 h3,
.h--line-1-5 .gamma,
.h--line-1-5 h4,
.h--line-1-5 .delta,
.h--line-1-5 h5,
.h--line-1-5 .epsilon,
.h--line-1-5 h6,
.h--line-1-5 .zeta {
  line-height: 1.5;
}

.h--line-1-6 h1,
.h--line-1-6 .alfa,
.h--line-1-6 h2,
.h--line-1-6 .beta,
.h--line-1-6 h3,
.h--line-1-6 .gamma,
.h--line-1-6 h4,
.h--line-1-6 .delta,
.h--line-1-6 h5,
.h--line-1-6 .epsilon,
.h--line-1-6 h6,
.h--line-1-6 .zeta {
  line-height: 1.6;
}

.h--line-1-8 h1,
.h--line-1-8 .alfa,
.h--line-1-8 h2,
.h--line-1-8 .beta,
.h--line-1-8 h3,
.h--line-1-8 .gamma,
.h--line-1-8 h4,
.h--line-1-8 .delta,
.h--line-1-8 h5,
.h--line-1-8 .epsilon,
.h--line-1-8 h6,
.h--line-1-8 .zeta {
  line-height: 1.8;
}

.h--line-2 h1,
.h--line-2 .alfa,
.h--line-2 h2,
.h--line-2 .beta,
.h--line-2 h3,
.h--line-2 .gamma,
.h--line-2 h4,
.h--line-2 .delta,
.h--line-2 h5,
.h--line-2 .epsilon,
.h--line-2 h6,
.h--line-2 .zeta {
  line-height: 2;
}

.h--line-2-2 h1,
.h--line-2-2 .alfa,
.h--line-2-2 h2,
.h--line-2-2 .beta,
.h--line-2-2 h3,
.h--line-2-2 .gamma,
.h--line-2-2 h4,
.h--line-2-2 .delta,
.h--line-2-2 h5,
.h--line-2-2 .epsilon,
.h--line-2-2 h6,
.h--line-2-2 .zeta {
  line-height: 2.2;
}

.h--line-2-5 h1,
.h--line-2-5 .alfa,
.h--line-2-5 h2,
.h--line-2-5 .beta,
.h--line-2-5 h3,
.h--line-2-5 .gamma,
.h--line-2-5 h4,
.h--line-2-5 .delta,
.h--line-2-5 h5,
.h--line-2-5 .epsilon,
.h--line-2-5 h6,
.h--line-2-5 .zeta {
  line-height: 2.5;
}

@media (min-width: 576px) {
  .h--line-xs-1 h1,
  .h--line-xs-1 .alfa,
  .h--line-xs-1 h2,
  .h--line-xs-1 .beta,
  .h--line-xs-1 h3,
  .h--line-xs-1 .gamma,
  .h--line-xs-1 h4,
  .h--line-xs-1 .delta,
  .h--line-xs-1 h5,
  .h--line-xs-1 .epsilon,
  .h--line-xs-1 h6,
  .h--line-xs-1 .zeta {
    line-height: 1;
  }
  .h--line-xs-1-2 h1,
  .h--line-xs-1-2 .alfa,
  .h--line-xs-1-2 h2,
  .h--line-xs-1-2 .beta,
  .h--line-xs-1-2 h3,
  .h--line-xs-1-2 .gamma,
  .h--line-xs-1-2 h4,
  .h--line-xs-1-2 .delta,
  .h--line-xs-1-2 h5,
  .h--line-xs-1-2 .epsilon,
  .h--line-xs-1-2 h6,
  .h--line-xs-1-2 .zeta {
    line-height: 1.2;
  }
  .h--line-xs-1-4 h1,
  .h--line-xs-1-4 .alfa,
  .h--line-xs-1-4 h2,
  .h--line-xs-1-4 .beta,
  .h--line-xs-1-4 h3,
  .h--line-xs-1-4 .gamma,
  .h--line-xs-1-4 h4,
  .h--line-xs-1-4 .delta,
  .h--line-xs-1-4 h5,
  .h--line-xs-1-4 .epsilon,
  .h--line-xs-1-4 h6,
  .h--line-xs-1-4 .zeta {
    line-height: 1.4;
  }
  .h--line-xs-1-6 h1,
  .h--line-xs-1-6 .alfa,
  .h--line-xs-1-6 h2,
  .h--line-xs-1-6 .beta,
  .h--line-xs-1-6 h3,
  .h--line-xs-1-6 .gamma,
  .h--line-xs-1-6 h4,
  .h--line-xs-1-6 .delta,
  .h--line-xs-1-6 h5,
  .h--line-xs-1-6 .epsilon,
  .h--line-xs-1-6 h6,
  .h--line-xs-1-6 .zeta {
    line-height: 1.6;
  }
}
@media (min-width: 767px) {
  .h--line-sm-1 h1,
  .h--line-sm-1 .alfa,
  .h--line-sm-1 h2,
  .h--line-sm-1 .beta,
  .h--line-sm-1 h3,
  .h--line-sm-1 .gamma,
  .h--line-sm-1 h4,
  .h--line-sm-1 .delta,
  .h--line-sm-1 h5,
  .h--line-sm-1 .epsilon,
  .h--line-sm-1 h6,
  .h--line-sm-1 .zeta {
    line-height: 1;
  }
  .h--line-sm-1-2 h1,
  .h--line-sm-1-2 .alfa,
  .h--line-sm-1-2 h2,
  .h--line-sm-1-2 .beta,
  .h--line-sm-1-2 h3,
  .h--line-sm-1-2 .gamma,
  .h--line-sm-1-2 h4,
  .h--line-sm-1-2 .delta,
  .h--line-sm-1-2 h5,
  .h--line-sm-1-2 .epsilon,
  .h--line-sm-1-2 h6,
  .h--line-sm-1-2 .zeta {
    line-height: 1.2;
  }
  .h--line-sm-1-4 h1,
  .h--line-sm-1-4 .alfa,
  .h--line-sm-1-4 h2,
  .h--line-sm-1-4 .beta,
  .h--line-sm-1-4 h3,
  .h--line-sm-1-4 .gamma,
  .h--line-sm-1-4 h4,
  .h--line-sm-1-4 .delta,
  .h--line-sm-1-4 h5,
  .h--line-sm-1-4 .epsilon,
  .h--line-sm-1-4 h6,
  .h--line-sm-1-4 .zeta {
    line-height: 1.4;
  }
  .h--line-sm-1-6 h1,
  .h--line-sm-1-6 .alfa,
  .h--line-sm-1-6 h2,
  .h--line-sm-1-6 .beta,
  .h--line-sm-1-6 h3,
  .h--line-sm-1-6 .gamma,
  .h--line-sm-1-6 h4,
  .h--line-sm-1-6 .delta,
  .h--line-sm-1-6 h5,
  .h--line-sm-1-6 .epsilon,
  .h--line-sm-1-6 h6,
  .h--line-sm-1-6 .zeta {
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .h--line-md-1 h1,
  .h--line-md-1 .alfa,
  .h--line-md-1 h2,
  .h--line-md-1 .beta,
  .h--line-md-1 h3,
  .h--line-md-1 .gamma,
  .h--line-md-1 h4,
  .h--line-md-1 .delta,
  .h--line-md-1 h5,
  .h--line-md-1 .epsilon,
  .h--line-md-1 h6,
  .h--line-md-1 .zeta {
    line-height: 1;
  }
  .h--line-md-1-2 h1,
  .h--line-md-1-2 .alfa,
  .h--line-md-1-2 h2,
  .h--line-md-1-2 .beta,
  .h--line-md-1-2 h3,
  .h--line-md-1-2 .gamma,
  .h--line-md-1-2 h4,
  .h--line-md-1-2 .delta,
  .h--line-md-1-2 h5,
  .h--line-md-1-2 .epsilon,
  .h--line-md-1-2 h6,
  .h--line-md-1-2 .zeta {
    line-height: 1.2;
  }
  .h--line-md-1-4 h1,
  .h--line-md-1-4 .alfa,
  .h--line-md-1-4 h2,
  .h--line-md-1-4 .beta,
  .h--line-md-1-4 h3,
  .h--line-md-1-4 .gamma,
  .h--line-md-1-4 h4,
  .h--line-md-1-4 .delta,
  .h--line-md-1-4 h5,
  .h--line-md-1-4 .epsilon,
  .h--line-md-1-4 h6,
  .h--line-md-1-4 .zeta {
    line-height: 1.4;
  }
  .h--line-md-1-6 h1,
  .h--line-md-1-6 .alfa,
  .h--line-md-1-6 h2,
  .h--line-md-1-6 .beta,
  .h--line-md-1-6 h3,
  .h--line-md-1-6 .gamma,
  .h--line-md-1-6 h4,
  .h--line-md-1-6 .delta,
  .h--line-md-1-6 h5,
  .h--line-md-1-6 .epsilon,
  .h--line-md-1-6 h6,
  .h--line-md-1-6 .zeta {
    line-height: 1.6;
  }
}
.h--margin-0 .alfa,
.h--margin-0 .beta,
.h--margin-0 .gamma,
.h--margin-0 .delta,
.h--margin-0 .epsilon,
.h--margin-0 .zeta,
.h--margin-0 h1,
.h--margin-0 h2,
.h--margin-0 h3,
.h--margin-0 h4,
.h--margin-0 h5,
.h--margin-0 h6 {
  margin-bottom: 0;
}

.h--margin-01 .alfa,
.h--margin-01 .beta,
.h--margin-01 .gamma,
.h--margin-01 .delta,
.h--margin-01 .epsilon,
.h--margin-01 .zeta,
.h--margin-01 h1,
.h--margin-01 h2,
.h--margin-01 h3,
.h--margin-01 h4,
.h--margin-01 h5,
.h--margin-01 h6 {
  margin-bottom: 0.1rem;
}

.h--margin-02 .alfa,
.h--margin-02 .beta,
.h--margin-02 .gamma,
.h--margin-02 .delta,
.h--margin-02 .epsilon,
.h--margin-02 .zeta,
.h--margin-02 h1,
.h--margin-02 h2,
.h--margin-02 h3,
.h--margin-02 h4,
.h--margin-02 h5,
.h--margin-02 h6 {
  margin-bottom: 0.2rem;
}

.h--margin-03 .alfa,
.h--margin-03 .beta,
.h--margin-03 .gamma,
.h--margin-03 .delta,
.h--margin-03 .epsilon,
.h--margin-03 .zeta,
.h--margin-03 h1,
.h--margin-03 h2,
.h--margin-03 h3,
.h--margin-03 h4,
.h--margin-03 h5,
.h--margin-03 h6 {
  margin-bottom: 0.3rem;
}

.h--margin-04 .alfa,
.h--margin-04 .beta,
.h--margin-04 .gamma,
.h--margin-04 .delta,
.h--margin-04 .epsilon,
.h--margin-04 .zeta,
.h--margin-04 h1,
.h--margin-04 h2,
.h--margin-04 h3,
.h--margin-04 h4,
.h--margin-04 h5,
.h--margin-04 h6 {
  margin-bottom: 0.4rem;
}

.h--margin-05 .alfa,
.h--margin-05 .beta,
.h--margin-05 .gamma,
.h--margin-05 .delta,
.h--margin-05 .epsilon,
.h--margin-05 .zeta,
.h--margin-05 h1,
.h--margin-05 h2,
.h--margin-05 h3,
.h--margin-05 h4,
.h--margin-05 h5,
.h--margin-05 h6 {
  margin-bottom: 0.5rem;
}

.h--margin-06 .alfa,
.h--margin-06 .beta,
.h--margin-06 .gamma,
.h--margin-06 .delta,
.h--margin-06 .epsilon,
.h--margin-06 .zeta,
.h--margin-06 h1,
.h--margin-06 h2,
.h--margin-06 h3,
.h--margin-06 h4,
.h--margin-06 h5,
.h--margin-06 h6 {
  margin-bottom: 0.6rem;
}

.h--margin-07 .alfa,
.h--margin-07 .beta,
.h--margin-07 .gamma,
.h--margin-07 .delta,
.h--margin-07 .epsilon,
.h--margin-07 .zeta,
.h--margin-07 h1,
.h--margin-07 h2,
.h--margin-07 h3,
.h--margin-07 h4,
.h--margin-07 h5,
.h--margin-07 h6 {
  margin-bottom: 0.7rem;
}

.h--margin-08 .alfa,
.h--margin-08 .beta,
.h--margin-08 .gamma,
.h--margin-08 .delta,
.h--margin-08 .epsilon,
.h--margin-08 .zeta,
.h--margin-08 h1,
.h--margin-08 h2,
.h--margin-08 h3,
.h--margin-08 h4,
.h--margin-08 h5,
.h--margin-08 h6 {
  margin-bottom: 0.8rem;
}

.h--margin-09 .alfa,
.h--margin-09 .beta,
.h--margin-09 .gamma,
.h--margin-09 .delta,
.h--margin-09 .epsilon,
.h--margin-09 .zeta,
.h--margin-09 h1,
.h--margin-09 h2,
.h--margin-09 h3,
.h--margin-09 h4,
.h--margin-09 h5,
.h--margin-09 h6 {
  margin-bottom: 0.9rem;
}

.h--margin-1 .alfa,
.h--margin-1 .beta,
.h--margin-1 .gamma,
.h--margin-1 .delta,
.h--margin-1 .epsilon,
.h--margin-1 .zeta,
.h--margin-1 h1,
.h--margin-1 h2,
.h--margin-1 h3,
.h--margin-1 h4,
.h--margin-1 h5,
.h--margin-1 h6 {
  margin-bottom: 1rem;
}

.h--margin-1-2 .alfa,
.h--margin-1-2 .beta,
.h--margin-1-2 .gamma,
.h--margin-1-2 .delta,
.h--margin-1-2 .epsilon,
.h--margin-1-2 .zeta,
.h--margin-1-2 h1,
.h--margin-1-2 h2,
.h--margin-1-2 h3,
.h--margin-1-2 h4,
.h--margin-1-2 h5,
.h--margin-1-2 h6 {
  margin-bottom: 1.2rem;
}

.h--margin-1-5 .alfa,
.h--margin-1-5 .beta,
.h--margin-1-5 .gamma,
.h--margin-1-5 .delta,
.h--margin-1-5 .epsilon,
.h--margin-1-5 .zeta,
.h--margin-1-5 h1,
.h--margin-1-5 h2,
.h--margin-1-5 h3,
.h--margin-1-5 h4,
.h--margin-1-5 h5,
.h--margin-1-5 h6 {
  margin-bottom: 1.5rem;
}

.h--margin-2 .alfa,
.h--margin-2 .beta,
.h--margin-2 .gamma,
.h--margin-2 .delta,
.h--margin-2 .epsilon,
.h--margin-2 .zeta,
.h--margin-2 h1,
.h--margin-2 h2,
.h--margin-2 h3,
.h--margin-2 h4,
.h--margin-2 h5,
.h--margin-2 h6 {
  margin-bottom: 2rem;
}

.h--margin-2-5 .alfa,
.h--margin-2-5 .beta,
.h--margin-2-5 .gamma,
.h--margin-2-5 .delta,
.h--margin-2-5 .epsilon,
.h--margin-2-5 .zeta,
.h--margin-2-5 h1,
.h--margin-2-5 h2,
.h--margin-2-5 h3,
.h--margin-2-5 h4,
.h--margin-2-5 h5,
.h--margin-2-5 h6 {
  margin-bottom: 2.5rem;
}

.h--margin-3 .alfa,
.h--margin-3 .beta,
.h--margin-3 .gamma,
.h--margin-3 .delta,
.h--margin-3 .epsilon,
.h--margin-3 .zeta,
.h--margin-3 h1,
.h--margin-3 h2,
.h--margin-3 h3,
.h--margin-3 h4,
.h--margin-3 h5,
.h--margin-3 h6 {
  margin-bottom: 3rem;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  outline: none;
  font-family: "Poppins", Arial, sans-serif;
}

a:focus,
a:active,
a:visited {
  outline: none;
}

.a-hover:hover, .a-hover:focus {
  text-decoration: underline;
}

.a-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0.6rem 0;
}

.a-link--small {
  padding: 0.25rem 0;
}

.a-link--no {
  padding: 0;
}

.a-link__text {
  color: #556fd1;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}

.a-link__text--black {
  color: #556fd1;
}

.a-link__text--white {
  color: #ffffff;
}

.a-link__text--pink {
  color: #556fd1;
}

.a-link__text--size-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.a-link__text--size-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.a-link__text--size-16 {
  font-size: 16px;
  font-size: 1rem;
}

.a-link__text--size-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.a-link__icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.a-link--hover-underline {
  position: relative;
}
.a-link--hover-underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  -webkit-transition: width 250ms ease-out;
  transition: width 250ms ease-out;
  background-color: currentColor;
}
.a-link--hover-underline:hover:after {
  width: 100%;
}

.a-link--hover-block .a-link--hover-underline {
  position: relative;
}
.a-link--hover-block .a-link--hover-underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  -webkit-transition: width 250ms ease-out;
  transition: width 250ms ease-out;
  background-color: currentColor;
}
.a-link--hover-block:hover .a-link--hover-underline:after {
  width: 100%;
}

p {
  display: block;
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #0f0f0f;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transition: font-size 0.3s cubic-bezier(0.16, 0.08, 0.355, 1);
  transition: font-size 0.3s cubic-bezier(0.16, 0.08, 0.355, 1);
}
p a {
  color: currentColor;
}

.p--size-12 p {
  font-size: 12px;
  font-size: 0.75rem;
}

.p--size-14 p {
  font-size: 14px;
  font-size: 0.875rem;
}

.p--size-16 p {
  font-size: 16px;
  font-size: 1rem;
}

.p--size-18 p {
  font-size: 18px;
  font-size: 1.125rem;
}

.p--size-20 p {
  font-size: 20px;
  font-size: 1.25rem;
}

.p--size-28 p {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 767px) {
  .p--size-28 p {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 575px) {
  .p-xs--size-16 p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .p-md--size-16 p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p--line-1 p {
  line-height: 1;
}

.p--line-1-2 p {
  line-height: 1.2;
}

.p--line-1-4 p {
  line-height: 1.4;
}

.p--line-1-5 p {
  line-height: 1.5;
}

.p--line-1-6 p {
  line-height: 1.6;
}

.p--line-1-8 p {
  line-height: 1.8;
}

.p--line-2 p {
  line-height: 2;
}

.p--margin-0 p {
  margin-bottom: 0;
}

.p--margin-01 p {
  margin-bottom: 0.1rem;
}

.p--margin-02 p {
  margin-bottom: 0.2rem;
}

.p--margin-03 p {
  margin-bottom: 0.3rem;
}

.p--margin-04 p {
  margin-bottom: 0.4rem;
}

.p--margin-05 p {
  margin-bottom: 0.5rem;
}

.p--margin-06 p {
  margin-bottom: 0.6rem;
}

.p--margin-07 p {
  margin-bottom: 0.7rem;
}

.p--margin-08 p {
  margin-bottom: 0.8rem;
}

.p--margin-09 p {
  margin-bottom: 0.9rem;
}

.p--margin-1 p {
  margin-bottom: 1rem;
}

.p--margin-1-2 p {
  margin-bottom: 1.2rem;
}

.p--margin-1-5 p {
  margin-bottom: 1.5rem;
}

.p--margin-2 p {
  margin-bottom: 2rem;
}

.p--margin-2-5 p {
  margin-bottom: 2.5rem;
}

@media (max-width: 575px) {
  .p--line-1-6 p {
    line-height: 2;
  }
  .p--xs-size-13 p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p--light p {
  font-weight: 300;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.list-style,
ol.list-style {
  margin-bottom: 2rem;
}
ul.list-style li,
ol.list-style li {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 15px;
  color: #0f0f0f;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  ul.list-style li,
  ol.list-style li {
    padding-left: 25px;
    font-size: 16px;
    font-size: 1rem;
  }
}
ul.list-style a,
ol.list-style a {
  text-decoration: underline;
}
ul.list-style a:focus, ul.list-style a:hover,
ol.list-style a:focus,
ol.list-style a:hover {
  text-decoration: underline;
}

ul.list-style li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  display: block;
  width: 8px;
  height: 9px;
  color: #0f0f0f;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/shapes-pink.svg");
}

ol.list-style {
  list-style-position: inside;
  counter-reset: item;
}
ol.list-style li a {
  color: #556fd1;
}
ol.list-style li:before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  color: #0f0f0f;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  ol.list-style li:before {
    font-size: 16px;
    font-size: 1rem;
  }
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-arrow-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80px;
  position: absolute;
  left: 50%;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.swiper-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
  z-index: 4;
}
.swiper-arrow.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.swiper-arrow-next {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  right: -5px;
}
@media (min-width: 767px) {
  .swiper-arrow-next {
    right: -25px;
  }
}

.swiper-arrow-prev {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  left: -5px;
}
@media (min-width: 767px) {
  .swiper-arrow-prev {
    left: -25px;
  }
}

.swiper-arrow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
  width: 35px;
  background-color: var(--background-color-arrow-top-category);
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
@media (min-width: 767px) {
  .swiper-arrow-content {
    height: 50px;
    width: 50px;
  }
}
.swiper-arrow-content:focus, .swiper-arrow-content:hover {
  background-color: var(--background-color-arrow-top-category-hover);
}
.swiper-arrow-content:focus .icon-svg, .swiper-arrow-content:hover .icon-svg {
  color: var(--color-top-category-black-hover);
}
.swiper-arrow-content .icon-svg {
  color: var(--color-top-category-black);
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.swiper-pagination {
  position: relative;
  width: 100%;
  margin-top: 5px;
  z-index: auto;
}

.is-slider-arrows-bottom .swiper-arrow {
  position: absolute;
  top: auto;
  bottom: 0;
  right: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  margin-left: -17px;
}
@media (min-width: 767px) {
  .is-slider-arrows-bottom .swiper-arrow {
    margin-left: -25px;
  }
}
.is-slider-arrows-bottom .swiper-arrow-next {
  left: calc(50% + 20px);
}
@media (min-width: 767px) {
  .is-slider-arrows-bottom .swiper-arrow-next {
    left: calc(50% + 30px);
  }
}
.is-slider-arrows-bottom .swiper-arrow-prev {
  left: calc(50% - 20px);
}
@media (min-width: 767px) {
  .is-slider-arrows-bottom .swiper-arrow-prev {
    left: calc(50% - 30px);
  }
}

.icon-chevron-left::before,
.icon-chevron-right::before {
  content: "";
}

.icon-chevron-right::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3c!--! Font Awesome Pro 6.1.2 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons%2c Inc. --%3e%3cpath d='M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z'/%3e%3c/svg%3e");
  width: 12px;
  height: 12px;
  display: block;
}

.icon-chevron-left::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3c!--! Font Awesome Pro 6.1.2 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons%2c Inc. --%3e%3cpath d='M224 480c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25L77.25 256l169.4 169.4c12.5 12.5 12.5 32.75 0 45.25C240.4 476.9 232.2 480 224 480z'/%3e%3c/svg%3e");
  width: 12px;
  height: 12px;
  display: block;
}

.form-select--small .select2-container.select2-container--disabled .select2-selection--single,
.form-select--small .select2-container.select2-container--disabled .select2-selection--multiple {
  background: #f4f7f7;
}
.form-select--small .select2-container .select2-selection--single,
.form-select--small .select2-container .select2-selection--multiple {
  width: 100%;
  height: 40px;
  padding: 0 25px 1px 10px;
  padding-bottom: 1px;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #7e979d;
  border: 0;
  outline: none !important;
  border: 1px solid #e3eaec;
}
.form-select--small .select2-container .select2-selection--single .select2-selection__rendered,
.form-select--small .select2-container .select2-selection--multiple .select2-selection__rendered {
  line-height: 38px;
  color: #0f0f0f;
}
.form-select--small .select2-container .select2-selection--single .select2-selection__placeholder,
.form-select--small .select2-container .select2-selection--multiple .select2-selection__placeholder {
  color: #7e979d;
}
.form-select--small .select2-container .select2-selection--single .select2-selection__arrow,
.form-select--small .select2-container .select2-selection--multiple .select2-selection__arrow {
  height: 40px;
  line-height: 40px;
  width: 35px;
}

.form-select--white .select2-container.select2-container--disabled .select2-selection--single,
.form-select--white .select2-container.select2-container--disabled .select2-selection--multiple {
  background: #ffffff;
}
.form-select--white .select2-container .select2-selection--single,
.form-select--white .select2-container .select2-selection--multiple {
  background: #ffffff;
  padding-left: 16px;
}
.form-select--white .select2-container .select2-selection--single .select2-selection__rendered,
.form-select--white .select2-container .select2-selection--multiple .select2-selection__rendered {
  line-height: 38px;
  color: #0f0f0f;
}
.form-select--white .select2-container .select2-selection--single .select2-selection__placeholder,
.form-select--white .select2-container .select2-selection--multiple .select2-selection__placeholder {
  color: #7e979d;
}
.form-select--white .select2-container .select2-selection--single .select2-selection__arrow,
.form-select--white .select2-container .select2-selection--multiple .select2-selection__arrow {
  height: 40px;
  line-height: 40px;
  width: 35px;
}

.select2-container {
  z-index: 9;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:after,
.select2-container.select2-container--open .select2-selection--multiple .select2-selection__arrow:after,
.select2-container .select2-container--focus .select2-selection--single .select2-selection__arrow:after,
.select2-container .select2-container--focus .select2-selection--multiple .select2-selection__arrow:after {
  background-image: url("../images/icons/up-gray.svg");
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
}
.select2-container .select2-search--inline {
  display: block;
  width: 100%;
}
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  width: 100%;
  height: 40px;
  padding: 0 35px 1px 15px;
  padding-bottom: 1px;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #0f0f0f;
  border: 0;
  outline: none !important;
  background-color: #e3eaec;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
  line-height: 40px;
  color: #0f0f0f;
}
.select2-container .select2-selection--single .select2-selection__placeholder,
.select2-container .select2-selection--multiple .select2-selection__placeholder {
  color: #0f0f0f;
}
.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--multiple .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0px;
  width: 40px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.select2-container .select2-selection--single .select2-selection__arrow:after,
.select2-container .select2-selection--multiple .select2-selection__arrow:after {
  content: "" !important;
  width: 14px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/down-gray.svg");
}
.select2-container .select2-selection--single .select2-selection__arrow b,
.select2-container .select2-selection--multiple .select2-selection__arrow b {
  display: none;
}

.select2-container .select2-container--focus .select2-selection--single .select2-selection__arrow:after,
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  content: "\e91a";
}

.select2-dropdown {
  border: 1px solid #e3eaec;
  border-radius: 0 0 10px 10px;
  background-color: white;
}
.select2-dropdown .select2-results__options--nested .select2-results__option {
  padding: 0 25px;
}
.select2-dropdown .select2-results__options {
  max-height: 220px !important;
}
.select2-dropdown .select2-results__options .select2-results__option[aria-selected=true] {
  color: #0f0f0f;
  background-color: #f5f5f5;
}
.select2-dropdown .select2-results__options .select2-results__option {
  padding: 10px 16px;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  color: #0f0f0f;
  font-size: 14px;
  font-size: 0.875rem;
}
.select2-dropdown .select2-results__options .text-option .status {
  float: left;
  margin-right: 15px;
}
.select2-dropdown .select2-results__options .text-option .text {
  display: block;
  overflow: hidden;
  height: 100%;
}
.select2-dropdown .select2-results__options .select2-results__option--highlighted {
  color: #0f0f0f;
  background-color: #f5f5f5;
}

.select-medium-dropdown.select2-dropdown .select2-results__options .select2-results__option {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  padding: 18px 15px;
  font-size: 14px;
  font-size: 0.875rem;
}

/* Tooltip block */
.js-tooltip {
  cursor: pointer;
}

.tippy-popper {
  max-width: 100%;
  pointer-events: auto;
  width: calc(100vw - 30px);
}
@media (min-width: 767px) {
  .tippy-popper {
    width: auto;
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  .tippy-popper {
    z-index: 99999999 !important;
  }
}

.tippy-tooltip {
  padding: 0.9375rem 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  -webkit-transition: none;
  transition: none;
  color: #0f0f0f;
  border-radius: 0;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 45px rgba(5, 34, 43, 0.2);
          box-shadow: 0px 0px 45px rgba(5, 34, 43, 0.2);
  font-size: 12px;
  font-size: 0.75rem;
}
@media (max-width: 766px) {
  .tippy-tooltip {
    max-width: 100%;
  }
}

.tippy-popper[x-placement^=bottom-start] .tooltip-white-theme .tippy-arrow {
  left: 25px !important;
  border-bottom-color: #ffffff;
}

.tippy-popper[x-placement^=top] .tippy-arrow {
  border-top-color: #ffffff;
}

.tippy-popper[x-placement^=bottom] .tippy-arrow {
  border-bottom-color: #ffffff;
}

.tippy-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tippy-content .d-flex {
  margin: 0 -20px;
}

.tooltip-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border: 1px solid #c8d6d9;
  cursor: pointer;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
  border-radius: 100%;
  margin-left: 0.5rem;
  position: relative;
  top: -1px;
}
.tooltip-icon:hover {
  background-color: #556fd1;
  border-color: #556fd1;
}
.tooltip-icon:hover svg {
  fill: #ffffff;
}
.tooltip-icon svg {
  fill: #ffffff;
  font-size: 10px;
  font-size: 0.625rem;
}

.tooltip-icon--black {
  border-color: #7e979d;
}
.tooltip-icon--black svg {
  fill: #7e979d;
}

.tooltip-icon--pink {
  background-color: #556fd1;
  border-color: #556fd1;
}
.tooltip-icon--pink svg {
  fill: #ffffff;
}

.tooltip-close {
  position: absolute;
  top: 12px;
  right: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.tooltip-close:hover svg {
  fill: #556fd1;
}
.tooltip-close svg {
  fill: #c8d6d9;
  font-size: 16px;
  font-size: 1rem;
}

.tippy-tooltip {
  max-width: 450px;
}

.lg-autoplay-button.lg-icon {
  display: none;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

.lg-toolbar {
  background-color: rgba(0, 0, 0, 0);
}

.lg-toolbar .lg-icon {
  font-size: 36px;
  font-size: 2.25rem;
}

/* Content */
.row > * {
  position: relative;
}

section {
  position: relative;
  padding: 3rem 0 3rem;
}
@media (min-width: 767px) {
  section {
    padding: 3rem 0 3rem;
  }
}

.padding-style-1 {
  padding: 1rem 0 1rem;
}
@media (min-width: 767px) {
  .padding-style-1 {
    padding: 1rem 0 1rem;
  }
}

.padding-style-2 {
  padding: 2rem 0 2rem;
}
@media (min-width: 767px) {
  .padding-style-2 {
    padding: 2rem 0 2rem;
  }
}

.padding-style-3 {
  padding: 3rem 0 3rem;
}
@media (min-width: 767px) {
  .padding-style-3 {
    padding: 3rem 0 3rem;
  }
}

.padding-style-4 {
  padding: 3rem 0 3rem;
}
@media (min-width: 767px) {
  .padding-style-4 {
    padding: 4rem 0 4rem;
  }
}

.padding-style-4-ext {
  padding: 1rem 0 1rem;
}
@media (min-width: 767px) {
  .padding-style-4-ext {
    padding: 3rem 0 2rem;
  }
}
@media (min-width: 992px) {
  .padding-style-4-ext {
    padding: 4rem 0 4rem;
  }
}

.padding-style-5 {
  padding: 3rem 0 3rem;
}
@media (min-width: 767px) {
  .padding-style-5 {
    padding: 5rem 0 5rem;
  }
}

.padding-style-6 {
  padding: 3rem 0 3rem;
}
@media (min-width: 767px) {
  .padding-style-6 {
    padding: 6rem 0 6rem;
  }
}

.padding-style-6-3 {
  padding: 3rem 0 3rem;
}
@media (min-width: 767px) {
  .padding-style-6-3 {
    padding: 6rem 0 3rem;
  }
}

.padding-style-10 {
  padding: 3rem 0 1rem;
}
@media (min-width: 576px) {
  .padding-style-10 {
    padding: 5rem 0 0;
  }
}
@media (min-width: 767px) {
  .padding-style-10 {
    padding: 5rem 0 5rem;
  }
}
@media (min-width: 992px) {
  .padding-style-10 {
    padding: 10rem 0 10rem;
  }
}

.padding-content-1 {
  padding: 1rem 1rem;
}

.padding-content-2 {
  padding: 2rem 2rem;
}

@media (min-width: 992px) {
  .padding-content-0-2 {
    padding: 0 2rem;
  }
}

.padding-content-3 {
  padding: 3rem 3rem;
}

.padding-content-4 {
  padding: 4rem 4rem;
}

.padding-content-5 {
  padding: 5rem 5rem;
}

@media (min-width: 767px) {
  .padding-content-2 {
    padding: 2rem 2rem;
  }
}
.content-width-200 {
  max-width: 200px;
}

.content-width-300 {
  max-width: 300px;
}

.content-width-360 {
  max-width: 360px;
}

.content-width-400 {
  max-width: 400px;
}

.content-width-500 {
  max-width: 500px;
}

.content-width-600 {
  max-width: 600px;
}

.content-width-900 {
  max-width: 900px;
}

.content-width-980 {
  max-width: 980px;
}

@media (min-width: 992px) {
  .content-width-500 {
    max-width: 500px;
  }
  .content-sm-width-730 {
    max-width: 730px;
  }
}
.page-index main {
  padding-top: 60px;
}
@media (min-width: 767px) {
  .page-index main {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .page-index main {
    padding-top: 60px;
  }
}

.page-dashboard main {
  padding-top: 20px;
}
@media (min-width: 767px) {
  .page-dashboard main {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .page-dashboard main {
    padding-top: 60px;
  }
}

main {
  position: relative;
  display: block;
  padding-top: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (min-width: 767px) {
  main {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  main {
    padding-top: 87px;
  }
}

.container-full {
  margin: 0 auto;
}

.container-small,
.container-normal,
.container-large {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}

.container-small {
  width: 100%;
}
@media (min-width: 767px) {
  .container-small {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .container-small {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  .container-small {
    width: 800px;
  }
}
@media (min-width: 1400px) {
  .container-small {
    width: 800px;
  }
}

.container-normal {
  width: 100%;
}
@media (min-width: 767px) {
  .container-normal {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .container-normal {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container-normal {
    width: 1000px;
  }
}
@media (min-width: 1400px) {
  .container-normal {
    width: 1000px;
  }
}

.container-large {
  width: 100%;
}
@media (min-width: 767px) {
  .container-large {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .container-large {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container-large {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-large {
    width: 1360px;
  }
}
@media (min-width: 1600px) {
  .container-large {
    width: 1520px;
  }
}
@media (min-width: 1800px) {
  .container-large {
    width: 1620px;
  }
}

/* Footer */
.footer {
  position: relative;
  z-index: 2;
  background-color: #0f0f0f;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer--dashboard {
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .footer--dashboard {
    background-color: #f7f7f7;
  }
}
.footer--dashboard .footer-bottom {
  padding: 2.1875rem 0 2.1875rem;
}
@media (min-width: 767px) {
  .footer--dashboard .footer-bottom {
    padding: 2.5rem 0 1.5625rem;
  }
}
@media (min-width: 992px) {
  .footer--dashboard .footer-bottom {
    padding: 2.1875rem 0 2.1875rem;
  }
}

.footer-top {
  padding: 2.1875rem 0.2rem 2.1875rem;
}
@media (min-width: 767px) {
  .footer-top {
    padding: 2.1875rem 0.5rem 2.1875rem;
  }
}

.footer-middle {
  padding: 0 0.5rem 0;
}

.footer-bottom {
  padding: 1.875rem 0.2rem 1.875rem;
}

.footer__copy {
  display: block;
  color: #e3eaec;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}

.footer__copy--green {
  color: #0f0f0f;
}

.footer__link {
  color: #ffffff;
}
.footer__link:hover {
  text-decoration: underline;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .footer-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-list--green .footer-list__item {
  border-right-color: #e3eaec;
}
.footer-list--green .footer-list__link {
  color: #0f0f0f;
}

.footer-list__item {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #4d636d;
}
.footer-list__item:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.footer-list__link {
  display: inline-block;
  line-height: 1.4;
  color: #e3eaec;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
}
.footer-list__link:hover {
  color: #556fd1;
}

@media (min-width: 768px) and (max-width: 992px) {
  .contact-list {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact-list__item {
  display: block;
}
@media (min-width: 768px) and (max-width: 992px) {
  .contact-list__item {
    display: inline-block;
    padding-right: 15px;
  }
  .contact-list__item:last-child {
    padding-right: 0;
  }
}

.contact-list__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.25rem 0;
}
.contact-list__link svg {
  font-size: 18px;
  font-size: 1.125rem;
  fill: #0f0f0f;
}
.contact-list__link:focus svg, .contact-list__link:hover svg {
  fill: #556fd1;
}

.contact-list__icon {
  position: relative;
  top: 5px;
  width: 24px;
}
.contact-list__icon svg {
  fill: #556fd1;
  font-size: 24px;
  font-size: 1.5rem;
}

.contact-list__text {
  color: #556fd1;
  font-weight: 600;
  margin-left: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
}

/* Header */
.header__navigation .header__hamburger {
  display: none;
}
@media (max-width: 991px) {
  .header__navigation:not(.header__navigation--dashboard) .container-normal,
  .header__navigation:not(.header__navigation--dashboard) .container-large {
    width: 100%;
  }
  .header__navigation:not(.header__navigation--dashboard) .main-nav {
    position: fixed;
    z-index: 98;
    top: 61px;
    left: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 40px 15px 70px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #0f0f0f;
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 992px) {
  .header__navigation:not(.header__navigation--dashboard) .main-nav {
    top: 79px;
    padding: 10px 15px 10px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .header__navigation:not(.header__navigation--dashboard) .header__hamburger {
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    display: block;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
    width: auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 992px) {
  .header__navigation:not(.header__navigation--dashboard) .header__hamburger {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .header__navigation:not(.header__navigation--dashboard) .header__hamburger-text {
    line-height: 1;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 12px;
  }
  .header__navigation:not(.header__navigation--dashboard) .header__hamburger-icon {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 2px;
    border-radius: 5px;
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ffffff;
    font-weight: 300;
  }
  .header__navigation:not(.header__navigation--dashboard) .header__hamburger-icon:before, .header__navigation:not(.header__navigation--dashboard) .header__hamburger-icon:after {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 5px;
    content: "";
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    background: #ffffff;
  }
  .header__navigation:not(.header__navigation--dashboard) .header__hamburger-icon:before {
    margin-top: -7px;
  }
  .header__navigation:not(.header__navigation--dashboard) .header__hamburger-icon:after {
    margin-top: 7px;
  }
  .header__navigation.is-collapse .main-nav {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
  }
  .header__navigation.is-collapse .header__hamburger-icon {
    -webkit-transition: none;
    transition: none;
    background: rgba(0, 0, 0, 0);
  }
  .header__navigation.is-collapse .header__hamburger-icon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header__navigation.is-collapse .header__hamburger-icon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.header--info .header__navigation {
  position: absolute;
  background-color: transparent;
  border-bottom: 0;
}
@media (max-width: 991px) {
  .header--info .header__logo {
    margin-top: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header--info .header__flex {
  border-bottom: 0;
}

.header__navigation {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #292929;
  -webkit-transition: -webkit-box-shadow 400ms ease;
  transition: -webkit-box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease, -webkit-box-shadow 400ms ease;
  border-bottom: 1px solid rgba(77, 99, 109, 0.5);
}
@media (min-width: 992px) {
  .header__navigation {
    border-bottom: 0;
    padding: 0 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 992px) {
  .header__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(77, 99, 109, 0.5);
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 99;
  padding: 16px 0 16px;
  text-align: center;
  -webkit-transition: padding 400ms ease;
  transition: padding 400ms ease;
}
@media (min-width: 767px) {
  .header__logo {
    padding: 25px 0 25px;
  }
}
@media (min-width: 992px) {
  .header__logo {
    float: left;
    padding: 25px 0 25px;
  }
}

.header__logo-link {
  display: inline-block;
  vertical-align: middle;
}

.header__logo-image {
  margin: 0 auto;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
}
@media (max-width: 991px) {
  .header__logo-image {
    width: 132px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .header--dashboard .header__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(77, 99, 109, 0.5);
  }
  .header--dashboard .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 155px);
  }
}
@media (min-width: 992px) {
  .header--dashboard .header__logo {
    padding: 25px 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header--dashboard .main-action-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 767px) {
  .header--dashboard .main-action-block {
    width: 130px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 766px) {
  .header--dashboard .header__logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header--dashboard .stats-list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header--dashboard .stats-list__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: pre;
  }
  .header--dashboard .stats-list__text {
    text-align: left;
    width: 100%;
    margin-right: 0;
  }
}
.header--dashboard .stats-list {
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 767px) {
  .header--dashboard .stats-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 120px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header--dashboard .tooltip-icon {
    margin-left: 8px;
  }
  .header--dashboard .main-link__text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .header--dashboard .stats-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 170px);
  }
}

.main-nav__list {
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 767px) {
  .main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .main-nav__list {
    width: calc(100% - 350px);
  }
}

@media (min-width: 992px) {
  .main-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991px) {
  .main-nav__item {
    display: block;
    text-align: center;
  }
}
.main-nav__item:focus .main-nav__link, .main-nav__item:hover .main-nav__link, .main-nav__item.is-active .main-nav__link {
  color: #556fd1;
}
.main-nav__item:focus .main-nav__link:after, .main-nav__item:hover .main-nav__link:after, .main-nav__item.is-active .main-nav__link:after {
  width: 100%;
}

.main-nav__link {
  position: relative;
  display: inline-block;
  padding: 20px 0;
  text-decoration: none;
  color: #ffffff;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 767px) {
  .main-nav__link {
    padding: 12px 0;
    margin: 0 20px;
  }
}
@media (min-width: 992px) {
  .main-nav__link {
    margin: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .main-nav__link {
    font-size: 16px;
    font-size: 1rem;
  }
}
.main-nav__link:after {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  -webkit-transition: width 250ms ease-out;
  transition: width 250ms ease-out;
  background-color: #556fd1;
}

.main-action-block {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-action-block {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-action-block {
    text-align: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 350px;
  }
}

@media (max-width: 766px) {
  .main-action-block--tablet {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-action-block--tablet {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-action-block--tablet {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-action-block--tablet .header-btn {
    margin-top: 0;
  }
  .main-action-block--tablet .main-link {
    margin-right: 25px;
  }
}

@media (max-width: 575px) {
  .main-action-block--mobile {
    display: block;
  }
}

.main-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 766px) {
  .main-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid rgba(77, 99, 109, 0.5);
    padding: 0.9em 1.2rem;
    width: 100%;
  }
}
.main-link:hover .main-link__icon svg {
  fill: #556fd1;
}
.main-link:hover .main-link__text {
  color: #556fd1;
}
@media (max-width: 766px) {
  .main-link:hover {
    background-color: rgba(77, 99, 109, 0.5);
  }
  .main-link:hover .main-link__icon svg {
    fill: #ffffff;
  }
  .main-link:hover .main-link__text {
    color: #ffffff;
  }
}

.main-link__icon {
  width: 16px;
  height: 19px;
}
.main-link__icon svg {
  fill: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}

.main-link__text {
  margin-left: 1rem;
  text-decoration: none;
  color: #ffffff;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1rem;
}

.header-btn {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .header-btn {
    margin-top: 0;
    margin-left: 2rem;
  }
}
@media (max-width: 766px) {
  .header-btn {
    width: 100%;
  }
}

.stats-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.stats-list--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.stats-list--row .stats-list__item {
  margin: 0;
  margin-bottom: 10px;
  padding: 9px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: white;
  color: #0f0f0f;
  text-align: left;
}
.stats-list--row .stats-list__number {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  white-space: pre;
}

.stats-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 15px;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
}
@media (min-width: 576px) {
  .stats-list__item {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .stats-list__item .tooltip-icon {
    width: 16px;
    height: 16px;
  }
  .stats-list__item .tooltip-icon svg {
    font-size: 8px;
    font-size: 0.5rem;
  }
}
@media (min-width: 767px) {
  .stats-list__item {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 5px 8px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .stats-list__item {
    margin: 5px 15px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.stats-list__text {
  font-weight: 600;
  margin-right: 0.3rem;
}

.stats-list__number {
  font-weight: 400;
}

.header-language {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100px;
}

.header-language__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 50px;
  width: 50px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
}
.header-language__item:hover {
  text-decoration: underline;
}
.header-language__item:first-child:before {
  display: none;
}
.header-language__item:before {
  content: "/";
  position: absolute;
  top: 50%;
  left: -4px;
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 300;
}
.header-language__item.is-active {
  font-weight: 700;
  color: #556fd1;
}

@media (max-width: 767px) {
  .accordion--sm .accordion__item {
    position: relative;
    z-index: 2;
  }
  .accordion--sm .accordion__item.is-active .accordion__trigger {
    -webkit-transition: none;
    transition: none;
    color: #ffffff !important;
  }
  .accordion--sm .accordion__item.is-active .accordion__trigger:after {
    color: #ffffff;
  }
  .accordion--sm .accordion__item.is-active .accordion__content {
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    padding: 1rem 0 1rem 0;
    opacity: 1;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .accordion--sm .accordion__trigger {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-transition: none;
    transition: none;
    padding: 1.6rem 0 1.6rem 0;
  }
  .accordion--sm .accordion__trigger:after {
    display: block;
    position: absolute;
    font-size: 16px;
    font-family: "shoptet" !important;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .accordion--sm .accordion__content {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .accordion--sm .accordion__trigger {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .accordion--sm .accordion__trigger {
    padding: 0;
  }
}
.accordion .accordion__item {
  position: relative;
  z-index: 2;
}

.accordion .accordion__item.is-active .accordion__trigger {
  -webkit-transition: none;
  transition: none;
  color: #ffffff !important;
}

.accordion .accordion__item.is-active .accordion__trigger:after {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3c!--! Font Awesome Pro 6.1.2 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons%2c Inc. --%3e%3cpath d='M416 352c-8.188 0-16.38-3.125-22.62-9.375L224 173.3l-169.4 169.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25C432.4 348.9 424.2 352 416 352z'/%3e%3c/svg%3e");
  color: #ffffff;
}

.accordion .accordion__item.is-active .accordion__content {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  padding: 1rem 0 1rem 0;
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.accordion .accordion__trigger {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
  padding: 1rem 2rem 1rem 0;
  margin: 0;
}
.accordion .accordion__trigger .delta {
  font-size: 16px;
}
@media (min-width: 767px) {
  .accordion .accordion__trigger .delta {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .accordion .accordion__trigger {
    margin-bottom: 0;
  }
}
.accordion .accordion__trigger:after {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3c!--! Font Awesome Pro 6.1.2 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons%2c Inc. --%3e%3cpath d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/%3e%3c/svg%3e");
  display: block;
  position: absolute;
  font-size: 16px;
  font-family: "shoptet" !important;
  top: 40%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}

.accordion .accordion__content {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.accordion--classic {
  margin-top: 45px;
}

.accordion--classic .accordion__item {
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border: 0;
  border: 1px solid #e4e8f0;
}

.accordion--classic .accordion__item.is-active .accordion__content {
  padding: 30px 40px 30px 40px;
}

.accordion--classic .accordion__item.is-active .accordion__trigger {
  color: var(--color-primary) !important;
}

.accordion--classic .accordion__item.is-active .accordion__trigger:after {
  color: var(--color-primary);
}

.accordion--classic .accordion__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7c7e8f;
  font-weight: 700;
  padding: 10px 70px 10px 40px;
  min-height: 80px;
  margin-bottom: 0;
  font-size: 18px;
}

@media (min-width: 768px) {
  .accordion--classic .accordion__trigger {
    font-size: 20px;
  }
}
.accordion--classic .accordion__trigger:after {
  right: 30px;
}

.accordion--classic .accordion__content {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
}

.accordion--classic .accordion__content p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8;
}

.accordion--classic .accordion__content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 80px);
  height: 1px;
  background-color: #e4e8f0;
}

.accordion--list {
  list-style-type: decimal;
  list-style-position: inside;
  counter-reset: item;
}

.accordion--list .accordion__item {
  overflow: visible;
}

.accordion--list .accordion__item.is-active .accordion__trigger:before {
  color: #ffffff;
  background-color: #556fd1;
}

.accordion--list .accordion__trigger {
  overflow: visible;
}

@media (max-width: 767px) {
  .accordion--list .accordion__trigger {
    font-size: 14px;
    padding: 18px 70px 18px 20px;
  }
}
.accordion--list .accordion__trigger:before {
  content: counter(item);
  counter-increment: item;
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  left: 0;
  margin-right: 15px;
  display: inline-block;
  color: #ffffff;
  border-radius: 100%;
  background-color: #7c7e8f;
  line-height: 1.4;
  font-size: 13px;
  width: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.accordion-date {
  position: absolute;
  top: -12px;
  right: 30px;
  height: 24px;
  border-radius: 15px;
  border: 1px solid #e0e5ee;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 480px) {
  .accordion-date {
    top: -15px;
    height: 30px;
  }
}
.accordion-date--inline {
  position: relative;
  top: auto;
  right: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}

.accordion-date--update:not(.accordion-date--inline) {
  border: 0;
}

.accordion-date--update.accordion-date--inline .accordion-date__text {
  background-color: #66bf3a;
}

.accordion-date--update.accordion-date--inline .accordion-date__text--date {
  color: #66bf3a;
}

.accordion-date--update .accordion-date__text {
  background-color: #66bf3a;
}

.accordion-date__text {
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.24px;
  background: var(--color-primary);
  padding: 0 14px;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  height: 23px;
  position: relative;
  top: -1px;
  left: -1px;
}

@media (min-width: 480px) {
  .accordion-date__text {
    height: 30px;
    font-size: 12px;
  }
}
.accordion-date__text--date {
  color: var(--color-primary);
  font-size: 10px;
  font-style: italic;
  letter-spacing: 0.24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}

@media (min-width: 480px) {
  .accordion-date__text--date {
    font-size: 12px;
  }
}
/* Tabs block */
.tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs-list--3 .tab-list__item {
  width: 33.33%;
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}

.tab-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  cursor: pointer;
  text-align: center;
  border: 0;
  background-color: #f7f7f7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
  margin: 0 5px;
  border-radius: 10px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  width: 50%;
}
@media (min-width: 576px) {
  .tab-list__item {
    width: auto;
    padding: 0 20px;
  }
}
.tab-list__item:hover .tab-list__icon,
.tab-list__item:hover .tab-list__text {
  color: #556fd1;
}
.tab-list__item.mixitup-control-active, .tab-list__item.is-active {
  background-color: #556fd1;
}
.tab-list__item.mixitup-control-active .tab-list__icon,
.tab-list__item.mixitup-control-active .tab-list__text, .tab-list__item.is-active .tab-list__icon,
.tab-list__item.is-active .tab-list__text {
  color: #ffffff;
}

.tab-list__text {
  font-weight: 700;
  line-height: 1.4;
  color: #0f0f0f;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .tab-list__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.tab-list__icon {
  display: inline-block;
  vertical-align: middle;
  color: #0f0f0f;
  margin-right: 0;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 576px) {
  .tab-list__icon {
    width: auto;
    margin-right: 15px;
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.tabs-content {
  clear: both;
}

.tab-content__item {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
}
.tab-content__item.is-active {
  padding: 2rem 0;
  visibility: visible;
  overflow: visible;
  height: auto;
  opacity: 1;
}

@media (min-width: 767px) {
  .tab-content-item--sm {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
  }
  .tab-content-item--sm.is-active {
    visibility: visible;
    overflow: visible;
    height: auto;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .tab-content-item--md {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
  }
  .tab-content-item--md.is-active {
    visibility: visible;
    overflow: visible;
    height: auto;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .tab-content-item--lg {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
  }
  .tab-content-item--lg.is-active {
    visibility: visible;
    overflow: visible;
    height: auto;
    opacity: 1;
  }
}
/* Dropdown block */
.dropdown {
  position: relative;
}
@media (min-width: 992px) {
  .dropdown:focus .dropdown__content, .dropdown:hover .dropdown__content {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
}
.dropdown.is-active .dropdown__content {
  visibility: visible;
  height: auto;
  opacity: 1;
}
.dropdown .dropdown__trigger {
  cursor: pointer;
}
.dropdown .dropdown__trigger:after {
  content: "";
  font-size: 16px;
  font-size: 1rem;
  width: 12px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  right: -25px;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/down-gray.svg");
}
.dropdown .dropdown__content {
  position: absolute;
  top: 100%;
  right: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 991px) {
  .dropdown .dropdown__content {
    position: relative;
    top: auto;
    right: auto;
    background-color: transparent;
  }
}
@media (max-width: 991px) {
  .dropdown .dropdown__content--menu {
    position: fixed;
    -webkit-box-shadow: 0px -2px 11px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -2px 11px rgba(0, 0, 0, 0.1);
    bottom: 70px;
    left: 0;
    z-index: 9;
    width: 100%;
    background: white;
  }
  .dropdown .dropdown__content--menu .dropdown-list {
    padding: 30px 0;
  }
  .dropdown .dropdown__content--menu .dropdown-list__item {
    display: block;
    text-align: center;
  }
  .dropdown .dropdown__content--menu .dropdown-list__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 0;
  }
}

.dropdown__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 50px;
}
.dropdown__back:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e3eaec;
}
.dropdown__back svg {
  font-size: 14px;
  font-size: 0.875rem;
  fill: #7e979d;
}
@media (min-width: 992px) {
  .dropdown__back {
    display: none;
  }
}

@media (min-width: 767px) {
  .dropdown--sm {
    display: none;
  }
}
.dropdown-list {
  text-align: center;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .dropdown-list {
    text-align: left;
    margin: 0;
  }
}

.dropdown-list__item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px 0;
}
@media (min-width: 992px) {
  .dropdown-list__item {
    display: block;
  }
}
.dropdown-list__item.is-active .dropdown-list__link {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  opacity: 1;
}

.dropdown-list__link {
  position: relative;
  padding: 0.8rem 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e3eaec;
}
.dropdown-list__link.is-active .dropdown-list__icon svg, .dropdown-list__link:hover .dropdown-list__icon svg {
  fill: #556fd1;
}
.dropdown-list__link.is-active .dropdown-list__text, .dropdown-list__link:hover .dropdown-list__text {
  color: #556fd1;
}

.dropdown-list__icon {
  width: 18px;
  height: 18px;
}
.dropdown-list__icon svg {
  font-size: 18px;
  font-size: 1.125rem;
  fill: #c8d6d9;
}

.dropdown-list__text {
  position: relative;
  padding-left: 8px;
  font-weight: 600;
  color: #0f0f0f;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}

.box {
  position: relative;
  padding: 3rem 2rem 3rem;
}

.box--shadow {
  -webkit-box-shadow: 0 26px 42px rgba(0, 0, 0, 0.15);
          box-shadow: 0 26px 42px rgba(0, 0, 0, 0.15);
}

.box--border {
  border: 1px solid #0f0f0f;
}

.box--size-xsmall {
  padding: 1rem 1.2rem 1rem;
}

.box--size-small {
  padding: 2rem 1.2rem 2rem;
}

.box--size-normal {
  padding: 3rem 1.2rem 3rem;
}

.box--size-big {
  padding: 5rem 1.2rem 5rem;
}

.box-2-1 {
  padding: 1.5625rem 1.25rem 1.25rem;
}
@media (min-width: 576px) {
  .box-2-1 {
    padding: 1.5625rem 1.25rem 1.25rem;
  }
}

.box-2-1-2 {
  padding: 1.5625rem 1.25rem 1.5625rem;
}
@media (min-width: 576px) {
  .box-2-1-2 {
    padding: 1.5625rem 1.25rem 1.5625rem;
  }
}

.box-2-2 {
  padding: 1.5rem 1.2rem 0.5rem;
}
@media (min-width: 576px) {
  .box-2-2 {
    padding: 2rem 2rem 1rem;
  }
}

.box-3-3 {
  padding: 1.5rem 1.2rem 1.5rem;
}
@media (min-width: 576px) {
  .box-3-3 {
    padding: 3rem 3rem 3rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .box-3-3 {
    padding: 3rem 1.2rem 3rem;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .box-3-3 {
    padding: 3rem 1.2rem 3rem;
  }
}

@media (min-width: 576px) {
  .box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 40px;
  }
}

@media (max-width: 991px) {
  .box-filter {
    padding-top: 1rem;
  }
  .box-filter .hr-line {
    margin: 0.5rem 0;
  }
}

.box-radius {
  border-radius: 10px;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .hero-content p {
    max-width: 500px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hero-content .alfa {
    font-size: 46px;
    font-size: 2.875rem;
  }
  .hero-content p {
    max-width: 450px;
  }
}
@media (max-width: 575px) {
  .hero-content .btn {
    width: 100%;
  }
}

.js-select-item .delta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.js-select-item .delta a:hover {
  color: #556fd1;
}

.stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .stats {
    margin-bottom: 0;
  }
}

.stats__item .checkbox__input-hidden:checked,
.stats__item .checkbox__input-hidden:checked + .stats__content {
  border-color: #556fd1;
  -webkit-box-shadow: 0 10px 20px rgba(17, 21, 36, 0.1);
          box-shadow: 0 10px 20px rgba(17, 21, 36, 0.1);
}
.stats__item .checkbox__input-hidden:checked:after,
.stats__item .checkbox__input-hidden:checked + .stats__content:after {
  opacity: 1;
}
.stats__item .checkbox__input-hidden:checked + .checkbox .checkbox__label,
.stats__item .checkbox__input-hidden:checked + .stats__content + .checkbox .checkbox__label {
  opacity: 1;
  border-color: #556fd1;
}
.stats__item .checkbox__input-hidden:checked + .checkbox .checkbox__label:after,
.stats__item .checkbox__input-hidden:checked + .stats__content + .checkbox .checkbox__label:after {
  display: none;
}
.stats__item .checkbox__input-hidden:checked + .checkbox .checkbox__label .checkbox__slider,
.stats__item .checkbox__input-hidden:checked + .stats__content + .checkbox .checkbox__label .checkbox__slider {
  background-color: #556fd1;
  left: calc(100% - 36px);
}

.stats__content:hover .gallery__icon {
  opacity: 1;
}
.stats__content:hover:after {
  opacity: 1;
}

.stats__content {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 120px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 50px;
  padding: 1.5625rem 0.9375rem 1.5625rem;
  -webkit-box-shadow: 0 6px 16px rgba(17, 21, 36, 0.05);
          box-shadow: 0 6px 16px rgba(17, 21, 36, 0.05);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e5ee;
}
@media (min-width: 576px) {
  .stats__content {
    height: 200px;
  }
}
.stats__content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(85, 111, 209, 0.1);
  opacity: 0;
  z-index: 3;
  pointer-events: none;
}

.stats__image-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  max-width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.stats__image-block[href="images/disabled.svg"] {
  pointer-events: none;
}
.stats__image-block img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
  will-change: transform;
}
.stats__image-block img[src="images/disabled.svg"] {
  max-width: 100px;
  max-height: 100px;
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important;
  pointer-events: none;
}
.stats__image-block img[src="images/disabled.svg"] + .gallery__icon {
  display: none;
}

.gallery__icon {
  z-index: 4 !important;
  pointer-events: none;
}

.stats__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 140px;
  height: 140px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.stats__icon svg {
  fill: rgba(255, 255, 255, 0.03);
  font-size: 140px;
  font-size: 8.75rem;
}

.stats__text {
  display: block;
  color: #0f0f0f;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media (max-width: 575px) {
  .stats__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.stats__text strong {
  font-weight: 600;
  color: #0f0f0f;
}

.stats__price {
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: -0.03em;
  color: #556fd1;
  font-weight: 600;
}

.dashboard-content {
  padding: 1.2rem 0 2.5rem;
  height: 100%;
  border-radius: 10px 10px;
}
@media (max-width: 766px) {
  .dashboard-content {
    background-color: transparent;
  }
}
@media (min-width: 767px) {
  .dashboard-content {
    padding: 2rem 0 3rem;
  }
}
@media (min-width: 992px) {
  .dashboard-content {
    margin: 0;
    padding: 2rem 1.2rem 3rem;
  }
}

@media (max-width: 766px) {
  .dashboard-box-mobile-bg {
    background-color: white;
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
    padding-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 766px) {
  .dashboard-box-mobile-input-gray .form-select--small .select2-container .select2-selection--single,
  .dashboard-box-mobile-input-gray .form-select--small .select2-container .select2-selection--multiple,
  .dashboard-box-mobile-input-gray .form__input--outline {
    background: #f4f7f7;
  }
  .dashboard-box-mobile-input-gray .btn {
    width: 100%;
  }
}

@media (max-width: 766px) {
  .dashboard-box-mobile {
    background-color: white;
    padding: 1.875rem 1.5625rem 1.875rem;
  }
  .dashboard-box-mobile .box.bg-gray {
    background-color: transparent;
    padding: 0;
  }
  .dashboard-box-mobile .form-select--small .select2-container .select2-selection--single,
  .dashboard-box-mobile .form-select--small .select2-container .select2-selection--multiple,
  .dashboard-box-mobile .form__input--outline {
    background: #f4f7f7;
  }
  .dashboard-box-mobile .form-left-panel {
    width: 60px;
    max-width: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
  .dashboard-box-mobile .form-right-panel {
    width: calc(100% - 60px);
    max-width: calc(100% - 60px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 60px);
            flex: 0 0 calc(100% - 60px);
  }
  .dashboard-box-mobile .form-right-panel .p--size-14 p {
    width: calc(100% + 15px);
    font-size: 12px;
    font-size: 0.75rem;
  }
  .dashboard-box-mobile .hr-line-2 {
    margin: 0.8rem 0 1.5rem;
    background-color: #e3eaec;
  }
  .dashboard-box-mobile ul.list-style {
    width: calc(100% + 40px);
  }
  .dashboard-box-mobile .btn {
    width: 100%;
  }
}

.settings-list__item {
  margin: 0.5rem 0;
}
.settings-list__item.is-active .settings-list__link {
  border-color: #556fd1;
}
.settings-list__item.is-active .settings-list__link .settings-list__icon svg {
  fill: #556fd1;
}
.settings-list__item.is-active .settings-list__link .settings-list__text {
  color: #556fd1;
}

.settings-list__item--eshop .settings-list__link {
  background-color: #556fd1;
  border-color: #ffffff !important;
}
.settings-list__item--eshop .settings-list__link .settings-list__icon svg {
  fill: #ffffff !important;
}
.settings-list__item--eshop .settings-list__link .settings-list__text {
  color: #ffffff !important;
}

.settings-list__item--first .settings-list__icon {
  width: 20px;
  height: 22px;
}
.settings-list__item--first .settings-list__icon svg {
  font-size: 22px;
  font-size: 1.375rem;
  fill: #0f0f0f;
}
.settings-list__item--first .settings-list__text {
  padding-left: 10px;
  font-size: 20px;
  font-size: 1.25rem;
}
.settings-list__item--first .settings-list__link {
  background-color: transparent;
}

.settings-list--ext .settings-list__item:not(.settings-list__item--first) .settings-list__link {
  padding: 0.45rem 0.5rem;
  padding-right: 0.25rem;
}
.settings-list--ext .settings-list__item:not(.settings-list__item--first) .settings-list__link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 40px;
  font-weight: 700;
}
.settings-list--ext .settings-list__item:not(.settings-list__item--first) .settings-list__text {
  margin-right: 0;
  font-weight: 700;
}
.settings-list--ext .settings-list__divider {
  width: 1px;
  height: 15px;
  background-color: #556fd1;
  margin: 0;
}
.settings-list--ext .settings-list__link a {
  color: #556fd1;
  text-decoration: underline;
}
.settings-list--ext .settings-list__item.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.settings-list--ext .settings-list__item.is-active .settings-list__text {
  color: #0f0f0f;
}

.settings-list__link {
  position: relative;
  padding: 0.8rem 1.25rem;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: 1px solid transparent;
  background: #f4f7f7;
}
.settings-list__link:hover .settings-list__icon svg {
  fill: #556fd1;
}
.settings-list__link:hover .settings-list__text {
  color: #556fd1;
}

.settings-list__icon {
  width: 18px;
  height: 18px;
}
.settings-list__icon svg {
  font-size: 18px;
  font-size: 1.125rem;
  fill: #0f0f0f;
}

.settings-list__text {
  position: relative;
  padding-left: 8px;
  font-weight: 600;
  line-height: 1.2;
  color: #0f0f0f;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}

.bank-list__item:nth-child(even) .bank-list__content {
  background: #f4f7f7;
}
.bank-list__item:last-child .bank-list__content {
  border-bottom: 1px solid #e3eaec;
}

.bank-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e3eaec;
  border-bottom: 0;
  padding: 0.625rem 0.9375rem;
}

.bank-list__number {
  width: 60%;
  padding-right: 15px;
  color: #0f0f0f;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}

.bank-list-action {
  width: 40%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
}

.bank-list-action__icon {
  width: 15px;
  height: 20px;
}
.bank-list-action__icon svg {
  font-size: 14px;
  font-size: 0.875rem;
  fill: #556fd1;
}

.bank-list-action__text {
  padding-left: 10px;
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #556fd1;
}

.info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #e3eaec;
  padding: 0.625rem 0.9375rem;
}

@media (max-width: 766px) {
  .info-box--sm-white {
    background-color: #ffffff;
    margin-bottom: 2rem;
  }
}

@media (max-width: 766px) {
  .info-box--sm-white-ext {
    background-color: #ffffff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.125rem 0.9375rem;
  }
  .info-box--sm-white-ext .p--size-16 {
    text-align: center;
    width: 100%;
  }
  .info-box--sm-white-ext .p--size-16 p strong,
  .info-box--sm-white-ext .p--size-16 p {
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .dashboard-investment-right {
    margin-top: 1.5rem;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .dashboard-investment-right {
    margin-top: 1.5rem;
  }
}
@media (max-width: 575px) {
  .dashboard-investment-right {
    margin-top: 1.5rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .dashboard-investment-right-ext {
    margin-top: 0.5rem;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .dashboard-investment-right-ext {
    margin-top: 0.8rem;
  }
}
@media (max-width: 575px) {
  .dashboard-investment-right-ext {
    margin-top: 0.8rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .dashboard-investment-right-ext-1 {
    margin-top: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .dashboard-investment-right-ext-1 {
    margin-top: 2.5rem;
  }
}

.copy-text {
  cursor: pointer;
}
.copy-text:hover svg {
  fill: #0f0f0f;
}

.qr-code {
  max-width: 180px;
  max-height: 180px;
  border: 1px solid #e3eaec;
  padding: 15px 15px 15px 15px;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 992px) {
  .qr-code {
    margin-left: auto;
  }
}
@media (min-width: 767px) {
  .qr-code {
    background-color: transparent;
  }
}
@media (max-width: 766px) {
  .qr-code {
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .side-panel--settings {
    display: none;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .form-item-bottom-left {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .form-item-bottom-left {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .form-item-bottom-left {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .form-item-bottom-right {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .form-item-bottom-right {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .form-item-bottom-right {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 575px) {
  .form-item-bottom-right {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .form-item-bottom-left-tablet {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .form-item-bottom-left-tablet {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .form-item-bottom-right-tablet {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 766px) {
  .form-item-bottom-right-tablet {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .form-item-bottom-right-tablet {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .form-item-email-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .form-item-email-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 575px) {
  .form-item-email-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0.3rem !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .form-item-email-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .form-item-email-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 575px) {
  .form-item-email-2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .form-item-email-3 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .form-item-email-3 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (max-width: 575px) {
  .form-item-email-3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .form-item-email-4 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .form-item-email-4 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media (max-width: 575px) {
  .form-item-email-4 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .form-item-email-5 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .form-item-email-5 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .form-item-email-5 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
    margin-bottom: 0.3rem !important;
  }
}

@media (max-width: 575px) {
  .form-item-row-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 575px) {
  .form-item-row-2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 575px) {
  .form-item-row-3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 575px) {
  .form-item-row-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.box-info {
  padding: 15px 15px;
  background-color: #556fd1;
  width: 100%;
  border-radius: 10px;
}
.box-info p {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .section-dashboard {
    display: none;
  }
}
@media (max-width: 991px) {
  .section-dashboard {
    background: #e3eaec;
  }
}
@media (max-width: 991px) {
  .section-dashboard {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 66;
    width: 100%;
    background-color: #556fd1;
  }
}

.dashboard-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #556fd1;
}
@media (min-width: 992px) {
  .dashboard-list {
    position: relative;
    background-color: white;
  }
}

.dashboard-list__item {
  width: 100%;
}
@media (min-width: 992px) {
  .dashboard-list__item .dropdown__content {
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .dashboard-list__item .dropdown-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-bottom: 0;
    position: relative;
  }
}
@media (min-width: 992px) {
  .dashboard-list__item .dropdown-list__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0;
  }
}
@media (min-width: 992px) {
  .dashboard-list__item .dropdown-list__item {
    padding: 0 8px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (max-width: 991px) {
  .dashboard-list__item {
    position: static;
  }
  .dashboard-list__item:hover {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .dashboard-list__item {
    position: static;
    width: 25%;
    border-right: 1px solid #cbd5d8;
  }
}
.dashboard-list__item:last-child {
  border-right: 0;
}
.dashboard-list__item.is-active {
  z-index: 6;
  border-right-color: transparent;
}
@media (min-width: 992px) {
  .dashboard-list__item.is-active {
    background: #ffffff;
  }
}
@media (min-width: 992px) {
  .dashboard-list__item.is-active .dropdown__content {
    z-index: 6;
    width: calc(100% + 1px);
    left: 0;
    right: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .dashboard-list__item.is-active .dropdown-list:after {
    content: "";
    background-color: rgba(32, 60, 72, 0.12);
    position: absolute;
    bottom: 0;
    left: calc(-50vw + 50%);
    display: block;
    width: 100vw;
    height: 1px;
  }
}
@media (min-width: 992px) {
  .dashboard-list__item.is-active .dashboard-list__link {
    background: #ffffff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .dashboard-list__item:hover {
    z-index: 6;
    border-right-color: transparent;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .dashboard-list__item:hover {
    background: #ffffff;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .dashboard-list__item:hover .dashboard-list__link {
    background: #ffffff;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .dashboard-list__item:hover .dropdown__content {
    width: calc(100% + 1px);
    left: 0;
    right: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .dashboard-list__item:hover .dashboard-list__icon svg {
    fill: #556fd1;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .dashboard-list__item:hover .dashboard-list__text {
    color: #556fd1;
  }
}
@media (hover: hover) and (pointer: fine) {
  .dashboard-list__item:hover .dropdown__trigger:after {
    background-image: url("../images/icons/down-pink.svg");
  }
}

.dashboard-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .dashboard-list__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 992px) {
  .dashboard-list__link {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 50px;
    background: #e3eaec;
  }
}

.dashboard-list__icon {
  width: 18px;
  height: 16px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .dashboard-list__icon {
    margin-bottom: 0;
  }
}
.dashboard-list__icon svg {
  font-size: 18px;
  font-size: 1.125rem;
  fill: #ffffff;
}
@media (min-width: 992px) {
  .dashboard-list__icon svg {
    fill: #0f0f0f;
  }
}

.dashboard-list__text {
  position: relative;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  color: #ffffff;
}
@media (max-width: 991px) {
  .dashboard-list__text {
    text-align: center;
    width: 100%;
  }
  .dashboard-list__text:after {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .dashboard-list__text {
    padding-left: 8px;
    color: #0f0f0f;
  }
}

.dashboard-detail.is--inactive {
  opacity: 0.8;
}
.dashboard-detail.is--inactive .dashboard-detail-gallery,
.dashboard-detail.is--inactive .dashboard-detail-info {
  pointer-events: none;
}
.dashboard-detail.is--inactive .a-link__text,
.dashboard-detail.is--inactive .a-link,
.dashboard-detail.is--inactive ul li,
.dashboard-detail.is--inactive p,
.dashboard-detail.is--inactive .property-percent__price,
.dashboard-detail.is--inactive .property-percent,
.dashboard-detail.is--inactive .property-place__text,
.dashboard-detail.is--inactive .property__title {
  color: #7e979d;
}
.dashboard-detail.is--inactive .property-percent {
  border-color: #e3eaec;
}
.dashboard-detail.is--inactive .progress__title,
.dashboard-detail.is--inactive .progress__price {
  color: #556fd1;
}
.dashboard-detail.is--inactive .progress__price--final {
  color: #7e979d;
}
.dashboard-detail.is--inactive img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.dashboard-detail.is--inactive .progress__state {
  background-color: #556fd1;
}
.dashboard-detail.is--inactive .btn {
  color: #7e979d;
  background: #e3eaec;
}
.dashboard-detail.is--inactive .a-link__icon svg,
.dashboard-detail.is--inactive .property-place__icon svg {
  fill: #7e979d;
}

.gallery-item {
  margin-bottom: 1.25rem;
}
.gallery-item:hover .gallery__icon {
  opacity: 1;
}

@media (min-width: 767px) {
  .gallery-item--thumbnail {
    height: 141px;
  }
}
@media (min-width: 992px) {
  .gallery-item--thumbnail {
    height: 140px;
  }
}
@media (min-width: 1200px) {
  .gallery-item--thumbnail {
    height: 112px;
  }
}
@media (min-width: 1400px) {
  .gallery-item--thumbnail {
    height: 139px;
  }
}

.gallery__icon {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(0px 0px 12px rgba(2, 18, 23, 0.6));
          filter: drop-shadow(0px 0px 12px rgba(2, 18, 23, 0.6));
}
.gallery__icon svg {
  fill: #ffffff;
  font-size: 28px;
  font-size: 1.75rem;
}

.dashboard-detail-price {
  font-weight: 600;
  color: #0f0f0f;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 576px) {
  .dashboard-detail-price {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.side-info-item {
  margin-bottom: 0.9375rem;
  background-color: #ffffff;
  padding: 1.5625rem 1.875rem;
  position: relative;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .side-info-item:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 10px 12.5px;
    border-color: transparent transparent #e3eaec transparent;
  }
}
@media (max-width: 766px) {
  .side-info-item:after {
    border-color: transparent transparent #ffffff transparent;
  }
}
@media (min-width: 767px) {
  .side-info-item {
    background-color: #e3eaec;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .side-info-item {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .side-info-item:before {
    content: "";
    position: absolute;
    top: 25px;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 10px 12.5px 0;
    border-color: transparent #e3eaec transparent transparent;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .side-info-item--ext:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 10px 12.5px;
    border-color: transparent transparent #e3eaec transparent;
  }
  .side-info-item--ext:before {
    display: none;
  }
}

.side-sticky {
  position: sticky;
  left: 0;
  top: 15px;
  margin-top: 5rem;
}
@media (max-width: 766px) {
  .side-sticky {
    display: none;
  }
}

.side-another-info {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.side-another-info .img--classic {
  display: block;
}
.side-another-info .img--hover {
  display: none;
}
.side-another-info .side-another-info__btn {
  position: absolute;
  bottom: 5px;
  width: calc(100% - 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.side-another-info .side-another-info__btn a {
  display: block;
  margin-bottom: 5px;
}
.side-another-info .side-another-info__btn a:last-child {
  margin-bottom: 0;
}
.side-another-info .side-another-info__btn a:hover .img--classic {
  display: none;
}
.side-another-info .side-another-info__btn a:hover .img--hover {
  display: block;
}

.code-box {
  display: block;
  padding: 35px 15px;
  border-radius: 10px;
  background-color: #f5f6f8;
  border: 1px solid #e0e5ee;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 575px) {
  .code-box {
    padding: 10px 10px;
    padding-right: 5px;
    margin: 0px -30px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
}

.code-box__item {
  line-height: 1.8;
}

.code__copy {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
}
.code__copy:hover svg {
  fill: #55a954 !important;
}
.code__copy svg {
  font-size: 24px;
  font-size: 1.5rem;
  fill: #556fd1;
}

.code__copy--value {
  position: relative;
  width: 35px;
  height: 35px;
  margin-left: 5px;
}
.code__copy--value svg {
  font-size: 20px;
  font-size: 1.25rem;
}

.code__copy--bottom {
  top: auto;
  bottom: 0;
}

.code-box__result {
  word-break: break-all;
  padding-left: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .code-box__result {
    padding-left: 25px;
  }
}
@media (min-width: 576px) {
  .code-box__result {
    font-size: 16px;
    font-size: 1rem;
  }
}

.code-box--side {
  padding: 12px 10px;
  padding-right: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1600px) {
  .code-box--side {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 1399px) {
  .code-box--side {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.code-box--side .code__copy {
  width: 40px;
  height: 40px;
}
.code-box--side .code__copy svg {
  font-size: 18px;
  font-size: 1.125rem;
}
.code-box--side .code-box__result {
  padding-left: 10px;
}
.code-box--side .code-box__item {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1600px) {
  .code-box--side .code-box__item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 1399px) {
  .code-box--side .code-box__item {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.code-box__item.is-clicked {
  padding: 3px 8px;
  background-color: rgba(206, 215, 218, 0.45);
  border-radius: 5px 0 0 5px;
  margin-left: -8px;
}
.code-box__item.is-clicked .js-result-type {
  text-decoration: underline;
  color: #556fd1;
}

.code__comment {
  font-size: 14px;
  font-size: 0.875rem;
  color: #7e979d;
}

@media (min-width: 992px) {
  .side-panel--settings {
    width: 260px;
  }
}
@media (min-width: 1400px) {
  .side-panel--settings {
    width: 300px;
  }
}

.title-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 0.4rem;
}
.title-link svg {
  font-size: 26px;
  font-size: 1.625rem;
}
.title-link:hover svg {
  fill: #556fd1;
}

@media (min-width: 992px) {
  .main-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.js-stats-checkbox .stats__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.js-stats-checkbox .stats__item .label__value {
  margin-top: 0;
}

.labels-group__item {
  margin-bottom: 1.25rem;
}
.labels-group__item:last-child {
  margin-bottom: 0;
}

.labels-group__content--top {
  padding: 25px 25px;
  margin-bottom: 1.25rem;
  background-color: #e3eaec;
  border-radius: 10px;
}
.labels-group__content--top:last-child {
  margin-bottom: 0;
}
.labels-group__content--top .labels-group__content {
  background-color: #ffffff;
  margin-bottom: 10px;
}
.labels-group__content--top .labels-group__content:last-child {
  margin-bottom: 0;
}

.labels-group__content {
  background-color: #e3eaec;
  border-radius: 10px;
  padding: 1.5625rem 0.9375rem;
  margin-bottom: 0.9375rem;
}

.label__input {
  position: relative;
}
.label__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .label__action {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .label__action .label__add {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .label__action .label__add,
  .label__action .label__remove {
    width: 100%;
  }
}

.label__add,
.label__remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  border-radius: 10px;
  margin: 0 5px;
  color: #ffffff;
  padding: 0 15px;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
}
.label__add svg,
.label__remove svg {
  margin-right: 12px;
  font-size: 16px;
  font-size: 1rem;
  fill: #ffffff;
}

.label__add--small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  padding: 0;
  height: 20px;
  border-radius: 5px;
  margin-left: 0;
}
.label__add--small svg {
  margin-right: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.label__add--small.label__remove svg {
  font-size: 10px;
  font-size: 0.625rem;
}

.label__add {
  background-color: #556fd1;
}
.label__add:hover {
  background-color: rgb(64.9305555556, 94, 203.5694444444);
}
.label__remove {
  background-color: #ff636f;
}
.label__remove:hover {
  background-color: rgb(255, 73.5, 87.4615384615);
}
.label__remove svg {
  font-size: 12px;
  font-size: 0.75rem;
}

.js-service-info-result .service-block {
  padding-top: 20px;
}
.js-service-info-result .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.js-service-info-result a.btn,
.js-service-info-result .btn {
  display: inline-block;
  padding: 5px 20px;
  border-style: solid;
  border-width: 1px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  min-height: 50px;
}
.js-service-info-result .btn.btn-secondary,
.js-service-info-result a.btn.btn-secondary {
  border-style: solid;
  color: #0f0f0f;
  border-color: #fff;
  background-color: #fff;
  min-width: 160px;
}
@media (min-width: 767px) {
  .js-service-info-result .btn.btn-secondary,
  .js-service-info-result a.btn.btn-secondary {
    min-width: 200px;
  }
}
.js-service-info-result .service-block {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .js-service-info-result .service-block {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .js-service-info-result .service-block.services-more-then-two .service-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0 -20px -20px;
  }
  .js-service-info-result .service-block.services-more-then-two .service-group .service__item:first-child {
    margin-left: 15px;
  }
  .js-service-info-result .service-block.services-more-then-two .service-group .service__item:last-child {
    margin-right: 15px;
  }
}
.js-service-info-result .service-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px -20px;
}
@media (min-width: 480px) {
  .js-service-info-result .service-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px -20px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .js-service-info-result .multiple-columns-body .service__item {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .js-service-info-result .multiple-columns-body .service__item {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    width: 50%;
    max-width: 50%;
  }
}
.js-service-info-result .service__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 8px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  width: 230px;
  max-width: 230px;
  white-space: normal;
}
@media (min-width: 480px) {
  .js-service-info-result .service__item {
    padding: 0 10px;
    display: block;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .js-service-info-result .service__item {
    width: auto;
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}
.js-service-info-result .service__content {
  border-radius: 20px;
  background-color: #e0e5ee;
  overflow: hidden;
  text-align: center;
  height: 100%;
}
.js-service-info-result .service__content:focus .service__image-block > img,
.js-service-info-result .service__content:hover .service__image-block > img {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.js-service-info-result .service__content:focus .service__text-block .h3 a,
.js-service-info-result .service__content:hover .service__text-block .h3 a {
  color: #556fd1;
}
.js-service-info-result .service__content:focus .service__text-block .btn,
.js-service-info-result .service__content:hover .service__text-block .btn {
  color: #ffffff;
  background-color: rgb(51.75, 81, 191.25);
  border-color: rgb(51.75, 81, 191.25);
}
.js-service-info-result .service__image-block {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 20px 20px 0 0;
  display: block;
  height: 115px;
}
@media (min-width: 480px) {
  .js-service-info-result .service__image-block {
    height: 180px;
  }
}
@media (min-width: 768px) {
  .js-service-info-result .service__image-block {
    height: 230px;
  }
}
.js-service-info-result .service__image-block img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
}
.js-service-info-result .service__text-block {
  position: relative;
  padding: 20px 15px 80px;
  height: calc(100% - 115px);
}
@media (min-width: 480px) {
  .js-service-info-result .service__text-block {
    padding: 40px 20px 100px;
    height: calc(100% - 180px);
  }
}
@media (min-width: 768px) {
  .js-service-info-result .service__text-block {
    padding: 40px 20px 100px;
    height: calc(100% - 230px);
  }
}
.js-service-info-result .service__text-block .h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 480px) {
  .js-service-info-result .service__text-block .h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .js-service-info-result .service__text-block .h3 {
    margin-bottom: 15px;
    font-size: 26px;
  }
}
.js-service-info-result .service__text-block .h3 a {
  color: #0f0f0f;
}
.js-service-info-result .service__text-block p {
  color: #0f0f0f;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.js-service-info-result .service__text-block .btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 480px) {
  .js-service-info-result .service__text-block .btn {
    min-width: auto !important;
    width: 100%;
    max-width: 160px;
  }
}

:root {
  --color-primary: #556fd1;
  --color-primary-hover: #415ecc;
  --color-secondary: #66bf3a;
  --color-secondary-hover: #569c34;
  --color-tertiary: #e0e5ee;
  --color-tertiary-hover: #e6eaf8;
  --color-header-background: #ffffff;
}

.js-faq-info-result .faq-block {
  padding-top: 20px;
}
.js-faq-info-result .faq-block {
  margin: 20px 0 20px;
}
@media (min-width: 767px) {
  .js-faq-info-result .faq-block {
    margin: 50px 0 100px;
  }
}
.js-faq-info-result .faq-block .container {
  max-width: 100%;
}
.js-faq-info-result .faq-block .h4.homepage-group-title {
  text-transform: none;
  text-align: center;
  line-height: 1.1;
  margin-top: 50px;
  font-size: 26px;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
  font-size: 26px;
  margin-top: 0;
}
@media (min-width: 767px) {
  .js-faq-info-result .faq-block .h4.homepage-group-title {
    margin-bottom: 50px;
    font-size: 45px;
  }
}
.js-faq-info-result .faq-block h4.homepage-group-title,
.js-faq-info-result .faq-block .h4.homepage-group-title {
  margin-top: 0;
}
.js-faq-info-result .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.js-faq-info-result a.btn,
.js-faq-info-result .btn {
  display: inline-block;
  padding: 5px 20px;
  border-style: solid;
  border-width: 1px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  min-height: 50px;
}
.js-faq-info-result .btn.btn-secondary,
.js-faq-info-result a.btn.btn-secondary {
  border-style: solid;
  color: #0f0f0f;
  border-color: #fff;
  background-color: #fff;
  min-width: 160px;
}
@media (min-width: 767px) {
  .js-faq-info-result .btn.btn-secondary,
  .js-faq-info-result a.btn.btn-secondary {
    min-width: 200px;
  }
}
.js-faq-info-result .faq-block {
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .js-faq-info-result .faq-block {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.js-faq-info-result .faq-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media (min-width: 992px) {
  .js-faq-info-result .faq-group {
    margin: 0 -20px;
  }
}
.js-faq-info-result .faq-side {
  padding: 0 10px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 992px) {
  .js-faq-info-result .faq-side {
    padding: 0 20px;
    width: 350px;
  }
}
.js-faq-info-result .faq-content {
  padding: 0 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .js-faq-info-result .faq-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 20px;
  }
}
.js-faq-info-result .faq-side-list {
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  .js-faq-info-result .faq-side-list {
    display: block;
    max-width: 260px;
    margin-top: 25px;
  }
}
.js-faq-info-result .faq-side-list__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  color: #848696;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 15px;
  margin-bottom: 8px;
  border: 1px solid var(--color-tertiary);
  border-radius: 122px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .js-faq-info-result .faq-side-list__item {
    margin-right: 0;
    border: 0;
    padding: 10px 20px;
    font-size: 18px;
    min-height: 55px;
  }
}
@media (min-width: 992px) {
  .js-faq-info-result .faq-side-list__item {
    margin-right: 0;
    border: 0;
    padding: 10px 30px;
    font-size: 20px;
    min-height: 70px;
  }
}
.js-faq-info-result .faq-side-list__item.is-active {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: white;
}
.js-faq-info-result .faq-side-list__item.is-active:hover {
  color: white;
}
.js-faq-info-result .faq-side-list__item:hover {
  color: var(--color-primary);
}
.js-faq-info-result .faq-content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 25px;
  background-color: var(--color-primary);
  border-radius: 25px 25px 0 0;
}
@media (min-width: 768px) {
  .js-faq-info-result .faq-content-title {
    border-radius: 35px 35px 0 0;
    padding: 10px 30px;
    font-size: 20px;
    min-height: 70px;
  }
}
@media (min-width: 992px) {
  .js-faq-info-result .faq-content-title {
    border-radius: 35px 35px 0 0;
    padding: 10px 40px;
    font-size: 24px;
    min-height: 80px;
  }
}
.js-faq-info-result .faq-content .tabs-content {
  overflow: hidden;
  background-color: var(--color-tertiary);
  border-radius: 25px;
}
@media (min-width: 768px) {
  .js-faq-info-result .faq-content .tabs-content {
    border-radius: 35px;
  }
}
.js-faq-info-result .faq-content .tab-content__item.is-active .accordion--classic {
  background-color: var(--color-tertiary);
  padding: 15px 15px 10px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .js-faq-info-result .faq-content .tab-content__item.is-active .accordion--classic {
    padding: 30px 25px 15px;
  }
}
@media (min-width: 992px) {
  .js-faq-info-result .faq-content .tab-content__item.is-active .accordion--classic {
    padding: 40px 40px 20px;
  }
}
.js-faq-info-result .tab-content__item {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
}
.js-faq-info-result .tab-content__item.is-active {
  visibility: visible;
  overflow: visible;
  height: auto;
  opacity: 1;
}
.js-faq-info-result .faq-content .accordion--classic .accordion__item.is-active .accordion__content p {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .js-faq-info-result .faq-content .accordion--classic .accordion__item {
    margin-bottom: 10px;
  }
  .js-faq-info-result .faq-content .accordion--classic .accordion__trigger {
    padding: 10px 50px 10px 25px;
    min-height: 60px;
    font-size: 14px;
  }
  .js-faq-info-result .faq-content .accordion--classic .accordion__trigger:after {
    font-size: 14px;
    right: 20px;
  }
  .js-faq-info-result .faq-content .accordion--classic .accordion__item.is-active .accordion__content {
    padding: 20px 25px 10px 25px;
  }
  .js-faq-info-result .faq-content .accordion--classic .accordion__item.is-active .accordion__content:after {
    width: calc(100% - 45px);
  }
  .js-faq-info-result .faq-content .accordion--classic .accordion__item.is-active .accordion__content p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.label__add.js-faq-add,
.label__remove.js-faq-remove {
  font-size: 12px;
  font-size: 0.75rem;
}

.label__add.js-faq-add-category {
  background-color: #55a954;
}

.partners-result .partners-block {
  margin: 20px 0 20px;
}
@media (min-width: 767px) {
  .partners-result .partners-block {
    margin: 50px 0 100px;
  }
}
.partners-result .partners-block .container {
  max-width: 100%;
}
.partners-result .partners-block .h4.homepage-group-title {
  text-transform: none;
  text-align: center;
  line-height: 1.1;
  margin-top: 50px;
  font-size: 26px;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
  font-size: 26px;
  margin-top: 0;
}
@media (min-width: 767px) {
  .partners-result .partners-block .h4.homepage-group-title {
    margin-bottom: 50px;
    font-size: 45px;
  }
}
.partners-result .partners-block h4.homepage-group-title,
.partners-result .partners-block .h4.homepage-group-title {
  margin-top: 0;
}
.partners-result .partners-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -8px -16px;
}
@media (min-width: 768px) {
  .partners-result .partners-group {
    margin: 0 -10px -20px;
  }
}
.partners-result .partners__item {
  width: 50%;
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (min-width: 480px) {
  .partners-result .partners__item {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .partners-result .partners__item {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 25%;
    min-width: 175px;
  }
}
@media (min-width: 992px) {
  .partners-result .partners__item {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .partners-result .partners__item {
    width: 16.6666666667%;
  }
}
.partners-result .partners__content {
  -webkit-box-shadow: 0 6px 16px rgba(17, 21, 36, 0.05);
          box-shadow: 0 6px 16px rgba(17, 21, 36, 0.05);
  border-radius: 24px;
  background-color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 115px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .partners-result .partners__content {
    height: 175px;
  }
}
.partners-result .partners__content:hover .partners__image-block > img {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.partners-result .partners__image-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  max-width: 70%;
}
@media (min-width: 768px) {
  .partners-result .partners__image-block {
    height: 85px;
    max-width: 130px;
  }
}
.partners-result .partners__image-block img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
  will-change: transform;
}

.site-msg-custom,
.site-msg {
  background-color: #556fd1;
  color: #ffffff;
}

.site-msg-custom .close::before,
.site-msg .close::before,
.site-msg-custom .close::after,
.site-msg .close::after {
  background: #ffffff;
}

.site-msg-custom,
.site-msg {
  padding: 1.8ex 1em 1.8ex 1em;
  font-size: 12px;
  min-height: 50px;
  font-weight: 500;
  opacity: 1;
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6;
}

@media (min-width: 480px) {
  .site-msg-custom,
  .site-msg {
    padding: 1ex 1em 1ex 2em;
    min-height: 60px;
    line-height: 1.6;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .site-msg-custom,
  .site-msg {
    padding: 1.5ex 1em 1.5ex 2em;
    font-size: 16px;
    min-height: 90px;
  }
}
.site-msg-custom.information,
.site-msg.information {
  opacity: 1;
  border-radius: 20px;
  background-color: #556fd1;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.site-msg-custom.information .text,
.site-msg.information .text {
  position: relative;
  padding-right: 35px;
  padding-left: 40px;
}

@media (min-width: 768px) {
  .site-msg-custom.information .text,
  .site-msg.information .text {
    padding-left: 60px;
  }
}
.site-msg-custom.information .text a,
.site-msg.information .text a {
  color: #ffffff;
}

.site-msg-custom.information .text:before,
.site-msg.information .text:before {
  content: "\e923";
  font-family: "apollo";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .site-msg-custom.information .text:before,
  .site-msg.information .text:before {
    font-size: 38px;
  }
}
.site-msg-custom p,
.site-msg p {
  margin-bottom: 0;
}

.site-msg-custom .close,
.site-msg .close {
  right: -5px;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.site-msg-custom .close::before,
.site-msg .close::before,
.site-msg-custom .close::after,
.site-msg .close::after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.site-msg-custom .close::before,
.site-msg .close::before {
  width: 2px;
  height: 16px;
}

@media (min-width: 480px) {
  .site-msg-custom .close::before,
  .site-msg .close::before {
    height: 20px;
  }
}
.site-msg-custom .close::after,
.site-msg .close::after {
  width: 16px;
  height: 2px;
}

@media (min-width: 480px) {
  .site-msg-custom .close::after,
  .site-msg .close::after {
    width: 20px;
  }
}
.site-msg-custom {
  margin-bottom: 40px;
}

@media (min-width: 480px) {
  .site-msg-custom {
    margin-bottom: 40px;
  }
}
.site-msg-custom.step-1:before {
  content: "\e923";
  font-family: "apollo";
  font-size: 26px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  color: #ffffff;
}

@media (min-width: 480px) {
  .site-msg-custom.step-1:before {
    margin-right: 15px;
    font-size: 38px;
  }
}
.site-msg-custom.site-msg-custom--info.step-1:before {
  color: #0f0f0f;
}

@media (min-width: 768px) {
  .site-msg.information {
    max-width: 480px;
    z-index: 9999999999;
  }
  .site-msg.information .container {
    width: auto;
  }
}
.messages {
  left: auto;
  top: auto;
  bottom: 20px;
  right: 20px;
  z-index: 999999999;
}

.msg-wrapper {
  left: auto;
  top: auto;
  bottom: 20px;
  right: 20px;
  width: auto;
}

.msg {
  max-width: 480px;
  padding: 1ex 1em 1ex 2em;
  font-size: 14px;
  min-height: 60px;
  font-weight: 500;
  opacity: 1;
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .msg {
    padding: 1.5ex 1em 1.5ex 2em;
    font-size: 20px;
    min-height: 90px;
  }
}
:root {
  --color-top-category-black: #666666;
  --color-top-category-black-hover: #333333;
  --color-top-category-gray: #b2b2b2;
  --border-radius-top-category: 20px;
  --border-color-top-category: #e2e2e2;
  --background-color-menu-style-1-top-category: #fbfbfb;
  --background-color-arrow-top-category: #f1f1f1;
  --background-color-arrow-top-category-hover: #e2e2e2;
  --background-color-slider-style-1-top-category: var(
    --border-color-top-category
  );
  --background-color-slider-style-1-top-category-hover: var(--color-primary);
  --color-slider-style-1-top-category: var(--color-top-category-black);
  --color-slider-style-1-top-category-hover: #ffffff;
}

@media (max-width: 1199px) {
  .multiple-columns-body .top-category-addon .menu-level-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 767px) {
  .multiple-columns-body .top-category-addon.is-slider-style-1 .swiper-container {
    margin: 0;
  }
}

.template-07 .top-category-addon .container {
  width: 100%;
}

.template-07 .top-category-addon.is-menu-style-gray-bg .top-category-text-block,
.template-09 .top-category-addon.is-menu-style-gray-bg .top-category-text-block,
.template-10 .top-category-addon.is-menu-style-gray-bg .top-category-text-block,
.template-07 .top-category-addon.is-menu-style-gray-bg .top-category-text-block,
.template-12 .top-category-addon.is-menu-style-gray-bg .top-category-text-block {
  padding-bottom: 15px;
}

.top-category-addon {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.top-category-addon .container {
  padding: 0;
}
@media (min-width: 767px) {
  .top-category-addon {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.top-category-addon .h4.homepage-group-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.top-category-addon.top-category-addon-1 .menu-level-2 > li:nth-child(n+2) {
  display: none;
}
.top-category-addon.top-category-addon-2 .menu-level-2 > li:nth-child(n+3) {
  display: none;
}
.top-category-addon.top-category-addon-3 .menu-level-2 > li:nth-child(n+4) {
  display: none;
}
.top-category-addon.top-category-addon-4 .menu-level-2 > li:nth-child(n+5) {
  display: none;
}
.top-category-addon.top-category-addon-5 .menu-level-2 > li:nth-child(n+6) {
  display: none;
}
.top-category-addon.top-category-addon-6 .menu-level-2 > li:nth-child(n+7) {
  display: none;
}
.top-category-addon.top-category-addon-7 .menu-level-2 > li:nth-child(n+8) {
  display: none;
}
.top-category-addon.top-category-addon-8 .menu-level-2 > li:nth-child(n+9) {
  display: none;
}
.top-category-addon.top-category-addon-9 .menu-level-2 > li:nth-child(n+10) {
  display: none;
}
.top-category-addon.top-category-addon-10 .menu-level-2 > li:nth-child(n+11) {
  display: none;
}
.top-category-addon.top-category-addon-11 .menu-level-2 > li:nth-child(n+12) {
  display: none;
}
.top-category-addon.top-category-addon-12 .menu-level-2 > li:nth-child(n+13) {
  display: none;
}
.top-category-addon.top-category-addon-13 .menu-level-2 > li:nth-child(n+14) {
  display: none;
}
.top-category-addon.top-category-addon-14 .menu-level-2 > li:nth-child(n+15) {
  display: none;
}
.top-category-addon.top-category-addon-15 .menu-level-2 > li:nth-child(n+16) {
  display: none;
}
.top-category-addon.top-category-addon-16 .menu-level-2 > li:nth-child(n+17) {
  display: none;
}
.top-category-addon.top-category-addon-17 .menu-level-2 > li:nth-child(n+18) {
  display: none;
}
.top-category-addon.top-category-addon-18 .menu-level-2 > li:nth-child(n+19) {
  display: none;
}
@media (min-width: 767px) {
  .top-category-addon.top-category-addon-columns-1 .menu-level-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .top-category-addon.top-category-addon-columns-2 .menu-level-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .top-category-addon.top-category-addon-columns-3 .menu-level-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .top-category-addon.top-category-addon-columns-4 .menu-level-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .top-category-addon.top-category-addon-columns-5 .menu-level-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .top-category-addon.top-category-addon-columns-6 .menu-level-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .top-category-addon.top-category-addon-columns-7 .menu-level-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .top-category-addon.top-category-addon-columns-8 .menu-level-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .top-category-addon.top-category-addon-columns-9 .menu-level-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.1111111111%;
            flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .top-category-addon.top-category-addon-columns-10 .menu-level-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
  .top-category-addon.top-category-addon-columns-11 .menu-level-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.0909090909%;
            flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .top-category-addon.top-category-addon-columns-12 .menu-level-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .top-category-addon.top-category-addon-columns-13 .menu-level-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.6923076923%;
            flex: 0 0 7.6923076923%;
    max-width: 7.6923076923%;
  }
  .top-category-addon.top-category-addon-columns-14 .menu-level-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.1428571429%;
            flex: 0 0 7.1428571429%;
    max-width: 7.1428571429%;
  }
  .top-category-addon.top-category-addon-columns-15 .menu-level-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.6666666667%;
            flex: 0 0 6.6666666667%;
    max-width: 6.6666666667%;
  }
  .top-category-addon.top-category-addon-columns-16 .menu-level-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25%;
            flex: 0 0 6.25%;
    max-width: 6.25%;
  }
  .top-category-addon.top-category-addon-columns-17 .menu-level-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.8823529412%;
            flex: 0 0 5.8823529412%;
    max-width: 5.8823529412%;
  }
  .top-category-addon.top-category-addon-columns-18 .menu-level-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.5555555556%;
            flex: 0 0 5.5555555556%;
    max-width: 5.5555555556%;
  }
}
@media (max-width: 575px) {
  .top-category-addon.top-category-addon-mobile-1 .menu-level-2 > li:nth-child(n+2) {
    display: none;
  }
}
@media (max-width: 575px) {
  .top-category-addon.top-category-addon-mobile-2 .menu-level-2 > li:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 575px) {
  .top-category-addon.top-category-addon-mobile-3 .menu-level-2 > li:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 575px) {
  .top-category-addon.top-category-addon-mobile-4 .menu-level-2 > li:nth-child(n+5) {
    display: none;
  }
}
@media (max-width: 575px) {
  .top-category-addon.top-category-addon-mobile-5 .menu-level-2 > li:nth-child(n+6) {
    display: none;
  }
}
@media (max-width: 575px) {
  .top-category-addon.top-category-addon-mobile-6 .menu-level-2 > li:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 575px) {
  .top-category-addon.top-category-addon-mobile-7 .menu-level-2 > li:nth-child(n+8) {
    display: none;
  }
}
@media (max-width: 575px) {
  .top-category-addon.top-category-addon-mobile-8 .menu-level-2 > li:nth-child(n+9) {
    display: none;
  }
}
@media (max-width: 575px) {
  .top-category-addon.top-category-addon-mobile-9 .menu-level-2 > li:nth-child(n+10) {
    display: none;
  }
}
@media (max-width: 575px) {
  .top-category-addon.top-category-addon-mobile-10 .menu-level-2 > li:nth-child(n+11) {
    display: none;
  }
}
@media (max-width: 575px) {
  .top-category-addon.top-category-addon-mobile-11 .menu-level-2 > li:nth-child(n+12) {
    display: none;
  }
}
@media (max-width: 575px) {
  .top-category-addon.top-category-addon-mobile-12 .menu-level-2 > li:nth-child(n+13) {
    display: none;
  }
}
@media (max-width: 575px) {
  .top-category-addon.top-category-addon-mobile-13 .menu-level-2 > li:nth-child(n+14) {
    display: none;
  }
}
@media (max-width: 575px) {
  .top-category-addon.top-category-addon-mobile-14 .menu-level-2 > li:nth-child(n+15) {
    display: none;
  }
}
@media (max-width: 575px) {
  .top-category-addon.top-category-addon-mobile-15 .menu-level-2 > li:nth-child(n+16) {
    display: none;
  }
}
@media (max-width: 575px) {
  .top-category-addon.top-category-addon-mobile-16 .menu-level-2 > li:nth-child(n+17) {
    display: none;
  }
}
.top-category-addon.no-submenu .menu-content {
  padding: 30px 25px 20px;
}
.top-category-addon.no-submenu .menu-content .top-category-more {
  display: none;
}
.top-category-addon.no-submenu .menu-level-3 {
  display: none;
}
.top-category-addon.no-more-link .menu-content {
  padding: 30px 25px 20px;
}
.top-category-addon.no-more-link .menu-content .top-category-more {
  display: none;
}
.top-category-addon.is-border .menu-content {
  border: 1px solid var(--border-color-top-category);
  -webkit-transition: border 250ms ease-out;
  transition: border 250ms ease-out;
}
.top-category-addon.is-border .menu-content:hover {
  border-color: var(--color-top-category-gray);
}
.top-category-addon.is-border-radius .menu-content {
  border-radius: var(--border-radius-top-category) !important;
}
.top-category-addon.is-border-radius .top-category-text-block {
  border-radius: var(--border-radius-top-category) !important;
}
.top-category-addon.is-box-shadow .menu-content {
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.16);
}
.top-category-addon.is-box-shadow.is-menu-style-gray-bg .top-category-text-block {
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.16);
}
.top-category-addon.is-menu-style-gray-bg .menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  padding-top: 15px;
}
.top-category-addon.is-menu-style-gray-bg .menu-content > div > div > a {
  margin-top: 0;
}
.top-category-addon.is-menu-style-gray-bg .menu-content .top-category-more {
  bottom: 15px;
}
.top-category-addon.is-menu-style-gray-bg.no-more-link .top-category-text-block {
  padding: 15px 15px 5px;
}
.top-category-addon.is-menu-style-gray-bg.no-more-link.no-submenu .top-category-text-block {
  padding: 15px 15px 15px;
}
.top-category-addon.is-menu-style-gray-bg.is-slider-style-1.no-more-link.no-submenu .top-category-text-block {
  padding: 0;
}
.top-category-addon.is-menu-style-gray-bg:not(.is-border) .top-category-text-block {
  border-color: transparent;
}
.top-category-addon.is-menu-style-gray-bg .top-category-text-block {
  position: relative;
  height: 100%;
  border: 1px solid var(--border-color-top-category);
  padding: 15px 15px 45px;
  margin-top: 25px;
  background-color: var(--background-color-menu-style-1-top-category);
}
.top-category-addon.is-menu-style-row:not(.is-slider) .menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
}
.top-category-addon.is-menu-style-row:not(.is-slider) .menu-content > div > div > a {
  margin-top: 0;
}
.top-category-addon.is-menu-style-row:not(.is-slider) .menu-content .top-category-more {
  bottom: 15px;
}
.top-category-addon.is-menu-style-row:not(.is-slider) .has-third-level .top-category-text-block {
  padding: 15px 15px 45px;
}
.top-category-addon.is-menu-style-row:not(.is-slider).no-more-link .top-category-text-block {
  padding: 15px 15px 5px;
}
.top-category-addon.is-menu-style-row:not(.is-slider).no-submenu .top-category-text-block {
  padding: 15px 15px 15px;
  height: auto;
}
.top-category-addon.is-menu-style-row:not(.is-slider) .top-category-text-block {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-top: 0;
  text-align: left;
  position: relative;
  padding: 15px 15px 15px;
}
.top-category-addon.is-menu-style-row:not(.is-slider) .menu-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-category-addon.is-slider .menu-level-2 {
  display: block;
  margin: 0;
}
.top-category-addon.is-slider .swiper-slide {
  height: auto;
}
.top-category-addon.is-slider .swiper-slide > li {
  width: 100%;
  height: 100%;
}
.top-category-addon.is-slider.is-slider-arrows-bottom.is-slider-style-1 .menu-level-2 {
  padding-bottom: 35px;
}
@media (min-width: 767px) {
  .top-category-addon.is-slider.is-slider-arrows-bottom.is-slider-style-1 .menu-level-2 {
    padding-bottom: 55px;
  }
}
.top-category-addon.is-slider.is-slider-arrows-bottom .menu-level-2 {
  padding-bottom: 60px;
}
@media (min-width: 767px) {
  .top-category-addon.is-slider.is-slider-arrows-bottom .menu-level-2 {
    padding-bottom: 80px;
  }
}
.top-category-addon.is-slider-style-1 .h4.homepage-group-title {
  margin-bottom: 0;
}
.top-category-addon.is-slider-style-1.is-box-shadow .menu-content:hover {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.16);
}
.top-category-addon.is-slider-style-1.no-submenu .top-category-text-block {
  padding: 0;
}
.top-category-addon.is-slider-style-1 .menu-image img {
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important;
}
.top-category-addon.is-slider-style-1 .menu-content {
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--border-color-top-category);
  -webkit-transition: -webkit-transform 450ms ease-out, -webkit-box-shadow 450ms ease-out;
  transition: -webkit-transform 450ms ease-out, -webkit-box-shadow 450ms ease-out;
  transition: transform 450ms ease-out, box-shadow 450ms ease-out;
  transition: transform 450ms ease-out, box-shadow 450ms ease-out, -webkit-transform 450ms ease-out, -webkit-box-shadow 450ms ease-out;
}
.top-category-addon.is-slider-style-1 .menu-content:hover {
  border: 1px solid var(--border-color-top-category);
}
@media (min-width: 767px) {
  .top-category-addon.is-slider-style-1 .menu-content:hover {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@media (min-width: 767px) {
  .top-category-addon.is-slider-style-1 .swiper-container {
    margin: 0 -15px;
  }
}
@media (min-width: 767px) {
  .top-category-addon.is-slider-style-1 .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.top-category-addon.is-slider-style-1 .menu-level-3 {
  margin-top: 0;
}
.top-category-addon.is-slider-style-1 .top-category-text-block {
  background-color: white;
  border: 0;
  display: none;
  margin-top: 0;
  padding: 15px 15px 45px;
}
.top-category-addon.is-slider-style-1 .menu-content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: var(--background-color-slider-style-1-top-category);
  color: var(--color-slider-style-1-top-category);
  font-size: 18px;
  font-weight: 700;
  min-height: 45px;
  position: relative;
  z-index: 2;
  margin-top: 10px;
}
.top-category-addon.is-slider-style-1 .menu-content-title:hover {
  background-color: var(--background-color-slider-style-1-top-category-hover);
  color: var(--color-slider-style-1-top-category-hover);
}
.top-category-addon.is-slider-style-1 .swiper-slide {
  padding-top: 30px;
  padding-bottom: 30px;
}
.top-category-addon.is-slider-style-1 li.has-third-level .top-category-text-block {
  display: block;
}
.top-category-addon.is-slider-style-1 .swiper-slide > li {
  height: auto;
}
.top-category-addon.is-style-short-height .menu-content {
  height: auto;
}
.top-category-addon.is-style-short-height.no-more-link .menu-content,
.top-category-addon.is-style-short-height li:not(.has-third-level) .menu-content {
  height: auto;
  padding-bottom: 15px;
}
.top-category-addon.is-style-short-height.no-more-link .top-category-text-block,
.top-category-addon.is-style-short-height li:not(.has-third-level) .top-category-text-block {
  height: auto;
  padding-bottom: 15px;
}
.top-category-addon .menu-level-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  margin-bottom: -8px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  list-style: none;
}
.top-category-addon .menu-level-2.no-menu-level-3 .menu-content {
  padding-bottom: 0;
}
.top-category-addon .menu-level-2.no-menu-level-3 .top-category-text-block {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .top-category-addon .menu-level-2 {
    margin: 0 -10px;
  }
}
.top-category-addon .menu-level-2 > li {
  width: auto;
  padding: 0 4px;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 5px;
  margin-top: 5px;
}
@media (min-width: 576px) {
  .top-category-addon .menu-level-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}
@media (min-width: 992px) {
  .top-category-addon .menu-level-2 > li {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.top-category-addon .top-category-more a {
  display: block;
  padding: 5px 15px;
  margin-top: 15px;
  text-decoration: none;
  color: var(--color-top-category-gray);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
.top-category-addon .top-category-more a:hover {
  color: var(--color-top-category-black-hover);
}
.top-category-addon .menu-content {
  position: relative;
  display: block;
  height: 100%;
  padding: 30px 25px 50px;
}
.top-category-addon .menu-content > div > div > a {
  color: var(--color-top-category-black);
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0;
  display: block;
  margin-top: 15px;
}
.top-category-addon .menu-content > div > div > a:hover {
  text-decoration: underline;
  color: var(--color-top-category-black-hover);
}
.top-category-addon .menu-content .top-category-more {
  width: 100%;
  position: absolute;
  bottom: 25px;
  left: 0;
}
.top-category-addon .menu-content:hover .menu-image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.top-category-addon .menu-image {
  display: block;
  padding-top: 10px;
}
.top-category-addon .menu-image img {
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
}
.top-category-addon .menu-level-3 {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
.top-category-addon .menu-level-3 li {
  display: block;
}
.top-category-addon .menu-level-3 li:nth-child(n+7) {
  display: none;
}
.top-category-addon .menu-level-3 li a {
  display: block;
  color: var(--color-top-category-gray);
  font-size: 12px;
  font-weight: 400;
  padding: 4px 0;
  text-decoration: none;
}
@media (min-width: 576px) {
  .top-category-addon .menu-level-3 li a {
    font-size: 14px;
  }
}
.top-category-addon .menu-level-3 li a:hover {
  text-decoration: underline;
  color: var(--color-top-category-black-hover);
}

.h4.homepage-group-title {
  font-weight: 400;
  line-height: 1.1;
  word-wrap: break-word;
  text-transform: none;
  color: #666;
  margin-top: 57px;
  font-size: 26px;
  text-align: center;
}

.side-panel--settings .top-category-addon .menu-level-2 > li {
  max-width: 100% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  width: 100% !important;
}

.side-panel--settings .top-category-addon:not(.is-slider) .menu-level-2 > li:nth-child(n+2) {
  display: none;
}

.side-panel--settings .top-category-addon.is-menu-style-row:not(.is-slider) .menu-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}

.side-panel--settings .top-category-addon.is-menu-style-row:not(.is-slider) .menu-image img {
  width: 100%;
}

.small-label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.small-label img {
  width: 15px;
  margin-right: 6px;
  top: 2px;
  position: relative;
}
.small-label span {
  display: block;
}

.js-labels-group .labels-group__content {
  background-color: #f4f7f7;
}

.js-open-tooltip {
  position: fixed;
  bottom: 15px;
  left: 15px;
  opacity: 0;
  background-color: #556fd1;
  color: white;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 20px;
  border-radius: 15px;
  visibility: hidden;
  -webkit-transition: opacity 450ms ease-out, -webkit-transform 450ms ease-out;
  transition: opacity 450ms ease-out, -webkit-transform 450ms ease-out;
  transition: opacity 450ms ease-out, transform 450ms ease-out;
  transition: opacity 450ms ease-out, transform 450ms ease-out, -webkit-transform 450ms ease-out;
  -webkit-transform: translateY(120px);
      -ms-transform: translateY(120px);
          transform: translateY(120px);
  z-index: 99;
}
.js-open-tooltip.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.picker-color__input {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 2px solid #c4cad5;
  max-width: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}

.picker-color__input-field {
  margin-right: 15px;
}

.picker-color__input-field input {
  width: 70px;
  background-color: #fff;
  color: #bebfc8;
  padding: 5px 8px 5px 10px;
  border: 1px solid #e0e5ee;
  border-radius: 5px;
  font-size: 14px;
}

.picker-color__input-field input.focus-visible {
  border: 1px solid #e0e5ee;
}

.picker-color__input input {
  border: 0;
  -webkit-appearance: none;
  height: 22px;
  width: 22px;
  padding: 0;
  cursor: pointer;
  border-radius: 100%;
}

.picker-color__input input::-webkit-color-swatch-wrapper {
  padding: 0;
  border-radius: 100%;
  border: 0 !important;
  overflow: hidden;
}

.picker-color__input input::-webkit-color-swatch {
  border-radius: 100%;
  border: 0 !important;
}

.picker-color__label {
  color: #7c7e8f;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .picker-btn-box__item:nth-child(3) {
    display: none !important;
  }
  .site-msg.information {
    display: none;
  }
  .picker-btn {
    right: 230px;
    width: 210px;
    height: 45px;
    padding: 5px 8px 5px 20px;
  }
  .picker-btn__header {
    height: 40px;
  }
  .picker-btn-header__text {
    font-size: 14px;
  }
  .picker-btn__header svg {
    width: 32px;
    height: 32px;
  }
  .picker-btn-box__title {
    font-size: 14px;
  }
  .picker-switcher__left,
  .picker-switcher__right {
    font-size: 12px;
  }
  .checkbox--switcher {
    height: 30px;
  }
  .checkbox__slider {
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 3px;
  }
  .picker-color__input {
    height: 30px;
    max-width: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
  }
  .picker-color__input input {
    height: 22px;
    width: 22px;
  }
  .picker-btn-box {
    padding: 20px 15px 8px;
  }
  .picker-btn-box__title {
    margin-bottom: 10px;
  }
  .checkbox--switcher .checkbox__input-hidden:checked + .checkbox__label .checkbox__slider {
    left: calc(100% - 28px);
  }
}
.tag-item {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 15px;
  background-color: #556fd1;
  color: white;
  border-radius: 10px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
.tag-item a {
  color: white;
  text-decoration: underline;
}

:root {
  --color-primary: #239ceb;
  --color-primary-hover: #1997e5;
  --color-secondary: #468c98;
  --color-secondary-hover: #3b7580;
  --color-tertiary: #ffc807;
  --color-tertiary-hover: #ffbb00;
}

:root {
  --cart-product-quantity-pozadie: var(--color-secondary);
  --cart-product-quantity-farba-text: #ffffff;
  --cart-product-quantity-farba-ohranicenie: #ffffff;
  --cart-product-quantity-zaoblenie: 100%;
}

.cart-product-quantity-addon .cart-product-quantity {
  position: relative;
  min-height: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cart-product-quantity-addon .cart-product-quantity:after {
  content: "3" !important;
  position: absolute;
  top: -16px;
  right: -13px;
  font-size: 14px;
  font-style: normal;
  width: 26px;
  height: 26px;
  font-weight: 400;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: var(--cart-product-quantity-farba-text);
  background: var(--cart-product-quantity-pozadie);
  font-family: var(--template-headings-font), sans-serif;
  margin: 0;
}

/* Adjusting size for smaller products */
.cart-product-quantity-addon .product .cart-product-quantity:after {
  top: -17px;
  right: -12px;
  width: 24px;
  height: 24px;
  font-size: 11px;
  line-height: 1;
  padding-bottom: 1px;
}

.template-13.cart-product-quantity-addon .product .cart-product-quantity:after {
  top: -13px;
  right: -11px;
}

.template-10.cart-product-quantity-addon .product .cart-product-quantity:after {
  right: 0;
}

.template-07.cart-product-quantity-addon .product .cart-product-quantity:after {
  right: -3px;
}

.cart-product-quantity-addon .variant-cart .cart-product-quantity:after {
  right: 3px;
}

.template-14.cart-product-quantity-addon .variant-cart .cart-product-quantity:after {
  right: -13px;
}

.template-13.cart-product-quantity-addon .variant-cart .cart-product-quantity:after {
  right: -1px;
  top: -9px;
}

.template-12.cart-product-quantity-addon .variant-cart .cart-product-quantity:after {
  right: -3px;
  top: -17px;
}

.template-10.cart-product-quantity-addon .variant-cart .cart-product-quantity:after {
  top: -17px;
  right: -14px;
}

.template-09.cart-product-quantity-addon .variant-cart .cart-product-quantity:after {
  right: -11px;
  top: -20px;
}

.template-07.cart-product-quantity-addon .variant-cart .cart-product-quantity:after {
  right: -2px;
  top: -1px;
}

/* Bigger variant size */
.cart-product-quantity-addon .cart-product-quantity.cart-product-quantity-is-big:after {
  top: -20px;
  right: -17px;
  font-size: 16px;
  width: 34px;
  height: 34px;
}

/* Adjusting size for bigger products */
.cart-product-quantity-addon .product .cart-product-quantity.cart-product-quantity-is-big:after {
  top: -18px;
  right: -11px;
  width: 28px;
  height: 28px;
  font-size: 13px;
}

/* Handling radius and border changes */
.cart-product-quantity-addon .cart-product-quantity:not(.cart-product-quantity-has-radius):after {
  right: -7px;
}

.cart-product-quantity-addon .cart-product-quantity.cart-product-quantity-has-radius:after {
  border-radius: var(--cart-product-quantity-zaoblenie);
}

.cart-product-quantity-addon .cart-product-quantity.cart-product-quantity-has-border:after {
  border: 2px solid var(--cart-product-quantity-farba-ohranicenie);
}

.header-block {
  overflow: hidden;
  height: 400px;
  margin: 0 auto;
  padding: 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 28px;
  color: black;
  background-color: #f1f0f0;
  position: relative;
}

.label__input.form-select--white {
  min-width: 150px;
}

.js-clear-select {
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: red;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.main-content .page-i pre {
  margin: 0;
}
.main-content .page-i pre strong {
  display: block;
}